diff --git a/rocrate/data/schema.jsonld b/rocrate/data/schema.jsonld index 11b85fd..b6ee81d 100644 --- a/rocrate/data/schema.jsonld +++ b/rocrate/data/schema.jsonld @@ -6,519 +6,555 @@ }, "@graph": [ { - "@id": "http://schema.org/downloadUrl", + "@id": "http://schema.org/timeToComplete", "@type": "rdf:Property", + "http://schema.org/category": "issue-2289", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/EducationalOccupationalProgram" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Duration" }, - "rdfs:comment": "If the file can be downloaded, URL to download the binary.", - "rdfs:label": "downloadUrl" - }, - { - "@id": "http://schema.org/UserLikes", - "@type": "rdfs:Class", - "http://schema.org/supersededBy": { - "@id": "http://schema.org/InteractionCounter" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2289" }, - "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", - "rdfs:label": "UserLikes", - "rdfs:subClassOf": { - "@id": "http://schema.org/UserInteraction" - } + "rdfs:comment": "The expected length of time to complete the program if attending full-time.", + "rdfs:label": "timeToComplete" }, { - "@id": "http://schema.org/CafeOrCoffeeShop", + "@id": "http://schema.org/Airline", "@type": "rdfs:Class", - "rdfs:comment": "A cafe or coffee shop.", - "rdfs:label": "CafeOrCoffeeShop", + "rdfs:comment": "An organization that provides flights for passengers.", + "rdfs:label": "Airline", "rdfs:subClassOf": { - "@id": "http://schema.org/FoodEstablishment" + "@id": "http://schema.org/Organization" } }, { - "@id": "http://schema.org/pagination", + "@id": "http://schema.org/costCurrency", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DrugCost" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Chapter" - }, - { - "@id": "http://schema.org/Article" - }, - { - "@id": "http://schema.org/PublicationIssue" - }, - { - "@id": "http://schema.org/PublicationVolume" - } - ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "http://www.w3.org/2002/07/owl#equivalentProperty": { - "@id": "http://purl.org/ontology/bibo/pages" - }, - "rdfs:comment": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".", - "rdfs:label": "pagination" - }, - { - "@id": "http://schema.org/FoodService", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" - }, - "rdfs:comment": "A food service, like breakfast, lunch, or dinner.", - "rdfs:label": "FoodService", - "rdfs:subClassOf": { - "@id": "http://schema.org/Service" - } - }, - { - "@id": "http://schema.org/Recipe", - "@type": "rdfs:Class", - "rdfs:comment": "A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via suitableForDiet. The keywords property can also be used to add more detail.", - "rdfs:label": "Recipe", - "rdfs:subClassOf": { - "@id": "http://schema.org/HowTo" - } + "rdfs:comment": "The currency (in 3-letter of the drug cost. See: http://en.wikipedia.org/wiki/ISO_4217", + "rdfs:label": "costCurrency" }, { - "@id": "http://schema.org/gameItem", + "@id": "http://schema.org/postalCodeRange", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/VideoGameSeries" - }, - { - "@id": "http://schema.org/Game" - } - ], + "http://schema.org/category": "issue-2506", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DefinedRegion" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/PostalCodeRangeSpecification" }, - "rdfs:comment": "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.", - "rdfs:label": "gameItem" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "A defined range of postal codes.", + "rdfs:label": "postalCodeRange" }, { - "@id": "http://schema.org/duringMedia", + "@id": "http://schema.org/birthPlace", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/HowToDirection" + "@id": "http://schema.org/Person" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/URL" - }, - { - "@id": "http://schema.org/MediaObject" - } - ], - "rdfs:comment": "A media object representing the circumstances while performing this direction.", - "rdfs:label": "duringMedia" - }, - { - "@id": "http://schema.org/Volcano", - "@type": "rdfs:Class", - "rdfs:comment": "A volcano, like Fuji san.", - "rdfs:label": "Volcano", - "rdfs:subClassOf": { - "@id": "http://schema.org/Landform" - } + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Place" + }, + "rdfs:comment": "The place where the person was born.", + "rdfs:label": "birthPlace" }, { - "@id": "http://schema.org/departureStation", + "@id": "http://schema.org/inProductGroupWithID", "@type": "rdf:Property", + "http://schema.org/category": "issue-1797", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/TrainTrip" + "@id": "http://schema.org/Product" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/TrainStation" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The station from which the train departs.", - "rdfs:label": "departureStation" - }, - { - "@id": "http://schema.org/SportsTeam", - "@type": "rdfs:Class", - "rdfs:comment": "Organization: Sports team.", - "rdfs:label": "SportsTeam", - "rdfs:subClassOf": { - "@id": "http://schema.org/SportsOrganization" - } - }, - { - "@id": "http://schema.org/GroceryStore", - "@type": "rdfs:Class", - "rdfs:comment": "A grocery store.", - "rdfs:label": "GroceryStore", - "rdfs:subClassOf": { - "@id": "http://schema.org/Store" - } - }, - { - "@id": "http://schema.org/True", - "@type": "http://schema.org/Boolean", - "rdfs:comment": "The boolean value true.", - "rdfs:label": "True" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1797" + }, + "rdfs:comment": "Indicates the productGroupID for a ProductGroup that this product isVariantOf.", + "rdfs:label": "inProductGroupWithID" }, { - "@id": "http://schema.org/Demand", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "@id": "http://schema.org/Neck", + "@type": "http://schema.org/PhysicalExam", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "A demand entity represents the public, not necessarily binding, not necessarily exclusive, announcement by an organization or person to seek a certain type of goods or services. For describing demand using this type, the very same properties used for Offer apply.", - "rdfs:label": "Demand", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } + "rdfs:comment": "Neck assessment with clinical examination.", + "rdfs:label": "Neck" }, { - "@id": "http://schema.org/musicCompositionForm", + "@id": "http://schema.org/medicineSystem", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicComposition" + "@id": "http://schema.org/MedicalEntity" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/MedicineSystem" }, - "rdfs:comment": "The type of composition (e.g. overture, sonata, symphony, etc.).", - "rdfs:label": "musicCompositionForm" + "rdfs:comment": "The system of medicine that includes this MedicalEntity, for example 'evidence-based', 'homeopathic', 'chiropractic', etc.", + "rdfs:label": "medicineSystem" }, { - "@id": "http://schema.org/AboutPage", + "@id": "http://schema.org/LiveBlogPosting", "@type": "rdfs:Class", - "rdfs:comment": "Web page type: About page.", - "rdfs:label": "AboutPage", + "rdfs:comment": "A blog post intended to provide a rolling textual coverage of an ongoing event through continuous updates.", + "rdfs:label": "LiveBlogPosting", "rdfs:subClassOf": { - "@id": "http://schema.org/WebPage" + "@id": "http://schema.org/BlogPosting" } }, { - "@id": "http://schema.org/result", + "@id": "http://schema.org/parentService", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Action" + "@id": "http://schema.org/BroadcastService" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/BroadcastService" }, - "rdfs:comment": "The result produced in the action. e.g. John wrote a book.", - "rdfs:label": "result" + "rdfs:comment": "A broadcast service to which the broadcast service may belong to such as regional variations of a national channel.", + "rdfs:label": "parentService" }, { - "@id": "http://schema.org/isbn", + "@id": "http://schema.org/maximumAttendeeCapacity", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Book" - }, + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/Event" + } + ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "http://www.w3.org/2002/07/owl#equivalentProperty": { - "@id": "http://purl.org/ontology/bibo/isbn" + "@id": "http://schema.org/Integer" }, - "rdfs:comment": "The ISBN of the book.", - "rdfs:label": "isbn", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/identifier" - } - }, - { - "@id": "http://schema.org/ExerciseAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of participating in exertive activity for the purposes of improving health and fitness.", - "rdfs:label": "ExerciseAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/PlayAction" - } + "rdfs:comment": "The total number of individuals that may attend an event or venue.", + "rdfs:label": "maximumAttendeeCapacity" }, { - "@id": "http://schema.org/UserPlays", + "@id": "http://schema.org/UserInteraction", "@type": "rdfs:Class", "http://schema.org/supersededBy": { "@id": "http://schema.org/InteractionCounter" }, "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", - "rdfs:label": "UserPlays", + "rdfs:label": "UserInteraction", "rdfs:subClassOf": { - "@id": "http://schema.org/UserInteraction" + "@id": "http://schema.org/Event" } }, { - "@id": "http://schema.org/occupationLocation", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" - }, - "http://schema.org/category": "issue-1698", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Occupation" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/AdministrativeArea" - }, - "rdfs:comment": "The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions.", - "rdfs:label": "occupationLocation" - }, - { - "@id": "http://schema.org/about", + "@id": "http://schema.org/partOfTVSeries", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1670" - }, - "http://schema.org/category": "issue-1670", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/TVSeason" }, { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/TVClip" }, { - "@id": "http://schema.org/CommunicateAction" + "@id": "http://schema.org/TVEpisode" } ], - "http://schema.org/inverseOf": { - "@id": "http://schema.org/subjectOf" - }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/TVSeries" }, - "rdfs:comment": "The subject matter of the content.", - "rdfs:label": "about" - }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/partOfSeries" + }, + "rdfs:comment": "The TV series to which this episode or season belongs.", + "rdfs:label": "partOfTVSeries", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/isPartOf" + } + }, { - "@id": "http://schema.org/EBook", - "@type": "http://schema.org/BookFormatType", - "rdfs:comment": "Book format: Ebook.", - "rdfs:label": "EBook" + "@id": "http://schema.org/carrier", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Flight" + }, + { + "@id": "http://schema.org/ParcelDelivery" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Organization" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/provider" + }, + "rdfs:comment": "'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights.", + "rdfs:label": "carrier" }, { - "@id": "http://schema.org/StadiumOrArena", + "@id": "http://schema.org/MedicalTrialDesign", "@type": "rdfs:Class", - "rdfs:comment": "A stadium.", - "rdfs:label": "StadiumOrArena", - "rdfs:subClassOf": [ + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_WikiDoc" + }, + "rdfs:comment": "Design models for medical trials. Enumerated type.", + "rdfs:label": "MedicalTrialDesign", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEnumeration" + } + }, + { + "@id": "http://schema.org/healthPlanCostSharing", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1062", + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/SportsActivityLocation" + "@id": "http://schema.org/HealthPlanFormulary" }, { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/HealthPlanNetwork" } - ] + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Boolean" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "Whether The costs to the patient for services under this network or formulary.", + "rdfs:label": "healthPlanCostSharing" }, { - "@id": "http://schema.org/accessibilitySummary", + "@id": "http://schema.org/deliveryTime", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1100" + "http://schema.org/category": "issue-2506", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/OfferShippingDetails" + }, + { + "@id": "http://schema.org/DeliveryTimeSettings" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/category": "issue-1110", + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/ShippingDeliveryTime" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "The total delay between the receipt of the order and the goods reaching the final customer.", + "rdfs:label": "deliveryTime" + }, + { + "@id": "http://schema.org/duplicateTherapy", + "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/MedicalTherapy" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/MedicalTherapy" }, - "rdfs:comment": "A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed.\"", - "rdfs:label": "accessibilitySummary" + "rdfs:comment": "A therapy that duplicates or overlaps this one.", + "rdfs:label": "duplicateTherapy" }, { - "@id": "http://schema.org/Trip", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" + "@id": "http://schema.org/billingAddress", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Order" }, - "rdfs:comment": "A trip or journey. An itinerary of visits to one or more places.", - "rdfs:label": "Trip", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/PostalAddress" + }, + "rdfs:comment": "The billing address for the order.", + "rdfs:label": "billingAddress" }, { - "@id": "http://schema.org/serviceAudience", + "@id": "http://schema.org/unsaturatedFatContent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Service" + "@id": "http://schema.org/NutritionInformation" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Audience" + "@id": "http://schema.org/Mass" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/audience" + "rdfs:comment": "The number of grams of unsaturated fat.", + "rdfs:label": "unsaturatedFatContent" + }, + { + "@id": "http://schema.org/MerchantReturnFiniteReturnWindow", + "@type": "http://schema.org/MerchantReturnEnumeration", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "The audience eligible for this service.", - "rdfs:label": "serviceAudience" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "MerchantReturnFiniteReturnWindow: there is a finite window for product returns.", + "rdfs:label": "MerchantReturnFiniteReturnWindow" }, { - "@id": "http://schema.org/serviceArea", + "@id": "http://schema.org/vehicleConfiguration", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Organization" - }, + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "A short text indicating the configuration of the vehicle, e.g. '5dr hatchback ST 2.5 MT 225 hp' or 'limited edition'.", + "rdfs:label": "vehicleConfiguration" + }, + { + "@id": "http://schema.org/BikeStore", + "@type": "rdfs:Class", + "rdfs:comment": "A bike store.", + "rdfs:label": "BikeStore", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" + } + }, + { + "@id": "http://schema.org/lodgingUnitType", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/LodgingReservation" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Service" + "@id": "http://schema.org/QualitativeValue" }, { - "@id": "http://schema.org/ContactPoint" + "@id": "http://schema.org/Text" } ], + "rdfs:comment": "Textual description of the unit type (including suite vs. room, size of bed, etc.).", + "rdfs:label": "lodgingUnitType" + }, + { + "@id": "http://schema.org/bookingAgent", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Reservation" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Place" - }, - { - "@id": "http://schema.org/AdministrativeArea" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/GeoShape" + "@id": "http://schema.org/Person" } ], "http://schema.org/supersededBy": { - "@id": "http://schema.org/areaServed" + "@id": "http://schema.org/broker" }, - "rdfs:comment": "The geographic area where the service is provided.", - "rdfs:label": "serviceArea" + "rdfs:comment": "'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent.", + "rdfs:label": "bookingAgent" }, { - "@id": "http://schema.org/Dataset", + "@id": "http://schema.org/codeRepository", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareSourceCode" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/URL" + }, + "rdfs:comment": "Link to the repository where the un-compiled, human readable code and related code is located (SVN, github, CodePlex).", + "rdfs:label": "codeRepository" + }, + { + "@id": "http://schema.org/BuddhistTemple", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass" + "rdfs:comment": "A Buddhist temple.", + "rdfs:label": "BuddhistTemple", + "rdfs:subClassOf": { + "@id": "http://schema.org/PlaceOfWorship" + } + }, + { + "@id": "http://schema.org/Terminated", + "@type": "http://schema.org/MedicalStudyStatus", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://www.w3.org/2002/07/owl#equivalentClass": [ + "rdfs:comment": "Terminated.", + "rdfs:label": "Terminated" + }, + { + "@id": "http://schema.org/TraditionalChinese", + "@type": "http://schema.org/MedicineSystem", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A system of medicine based on common theoretical concepts that originated in China and evolved over thousands of years, that uses herbs, acupuncture, exercise, massage, dietary therapy, and other methods to treat a wide range of conditions.", + "rdfs:label": "TraditionalChinese" + }, + { + "@id": "http://schema.org/competencyRequired", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1779", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EducationalOccupationalCredential" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://purl.org/dc/dcmitype/Dataset" + "@id": "http://schema.org/Text" }, { - "@id": "http://rdfs.org/ns/void#Dataset" + "@id": "http://schema.org/DefinedTerm" }, { - "@id": "http://www.w3.org/ns/dcat#Dataset" + "@id": "http://schema.org/URL" } ], - "rdfs:comment": "A body of structured information describing some topic(s) of interest.", - "rdfs:label": "Dataset", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" - } - }, - { - "@id": "http://schema.org/DigitalAudioTapeFormat", - "@type": "http://schema.org/MusicReleaseFormatType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1779" }, - "rdfs:comment": "DigitalAudioTapeFormat.", - "rdfs:label": "DigitalAudioTapeFormat" + "rdfs:comment": "Knowledge, skill, ability or personal attribute that must be demonstrated by a person or other entity.", + "rdfs:label": "competencyRequired" }, { - "@id": "http://schema.org/memberOf", + "@id": "http://schema.org/adverseOutcome", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/MedicalDevice" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/TherapeuticProcedure" } ], - "http://schema.org/inverseOf": { - "@id": "http://schema.org/member" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalEntity" + }, + "rdfs:comment": "A possible complication and/or side effect of this therapy. If it is known that an adverse outcome is serious (resulting in death, disability, or permanent damage; requiring hospitalization; or is otherwise life-threatening or requires immediate medical attention), tag it as a seriouseAdverseOutcome instead.", + "rdfs:label": "adverseOutcome" + }, + { + "@id": "http://schema.org/phoneticText", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2108", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PronounceableText" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2108" + }, + "rdfs:comment": "Representation of a text textValue using the specified speechToTextMarkup. For example the city name of Houston in IPA: /ˈhjuːstən/.", + "rdfs:label": "phoneticText" + }, + { + "@id": "http://schema.org/drug", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/ProgramMembership" + "@id": "http://schema.org/TherapeuticProcedure" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/MedicalCondition" + }, + { + "@id": "http://schema.org/DrugClass" + }, + { + "@id": "http://schema.org/Patient" } ], - "rdfs:comment": "An Organization (or ProgramMembership) to which this Person or Organization belongs.", - "rdfs:label": "memberOf" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Drug" + }, + "rdfs:comment": "Specifying a drug or medicine used in a medication procedure", + "rdfs:label": "drug" }, { - "@id": "http://schema.org/Action", + "@id": "http://schema.org/PublicToilet", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass" + "http://schema.org/category": "issue-1624", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.

\n\nSee also blog post and Actions overview document.", - "rdfs:label": "Action", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1624" + }, + "rdfs:comment": "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 by customers or employees of certain businesses.", + "rdfs:label": "PublicToilet", "rdfs:subClassOf": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/CivicStructure" } }, { - "@id": "http://schema.org/InsuranceAgency", - "@type": "rdfs:Class", - "rdfs:comment": "An Insurance agency.", - "rdfs:label": "InsuranceAgency", - "rdfs:subClassOf": { - "@id": "http://schema.org/FinancialService" - } - }, - { - "@id": "http://schema.org/DamagedCondition", - "@type": "http://schema.org/OfferItemCondition", - "rdfs:comment": "Indicates that the item is damaged.", - "rdfs:label": "DamagedCondition" - }, - { - "@id": "http://schema.org/nextItem", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ListItem" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ListItem" - }, - "rdfs:comment": "A link to the ListItem that follows the current one.", - "rdfs:label": "nextItem" - }, - { - "@id": "http://schema.org/AudioObject", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" - }, - "rdfs:comment": "An audio file.", - "rdfs:label": "AudioObject", - "rdfs:subClassOf": { - "@id": "http://schema.org/MediaObject" - } - }, - { - "@id": "http://schema.org/recordingOf", + "@id": "http://schema.org/instrument", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicRecording" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/recordedAs" + "@id": "http://schema.org/Action" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MusicComposition" + "@id": "http://schema.org/Thing" }, - "rdfs:comment": "The composition this track is a recording of.", - "rdfs:label": "recordingOf" + "rdfs:comment": "The object that helped the agent perform the action. e.g. John wrote a book with a pen.", + "rdfs:label": "instrument" }, { - "@id": "http://schema.org/geoWithin", + "@id": "http://schema.org/geoCrosses", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { @@ -536,1386 +572,1338 @@ "@id": "http://schema.org/Place" } ], - "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in DE-9IM.", - "rdfs:label": "geoWithin" + "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: \"a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them\". As defined in DE-9IM.", + "rdfs:label": "geoCrosses" }, { - "@id": "http://schema.org/TaxiReservation", + "@id": "http://schema.org/MedicalStudy", "@type": "rdfs:Class", - "rdfs:comment": "A reservation for a taxi.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.", - "rdfs:label": "TaxiReservation", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A medical study is an umbrella type covering all kinds of research studies relating to human medicine or health, including observational studies and interventional trials and registries, randomized, controlled or not. When the specific type of study is known, use one of the extensions of this type, such as MedicalTrial or MedicalObservationalStudy. Also, note that this type should be used to mark up data that describes the study itself; to tag an article that publishes the results of a study, use MedicalScholarlyArticle. Note: use the code property of MedicalEntity to store study IDs, e.g. clinicaltrials.gov ID.", + "rdfs:label": "MedicalStudy", "rdfs:subClassOf": { - "@id": "http://schema.org/Reservation" + "@id": "http://schema.org/MedicalEntity" } }, { - "@id": "http://schema.org/audienceType", + "@id": "http://schema.org/normalRange", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Audience" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/MedicalTest" }, - "rdfs:comment": "The target group associated with a given audience (e.g. veterans, car owners, musicians, etc.).", - "rdfs:label": "audienceType" - }, - { - "@id": "http://schema.org/broadcastFrequency", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1004" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/category": "issue-1004", - "http://schema.org/domainIncludes": [ + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/BroadcastService" + "@id": "http://schema.org/MedicalEnumeration" }, { - "@id": "http://schema.org/BroadcastChannel" + "@id": "http://schema.org/Text" } ], - "http://schema.org/rangeIncludes": [ + "rdfs:comment": "Range of acceptable values for a typical patient, when applicable.", + "rdfs:label": "normalRange" + }, + { + "@id": "http://schema.org/typicalAgeRange", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Event" }, { - "@id": "http://schema.org/BroadcastFrequencySpecification" + "@id": "http://schema.org/CreativeWork" } ], - "rdfs:comment": "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\".", - "rdfs:label": "broadcastFrequency" - }, - { - "@id": "http://schema.org/Game", - "@type": "rdfs:Class", - "rdfs:comment": "The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting.", - "rdfs:label": "Game", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" - } + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The typical expected age range, e.g. '7-9', '11-'.", + "rdfs:label": "typicalAgeRange" }, { - "@id": "http://schema.org/AlbumRelease", - "@type": "http://schema.org/MusicAlbumReleaseType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "@id": "http://schema.org/howPerformed", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalProcedure" }, - "rdfs:comment": "AlbumRelease.", - "rdfs:label": "AlbumRelease" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "How the procedure is performed.", + "rdfs:label": "howPerformed" }, { - "@id": "http://schema.org/interactionService", + "@id": "http://schema.org/observedNode", "@type": "rdf:Property", + "http://schema.org/category": "issue-2291", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/InteractionCounter" + "@id": "http://schema.org/Observation" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/SoftwareApplication" - }, - { - "@id": "http://schema.org/WebSite" - } - ], - "rdfs:comment": "The WebSite or SoftwareApplication where the interactions took place.", - "rdfs:label": "interactionService" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/StatisticalPopulation" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2291" + }, + "rdfs:comment": "The observedNode of an Observation, often a StatisticalPopulation.", + "rdfs:label": "observedNode" }, { - "@id": "http://schema.org/SoldOut", - "@type": "http://schema.org/ItemAvailability", - "rdfs:comment": "Indicates that the item has sold out.", - "rdfs:label": "SoldOut" + "@id": "http://schema.org/ParcelDelivery", + "@type": "rdfs:Class", + "rdfs:comment": "The delivery of a parcel either via the postal service or a commercial service.", + "rdfs:label": "ParcelDelivery", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } }, { - "@id": "http://schema.org/targetDescription", + "@id": "http://schema.org/BoatTerminal", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1755", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1755" + }, + "rdfs:comment": "A terminal for boats, ships, and other water vessels.", + "rdfs:label": "BoatTerminal", + "rdfs:subClassOf": { + "@id": "http://schema.org/CivicStructure" + } + }, + { + "@id": "http://schema.org/membershipNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/AlignmentObject" + "@id": "http://schema.org/ProgramMembership" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The description of a node in an established educational framework.", - "rdfs:label": "targetDescription" + "rdfs:comment": "A unique identifier for the membership.", + "rdfs:label": "membershipNumber" }, { - "@id": "http://schema.org/Vehicle", + "@id": "http://schema.org/MenuSection", "@type": "rdfs:Class", - "rdfs:comment": "A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space.", - "rdfs:label": "Vehicle", + "rdfs:comment": "A sub-grouping of food or drink items in a menu. E.g. courses (such as 'Dinner', 'Breakfast', etc.), specific type of dishes (such as 'Meat', 'Vegan', 'Drinks', etc.), or some other classification made by the menu provider.", + "rdfs:label": "MenuSection", "rdfs:subClassOf": { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/geoContains", + "@id": "http://schema.org/legislationTransposes", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/category": "issue-1156", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Legislation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Legislation" + }, + "http://schema.org/source": [ { - "@id": "http://schema.org/GeospatialGeometry" + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" }, { - "@id": "http://schema.org/Place" + "@id": "http://publications.europa.eu/mdr/eli/index.html" } ], - "http://schema.org/rangeIncludes": [ + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://data.europa.eu/eli/ontology#transposes" + }, + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#transposes" + }, + "rdfs:comment": "Indicates that this legislation (or part of legislation) fulfills the objectives set by another legislation, by passing appropriate implementation measures. Typically, some legislations of European Union's member states or regions transpose European Directives. This indicates a legally binding link between the 2 legislations.", + "rdfs:label": "legislationTransposes", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/legislationApplies" + } + }, + { + "@id": "http://schema.org/PodcastEpisode", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-373", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/373" + }, + "rdfs:comment": "A single episode of a podcast series.", + "rdfs:label": "PodcastEpisode", + "rdfs:subClassOf": { + "@id": "http://schema.org/Episode" + } + }, + { + "@id": "http://schema.org/iataCode", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Airport" }, { - "@id": "http://schema.org/GeospatialGeometry" + "@id": "http://schema.org/Airline" } ], - "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. \"a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a\". As defined in DE-9IM.", - "rdfs:label": "geoContains" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "IATA identifier for an airline or airport.", + "rdfs:label": "iataCode" }, { - "@id": "http://schema.org/photo", + "@id": "http://schema.org/guidelineSubject", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/MedicalGuideline" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/ImageObject" - }, - { - "@id": "http://schema.org/Photograph" - } - ], - "rdfs:comment": "A photograph of this place.", - "rdfs:label": "photo", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/image" - } + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalEntity" + }, + "rdfs:comment": "The medical conditions, treatments, etc. that are the subject of the guideline.", + "rdfs:label": "guidelineSubject" }, { - "@id": "http://schema.org/ratingValue", + "@id": "http://schema.org/billingPeriod", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Rating" + "@id": "http://schema.org/Invoice" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/Number" - } - ], - "rdfs:comment": "The rating for the content.

\n\nUsage guidelines:

\n\n\n", - "rdfs:label": "ratingValue" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Duration" + }, + "rdfs:comment": "The time interval used to compute the invoice.", + "rdfs:label": "billingPeriod" }, { - "@id": "http://schema.org/address", + "@id": "http://schema.org/endTime", "@type": "rdf:Property", + "http://schema.org/category": "issue-2493", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/FoodEstablishmentReservation" }, { - "@id": "http://schema.org/GeoCoordinates" + "@id": "http://schema.org/Action" }, { - "@id": "http://schema.org/GeoShape" + "@id": "http://schema.org/MediaObject" }, { - "@id": "http://schema.org/Organization" - }, - { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Schedule" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/DateTime" }, { - "@id": "http://schema.org/PostalAddress" + "@id": "http://schema.org/Time" } ], - "rdfs:comment": "Physical address of the item.", - "rdfs:label": "address" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2493" + }, + "rdfs:comment": "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the end of a clip within a larger file.

\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.", + "rdfs:label": "endTime" }, { - "@id": "http://schema.org/educationalAlignment", + "@id": "http://schema.org/MovieSeries", + "@type": "rdfs:Class", + "rdfs:comment": "A series of movies. Included movies can be indicated with the hasPart property.", + "rdfs:label": "MovieSeries", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWorkSeries" + } + }, + { + "@id": "http://schema.org/originAddress", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/ParcelDelivery" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/AlignmentObject" + "@id": "http://schema.org/PostalAddress" }, - "rdfs:comment": "An alignment to an established educational framework.", - "rdfs:label": "educationalAlignment" + "rdfs:comment": "Shipper's address.", + "rdfs:label": "originAddress" }, { - "@id": "http://schema.org/startTime", + "@id": "http://schema.org/gender", "@type": "rdf:Property", + "http://schema.org/category": "issue-2341", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/MediaObject" - }, - { - "@id": "http://schema.org/Action" + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/FoodEstablishmentReservation" + "@id": "http://schema.org/SportsTeam" } ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Time" + "@id": "http://schema.org/GenderType" }, { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.

\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.", - "rdfs:label": "startTime" - }, - { - "@id": "http://schema.org/spouse", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2341" }, - "rdfs:comment": "The person's spouse.", - "rdfs:label": "spouse" + "rdfs:comment": "Gender of something, typically a Person, but possibly also fictional characters, animals, etc. While http://schema.org/Male and http://schema.org/Female may be used, text strings are also acceptable for people who do not identify as a binary gender. The gender property can also be used in an extended sense to cover e.g. the gender of sports teams. As with the gender of individuals, we do not try to enumerate all possibilities. A mixed-gender SportsTeam can be indicated with a text value of \"Mixed\".", + "rdfs:label": "gender" }, { - "@id": "http://schema.org/uploadDate", + "@id": "http://schema.org/numChildren", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MediaObject" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/LodgingReservation" }, - "rdfs:comment": "Date when this media object was uploaded to this site.", - "rdfs:label": "uploadDate" - }, - { - "@id": "http://schema.org/AutoPartsStore", - "@type": "rdfs:Class", - "rdfs:comment": "An auto parts store.", - "rdfs:label": "AutoPartsStore", - "rdfs:subClassOf": [ + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/AutomotiveBusiness" + "@id": "http://schema.org/Integer" }, { - "@id": "http://schema.org/Store" + "@id": "http://schema.org/QuantitativeValue" } - ] + ], + "rdfs:comment": "The number of children staying in the unit.", + "rdfs:label": "numChildren" }, { - "@id": "http://schema.org/manufacturer", + "@id": "http://schema.org/artist", "@type": "rdf:Property", + "http://schema.org/category": "Comics", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/VisualArtwork" }, { - "@id": "http://schema.org/Drug" + "@id": "http://schema.org/ComicStory" }, { - "@id": "http://schema.org/DietarySupplement" + "@id": "http://schema.org/ComicIssue" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" - }, - "rdfs:comment": "The manufacturer of the product.", - "rdfs:label": "manufacturer" - }, - { - "@id": "http://schema.org/Painting", - "@type": "rdfs:Class", - "rdfs:comment": "A painting.", - "rdfs:label": "Painting", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" - } - }, - { - "@id": "http://schema.org/SomeProducts", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" - }, - "rdfs:comment": "A placeholder for multiple similar products of the same kind.", - "rdfs:label": "SomeProducts", - "rdfs:subClassOf": { - "@id": "http://schema.org/Product" - } - }, - { - "@id": "http://schema.org/urlTemplate", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/EntryPoint" + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "An url template (RFC6570) that will be used to construct the target of the execution of the action.", - "rdfs:label": "urlTemplate" - }, - { - "@id": "http://schema.org/MoveAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of an agent relocating to a place.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "MoveAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/Action" - } - }, - { - "@id": "http://schema.org/CreativeWork", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" + "@id": "http://schema.org/Person" }, - "rdfs:comment": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.", - "rdfs:label": "CreativeWork", - "rdfs:subClassOf": { - "@id": "http://schema.org/Thing" - } + "rdfs:comment": "The primary artist for a work\n in a medium other than pencils or digital line art--for example, if the\n primary artwork is done in watercolors or digital paints.", + "rdfs:label": "artist" }, { - "@id": "http://schema.org/upvoteCount", + "@id": "http://schema.org/hoursAvailable", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Comment" + "@id": "http://schema.org/LocationFeatureSpecification" }, { - "@id": "http://schema.org/Question" + "@id": "http://schema.org/ContactPoint" + }, + { + "@id": "http://schema.org/Service" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/OpeningHoursSpecification" }, - "rdfs:comment": "The number of upvotes this question, answer or comment has received from the community.", - "rdfs:label": "upvoteCount" + "rdfs:comment": "The hours during which this service or contact is available.", + "rdfs:label": "hoursAvailable" }, { - "@id": "http://schema.org/sku", + "@id": "http://schema.org/rangeIncludes", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Property" + }, + "http://schema.org/isPartOf": { + "@id": "http://meta.schema.org" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Product" - }, - { - "@id": "http://schema.org/Offer" - }, - { - "@id": "http://schema.org/Demand" - } - ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Class" }, - "rdfs:comment": "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.", - "rdfs:label": "sku", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/identifier" - } - }, - { - "@id": "http://schema.org/AddAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of editing by adding an object to a collection.", - "rdfs:label": "AddAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/UpdateAction" - } + "rdfs:comment": "Relates a property to a class that constitutes (one of) the expected type(s) for values of the property.", + "rdfs:label": "rangeIncludes" }, { - "@id": "http://schema.org/broadcastChannelId", + "@id": "http://schema.org/pregnancyCategory", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BroadcastChannel" + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/DrugPregnancyCategory" }, - "rdfs:comment": "The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number.", - "rdfs:label": "broadcastChannelId" - }, - { - "@id": "http://schema.org/JewelryStore", - "@type": "rdfs:Class", - "rdfs:comment": "A jewelry store.", - "rdfs:label": "JewelryStore", - "rdfs:subClassOf": { - "@id": "http://schema.org/Store" - } - }, - { - "@id": "http://schema.org/ViewAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of consuming static visual content.", - "rdfs:label": "ViewAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/ConsumeAction" - } + "rdfs:comment": "Pregnancy category of this drug.", + "rdfs:label": "pregnancyCategory" }, { - "@id": "http://schema.org/WPFooter", - "@type": "rdfs:Class", - "rdfs:comment": "The footer section of the page.", - "rdfs:label": "WPFooter", - "rdfs:subClassOf": { - "@id": "http://schema.org/WebPageElement" - } - }, - { - "@id": "http://schema.org/associatedMedia", + "@id": "http://schema.org/percentile25", "@type": "rdf:Property", + "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/QuantitativeValueDistribution" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MediaObject" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "A media object that encodes this CreativeWork. This property is a synonym for encoding.", - "rdfs:label": "associatedMedia" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + }, + "rdfs:comment": "The 25th percentile value.", + "rdfs:label": "percentile25" }, { - "@id": "http://schema.org/QAPage", - "@type": "rdfs:Class", - "rdfs:comment": "A QAPage is a WebPage focussed on a specific Question and its Answer(s), e.g. in a question answering site or documenting Frequently Asked Questions (FAQs).", - "rdfs:label": "QAPage", - "rdfs:subClassOf": { - "@id": "http://schema.org/WebPage" - } + "@id": "http://schema.org/payload", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The permitted weight of passengers and cargo, EXCLUDING the weight of the empty vehicle.

\n\nTypical unit code(s): KGM for kilogram, LBR for pound

\n\n\n", + "rdfs:label": "payload" }, { - "@id": "http://schema.org/exifData", + "@id": "http://schema.org/requirements", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ImageObject" + "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/PropertyValue" + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "exif data for this object.", - "rdfs:label": "exifData" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/softwareRequirements" + }, + "rdfs:comment": "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).", + "rdfs:label": "requirements" }, { - "@id": "http://schema.org/query", + "@id": "http://schema.org/departurePlatform", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SearchAction" + "@id": "http://schema.org/TrainTrip" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "A sub property of instrument. The query used on this action.", - "rdfs:label": "query", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/instrument" - } + "rdfs:comment": "The platform from which the train departs.", + "rdfs:label": "departurePlatform" }, { - "@id": "http://schema.org/sameAs", + "@id": "http://schema.org/actionAccessibilityRequirement", "@type": "rdf:Property", + "http://schema.org/category": "issue-1741", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/ConsumeAction" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/ActionAccessSpecification" }, - "rdfs:comment": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.", - "rdfs:label": "sameAs" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1741" + }, + "rdfs:comment": "A set of requirements that a must be fulfilled in order to perform an Action. If more than one value is specied, fulfilling one set of requirements will allow the Action to be performed.", + "rdfs:label": "actionAccessibilityRequirement" }, { - "@id": "http://schema.org/funder", + "@id": "http://schema.org/organizer", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Person" - }, + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Event" + }, + "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/CreativeWork" - }, - { - "@id": "http://schema.org/MonetaryGrant" - }, - { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/Person" } ], + "rdfs:comment": "An organizer of an Event.", + "rdfs:label": "organizer" + }, + { + "@id": "http://schema.org/broadcastFrequencyValue", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1004", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BroadcastFrequencySpecification" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/QuantitativeValue" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Number" } ], - "rdfs:comment": "A person or organization that supports (sponsors) something through some kind of financial contribution.", - "rdfs:label": "funder", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/sponsor" - } + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1004" + }, + "rdfs:comment": "The frequency in MHz for a particular broadcast.", + "rdfs:label": "broadcastFrequencyValue" }, { - "@id": "http://schema.org/LikeAction", + "@id": "http://schema.org/RealEstateListing", "@type": "rdfs:Class", - "rdfs:comment": "The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.", - "rdfs:label": "LikeAction", + "http://schema.org/category": "issue-2348", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2348" + }, + "rdfs:comment": "A RealEstateListing is a listing that describes one or more real-estate Offers (whose businessFunction is typically to lease out, or to sell).\n The RealEstateListing type itself represents the overall listing, as manifested in some WebPage.", + "rdfs:label": "RealEstateListing", "rdfs:subClassOf": { - "@id": "http://schema.org/ReactAction" + "@id": "http://schema.org/WebPage" } }, { - "@id": "http://schema.org/PublicationEvent", + "@id": "http://schema.org/MissingContext", + "@type": "http://schema.org/MediaManipulationRatingEnumeration", + "http://schema.org/category": "issue-2450", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2450" + }, + "rdfs:comment": "MissingContext: ...", + "rdfs:label": "MissingContext" + }, + { + "@id": "http://schema.org/broadcastDisplayName", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BroadcastService" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The name displayed in the channel guide. For many US affiliates, it is the network name.", + "rdfs:label": "broadcastDisplayName" + }, + { + "@id": "http://schema.org/Movie", "@type": "rdfs:Class", - "rdfs:comment": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media.", - "rdfs:label": "PublicationEvent", + "rdfs:comment": "A movie.", + "rdfs:label": "Movie", "rdfs:subClassOf": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/Course", + "@id": "http://schema.org/WebSite", "@type": "rdfs:Class", - "rdfs:comment": "A description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.", - "rdfs:label": "Course", + "rdfs:comment": "A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs.", + "rdfs:label": "WebSite", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/MobileApplication", + "@id": "http://schema.org/AutoRental", "@type": "rdfs:Class", - "rdfs:comment": "A software application designed specifically to work well on a mobile device such as a telephone.", - "rdfs:label": "MobileApplication", + "rdfs:comment": "A car rental business.", + "rdfs:label": "AutoRental", "rdfs:subClassOf": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/AutomotiveBusiness" } }, { - "@id": "http://schema.org/colleagues", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/colleague" - }, - "rdfs:comment": "A colleague of the person.", - "rdfs:label": "colleagues" - }, - { - "@id": "http://schema.org/ParcelService", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "@id": "http://schema.org/PrimaryCare", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "A private parcel service as the delivery mode available for a certain offer.

\n\nCommonly used values:

\n\n\n", - "rdfs:label": "ParcelService", + "rdfs:comment": "The medical care by a physician, or other health-care professional, who is the patient's first contact with the health-care system and who may recommend a specialist if necessary.", + "rdfs:label": "PrimaryCare", "rdfs:subClassOf": { - "@id": "http://schema.org/DeliveryMethod" + "@id": "http://schema.org/MedicalBusiness" } }, { - "@id": "http://schema.org/BefriendAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "BefriendAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/InteractAction" - } + "@id": "http://schema.org/ReadPermission", + "@type": "http://schema.org/DigitalDocumentPermissionType", + "rdfs:comment": "Permission to read or view the document.", + "rdfs:label": "ReadPermission" }, { - "@id": "http://schema.org/playerType", + "@id": "http://schema.org/predecessorOf", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MediaObject" + "@id": "http://schema.org/ProductModel" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/ProductModel" }, - "rdfs:comment": "Player type required—for example, Flash or Silverlight.", - "rdfs:label": "playerType" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "A pointer from a previous, often discontinued variant of the product to its newer variant.", + "rdfs:label": "predecessorOf" }, { - "@id": "http://schema.org/unitCode", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "@id": "http://schema.org/PublicHolidays", + "@type": "http://schema.org/DayOfWeek", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/QuantitativeValue" - }, - { - "@id": "http://schema.org/TypeAndQuantityNode" - }, - { - "@id": "http://schema.org/PropertyValue" - }, - { - "@id": "http://schema.org/UnitPriceSpecification" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/URL" - } - ], - "rdfs:comment": "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon.", - "rdfs:label": "unitCode" + "rdfs:comment": "This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a \"day of the week\", it can be used with OpeningHoursSpecification. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs.", + "rdfs:label": "PublicHolidays" }, { - "@id": "http://schema.org/produces", + "@id": "http://schema.org/sourcedFrom", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Service" + "@id": "http://schema.org/Nerve" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/serviceOutput" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/BrainStructure" }, - "rdfs:comment": "The tangible thing generated by the service, e.g. a passport, permit, etc.", - "rdfs:label": "produces" + "rdfs:comment": "The neurological pathway that originates the neurons.", + "rdfs:label": "sourcedFrom" }, { - "@id": "http://schema.org/OrderReturned", - "@type": "http://schema.org/OrderStatus", - "rdfs:comment": "OrderStatus representing that an order has been returned.", - "rdfs:label": "OrderReturned" - }, - { - "@id": "http://schema.org/HowTo", + "@id": "http://schema.org/Audience", "@type": "rdfs:Class", - "rdfs:comment": "Instructions that explain how to achieve a result by performing a sequence of steps.", - "rdfs:label": "HowTo", + "rdfs:comment": "Intended audience for an item, i.e. the group for whom the item was created.", + "rdfs:label": "Audience", "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/PoliceStation", + "@id": "http://schema.org/LymphaticVessel", "@type": "rdfs:Class", - "rdfs:comment": "A police station.", - "rdfs:label": "PoliceStation", - "rdfs:subClassOf": [ - { - "@id": "http://schema.org/EmergencyService" - }, - { - "@id": "http://schema.org/CivicStructure" - } - ] + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A type of blood vessel that specifically carries lymph fluid unidirectionally toward the heart.", + "rdfs:label": "LymphaticVessel", + "rdfs:subClassOf": { + "@id": "http://schema.org/Vessel" + } }, { - "@id": "http://schema.org/LeftHandDriving", - "@type": "http://schema.org/SteeringPositionValue", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + "@id": "http://schema.org/TreatmentIndication", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "The steering position is on the left side of the vehicle (viewed from the main direction of driving).", - "rdfs:label": "LeftHandDriving" + "rdfs:comment": "An indication for treating an underlying condition, symptom, etc.", + "rdfs:label": "TreatmentIndication", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalIndication" + } }, { - "@id": "http://schema.org/latitude", + "@id": "http://schema.org/members", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/GeoCoordinates" + "@id": "http://schema.org/ProgramMembership" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Organization" } ], - "rdfs:comment": "The latitude of a location. For example 37.42242 (WGS 84).", - "rdfs:label": "latitude" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/member" + }, + "rdfs:comment": "A member of this organization.", + "rdfs:label": "members" }, { - "@id": "http://schema.org/arrivalAirport", + "@id": "http://schema.org/printColumn", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Flight" + "@id": "http://schema.org/NewsArticle" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Airport" - }, - "rdfs:comment": "The airport where the flight terminates.", - "rdfs:label": "arrivalAirport" - }, - { - "@id": "http://schema.org/bestRating", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Rating" + "@id": "http://schema.org/Text" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/Number" - } - ], - "rdfs:comment": "The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.", - "rdfs:label": "bestRating" - }, - { - "@id": "http://schema.org/HealthClub", - "@type": "rdfs:Class", - "rdfs:comment": "A health club.", - "rdfs:label": "HealthClub", - "rdfs:subClassOf": [ - { - "@id": "http://schema.org/HealthAndBeautyBusiness" - }, - { - "@id": "http://schema.org/SportsActivityLocation" - } - ] + "rdfs:comment": "The number of the column in which the NewsArticle appears in the print edition.", + "rdfs:label": "printColumn" }, { - "@id": "http://schema.org/DrinkAction", + "@id": "http://schema.org/Restaurant", "@type": "rdfs:Class", - "rdfs:comment": "The act of swallowing liquids.", - "rdfs:label": "DrinkAction", + "rdfs:comment": "A restaurant.", + "rdfs:label": "Restaurant", "rdfs:subClassOf": { - "@id": "http://schema.org/ConsumeAction" + "@id": "http://schema.org/FoodEstablishment" } }, { - "@id": "http://schema.org/softwareRequirements", + "@id": "http://schema.org/hasPart", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/CreativeWork" }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/inverseOf": { + "@id": "http://schema.org/isPartOf" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" + }, + "rdfs:comment": "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).", + "rdfs:label": "hasPart" + }, + { + "@id": "http://schema.org/knowsAbout", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1688", + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Person" } ], - "rdfs:comment": "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).", - "rdfs:label": "softwareRequirements" - }, - { - "@id": "http://schema.org/DownloadAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of downloading an object.", - "rdfs:label": "DownloadAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/TransferAction" - } - }, - { - "@id": "http://schema.org/typeOfGood", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/domainIncludes": [ + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/OwnershipInfo" + "@id": "http://schema.org/Thing" }, { - "@id": "http://schema.org/TypeAndQuantityNode" + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/Text" } ], - "http://schema.org/rangeIncludes": [ + "http://schema.org/source": [ { - "@id": "http://schema.org/Service" + "@id": "https://github.com/schemaorg/schemaorg/issues/1688" }, { - "@id": "http://schema.org/Product" + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" } ], - "rdfs:comment": "The product that this structured value is referring to.", - "rdfs:label": "typeOfGood" - }, - { - "@id": "http://schema.org/TireShop", - "@type": "rdfs:Class", - "rdfs:comment": "A tire shop.", - "rdfs:label": "TireShop", - "rdfs:subClassOf": { - "@id": "http://schema.org/Store" - } + "rdfs:comment": "Of a Person, and less typically of an Organization, to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or JobPosting descriptions.", + "rdfs:label": "knowsAbout" }, { - "@id": "http://schema.org/Synagogue", - "@type": "rdfs:Class", - "rdfs:comment": "A synagogue.", - "rdfs:label": "Synagogue", - "rdfs:subClassOf": { - "@id": "http://schema.org/PlaceOfWorship" - } + "@id": "http://schema.org/SpeechPathology", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "The scientific study and treatment of defects, disorders, and malfunctions of speech and voice, as stuttering, lisping, or lalling, and of language disturbances, as aphasia or delayed language acquisition.", + "rdfs:label": "SpeechPathology" }, { - "@id": "http://schema.org/SteeringPositionValue", + "@id": "http://schema.org/Mass", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, - "rdfs:comment": "A value indicating a steering position.", - "rdfs:label": "SteeringPositionValue", + "rdfs:comment": "Properties that take Mass as values are of the form '<Number> <Mass unit of measure>'. E.g., '7 kg'.", + "rdfs:label": "Mass", "rdfs:subClassOf": { - "@id": "http://schema.org/QualitativeValue" + "@id": "http://schema.org/Quantity" } }, { - "@id": "http://schema.org/numberOfForwardGears", + "@id": "http://schema.org/model", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" + "@id": "http://schema.org/Product" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/ProductModel" }, { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "The total number of forward gears available for the transmission system of the vehicle.

\n\nTypical unit code(s): C62", - "rdfs:label": "numberOfForwardGears" + "rdfs:comment": "The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties.", + "rdfs:label": "model" }, { - "@id": "http://schema.org/AnimalShelter", + "@id": "http://schema.org/EventPostponed", + "@type": "http://schema.org/EventStatusType", + "rdfs:comment": "The event has been postponed and no new date has been set. The event's previousStartDate should be set.", + "rdfs:label": "EventPostponed" + }, + { + "@id": "http://schema.org/OfferShippingDetails", "@type": "rdfs:Class", - "rdfs:comment": "Animal shelter.", - "rdfs:label": "AnimalShelter", + "http://schema.org/category": "issue-2506", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "OfferShippingDetails represents information about shipping destinations.

\n\nMultiple of these entities can be used to represent different shipping rates for different destinations:

\n\nOne entity for Alaska/Hawaii. A different one for continental US.A different one for all France.

\n\nMultiple of these entities can be used to represent different shipping costs and delivery times.

\n\nTwo entities that are identical but differ in rate and time:

\n\ne.g. Cheaper and slower: $5 in 5-7days\nor Fast and expensive: $15 in 1-2 days", + "rdfs:label": "OfferShippingDetails", "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" + "@id": "http://schema.org/StructuredValue" } }, { - "@id": "http://schema.org/actionStatus", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { + "@id": "http://schema.org/OrganizeAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of manipulating/administering/supervising/controlling one or more objects.", + "rdfs:label": "OrganizeAction", + "rdfs:subClassOf": { "@id": "http://schema.org/Action" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ActionStatusType" - }, - "rdfs:comment": "Indicates the current disposition of the Action.", - "rdfs:label": "actionStatus" + } }, { - "@id": "http://schema.org/audio", + "@id": "http://schema.org/numberOfAvailableAccommodationUnits", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/category": "issue-2373", + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Clip" + "@id": "http://schema.org/FloorPlan" }, { - "@id": "http://schema.org/AudioObject" + "@id": "http://schema.org/ApartmentComplex" } ], - "rdfs:comment": "An embedded audio object.", - "rdfs:label": "audio" - }, - { - "@id": "http://schema.org/deathDate", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/QuantitativeValue" }, - "rdfs:comment": "Date of death.", - "rdfs:label": "deathDate" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2373" + }, + "rdfs:comment": "Indicates the number of available accommodation units in an ApartmentComplex, or the number of accommodation units for a specific FloorPlan (within its specific ApartmentComplex). See also numberOfAccommodationUnits.", + "rdfs:label": "numberOfAvailableAccommodationUnits" }, { - "@id": "http://schema.org/WorkersUnion", + "@id": "http://schema.org/MedicalObservationalStudyDesign", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/243" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/category": "issue-243", - "rdfs:comment": "A Workers Union (also known as a Labor Union, Labour Union, or Trade Union) is an organization that promotes the interests of its worker members by collectively bargaining with management, organizing, and political lobbying.", - "rdfs:label": "WorkersUnion", + "rdfs:comment": "Design models for observational medical studies. Enumerated type.", + "rdfs:label": "MedicalObservationalStudyDesign", "rdfs:subClassOf": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/MedicalEnumeration" } }, { - "@id": "http://schema.org/PreOrder", - "@type": "http://schema.org/ItemAvailability", - "rdfs:comment": "Indicates that the item is available for pre-order, but will be delivered when generally available.", - "rdfs:label": "PreOrder" - }, - { - "@id": "http://schema.org/workExample", + "@id": "http://schema.org/sdDatePublished", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" - }, + "http://schema.org/category": "issue-1886", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/exampleOfWork" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Date" }, - "rdfs:comment": "Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook.", - "rdfs:label": "workExample" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1886" + }, + "rdfs:comment": "Indicates the date on which the current structured data was generated / published. Typically used alongside sdPublisher", + "rdfs:label": "sdDatePublished" }, { - "@id": "http://schema.org/jobLocation", + "@id": "http://schema.org/SoftwareApplication", + "@type": "rdfs:Class", + "rdfs:comment": "A software application.", + "rdfs:label": "SoftwareApplication", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/partOfInvoice", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/JobPosting" + "@id": "http://schema.org/Order" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Invoice" }, - "rdfs:comment": "A (typically single) geographic location associated with the job position.", - "rdfs:label": "jobLocation" + "rdfs:comment": "The order is being paid as part of the referenced Invoice.", + "rdfs:label": "partOfInvoice" }, { - "@id": "http://schema.org/HowToSection", - "@type": "rdfs:Class", - "rdfs:comment": "A sub-grouping of steps in the instructions for how to achieve a result (e.g. steps for making a pie crust within a pie recipe).", - "rdfs:label": "HowToSection", - "rdfs:subClassOf": [ + "@id": "http://schema.org/bccRecipient", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Message" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/ItemList" + "@id": "http://schema.org/ContactPoint" }, { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/ListItem" + "@id": "http://schema.org/Person" } - ] + ], + "rdfs:comment": "A sub property of recipient. The recipient blind copied on a message.", + "rdfs:label": "bccRecipient", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/recipient" + } }, { - "@id": "http://schema.org/seasons", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/VideoGameSeries" - }, + "@id": "http://schema.org/PhysicalExam", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A type of physical examination of a patient performed by a physician.", + "rdfs:label": "PhysicalExam", + "rdfs:subClassOf": [ { - "@id": "http://schema.org/TVSeries" + "@id": "http://schema.org/MedicalProcedure" }, { - "@id": "http://schema.org/RadioSeries" + "@id": "http://schema.org/MedicalEnumeration" } - ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWorkSeason" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/season" - }, - "rdfs:comment": "A season in a media series.", - "rdfs:label": "seasons" - }, - { - "@id": "http://schema.org/MusicAlbum", - "@type": "rdfs:Class", - "rdfs:comment": "A collection of music tracks.", - "rdfs:label": "MusicAlbum", - "rdfs:subClassOf": { - "@id": "http://schema.org/MusicPlaylist" - } - }, - { - "@id": "http://schema.org/mileageFromOdometer", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" - }, - "rdfs:comment": "The total distance travelled by the particular vehicle since its initial production, as read from its odometer.

\n\nTypical unit code(s): KMT for kilometers, SMI for statute miles", - "rdfs:label": "mileageFromOdometer" - }, - { - "@id": "http://schema.org/Person", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" - }, - "http://www.w3.org/2002/07/owl#equivalentClass": { - "@id": "http://xmlns.com/foaf/0.1/Person" - }, - "rdfs:comment": "A person (alive, dead, undead, or fictional).", - "rdfs:label": "Person", - "rdfs:subClassOf": { - "@id": "http://schema.org/Thing" - } + ] }, { - "@id": "http://schema.org/permissions", + "@id": "http://schema.org/icaoCode", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/Airport" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi).", - "rdfs:label": "permissions" + "rdfs:comment": "ICAO identifier for an airport.", + "rdfs:label": "icaoCode" }, { - "@id": "http://schema.org/RsvpResponseYes", - "@type": "http://schema.org/RsvpResponseType", - "rdfs:comment": "The invitee will attend.", - "rdfs:label": "RsvpResponseYes" + "@id": "http://schema.org/Genetic", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that pertains to hereditary transmission and the variation of inherited characteristics and disorders.", + "rdfs:label": "Genetic" }, { - "@id": "http://schema.org/provider", + "@id": "http://schema.org/fuelType", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/2289" - }, - "http://schema.org/category": "issue-2289", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/CreativeWork" - }, - { - "@id": "http://schema.org/Invoice" - }, - { - "@id": "http://schema.org/Reservation" + "@id": "http://schema.org/Vehicle" }, { - "@id": "http://schema.org/Service" - }, + "@id": "http://schema.org/EngineSpecification" + } + ], + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/ParcelDelivery" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/EducationalOccupationalProgram" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Trip" + "@id": "http://schema.org/QualitativeValue" } ], - "http://schema.org/rangeIncludes": [ + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The type of fuel suitable for the engine or engines of the vehicle. If the vehicle has only one engine, this property can be attached directly to the vehicle.", + "rdfs:label": "fuelType" + }, + { + "@id": "http://schema.org/availability", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Demand" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Offer" } ], - "rdfs:comment": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.", - "rdfs:label": "provider" - }, - { - "@id": "http://schema.org/DeliveryChargeSpecification", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/ItemAvailability" }, - "rdfs:comment": "The price for the delivery of an offer using a particular delivery method.", - "rdfs:label": "DeliveryChargeSpecification", - "rdfs:subClassOf": { - "@id": "http://schema.org/PriceSpecification" - } + "rdfs:comment": "The availability of this item—for example In stock, Out of stock, Pre-order, etc.", + "rdfs:label": "availability" }, { - "@id": "http://schema.org/screenCount", + "@id": "http://schema.org/diagram", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MovieTheater" + "@id": "http://schema.org/AnatomicalStructure" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/ImageObject" }, - "rdfs:comment": "The number of screens in the movie theater.", - "rdfs:label": "screenCount" + "rdfs:comment": "An image containing a diagram that illustrates the structure and/or its component substructures and/or connections with other structures.", + "rdfs:label": "diagram" }, { - "@id": "http://schema.org/openingHoursSpecification", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Place" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/OpeningHoursSpecification" - }, - "rdfs:comment": "The opening hours of a certain place.", - "rdfs:label": "openingHoursSpecification" + "@id": "http://schema.org/UseAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of applying an object to its intended purpose.", + "rdfs:label": "UseAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/ConsumeAction" + } }, { - "@id": "http://schema.org/occupancy", + "@id": "http://schema.org/APIReference", + "@type": "rdfs:Class", + "rdfs:comment": "Reference documentation for application programming interfaces (APIs).", + "rdfs:label": "APIReference", + "rdfs:subClassOf": { + "@id": "http://schema.org/TechArticle" + } + }, + { + "@id": "http://schema.org/Text", + "@type": [ + "http://schema.org/DataType", + "rdfs:Class" + ], + "rdfs:comment": "Data type: Text.", + "rdfs:label": "Text" + }, + { + "@id": "http://schema.org/Integer", + "@type": "rdfs:Class", + "rdfs:comment": "Data type: Integer.", + "rdfs:label": "Integer", + "rdfs:subClassOf": { + "@id": "http://schema.org/Number" + } + }, + { + "@id": "http://schema.org/merchant", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Order" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/SingleFamilyResidence" - }, - { - "@id": "http://schema.org/HotelRoom" - }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Apartment" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/Suite" + "@id": "http://schema.org/Person" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/seller" }, - "rdfs:comment": "The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person).\nTypical unit code(s): C62 for person", - "rdfs:label": "occupancy" + "rdfs:comment": "'merchant' is an out-dated term for 'seller'.", + "rdfs:label": "merchant" }, { - "@id": "http://schema.org/saturatedFatContent", + "@id": "http://schema.org/hasDefinedTerm", "@type": "rdf:Property", + "http://schema.org/category": "issue-894", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/NutritionInformation" + "@id": "http://schema.org/DefinedTermSet" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Mass" + "@id": "http://schema.org/DefinedTerm" }, - "rdfs:comment": "The number of grams of saturated fat.", - "rdfs:label": "saturatedFatContent" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/894" + }, + "rdfs:comment": "A Defined Term contained in this term set.", + "rdfs:label": "hasDefinedTerm", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/hasPart" + } }, { - "@id": "http://schema.org/LendAction", + "@id": "http://schema.org/FilmAction", "@type": "rdfs:Class", - "rdfs:comment": "The act of providing an object under an agreement that it will be returned at a later date. Reciprocal of BorrowAction.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "LendAction", + "rdfs:comment": "The act of capturing sound and moving images on film, video, or digitally.", + "rdfs:label": "FilmAction", "rdfs:subClassOf": { - "@id": "http://schema.org/TransferAction" + "@id": "http://schema.org/CreateAction" } }, { - "@id": "http://schema.org/availabilityStarts", + "@id": "http://schema.org/usesDevice", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalTest" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalDevice" + }, + "rdfs:comment": "Device used to perform the test.", + "rdfs:label": "usesDevice" + }, + { + "@id": "http://schema.org/arrivalBusStop", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": [ + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BusTrip" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "@id": "http://schema.org/BusStation" }, { - "@id": "https://github.com/schemaorg/schemaorg/issues/1741" + "@id": "http://schema.org/BusStop" } ], - "http://schema.org/category": "issue-1741", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Offer" - }, + "rdfs:comment": "The stop or station from which the bus arrives.", + "rdfs:label": "arrivalBusStop" + }, + { + "@id": "http://schema.org/programmingLanguage", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareSourceCode" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/ActionAccessSpecification" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Demand" + "@id": "http://schema.org/ComputerLanguage" } ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Date" - }, - { - "@id": "http://schema.org/Time" - }, - { - "@id": "http://schema.org/DateTime" - } - ], - "rdfs:comment": "The beginning of the availability of the product or service included in the offer.", - "rdfs:label": "availabilityStarts" - }, - { - "@id": "http://schema.org/FoodEstablishment", - "@type": "rdfs:Class", - "rdfs:comment": "A food-related business.", - "rdfs:label": "FoodEstablishment", - "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" - } + "rdfs:comment": "The computer programming language.", + "rdfs:label": "programmingLanguage" }, { - "@id": "http://schema.org/encoding", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/encodesCreativeWork" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MediaObject" + "@id": "http://schema.org/DemoAlbum", + "@type": "http://schema.org/MusicAlbumProductionType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, - "rdfs:comment": "A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.", - "rdfs:label": "encoding" + "rdfs:comment": "DemoAlbum.", + "rdfs:label": "DemoAlbum" }, { - "@id": "http://schema.org/interactivityType", + "@id": "http://schema.org/providerMobility", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Service" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'.", - "rdfs:label": "interactivityType" + "rdfs:comment": "Indicates the mobility of a provided service (e.g. 'static', 'dynamic').", + "rdfs:label": "providerMobility" }, { - "@id": "http://schema.org/ListenAction", + "@id": "http://schema.org/Room", "@type": "rdfs:Class", - "rdfs:comment": "The act of consuming audio content.", - "rdfs:label": "ListenAction", + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "A room is a distinguishable space within a structure, usually separated from other spaces by interior walls. (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Room).\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", + "rdfs:label": "Room", "rdfs:subClassOf": { - "@id": "http://schema.org/ConsumeAction" + "@id": "http://schema.org/Accommodation" } }, { - "@id": "http://schema.org/TransferAction", + "@id": "http://schema.org/QuantitativeValueDistribution", "@type": "rdfs:Class", - "rdfs:comment": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.", - "rdfs:label": "TransferAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/Action" - } - }, - { - "@id": "http://schema.org/SoundtrackAlbum", - "@type": "http://schema.org/MusicAlbumProductionType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "http://schema.org/category": "issue-1698", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, - "rdfs:comment": "SoundtrackAlbum.", - "rdfs:label": "SoundtrackAlbum" - }, - { - "@id": "http://schema.org/NutritionInformation", - "@type": "rdfs:Class", - "rdfs:comment": "Nutritional information about the recipe.", - "rdfs:label": "NutritionInformation", + "rdfs:comment": "A statistical distribution of values.", + "rdfs:label": "QuantitativeValueDistribution", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { - "@id": "http://schema.org/benefits", + "@id": "http://schema.org/publicationType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/JobPosting" + "@id": "http://schema.org/MedicalScholarlyArticle" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/jobBenefits" - }, - "rdfs:comment": "Description of benefits associated with the job.", - "rdfs:label": "benefits" + "rdfs:comment": "The type of the medical article, taken from the US NLM MeSH publication type catalog. See also MeSH documentation.", + "rdfs:label": "publicationType" }, { - "@id": "http://schema.org/SiteNavigationElement", + "@id": "http://schema.org/CoOp", + "@type": "http://schema.org/GamePlayMode", + "rdfs:comment": "Play mode: CoOp. Co-operative games, where you play on the same team with friends.", + "rdfs:label": "CoOp" + }, + { + "@id": "http://schema.org/HomeGoodsStore", "@type": "rdfs:Class", - "rdfs:comment": "A navigation element of the page.", - "rdfs:label": "SiteNavigationElement", + "rdfs:comment": "A home goods store.", + "rdfs:label": "HomeGoodsStore", "rdfs:subClassOf": { - "@id": "http://schema.org/WebPageElement" + "@id": "http://schema.org/Store" } }, { - "@id": "http://schema.org/albums", + "@id": "http://schema.org/functionalClass", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicGroup" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MusicAlbum" + "@id": "http://schema.org/Joint" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/album" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "A collection of music albums.", - "rdfs:label": "albums" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/MedicalEntity" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "The degree of mobility the joint allows.", + "rdfs:label": "functionalClass" }, { - "@id": "http://schema.org/authenticator", + "@id": "http://schema.org/educationalLevel", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1741" + "http://schema.org/category": "issue-1779", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/LearningResource" + }, + { + "@id": "http://schema.org/EducationEvent" + }, + { + "@id": "http://schema.org/EducationalOccupationalCredential" + }, + { + "@id": "http://schema.org/CreativeWork" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/category": "issue-1741", + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/DefinedTerm" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1779" + }, + "rdfs:comment": "The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators.", + "rdfs:label": "educationalLevel" + }, + { + "@id": "http://schema.org/releasedEvent", + "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MediaSubscription" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/PublicationEvent" }, - "rdfs:comment": "The Organization responsible for authenticating the user's subscription. For example, many media apps require a cable/satellite provider to authenticate your subscription before playing media.", - "rdfs:label": "authenticator" + "rdfs:comment": "The place and time the release was issued, expressed as a PublicationEvent.", + "rdfs:label": "releasedEvent" }, { - "@id": "http://schema.org/gamePlatform", + "@id": "http://schema.org/speakable", "@type": "rdf:Property", + "http://schema.org/category": "issue-1389", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/VideoGameSeries" + "@id": "http://schema.org/WebPage" }, { - "@id": "http://schema.org/VideoGame" + "@id": "http://schema.org/Article" } ], "http://schema.org/rangeIncludes": [ @@ -1923,2209 +1911,2587 @@ "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/SpeakableSpecification" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1389" + }, + "rdfs:comment": "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.

\n\nThe speakable property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:

\n\n1.) id-value URL references - uses id-value of an element in the page being annotated. The simplest use of speakable has (potentially relative) URL values, referencing identified sections of the document concerned.

\n\n2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the cssSelector property.

\n\n3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the xpath property.

\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, SpeakableSpecification which is defined to be a possible value of the speakable property.", + "rdfs:label": "speakable" + }, + { + "@id": "http://schema.org/TouristTrip", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1810", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it" }, { - "@id": "http://schema.org/Text" + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" } ], - "rdfs:comment": "The electronic systems used to play video games.", - "rdfs:label": "gamePlatform" + "rdfs:comment": "A tourist trip. A created itinerary of visits to one or more places of interest (TouristAttraction/TouristDestination) often linked by a similar theme, geographic area, or interest to a particular touristType. The UNWTO defines tourism trip as the Trip taken by visitors.\n (See examples below).", + "rdfs:label": "TouristTrip", + "rdfs:subClassOf": { + "@id": "http://schema.org/Trip" + } }, { - "@id": "http://schema.org/orderItemStatus", + "@id": "http://schema.org/SportingGoodsStore", + "@type": "rdfs:Class", + "rdfs:comment": "A sporting goods store.", + "rdfs:label": "SportingGoodsStore", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" + } + }, + { + "@id": "http://schema.org/vehicleIdentificationNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/OrderItem" + "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/OrderStatus" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The current status of the order item.", - "rdfs:label": "orderItemStatus" - }, - { - "@id": "http://schema.org/Organization", - "@type": "rdfs:Class", - "rdfs:comment": "An organization such as a school, NGO, corporation, club, etc.", - "rdfs:label": "Organization", - "rdfs:subClassOf": { - "@id": "http://schema.org/Thing" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The Vehicle Identification Number (VIN) is a unique serial number used by the automotive industry to identify individual motor vehicles.", + "rdfs:label": "vehicleIdentificationNumber", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/serialNumber" } }, { - "@id": "http://schema.org/programMembershipUsed", + "@id": "http://schema.org/gameTip", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Reservation" + "@id": "http://schema.org/VideoGame" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ProgramMembership" + "@id": "http://schema.org/CreativeWork" }, - "rdfs:comment": "Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.", - "rdfs:label": "programMembershipUsed" + "rdfs:comment": "Links to tips, tactics, etc.", + "rdfs:label": "gameTip" }, { - "@id": "http://schema.org/DeleteAction", + "@id": "http://schema.org/MedicalTestPanel", "@type": "rdfs:Class", - "rdfs:comment": "The act of editing a recipient by removing one of its objects.", - "rdfs:label": "DeleteAction", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Any collection of tests commonly ordered together.", + "rdfs:label": "MedicalTestPanel", "rdfs:subClassOf": { - "@id": "http://schema.org/UpdateAction" + "@id": "http://schema.org/MedicalTest" } }, { - "@id": "http://schema.org/Wednesday", - "@type": "http://schema.org/DayOfWeek", - "http://schema.org/sameAs": { - "@id": "http://www.wikidata.org/entity/Q128" + "@id": "http://schema.org/MedicalAudience", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "The day of the week between Tuesday and Thursday.", - "rdfs:label": "Wednesday" + "rdfs:comment": "Target audiences for medical web pages.", + "rdfs:label": "MedicalAudience", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/Audience" + }, + { + "@id": "http://schema.org/PeopleAudience" + } + ] }, { - "@id": "http://schema.org/trackingUrl", + "@id": "http://schema.org/durationOfWarranty", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ParcelDelivery" + "@id": "http://schema.org/WarrantyPromise" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/QuantitativeValue" }, - "rdfs:comment": "Tracking url for the parcel delivery.", - "rdfs:label": "trackingUrl" - }, - { - "@id": "http://schema.org/RefurbishedCondition", - "@type": "http://schema.org/OfferItemCondition", - "rdfs:comment": "Indicates that the item is refurbished.", - "rdfs:label": "RefurbishedCondition" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The duration of the warranty promise. Common unitCode values are ANN for year, MON for months, or DAY for days.", + "rdfs:label": "durationOfWarranty" }, { - "@id": "http://schema.org/bookEdition", + "@id": "http://schema.org/returnFees", "@type": "rdf:Property", + "http://schema.org/category": "issue-2288", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Book" + "@id": "http://schema.org/MerchantReturnPolicy" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/ReturnFeesEnumeration" }, - "rdfs:comment": "The edition of the book.", - "rdfs:label": "bookEdition" - }, - { - "@id": "http://schema.org/TradeAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment.", - "rdfs:label": "TradeAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/Action" - } + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "Indicates (via enumerated options) the return fees policy for a MerchantReturnPolicy", + "rdfs:label": "returnFees" }, { - "@id": "http://schema.org/processorRequirements", + "@id": "http://schema.org/median", "@type": "rdf:Property", + "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/QuantitativeValueDistribution" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "Processor architecture required to run the application (e.g. IA64).", - "rdfs:label": "processorRequirements" - }, - { - "@id": "http://schema.org/LegalService", - "@type": "rdfs:Class", - "rdfs:comment": "A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.

\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s).", - "rdfs:label": "LegalService", - "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" - } + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + }, + "rdfs:comment": "The median value.", + "rdfs:label": "median" }, { - "@id": "http://schema.org/grantee", + "@id": "http://schema.org/partySize", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/DigitalDocumentPermission" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/TaxiReservation" }, { - "@id": "http://schema.org/ContactPoint" - }, + "@id": "http://schema.org/FoodEstablishmentReservation" + } + ], + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Audience" + "@id": "http://schema.org/QuantitativeValue" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Integer" } ], - "rdfs:comment": "The person, organization, contact point, or audience that has been granted this permission.", - "rdfs:label": "grantee" + "rdfs:comment": "Number of people the reservation should accommodate.", + "rdfs:label": "partySize" }, { - "@id": "http://schema.org/subEvent", + "@id": "http://schema.org/suggestedAnswer", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Event" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/superEvent" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Event" - }, - "rdfs:comment": "An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference.", - "rdfs:label": "subEvent" - }, - { - "@id": "http://schema.org/RemixAlbum", - "@type": "http://schema.org/MusicAlbumProductionType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "@id": "http://schema.org/Question" }, - "rdfs:comment": "RemixAlbum.", - "rdfs:label": "RemixAlbum" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Answer" + }, + { + "@id": "http://schema.org/ItemList" + } + ], + "rdfs:comment": "An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site.", + "rdfs:label": "suggestedAnswer" }, { - "@id": "http://schema.org/membershipNumber", + "@id": "http://schema.org/priceSpecification", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ProgramMembership" - }, + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/TradeAction" + }, + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Demand" + } + ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/PriceSpecification" }, - "rdfs:comment": "A unique identifier for the membership.", - "rdfs:label": "membershipNumber" - }, - { - "@id": "http://schema.org/OrderProcessing", - "@type": "http://schema.org/OrderStatus", - "rdfs:comment": "OrderStatus representing that an order is being processed.", - "rdfs:label": "OrderProcessing" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "One or more detailed price specifications, indicating the unit price and delivery or payment charges.", + "rdfs:label": "priceSpecification" }, { - "@id": "http://schema.org/VisualArtwork", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_VisualArtworkClass" + "@id": "http://schema.org/RightHandDriving", + "@type": "http://schema.org/SteeringPositionValue", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, - "rdfs:comment": "A work of art that is primarily visual in character.", - "rdfs:label": "VisualArtwork", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" - } + "rdfs:comment": "The steering position is on the right side of the vehicle (viewed from the main direction of driving).", + "rdfs:label": "RightHandDriving" }, { - "@id": "http://schema.org/recipeYield", + "@id": "http://schema.org/costPerUnit", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Recipe" + "@id": "http://schema.org/DrugCost" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Number" + }, + { + "@id": "http://schema.org/QualitativeValue" }, { "@id": "http://schema.org/Text" } ], - "rdfs:comment": "The quantity produced by the recipe (for example, number of people served, number of servings, etc).", - "rdfs:label": "recipeYield", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/yield" - } + "rdfs:comment": "The cost per unit of the drug.", + "rdfs:label": "costPerUnit" }, { - "@id": "http://schema.org/gameServer", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/VideoGame" + "@id": "http://schema.org/CharitableIncorporatedOrganization", + "@type": "http://schema.org/UKNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/game" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" }, + "rdfs:comment": "CharitableIncorporatedOrganization: Non-profit type referring to a Charitable Incorporated Organization (UK).", + "rdfs:label": "CharitableIncorporatedOrganization" + }, + { + "@id": "http://schema.org/salaryCurrency", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/JobPosting" + }, + { + "@id": "http://schema.org/EmployeeRole" + } + ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/GameServer" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The server on which it is possible to play the game.", - "rdfs:label": "gameServer" + "rdfs:comment": "The currency (coded using ISO 4217 ) used for the main salary information in this job posting or for this employee.", + "rdfs:label": "salaryCurrency" }, { - "@id": "http://schema.org/arrivalPlatform", + "@id": "http://schema.org/inventoryLevel", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/TrainTrip" - }, + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Demand" + }, + { + "@id": "http://schema.org/SomeProducts" + } + ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/QuantitativeValue" }, - "rdfs:comment": "The platform where the train arrives.", - "rdfs:label": "arrivalPlatform" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The current approximate inventory level for the item or items.", + "rdfs:label": "inventoryLevel" }, { - "@id": "http://schema.org/Attorney", - "@type": "rdfs:Class", - "rdfs:comment": "Professional service: Attorney.

\n\nThis type is deprecated - LegalService is more inclusive and less ambiguous.", - "rdfs:label": "Attorney", - "rdfs:subClassOf": { - "@id": "http://schema.org/LegalService" - } + "@id": "http://schema.org/PaymentComplete", + "@type": "http://schema.org/PaymentStatusType", + "rdfs:comment": "The payment has been received and processed.", + "rdfs:label": "PaymentComplete" }, { - "@id": "http://schema.org/RsvpAction", + "@id": "http://schema.org/PlanAction", "@type": "rdfs:Class", - "rdfs:comment": "The act of notifying an event organizer as to whether you expect to attend the event.", - "rdfs:label": "RsvpAction", + "rdfs:comment": "The act of planning the execution of an event/task/action/reservation/plan to a future date.", + "rdfs:label": "PlanAction", "rdfs:subClassOf": { - "@id": "http://schema.org/InformAction" + "@id": "http://schema.org/OrganizeAction" } }, { - "@id": "http://schema.org/GeneralContractor", + "@id": "http://schema.org/CategoryCodeSet", "@type": "rdfs:Class", - "rdfs:comment": "A general contractor.", - "rdfs:label": "GeneralContractor", + "http://schema.org/category": "issue-894", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/894" + }, + "rdfs:comment": "A set of Category Code values.", + "rdfs:label": "CategoryCodeSet", "rdfs:subClassOf": { - "@id": "http://schema.org/HomeAndConstructionBusiness" + "@id": "http://schema.org/DefinedTermSet" } }, { - "@id": "http://schema.org/Rating", - "@type": "rdfs:Class", - "rdfs:comment": "A rating is an evaluation on a numeric scale, such as 1 to 5 stars.", - "rdfs:label": "Rating", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } + "@id": "http://schema.org/ProductReturnNotPermitted", + "@type": "http://schema.org/ProductReturnEnumeration", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://attic.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/MerchantReturnNotPermitted" + }, + "rdfs:comment": "ProductReturnNotPermitted: product returns are not permitted.", + "rdfs:label": "ProductReturnNotPermitted" }, { - "@id": "http://schema.org/bed", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + "@id": "http://schema.org/UKTrust", + "@type": "http://schema.org/UKNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/HotelRoom" - }, - { - "@id": "http://schema.org/Suite" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/BedDetails" - }, - { - "@id": "http://schema.org/BedType" - }, - { - "@id": "http://schema.org/Text" - } - ], - "rdfs:comment": "The type of bed or beds included in the accommodation. For the single case of just one bed of a certain type, you use bed directly with a text.\n If you want to indicate the quantity of a certain kind of bed, use an instance of BedDetails. For more detailed information, use the amenityFeature property.", - "rdfs:label": "bed" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "UKTrust: Non-profit type referring to a UK trust.", + "rdfs:label": "UKTrust" }, { - "@id": "http://schema.org/bookFormat", + "@id": "http://schema.org/StoreCreditRefund", + "@type": "http://schema.org/RefundTypeEnumeration", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "A StoreCreditRefund ...", + "rdfs:label": "StoreCreditRefund" + }, + { + "@id": "http://schema.org/Rheumatologic", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that deals with the study and treatment of rheumatic, autoimmune or joint diseases.", + "rdfs:label": "Rheumatologic" + }, + { + "@id": "http://schema.org/BusOrCoach", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "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.", + "rdfs:label": "BusOrCoach", + "rdfs:subClassOf": { + "@id": "http://schema.org/Vehicle" + } + }, + { + "@id": "http://schema.org/yearBuilt", "@type": "rdf:Property", + "http://schema.org/category": "issue-2373", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Book" + "@id": "http://schema.org/Accommodation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/BookFormatType" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "The format of the book.", - "rdfs:label": "bookFormat" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2373" + }, + "rdfs:comment": "The year an Accommodation was constructed. This corresponds to the YearBuilt field in RESO.", + "rdfs:label": "yearBuilt" }, { - "@id": "http://schema.org/Time", - "@type": [ - "http://schema.org/DataType", - "rdfs:Class" - ], - "rdfs:comment": "A point in time recurring on multiple days in the form hh:mm:ss[Z|(+|-)hh:mm] (see XML schema for details).", - "rdfs:label": "Time" + "@id": "http://schema.org/availableOnDevice", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareApplication" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Device required to run the application. Used in cases where a specific make/model is required to run the application.", + "rdfs:label": "availableOnDevice" }, { - "@id": "http://schema.org/availableDeliveryMethod", + "@id": "http://schema.org/itemReviewed", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Demand" + "@id": "http://schema.org/AggregateRating" }, { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/Review" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DeliveryMethod" + "@id": "http://schema.org/Thing" }, - "rdfs:comment": "The delivery method(s) available for this offer.", - "rdfs:label": "availableDeliveryMethod" + "rdfs:comment": "The item that is being reviewed/rated.", + "rdfs:label": "itemReviewed" }, { - "@id": "http://schema.org/buyer", + "@id": "http://schema.org/stepValue", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SellAction" + "@id": "http://schema.org/PropertyValueSpecification" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "A sub property of participant. The participant/person/organization that bought the object.", - "rdfs:label": "buyer", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/participant" - } + "rdfs:comment": "The stepValue attribute indicates the granularity that is expected (and required) of the value in a PropertyValueSpecification.", + "rdfs:label": "stepValue" }, { - "@id": "http://schema.org/KosherDiet", - "@type": "http://schema.org/RestrictedDiet", - "rdfs:comment": "A diet conforming to Jewish dietary practices.", - "rdfs:label": "KosherDiet" + "@id": "http://schema.org/OfficeEquipmentStore", + "@type": "rdfs:Class", + "rdfs:comment": "An office equipment store.", + "rdfs:label": "OfficeEquipmentStore", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" + } }, { - "@id": "http://schema.org/maps", + "@id": "http://schema.org/attendees", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Place" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Event" }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" + } + ], "http://schema.org/supersededBy": { - "@id": "http://schema.org/hasMap" + "@id": "http://schema.org/attendee" }, - "rdfs:comment": "A URL to a map of the place.", - "rdfs:label": "maps" + "rdfs:comment": "A person attending the event.", + "rdfs:label": "attendees" }, { - "@id": "http://schema.org/ApartmentComplex", + "@id": "http://schema.org/LinkRole", "@type": "rdfs:Class", - "rdfs:comment": "Residence type: Apartment complex.", - "rdfs:label": "ApartmentComplex", + "http://schema.org/category": "issue-1045", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1045" + }, + "rdfs:comment": "A Role that represents a Web link e.g. as expressed via the 'url' property. Its linkRelationship property can indicate URL-based and plain textual link types e.g. those in IANA link registry or others such as 'amphtml'. This structure provides a placeholder where details from HTML's link element can be represented outside of HTML, e.g. in JSON-LD feeds.", + "rdfs:label": "LinkRole", "rdfs:subClassOf": { - "@id": "http://schema.org/Residence" + "@id": "http://schema.org/Role" } }, { - "@id": "http://schema.org/RegisterAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of registering to be a user of a service, product or web page.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "RegisterAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/InteractAction" - } + "@id": "http://schema.org/drugUnit", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Drug" + }, + { + "@id": "http://schema.org/DrugCost" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The unit in which the drug is measured, e.g. '5 mg tablet'.", + "rdfs:label": "drugUnit" }, { - "@id": "http://schema.org/HousePainter", - "@type": "rdfs:Class", - "rdfs:comment": "A house painting service.", - "rdfs:label": "HousePainter", - "rdfs:subClassOf": { - "@id": "http://schema.org/HomeAndConstructionBusiness" - } + "@id": "http://schema.org/schemaVersion", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. For example, a document could declare a schemaVersion using an URL such as http://schema.org/version/2.0/ if precise indication of schema version was required by some application.", + "rdfs:label": "schemaVersion" }, { - "@id": "http://schema.org/WinAction", + "@id": "http://schema.org/GatedResidenceCommunity", "@type": "rdfs:Class", - "rdfs:comment": "The act of achieving victory in a competitive activity.", - "rdfs:label": "WinAction", + "rdfs:comment": "Residence type: Gated community.", + "rdfs:label": "GatedResidenceCommunity", "rdfs:subClassOf": { - "@id": "http://schema.org/AchieveAction" + "@id": "http://schema.org/Residence" } }, { - "@id": "http://schema.org/MovieRentalStore", + "@id": "http://schema.org/Bakery", "@type": "rdfs:Class", - "rdfs:comment": "A movie rental store.", - "rdfs:label": "MovieRentalStore", + "rdfs:comment": "A bakery.", + "rdfs:label": "Bakery", "rdfs:subClassOf": { - "@id": "http://schema.org/Store" + "@id": "http://schema.org/FoodEstablishment" } }, { - "@id": "http://schema.org/WatchAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of consuming dynamic/moving visual content.", - "rdfs:label": "WatchAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/ConsumeAction" - } + "@id": "http://schema.org/ActiveNotRecruiting", + "@type": "http://schema.org/MedicalStudyStatus", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Active, but not recruiting new participants.", + "rdfs:label": "ActiveNotRecruiting" }, { - "@id": "http://schema.org/workFeatured", + "@id": "http://schema.org/tongueWeight", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/QuantitativeValue" }, - "rdfs:comment": "A work featured in some event, e.g. exhibited in an ExhibitionEvent.\n Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent).", - "rdfs:label": "workFeatured" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The permitted vertical load (TWR) of a trailer attached to the vehicle. Also referred to as Tongue Load Rating (TLR) or Vertical Load Rating (VLR)

\n\nTypical unit code(s): KGM for kilogram, LBR for pound

\n\n\n", + "rdfs:label": "tongueWeight" }, { - "@id": "http://schema.org/PropertyValueSpecification", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass" + "@id": "http://schema.org/dateSent", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Message" }, - "rdfs:comment": "A Property value specification.", - "rdfs:label": "PropertyValueSpecification", + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DateTime" + }, + "rdfs:comment": "The date/time at which the message was sent.", + "rdfs:label": "dateSent" + }, + { + "@id": "http://schema.org/Country", + "@type": "rdfs:Class", + "rdfs:comment": "A country.", + "rdfs:label": "Country", "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" + "@id": "http://schema.org/AdministrativeArea" } }, { - "@id": "http://schema.org/EducationEvent", + "@id": "http://schema.org/PlaceOfWorship", "@type": "rdfs:Class", - "rdfs:comment": "Event type: Education event.", - "rdfs:label": "EducationEvent", + "rdfs:comment": "Place of worship, such as a church, synagogue, or mosque.", + "rdfs:label": "PlaceOfWorship", "rdfs:subClassOf": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/CivicStructure" } }, { - "@id": "http://schema.org/VeganDiet", - "@type": "http://schema.org/RestrictedDiet", - "rdfs:comment": "A diet exclusive of all animal products.", - "rdfs:label": "VeganDiet" + "@id": "http://schema.org/Nonprofit501c16", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c16: Non-profit type referring to Cooperative Organizations to Finance Crop Operations.", + "rdfs:label": "Nonprofit501c16" }, { - "@id": "http://schema.org/recipeCategory", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Recipe" + "@id": "http://schema.org/Nonprofit501c17", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" }, - "rdfs:comment": "The category of the recipe—for example, appetizer, entree, etc.", - "rdfs:label": "recipeCategory" + "rdfs:comment": "Nonprofit501c17: Non-profit type referring to Supplemental Unemployment Benefit Trusts.", + "rdfs:label": "Nonprofit501c17" }, { - "@id": "http://schema.org/fatContent", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/NutritionInformation" + "@id": "http://schema.org/Nonprofit501c14", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Mass" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" }, - "rdfs:comment": "The number of grams of fat.", - "rdfs:label": "fatContent" + "rdfs:comment": "Nonprofit501c14: Non-profit type referring to State-Chartered Credit Unions, Mutual Reserve Funds.", + "rdfs:label": "Nonprofit501c14" }, { - "@id": "http://schema.org/character", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Nonprofit501c15", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" }, - "rdfs:comment": "Fictional person connected with a creative work.", - "rdfs:label": "character" + "rdfs:comment": "Nonprofit501c15: Non-profit type referring to Mutual Insurance Companies or Associations.", + "rdfs:label": "Nonprofit501c15" }, { - "@id": "http://schema.org/ResumeAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of resuming a device or application which was formerly paused (e.g. resume music playback or resume a timer).", - "rdfs:label": "ResumeAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/ControlAction" + "@id": "http://schema.org/landlord", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/RentAction" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" + } + ], + "rdfs:comment": "A sub property of participant. The owner of the real estate property.", + "rdfs:label": "landlord", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/participant" } }, { - "@id": "http://schema.org/ToyStore", - "@type": "rdfs:Class", - "rdfs:comment": "A toy store.", - "rdfs:label": "ToyStore", - "rdfs:subClassOf": { - "@id": "http://schema.org/Store" - } + "@id": "http://schema.org/Nonprofit501c13", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c13: Non-profit type referring to Cemetery Companies.", + "rdfs:label": "Nonprofit501c13" }, { - "@id": "http://schema.org/BedAndBreakfast", - "@type": "rdfs:Class", - "rdfs:comment": "Bed and breakfast.\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", - "rdfs:label": "BedAndBreakfast", - "rdfs:subClassOf": { - "@id": "http://schema.org/LodgingBusiness" - } + "@id": "http://schema.org/Nonprofit501c10", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c10: Non-profit type referring to Domestic Fraternal Societies and Associations.", + "rdfs:label": "Nonprofit501c10" }, { - "@id": "http://schema.org/Sunday", - "@type": "http://schema.org/DayOfWeek", - "http://schema.org/sameAs": { - "@id": "http://www.wikidata.org/entity/Q132" + "@id": "http://schema.org/Nonprofit501c11", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "The day of the week between Saturday and Monday.", - "rdfs:label": "Sunday" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c11: Non-profit type referring to Teachers' Retirement Fund Associations.", + "rdfs:label": "Nonprofit501c11" }, { - "@id": "http://schema.org/Suite", + "@id": "http://schema.org/MovieTheater", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" - }, - "rdfs:comment": "A suite in a hotel or other public accommodation, denotes a class of luxury accommodations, the key feature of which is multiple rooms (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Suite_(hotel)).\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", - "rdfs:label": "Suite", - "rdfs:subClassOf": { - "@id": "http://schema.org/Accommodation" - } + "rdfs:comment": "A movie theater.", + "rdfs:label": "MovieTheater", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/CivicStructure" + }, + { + "@id": "http://schema.org/EntertainmentBusiness" + } + ] }, { - "@id": "http://schema.org/postOfficeBoxNumber", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PostalAddress" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Anesthesia", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "The post office box number for PO box addresses.", - "rdfs:label": "postOfficeBoxNumber" + "rdfs:comment": "A specific branch of medical science that pertains to study of anesthetics and their application.", + "rdfs:label": "Anesthesia" }, { - "@id": "http://schema.org/audience", + "@id": "http://schema.org/confirmationNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Product" - }, - { - "@id": "http://schema.org/PlayAction" - }, - { - "@id": "http://schema.org/Service" - }, - { - "@id": "http://schema.org/LodgingBusiness" - }, - { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/Invoice" }, { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Order" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Audience" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "An intended audience, i.e. a group for whom something was created.", - "rdfs:label": "audience" + "rdfs:comment": "A number that confirms the given order or payment has been received.", + "rdfs:label": "confirmationNumber", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" + } }, { - "@id": "http://schema.org/awayTeam", + "@id": "http://schema.org/Nonprofit501c18", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c18: Non-profit type referring to Employee Funded Pension Trust (created before 25 June 1959).", + "rdfs:label": "Nonprofit501c18" + }, + { + "@id": "http://schema.org/alumniOf", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SportsEvent" + "@id": "http://schema.org/Person" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/alumni" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/SportsTeam" + "@id": "http://schema.org/EducationalOrganization" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Organization" } ], - "rdfs:comment": "The away team in a sports event.", - "rdfs:label": "awayTeam", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/competitor" - } - }, - { - "@id": "http://schema.org/GenderType", - "@type": "rdfs:Class", - "rdfs:comment": "An enumeration of genders.", - "rdfs:label": "GenderType", - "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" - } - }, - { - "@id": "http://schema.org/InstallAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of installing an application.", - "rdfs:label": "InstallAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/ConsumeAction" - } - }, - { - "@id": "http://schema.org/Distillery", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/743" - }, - "http://schema.org/category": "issue-743", - "rdfs:comment": "A distillery.", - "rdfs:label": "Distillery", - "rdfs:subClassOf": { - "@id": "http://schema.org/FoodEstablishment" - } + "rdfs:comment": "An organization that the person is an alumni of.", + "rdfs:label": "alumniOf" }, { - "@id": "http://schema.org/providesService", + "@id": "http://schema.org/contentLocation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ServiceChannel" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Service" + "@id": "http://schema.org/Place" }, - "rdfs:comment": "The service provided by this channel.", - "rdfs:label": "providesService" - }, - { - "@id": "http://schema.org/GiveAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of transferring ownership of an object to a destination. Reciprocal of TakeAction.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "GiveAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/TransferAction" - } + "rdfs:comment": "The location depicted or described in the content. For example, the location in a photograph or painting.", + "rdfs:label": "contentLocation" }, { - "@id": "http://schema.org/instructor", + "@id": "http://schema.org/commentText", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CourseInstance" + "@id": "http://schema.org/UserComments" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "A person assigned to instruct or provide instructional assistance for the CourseInstance.", - "rdfs:label": "instructor" + "rdfs:comment": "The text of the UserComment.", + "rdfs:label": "commentText" }, { - "@id": "http://schema.org/sourceOrganization", + "@id": "http://schema.org/fuelConsumption", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/QuantitativeValue" }, - "rdfs:comment": "The Organization on whose behalf the creator was working.", - "rdfs:label": "sourceOrganization" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The amount of fuel consumed for traveling a particular distance or temporal duration with the given vehicle (e.g. liters per 100 km).

\n\n\n", + "rdfs:label": "fuelConsumption" }, { - "@id": "http://schema.org/remainingAttendeeCapacity", + "@id": "http://schema.org/ParentAudience", + "@type": "rdfs:Class", + "rdfs:comment": "A set of characteristics describing parents, who can be interested in viewing some content.", + "rdfs:label": "ParentAudience", + "rdfs:subClassOf": { + "@id": "http://schema.org/PeopleAudience" + } + }, + { + "@id": "http://schema.org/buyer", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/SellAction" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/Person" }, - "rdfs:comment": "The number of attendee places for an event that remain unallocated.", - "rdfs:label": "remainingAttendeeCapacity" + "rdfs:comment": "A sub property of participant. The participant/person/organization that bought the object.", + "rdfs:label": "buyer", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/participant" + } }, { - "@id": "http://schema.org/mpn", + "@id": "http://schema.org/correctionsPolicy", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, + "http://schema.org/category": "issue-1525", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/NewsMediaOrganization" }, { - "@id": "http://schema.org/Demand" + "@id": "http://schema.org/Organization" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/CreativeWork" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.", - "rdfs:label": "mpn" - }, - { - "@id": "http://schema.org/OutOfStock", - "@type": "http://schema.org/ItemAvailability", - "rdfs:comment": "Indicates that the item is out of stock.", - "rdfs:label": "OutOfStock" - }, - { - "@id": "http://schema.org/OrderPickupAvailable", - "@type": "http://schema.org/OrderStatus", - "rdfs:comment": "OrderStatus representing availability of an order for pickup.", - "rdfs:label": "OrderPickupAvailable" + "http://schema.org/source": [ + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" + } + ], + "rdfs:comment": "For an Organization (e.g. NewsMediaOrganization), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors.", + "rdfs:label": "correctionsPolicy", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/publishingPrinciples" + } }, { - "@id": "http://schema.org/BuyAction", + "@id": "http://schema.org/BedType", "@type": "rdfs:Class", - "rdfs:comment": "The act of giving money to a seller in exchange for goods or services rendered. An agent buys an object, product, or service from a seller for a price. Reciprocal of SellAction.", - "rdfs:label": "BuyAction", + "http://schema.org/category": "issue-1262", + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1262" + }, + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + } + ], + "rdfs:comment": "A type of bed. This is used for indicating the bed or beds available in an accommodation.", + "rdfs:label": "BedType", "rdfs:subClassOf": { - "@id": "http://schema.org/TradeAction" + "@id": "http://schema.org/QualitativeValue" } }, { - "@id": "http://schema.org/PostOffice", - "@type": "rdfs:Class", - "rdfs:comment": "A post office.", - "rdfs:label": "PostOffice", - "rdfs:subClassOf": { - "@id": "http://schema.org/GovernmentOffice" - } + "@id": "http://schema.org/menuAddOn", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1541", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MenuItem" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/MenuItem" + }, + { + "@id": "http://schema.org/MenuSection" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1541" + }, + "rdfs:comment": "Additional menu item(s) such as a side dish of salad or side order of fries that can be added to this menu item. Additionally it can be a menu section containing allowed add-on menu items for this menu item.", + "rdfs:label": "menuAddOn" }, { - "@id": "http://schema.org/CheckoutPage", - "@type": "rdfs:Class", - "rdfs:comment": "Web page type: Checkout page.", - "rdfs:label": "CheckoutPage", - "rdfs:subClassOf": { - "@id": "http://schema.org/WebPage" - } + "@id": "http://schema.org/potentialAction", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Thing" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Action" + }, + "rdfs:comment": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.", + "rdfs:label": "potentialAction" }, { - "@id": "http://schema.org/Accommodation", + "@id": "http://schema.org/Mountain", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" - }, - "rdfs:comment": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", - "rdfs:label": "Accommodation", + "rdfs:comment": "A mountain, like Mount Whitney or Mount Everest.", + "rdfs:label": "Mountain", "rdfs:subClassOf": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Landform" } }, { - "@id": "http://schema.org/isPartOf", + "@id": "http://schema.org/HinduDiet", + "@type": "http://schema.org/RestrictedDiet", + "rdfs:comment": "A diet conforming to Hindu dietary practices, in particular, beef-free.", + "rdfs:label": "HinduDiet" + }, + { + "@id": "http://schema.org/trainName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/hasPart" + "@id": "http://schema.org/TrainTrip" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.", - "rdfs:label": "isPartOf" + "rdfs:comment": "The name of the train (e.g. The Orient Express).", + "rdfs:label": "trainName" }, { - "@id": "http://schema.org/cargoVolume", + "@id": "http://schema.org/locationCreated", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Place" }, - "rdfs:comment": "The available volume for cargo or luggage. For automobiles, this is usually the trunk volume.

\n\nTypical unit code(s): LTR for liters, FTQ for cubic foot/feet

\n\nNote: You can use minValue and maxValue to indicate ranges.", - "rdfs:label": "cargoVolume" + "rdfs:comment": "The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.", + "rdfs:label": "locationCreated" }, { - "@id": "http://schema.org/actor", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Clip" - }, - { - "@id": "http://schema.org/CreativeWorkSeason" - }, - { - "@id": "http://schema.org/TVSeries" - }, - { - "@id": "http://schema.org/Movie" - }, - { - "@id": "http://schema.org/MovieSeries" - }, - { - "@id": "http://schema.org/Event" - }, - { - "@id": "http://schema.org/VideoGameSeries" - }, - { - "@id": "http://schema.org/Episode" - }, - { - "@id": "http://schema.org/VideoGame" - }, - { - "@id": "http://schema.org/RadioSeries" - }, - { - "@id": "http://schema.org/VideoObject" - } - ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" - }, - "rdfs:comment": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", - "rdfs:label": "actor" + "@id": "http://schema.org/DigitalDocument", + "@type": "rdfs:Class", + "rdfs:comment": "An electronic file or document.", + "rdfs:label": "DigitalDocument", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } }, { - "@id": "http://schema.org/defaultValue", + "@id": "http://schema.org/recipeIngredient", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PropertyValueSpecification" + "@id": "http://schema.org/Recipe" }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.", + "rdfs:label": "recipeIngredient", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/supply" + } + }, + { + "@id": "http://schema.org/HowToTip", + "@type": "rdfs:Class", + "rdfs:comment": "An explanation in the instructions for how to achieve a result. It provides supplementary information about a technique, supply, author's preference, etc. It can explain what could be done, or what should not be done, but doesn't specify what should be done (see HowToDirection).", + "rdfs:label": "HowToTip", + "rdfs:subClassOf": [ { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/ListItem" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/CreativeWork" } - ], - "rdfs:comment": "The default value of the input. For properties that expect a literal, the default is a literal value, for properties that expect an object, it's an ID reference to one of the current values.", - "rdfs:label": "defaultValue" + ] }, { - "@id": "http://schema.org/DiabeticDiet", - "@type": "http://schema.org/RestrictedDiet", - "rdfs:comment": "A diet appropriate for people with diabetes.", - "rdfs:label": "DiabeticDiet" + "@id": "http://schema.org/riskFactor", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalCondition" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalRiskFactor" + }, + "rdfs:comment": "A modifiable or non-modifiable factor that increases the risk of a patient contracting this condition, e.g. age, coexisting condition.", + "rdfs:label": "riskFactor" }, { - "@id": "http://schema.org/LiveAlbum", - "@type": "http://schema.org/MusicAlbumProductionType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, - "rdfs:comment": "LiveAlbum.", - "rdfs:label": "LiveAlbum" + "@id": "http://schema.org/PerformanceRole", + "@type": "rdfs:Class", + "rdfs:comment": "A PerformanceRole is a Role that some entity places with regard to a theatrical performance, e.g. in a Movie, TVSeries etc.", + "rdfs:label": "PerformanceRole", + "rdfs:subClassOf": { + "@id": "http://schema.org/Role" + } }, { - "@id": "http://schema.org/beforeMedia", + "@id": "http://schema.org/healthcareReportingData", "@type": "rdf:Property", + "http://schema.org/category": "issue-2521", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/HowToDirection" + "@id": "http://schema.org/Hospital" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/CDCPMDRecord" }, { - "@id": "http://schema.org/MediaObject" + "@id": "http://schema.org/Dataset" } ], - "rdfs:comment": "A media object representing the circumstances before performing this direction.", - "rdfs:label": "beforeMedia" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" + }, + "rdfs:comment": "Indicates data describing a hospital, e.g. a CDC CDCPMDRecord or as some kind of Dataset.", + "rdfs:label": "healthcareReportingData" }, { - "@id": "http://schema.org/PerformingArtsTheater", + "@id": "http://schema.org/ComputerLanguage", "@type": "rdfs:Class", - "rdfs:comment": "A theater or other performing art center.", - "rdfs:label": "PerformingArtsTheater", + "rdfs:comment": "This type covers computer programming languages such as Scheme and Lisp, as well as other language-like computer representations. Natural languages are best represented with the Language type.", + "rdfs:label": "ComputerLanguage", "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/AggregateOffer", + "@id": "http://schema.org/UnitPriceSpecification", "@type": "rdfs:Class", - "rdfs:comment": "When a single product is associated with multiple offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.", - "rdfs:label": "AggregateOffer", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "The price asked for a given offer by the respective organization or person.", + "rdfs:label": "UnitPriceSpecification", "rdfs:subClassOf": { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/PriceSpecification" } }, { - "@id": "http://schema.org/actionOption", + "@id": "http://schema.org/subtitleLanguage", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ChooseAction" + "http://schema.org/category": "issue-2110", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/ScreeningEvent" + }, + { + "@id": "http://schema.org/TVEpisode" + }, + { + "@id": "http://schema.org/Movie" + }, + { + "@id": "http://schema.org/BroadcastEvent" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Language" } ], - "rdfs:comment": "A sub property of object. The options subject to this action.", - "rdfs:label": "actionOption", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/object" - } + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2110" + }, + "rdfs:comment": "Languages in which subtitles/captions are available, in IETF BCP 47 standard format.", + "rdfs:label": "subtitleLanguage" }, { - "@id": "http://schema.org/Museum", - "@type": "rdfs:Class", - "rdfs:comment": "A museum.", - "rdfs:label": "Museum", - "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" - } + "@id": "http://schema.org/guideline", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalEntity" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalGuideline" + }, + "rdfs:comment": "A medical guideline related to this entity.", + "rdfs:label": "guideline" }, { - "@id": "http://schema.org/height", + "@id": "http://schema.org/aggregateRating", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/MediaObject" + "@id": "http://schema.org/Place" }, { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/Offer" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/CreativeWork" }, { - "@id": "http://schema.org/VisualArtwork" - } - ], - "http://schema.org/rangeIncludes": [ + "@id": "http://schema.org/Brand" + }, { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Service" }, { - "@id": "http://schema.org/Distance" + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Event" + }, + { + "@id": "http://schema.org/Product" } ], - "rdfs:comment": "The height of the item.", - "rdfs:label": "height" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/AggregateRating" + }, + "rdfs:comment": "The overall rating, based on a collection of reviews or ratings, of the item.", + "rdfs:label": "aggregateRating" }, { - "@id": "http://schema.org/PotentialActionStatus", - "@type": "http://schema.org/ActionStatusType", - "rdfs:comment": "A description of an action that is supported.", - "rdfs:label": "PotentialActionStatus" + "@id": "http://schema.org/ReceiveAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "ReceiveAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/TransferAction" + } }, { - "@id": "http://schema.org/HowToSupply", + "@id": "http://schema.org/VideoGameClip", "@type": "rdfs:Class", - "rdfs:comment": "A supply consumed when performing the instructions for how to achieve a result.", - "rdfs:label": "HowToSupply", + "rdfs:comment": "A short segment/part of a video game.", + "rdfs:label": "VideoGameClip", "rdfs:subClassOf": { - "@id": "http://schema.org/HowToItem" + "@id": "http://schema.org/Clip" } }, { - "@id": "http://schema.org/deliveryAddress", + "@id": "http://schema.org/inAlbum", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ParcelDelivery" + "@id": "http://schema.org/MusicRecording" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/PostalAddress" + "@id": "http://schema.org/MusicAlbum" }, - "rdfs:comment": "Destination address.", - "rdfs:label": "deliveryAddress" + "rdfs:comment": "The album to which this recording belongs.", + "rdfs:label": "inAlbum" }, { - "@id": "http://schema.org/performers", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Event" - }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Organization" - }, - { - "@id": "http://schema.org/Person" - } - ], - "http://schema.org/supersededBy": { - "@id": "http://schema.org/performer" + "@id": "http://schema.org/MedicalRiskScore", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "The main performer or performers of the event—for example, a presenter, musician, or actor.", - "rdfs:label": "performers" + "rdfs:comment": "A simple system that adds up the number of risk factors to yield a score that is associated with prognosis, e.g. CHAD score, TIMI risk score.", + "rdfs:label": "MedicalRiskScore", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalRiskEstimator" + } }, { - "@id": "http://schema.org/serialNumber", + "@id": "http://schema.org/featureList", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareApplication" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Offer" - }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/IndividualProduct" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Demand" + "@id": "http://schema.org/URL" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer.", - "rdfs:label": "serialNumber", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/identifier" - } + "rdfs:comment": "Features or modules provided by this application (and possibly required by other applications).", + "rdfs:label": "featureList" }, { - "@id": "http://schema.org/trackingNumber", + "@id": "http://schema.org/itemShipped", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ParcelDelivery" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "Shipper tracking number.", - "rdfs:label": "trackingNumber" - }, - { - "@id": "http://schema.org/AutoRepair", - "@type": "rdfs:Class", - "rdfs:comment": "Car repair business.", - "rdfs:label": "AutoRepair", - "rdfs:subClassOf": { - "@id": "http://schema.org/AutomotiveBusiness" - } - }, - { - "@id": "http://schema.org/broadcastTimezone", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BroadcastService" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Product" }, - "rdfs:comment": "The timezone in ISO 8601 format for which the service bases its broadcasts", - "rdfs:label": "broadcastTimezone" - }, - { - "@id": "http://schema.org/ExerciseGym", - "@type": "rdfs:Class", - "rdfs:comment": "A gym.", - "rdfs:label": "ExerciseGym", - "rdfs:subClassOf": { - "@id": "http://schema.org/SportsActivityLocation" - } + "rdfs:comment": "Item(s) being shipped.", + "rdfs:label": "itemShipped" }, { - "@id": "http://schema.org/Embassy", + "@id": "http://schema.org/MusicStore", "@type": "rdfs:Class", - "rdfs:comment": "An embassy.", - "rdfs:label": "Embassy", + "rdfs:comment": "A music store.", + "rdfs:label": "MusicStore", "rdfs:subClassOf": { - "@id": "http://schema.org/GovernmentBuilding" + "@id": "http://schema.org/Store" } }, { - "@id": "http://schema.org/ProfilePage", + "@id": "http://schema.org/Crematorium", "@type": "rdfs:Class", - "rdfs:comment": "Web page type: Profile page.", - "rdfs:label": "ProfilePage", + "rdfs:comment": "A crematorium.", + "rdfs:label": "Crematorium", "rdfs:subClassOf": { - "@id": "http://schema.org/WebPage" + "@id": "http://schema.org/CivicStructure" } }, { - "@id": "http://schema.org/DisagreeAction", - "@type": "rdfs:Class", - "rdfs:comment": "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.", - "rdfs:label": "DisagreeAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/ReactAction" - } + "@id": "http://schema.org/free", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PublicationEvent" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Boolean" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/isAccessibleForFree" + }, + "rdfs:comment": "A flag to signal that the item, event, or place is accessible for free.", + "rdfs:label": "free" }, { - "@id": "http://schema.org/partOfSeries", + "@id": "http://schema.org/recipeInstructions", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Recipe" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Episode" + "@id": "http://schema.org/ItemList" }, { - "@id": "http://schema.org/Clip" + "@id": "http://schema.org/CreativeWork" }, { - "@id": "http://schema.org/CreativeWorkSeason" + "@id": "http://schema.org/Text" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWorkSeries" - }, - "rdfs:comment": "The series to which this episode or season belongs.", - "rdfs:label": "partOfSeries", + "rdfs:comment": "A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items.", + "rdfs:label": "recipeInstructions", "rdfs:subPropertyOf": { - "@id": "http://schema.org/isPartOf" + "@id": "http://schema.org/step" } }, { - "@id": "http://schema.org/childMaxAge", + "@id": "http://schema.org/interactingDrug", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ParentAudience" + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Drug" }, - "rdfs:comment": "Maximal age of the child.", - "rdfs:label": "childMaxAge" + "rdfs:comment": "Another drug that is known to interact with this drug in a way that impacts the effect of this drug or causes a risk to the patient. Note: disease interactions are typically captured as contraindications.", + "rdfs:label": "interactingDrug" }, { - "@id": "http://schema.org/includedInDataCatalog", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Dataset" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/dataset" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DataCatalog" + "@id": "http://schema.org/PhysicalTherapy", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "A data catalog which contains this dataset.", - "rdfs:label": "includedInDataCatalog" + "rdfs:comment": "A process of progressive physical care and rehabilitation aimed at improving a health condition.", + "rdfs:label": "PhysicalTherapy", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalTherapy" + } }, { - "@id": "http://schema.org/ImageObject", + "@id": "http://schema.org/CivicStructure", "@type": "rdfs:Class", - "http://www.w3.org/2002/07/owl#equivalentClass": { - "@id": "http://purl.org/dc/dcmitype/Image" - }, - "rdfs:comment": "An image file.", - "rdfs:label": "ImageObject", + "rdfs:comment": "A public structure, such as a town hall or concert hall.", + "rdfs:label": "CivicStructure", "rdfs:subClassOf": { - "@id": "http://schema.org/MediaObject" + "@id": "http://schema.org/Place" } }, { - "@id": "http://schema.org/workLocation", + "@id": "http://schema.org/documentation", "@type": "rdf:Property", + "http://schema.org/category": "issue-1423", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/WebAPI" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/ContactPoint" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/CreativeWork" } ], - "rdfs:comment": "A contact location for a person's place of work.", - "rdfs:label": "workLocation", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/location" - } + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1423" + }, + "rdfs:comment": "Further documentation describing the Web API in more detail.", + "rdfs:label": "documentation" }, { - "@id": "http://schema.org/ReservationPackage", - "@type": "rdfs:Class", - "rdfs:comment": "A group of multiple reservations with common values for all sub-reservations.", - "rdfs:label": "ReservationPackage", - "rdfs:subClassOf": { - "@id": "http://schema.org/Reservation" - } + "@id": "http://schema.org/modelDate", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Date" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The release date of a vehicle model (often used to differentiate versions of the same make and model).", + "rdfs:label": "modelDate" }, { - "@id": "http://schema.org/SeaBodyOfWater", - "@type": "rdfs:Class", - "rdfs:comment": "A sea (for example, the Caspian sea).", - "rdfs:label": "SeaBodyOfWater", - "rdfs:subClassOf": { - "@id": "http://schema.org/BodyOfWater" - } + "@id": "http://schema.org/artform", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/VisualArtwork" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc.", + "rdfs:label": "artform" }, { - "@id": "http://schema.org/TrackAction", - "@type": "rdfs:Class", - "rdfs:comment": "An agent tracks an object for updates.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "TrackAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/FindAction" - } + "@id": "http://schema.org/FDAnotEvaluated", + "@type": "http://schema.org/DrugPregnancyCategory", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A designation that the drug in question has not been assigned a pregnancy category designation by the US FDA.", + "rdfs:label": "FDAnotEvaluated" }, { - "@id": "http://schema.org/coverageStartTime", + "@id": "http://schema.org/Nonprofit501c8", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c8: Non-profit type referring to Fraternal Beneficiary Societies and Associations.", + "rdfs:label": "Nonprofit501c8" + }, + { + "@id": "http://schema.org/Nonprofit501c9", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c9: Non-profit type referring to Voluntary Employee Beneficiary Associations.", + "rdfs:label": "Nonprofit501c9" + }, + { + "@id": "http://schema.org/temporalCoverage", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/LiveBlogPosting" + "@id": "http://schema.org/CreativeWork" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DateTime" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/DateTime" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://purl.org/dc/terms/temporal" }, - "rdfs:comment": "The time when the live blog will begin covering the Event. Note that coverage may begin before the Event's start time. The LiveBlogPosting may also be created before coverage begins.", - "rdfs:label": "coverageStartTime" + "rdfs:comment": "The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in ISO 8601 time interval format. In\n the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written \"2011/2012\"). Other forms of content e.g. ScholarlyArticle, Book, TVSeries or TVEpisode may indicate their temporalCoverage in broader terms - textually or via well-known URL.\n Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via \"1939/1945\".

\n\nOpen-ended date ranges can be written with \"..\" in place of the end date. For example, \"2015-11/..\" indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.", + "rdfs:label": "temporalCoverage" }, { - "@id": "http://schema.org/HomeAndConstructionBusiness", + "@id": "http://schema.org/DefinedTerm", "@type": "rdfs:Class", - "rdfs:comment": "A construction business.

\n\nA HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.

\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s).", - "rdfs:label": "HomeAndConstructionBusiness", + "http://schema.org/category": "issue-894", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/894" + }, + "rdfs:comment": "A word, name, acronym, phrase, etc. with a formal definition. Often used in the context of category or subject classification, glossaries or dictionaries, product or creative work types, etc. Use the name property for the term being defined, use termCode if the term has an alpha-numeric code allocated, use description to provide the definition of the term.", + "rdfs:label": "DefinedTerm", "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/ProgramMembership", - "@type": "rdfs:Class", - "rdfs:comment": "Used to describe membership in a loyalty programs (e.g. \"StarAliance\"), traveler clubs (e.g. \"AAA\"), purchase clubs (\"Safeway Club\"), etc.", - "rdfs:label": "ProgramMembership", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } + "@id": "http://schema.org/Nonprofit501c5", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c5: Non-profit type referring to Labor, Agricultural and Horticultural Organizations.", + "rdfs:label": "Nonprofit501c5" }, { - "@id": "http://schema.org/ControlAction", - "@type": "rdfs:Class", - "rdfs:comment": "An agent controls a device or application.", - "rdfs:label": "ControlAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/Action" - } + "@id": "http://schema.org/Nonprofit501c6", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c6: Non-profit type referring to Business Leagues, Chambers of Commerce, Real Estate Boards.", + "rdfs:label": "Nonprofit501c6" }, { - "@id": "http://schema.org/CheckAction", + "@id": "http://schema.org/Nonprofit501c7", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c7: Non-profit type referring to Social and Recreational Clubs.", + "rdfs:label": "Nonprofit501c7" + }, + { + "@id": "http://schema.org/PropertyValue", "@type": "rdfs:Class", - "rdfs:comment": "An agent inspects, determines, investigates, inquires, or examines an object's accuracy, quality, condition, or state.", - "rdfs:label": "CheckAction", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "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 human-readable version of the value, put that into the 'description' property.

\n\nAlways use specific schema.org properties when a) they exist and b) you can populate them. Using PropertyValue as a substitute will typically not trigger the same effect as using the original, specific property.", + "rdfs:label": "PropertyValue", "rdfs:subClassOf": { - "@id": "http://schema.org/FindAction" + "@id": "http://schema.org/StructuredValue" } }, { - "@id": "http://schema.org/busName", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BusTrip" + "@id": "http://schema.org/Nonprofit501c2", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" }, - "rdfs:comment": "The name of the bus (e.g. Bolt Express).", - "rdfs:label": "busName" + "rdfs:comment": "Nonprofit501c2: Non-profit type referring to Title-holding Corporations for Exempt Organizations.", + "rdfs:label": "Nonprofit501c2" }, { - "@id": "http://schema.org/vehicleInteriorColor", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + "@id": "http://schema.org/Nonprofit501c3", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" }, + "rdfs:comment": "Nonprofit501c3: Non-profit type referring to Religious, Educational, Charitable, Scientific, Literary, Testing for Public Safety, to Foster National or International Amateur Sports Competition, or Prevention of Cruelty to Children or Animals Organizations.", + "rdfs:label": "Nonprofit501c3" + }, + { + "@id": "http://schema.org/contentSize", + "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" + "@id": "http://schema.org/MediaObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The color or color combination of the interior of the vehicle.", - "rdfs:label": "vehicleInteriorColor" + "rdfs:comment": "File size in (mega/kilo) bytes.", + "rdfs:label": "contentSize" }, { - "@id": "http://schema.org/browserRequirements", + "@id": "http://schema.org/availableIn", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/WebApplication" + "@id": "http://schema.org/DrugStrength" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/AdministrativeArea" }, - "rdfs:comment": "Specifies browser requirements in human-readable text. For example, 'requires HTML5 support'.", - "rdfs:label": "browserRequirements" + "rdfs:comment": "The location in which the strength is available.", + "rdfs:label": "availableIn" }, { - "@id": "http://schema.org/floorSize", + "@id": "http://schema.org/isConsumableFor", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Accommodation" + "@id": "http://schema.org/Product" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Product" }, - "rdfs:comment": "The size of the accommodation, e.g. in square meter or squarefoot.\nTypical unit code(s): MTK for square meter, FTK for square foot, or YDK for square yard", - "rdfs:label": "floorSize" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "A pointer to another product (or multiple products) for which this product is a consumable.", + "rdfs:label": "isConsumableFor" }, { - "@id": "http://schema.org/appliesToPaymentMethod", + "@id": "http://schema.org/accessModeSufficient", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, + "http://schema.org/category": "issue-1110", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PaymentChargeSpecification" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/PaymentMethod" + "@id": "http://schema.org/ItemList" }, - "rdfs:comment": "The payment method(s) to which the payment charge specification applies.", - "rdfs:label": "appliesToPaymentMethod" - }, - { - "@id": "http://schema.org/EPRelease", - "@type": "http://schema.org/MusicAlbumReleaseType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1100" }, - "rdfs:comment": "EPRelease.", - "rdfs:label": "EPRelease" + "rdfs:comment": "A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Expected values include: auditory, tactile, textual, visual.", + "rdfs:label": "accessModeSufficient" }, { - "@id": "http://schema.org/BroadcastRelease", - "@type": "http://schema.org/MusicAlbumReleaseType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "@id": "http://schema.org/MedicalEnumeration", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "BroadcastRelease.", - "rdfs:label": "BroadcastRelease" + "rdfs:comment": "Enumerations related to health and the practice of medicine: A concept that is used to attribute a quality to another concept, as a qualifier, a collection of items or a listing of all of the elements of a set in medicine practice.", + "rdfs:label": "MedicalEnumeration", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } }, { - "@id": "http://schema.org/departureBusStop", + "@id": "http://schema.org/itemListOrder", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BusTrip" + "@id": "http://schema.org/ItemList" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/BusStation" + "@id": "http://schema.org/ItemListOrderType" }, { - "@id": "http://schema.org/BusStop" + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "The stop or station from which the bus departs.", - "rdfs:label": "departureBusStop" + "rdfs:comment": "Type of ordering (e.g. Ascending, Descending, Unordered).", + "rdfs:label": "itemListOrder" }, { - "@id": "http://schema.org/DiscussionForumPosting", + "@id": "http://schema.org/QuoteAction", "@type": "rdfs:Class", - "rdfs:comment": "A posting to a discussion forum.", - "rdfs:label": "DiscussionForumPosting", + "rdfs:comment": "An agent quotes/estimates/appraises an object/product/service with a price at a location/store.", + "rdfs:label": "QuoteAction", "rdfs:subClassOf": { - "@id": "http://schema.org/SocialMediaPosting" + "@id": "http://schema.org/TradeAction" } }, { - "@id": "http://schema.org/bitrate", + "@id": "http://schema.org/percentile10", "@type": "rdf:Property", + "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MediaObject" + "@id": "http://schema.org/QuantitativeValueDistribution" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "The bitrate of the media object.", - "rdfs:label": "bitrate" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + }, + "rdfs:comment": "The 10th percentile value.", + "rdfs:label": "percentile10" }, { - "@id": "http://schema.org/IceCreamShop", - "@type": "rdfs:Class", - "rdfs:comment": "An ice cream shop.", - "rdfs:label": "IceCreamShop", - "rdfs:subClassOf": { - "@id": "http://schema.org/FoodEstablishment" - } + "@id": "http://schema.org/returnPolicyCategory", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2288", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MerchantReturnPolicy" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MerchantReturnEnumeration" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "A returnPolicyCategory expresses at most one of several enumerated kinds of return.", + "rdfs:label": "returnPolicyCategory" }, { - "@id": "http://schema.org/TouristAttraction", + "@id": "http://schema.org/LodgingReservation", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": [ - { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it" - }, - { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" - } - ], - "rdfs:comment": "A tourist attraction. In principle any Thing can be a TouristAttraction, from a Mountain and LandmarksOrHistoricalBuildings to a LocalBusiness. This Type can be used on its own to describe a general TouristAttraction, or be used as an additionalType to add tourist attraction properties to any other type. (See examples below)", - "rdfs:label": "TouristAttraction", + "rdfs:comment": "A reservation for lodging at a hotel, motel, inn, etc.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.", + "rdfs:label": "LodgingReservation", "rdfs:subClassOf": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Reservation" } }, { - "@id": "http://schema.org/Car", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + "@id": "http://schema.org/measuredValue", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2291", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Observation" }, - "rdfs:comment": "A car is a wheeled, self-powered motor vehicle used for transportation.", - "rdfs:label": "Car", - "rdfs:subClassOf": { - "@id": "http://schema.org/Vehicle" - } - }, - { - "@id": "http://schema.org/PriceSpecification", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use MonetaryAmount to describe independent amounts of money such as a salary, credit card limits, etc.", - "rdfs:label": "PriceSpecification", - "rdfs:subClassOf": { - "@id": "http://schema.org/StructuredValue" - } + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DataType" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2291" + }, + "rdfs:comment": "The measuredValue of an Observation.", + "rdfs:label": "measuredValue" }, { - "@id": "http://schema.org/netWorth", + "@id": "http://schema.org/freeShippingThreshold", "@type": "rdf:Property", + "http://schema.org/category": "issue-2506", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/ShippingRateSettings" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/MonetaryAmount" }, { - "@id": "http://schema.org/PriceSpecification" + "@id": "http://schema.org/DeliveryChargeSpecification" } ], - "rdfs:comment": "The total financial value of the person as calculated by subtracting assets from liabilities.", - "rdfs:label": "netWorth" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "A monetary value above which (or equal to) the shipping rate becomes free. Intended to be used via an OfferShippingDetails with shippingSettingsLink matching this ShippingRateSettings.", + "rdfs:label": "freeShippingThreshold" }, { - "@id": "http://schema.org/videoFormat", + "@id": "http://schema.org/PreOrderAction", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1125", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1125" + }, + "rdfs:comment": "An agent orders a (not yet released) object/product/service to be delivered/sent.", + "rdfs:label": "PreOrderAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/TradeAction" + } + }, + { + "@id": "http://schema.org/FDAcategoryB", + "@type": "http://schema.org/DrugPregnancyCategory", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A designation by the US FDA signifying that animal reproduction studies have failed to demonstrate a risk to the fetus and there are no adequate and well-controlled studies in pregnant women.", + "rdfs:label": "FDAcategoryB" + }, + { + "@id": "http://schema.org/blogPost", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/ScreeningEvent" - }, - { - "@id": "http://schema.org/BroadcastService" - }, - { - "@id": "http://schema.org/BroadcastEvent" - } - ], + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Blog" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/BlogPosting" }, - "rdfs:comment": "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).", - "rdfs:label": "videoFormat" + "rdfs:comment": "A posting that is part of this blog.", + "rdfs:label": "blogPost" }, { - "@id": "http://schema.org/Season", + "@id": "http://schema.org/GovernmentOrganization", "@type": "rdfs:Class", - "http://schema.org/supersededBy": { - "@id": "http://schema.org/CreativeWorkSeason" + "rdfs:comment": "A governmental organization or agency.", + "rdfs:label": "GovernmentOrganization", + "rdfs:subClassOf": { + "@id": "http://schema.org/Organization" + } + }, + { + "@id": "http://schema.org/GlutenFreeDiet", + "@type": "http://schema.org/RestrictedDiet", + "rdfs:comment": "A diet exclusive of gluten.", + "rdfs:label": "GlutenFreeDiet" + }, + { + "@id": "http://schema.org/MediaSubscription", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1741", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1741" }, - "rdfs:comment": "A media season e.g. tv, radio, video game etc.", - "rdfs:label": "Season", + "rdfs:comment": "A subscription which allows a user to access media including audio, video, books, etc.", + "rdfs:label": "MediaSubscription", "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/servesCuisine", + "@id": "http://schema.org/PresentationDigitalDocument", + "@type": "rdfs:Class", + "rdfs:comment": "A file containing slides or used for a presentation.", + "rdfs:label": "PresentationDigitalDocument", + "rdfs:subClassOf": { + "@id": "http://schema.org/DigitalDocument" + } + }, + { + "@id": "http://schema.org/ContactPage", + "@type": "rdfs:Class", + "rdfs:comment": "Web page type: Contact page.", + "rdfs:label": "ContactPage", + "rdfs:subClassOf": { + "@id": "http://schema.org/WebPage" + } + }, + { + "@id": "http://schema.org/AccountingService", + "@type": "rdfs:Class", + "rdfs:comment": "Accountancy business.

\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s).", + "rdfs:label": "AccountingService", + "rdfs:subClassOf": { + "@id": "http://schema.org/FinancialService" + } + }, + { + "@id": "http://schema.org/codeSampleType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/FoodEstablishment" + "@id": "http://schema.org/SoftwareSourceCode" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The cuisine of the restaurant.", - "rdfs:label": "servesCuisine" + "rdfs:comment": "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.", + "rdfs:label": "codeSampleType" }, { - "@id": "http://schema.org/DrawAction", + "@id": "http://schema.org/ListItem", "@type": "rdfs:Class", - "rdfs:comment": "The act of producing a visual/graphical representation of an object, typically with a pen/pencil and paper as instruments.", - "rdfs:label": "DrawAction", + "rdfs:comment": "An list item, e.g. a step in a checklist or how-to description.", + "rdfs:label": "ListItem", "rdfs:subClassOf": { - "@id": "http://schema.org/CreateAction" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/paymentDue", + "@id": "http://schema.org/repeatFrequency", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/category": "issue-1457", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Schedule" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Order" + "@id": "http://schema.org/Duration" }, { - "@id": "http://schema.org/Invoice" + "@id": "http://schema.org/Text" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DateTime" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1457" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/paymentDueDate" + "rdfs:comment": "Defines the frequency at which Events will occur according to a schedule Schedule. The intervals between\n events should be defined as a Duration of time.", + "rdfs:label": "repeatFrequency", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/frequency" + } + }, + { + "@id": "http://schema.org/BlogPosting", + "@type": "rdfs:Class", + "rdfs:comment": "A blog post.", + "rdfs:label": "BlogPosting", + "rdfs:subClassOf": { + "@id": "http://schema.org/SocialMediaPosting" + } + }, + { + "@id": "http://schema.org/WebApplication", + "@type": "rdfs:Class", + "rdfs:comment": "Web applications.", + "rdfs:label": "WebApplication", + "rdfs:subClassOf": { + "@id": "http://schema.org/SoftwareApplication" + } + }, + { + "@id": "http://schema.org/BroadcastFrequencySpecification", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1004", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1004" }, - "rdfs:comment": "The date that payment is due.", - "rdfs:label": "paymentDue" + "rdfs:comment": "The frequency in MHz and the modulation used for a particular BroadcastService.", + "rdfs:label": "BroadcastFrequencySpecification", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } }, { - "@id": "http://schema.org/PaymentCard", + "@id": "http://schema.org/PalliativeProcedure", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "A payment method using a credit, debit, store or other card to associate the payment with an account.", - "rdfs:label": "PaymentCard", + "rdfs:comment": "A medical procedure intended primarily for palliative purposes, aimed at relieving the symptoms of an underlying health condition.", + "rdfs:label": "PalliativeProcedure", "rdfs:subClassOf": [ { - "@id": "http://schema.org/FinancialProduct" + "@id": "http://schema.org/MedicalProcedure" }, { - "@id": "http://schema.org/PaymentMethod" + "@id": "http://schema.org/MedicalTherapy" } ] }, { - "@id": "http://schema.org/numberOfEpisodes", + "@id": "http://schema.org/TripleBlindedTrial", + "@type": "http://schema.org/MedicalTrialDesign", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A trial design in which neither the researcher, the person administering the therapy nor the patient knows the details of the treatment the patient was randomly assigned to.", + "rdfs:label": "TripleBlindedTrial" + }, + { + "@id": "http://schema.org/eligibleTransactionVolume", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/CreativeWorkSeason" - }, - { - "@id": "http://schema.org/TVSeries" + "@id": "http://schema.org/Offer" }, { - "@id": "http://schema.org/RadioSeries" + "@id": "http://schema.org/Demand" }, { - "@id": "http://schema.org/VideoGameSeries" + "@id": "http://schema.org/PriceSpecification" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/PriceSpecification" }, - "rdfs:comment": "The number of episodes in this season or series.", - "rdfs:label": "numberOfEpisodes" - }, - { - "@id": "http://schema.org/PublicationVolume", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, - "rdfs:comment": "A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.

\n\nSee also blog post.", - "rdfs:label": "PublicationVolume", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" - } + "rdfs:comment": "The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount.", + "rdfs:label": "eligibleTransactionVolume" }, { - "@id": "http://schema.org/LocalBusiness", + "@id": "http://schema.org/ExercisePlan", "@type": "rdfs:Class", - "http://www.w3.org/2004/02/skos/core#closeMatch": { - "@id": "http://www.w3.org/ns/regorg#RegisteredOrganization" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc.", - "rdfs:label": "LocalBusiness", + "rdfs:comment": "Fitness-related activity designed for a specific health-related purpose, including defined exercise routines as well as activity prescribed by a clinician.", + "rdfs:label": "ExercisePlan", "rdfs:subClassOf": [ { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/CreativeWork" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/PhysicalActivity" } ] }, { - "@id": "http://schema.org/requiresSubscription", + "@id": "http://schema.org/equal", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1741" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/QualitativeValue" }, - "http://schema.org/category": "issue-1741", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/ActionAccessSpecification" - }, - { - "@id": "http://schema.org/MediaObject" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/MediaSubscription" - }, - { - "@id": "http://schema.org/Boolean" - } - ], - "rdfs:comment": "Indicates if use of the media require a subscription (either paid or free). Allowed values are true or false (note that an earlier version had 'yes', 'no').", - "rdfs:label": "requiresSubscription" - }, - { - "@id": "http://schema.org/CancelAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of asserting that a future event/action is no longer going to happen.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "CancelAction", + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QualitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is equal to the object.", + "rdfs:label": "equal" + }, + { + "@id": "http://schema.org/GardenStore", + "@type": "rdfs:Class", + "rdfs:comment": "A garden store.", + "rdfs:label": "GardenStore", "rdfs:subClassOf": { - "@id": "http://schema.org/PlanAction" + "@id": "http://schema.org/Store" } }, { - "@id": "http://schema.org/RsvpResponseMaybe", - "@type": "http://schema.org/RsvpResponseType", - "rdfs:comment": "The invitee may or may not attend.", - "rdfs:label": "RsvpResponseMaybe" + "@id": "http://schema.org/businessDays", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2506", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ShippingDeliveryTime" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/OpeningHoursSpecification" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "Days of the week when the merchant typically operates, indicated via opening hours markup.", + "rdfs:label": "businessDays" }, { - "@id": "http://schema.org/minValue", + "@id": "http://schema.org/interestRate", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/FinancialProduct" }, - "http://schema.org/domainIncludes": [ + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/PropertyValue" + "@id": "http://schema.org/QuantitativeValue" }, { - "@id": "http://schema.org/MonetaryAmount" - }, + "@id": "http://schema.org/Number" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + }, + "rdfs:comment": "The interest rate, charged or paid, applicable to the financial product. Note: This is different from the calculated annualPercentageRate.", + "rdfs:label": "interestRate" + }, + { + "@id": "http://schema.org/OpinionNewsArticle", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1525", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ { - "@id": "http://schema.org/QuantitativeValue" + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" }, { - "@id": "http://schema.org/PropertyValueSpecification" + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "rdfs:comment": "An OpinionNewsArticle is a NewsArticle that primarily expresses opinions rather than journalistic reporting of news and events. For example, a NewsArticle consisting of a column or Blog/BlogPosting entry in the Opinions section of a news publication.", + "rdfs:label": "OpinionNewsArticle", + "rdfs:subClassOf": { + "@id": "http://schema.org/NewsArticle" + } + }, + { + "@id": "http://schema.org/Nonprofit501q", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "The lower value of some characteristic or property.", - "rdfs:label": "minValue" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501q: Non-profit type referring to Credit Counseling Organizations.", + "rdfs:label": "Nonprofit501q" }, { - "@id": "http://schema.org/actionApplication", + "@id": "http://schema.org/partOfOrder", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/EntryPoint" + "@id": "http://schema.org/ParcelDelivery" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/Order" }, - "rdfs:comment": "An application that can complete the request.", - "rdfs:label": "actionApplication" + "rdfs:comment": "The overall order the items in this delivery were included in.", + "rdfs:label": "partOfOrder" }, { - "@id": "http://schema.org/trailer", + "@id": "http://schema.org/Nonprofit501k", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501k: Non-profit type referring to Child Care Organizations.", + "rdfs:label": "Nonprofit501k" + }, + { + "@id": "http://schema.org/totalPrice", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/RadioSeries" - }, - { - "@id": "http://schema.org/TVSeries" - }, - { - "@id": "http://schema.org/VideoGame" - }, - { - "@id": "http://schema.org/VideoGameSeries" + "@id": "http://schema.org/Reservation" }, { - "@id": "http://schema.org/CreativeWorkSeason" - }, + "@id": "http://schema.org/Ticket" + } + ], + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Episode" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Movie" + "@id": "http://schema.org/Number" }, { - "@id": "http://schema.org/MovieSeries" + "@id": "http://schema.org/PriceSpecification" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/VideoObject" + "rdfs:comment": "The total price for the reservation or ticket, including applicable taxes, shipping, etc.

\n\nUsage guidelines:

\n\n\n", + "rdfs:label": "totalPrice" + }, + { + "@id": "http://schema.org/Nonprofit501n", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "The trailer of a movie or tv/radio series, season, episode, etc.", - "rdfs:label": "trailer" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501n: Non-profit type referring to Charitable Risk Pools.", + "rdfs:label": "Nonprofit501n" }, { - "@id": "http://schema.org/IgnoreAction", + "@id": "http://schema.org/CovidTestingFacility", "@type": "rdfs:Class", - "rdfs:comment": "The act of intentionally disregarding the object. An agent ignores an object.", - "rdfs:label": "IgnoreAction", + "http://schema.org/category": "issue-2490", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2490" + }, + "rdfs:comment": "A CovidTestingFacility is a MedicalClinic where testing for the COVID-19 Coronavirus\n disease is available. If the facility is being made available from an established Pharmacy, Hotel, or other\n non-medical organization, multiple types can be listed. This makes it easier to re-use existing schema.org information\n about that place e.g. contact info, address, opening hours. Note that in an emergency, such information may not always be reliable.", + "rdfs:label": "CovidTestingFacility", "rdfs:subClassOf": { - "@id": "http://schema.org/AssessAction" + "@id": "http://schema.org/MedicalClinic" } }, { - "@id": "http://schema.org/steeringPosition", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + "@id": "http://schema.org/Nonprofit501a", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/SteeringPositionValue" + "rdfs:comment": "Nonprofit501a: Non-profit type referring to Farmers’ Cooperative Associations.", + "rdfs:label": "Nonprofit501a" + }, + { + "@id": "http://schema.org/Nonprofit501d", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "The position of the steering wheel or similar device (mostly for cars).", - "rdfs:label": "steeringPosition" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501d: Non-profit type referring to Religious and Apostolic Associations.", + "rdfs:label": "Nonprofit501d" }, { - "@id": "http://schema.org/MusicRecording", + "@id": "http://schema.org/Nonprofit501e", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501e: Non-profit type referring to Cooperative Hospital Service Organizations.", + "rdfs:label": "Nonprofit501e" + }, + { + "@id": "http://schema.org/OfferItemCondition", "@type": "rdfs:Class", - "rdfs:comment": "A music recording (track), usually a single song.", - "rdfs:label": "MusicRecording", + "rdfs:comment": "A list of possible conditions for the item.", + "rdfs:label": "OfferItemCondition", "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Enumeration" } }, { - "@id": "http://schema.org/arrivalGate", + "@id": "http://schema.org/inPlaylist", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Flight" + "@id": "http://schema.org/MusicRecording" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/MusicPlaylist" }, - "rdfs:comment": "Identifier of the flight's arrival gate.", - "rdfs:label": "arrivalGate" + "rdfs:comment": "The playlist to which this recording belongs.", + "rdfs:label": "inPlaylist" }, { - "@id": "http://schema.org/loanTerm", + "@id": "http://schema.org/accountablePerson", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/LoanOrCredit" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Person" }, - "rdfs:comment": "The duration of the loan or credit agreement.", - "rdfs:label": "loanTerm", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/duration" - } + "rdfs:comment": "Specifies the Person that is legally accountable for the CreativeWork.", + "rdfs:label": "accountablePerson" }, { - "@id": "http://schema.org/target", + "@id": "http://schema.org/transmissionMethod", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Action" + "@id": "http://schema.org/InfectiousDisease" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/EntryPoint" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "Indicates a target EntryPoint for an Action.", - "rdfs:label": "target" + "rdfs:comment": "How the disease spreads, either as a route or vector, for example 'direct contact', 'Aedes aegypti', etc.", + "rdfs:label": "transmissionMethod" }, { - "@id": "http://schema.org/includedComposition", + "@id": "http://schema.org/Report", + "@type": "rdfs:Class", + "rdfs:comment": "A Report generated by governmental or non-governmental organization.", + "rdfs:label": "Report", + "rdfs:subClassOf": { + "@id": "http://schema.org/Article" + } + }, + { + "@id": "http://schema.org/embedUrl", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicComposition" + "@id": "http://schema.org/MediaObject" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MusicComposition" + "@id": "http://schema.org/URL" }, - "rdfs:comment": "Smaller compositions included in this work (e.g. a movement in a symphony).", - "rdfs:label": "includedComposition" + "rdfs:comment": "A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag.", + "rdfs:label": "embedUrl" }, { - "@id": "http://schema.org/alternateName", + "@id": "http://schema.org/hasProductReturnPolicy", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Thing" + "http://schema.org/category": "issue-2288", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/Organization" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://attic.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/ProductReturnPolicy" }, - "rdfs:comment": "An alias for the item.", - "rdfs:label": "alternateName" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/hasMerchantReturnPolicy" + }, + "rdfs:comment": "Indicates a ProductReturnPolicy that may be applicable.", + "rdfs:label": "hasProductReturnPolicy" }, { - "@id": "http://schema.org/minPrice", + "@id": "http://schema.org/homeLocation", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PriceSpecification" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Person" }, - "rdfs:comment": "The lowest price if the price is a range.", - "rdfs:label": "minPrice" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/ContactPoint" + } + ], + "rdfs:comment": "A contact location for a person's residence.", + "rdfs:label": "homeLocation", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/location" + } }, { - "@id": "http://schema.org/MotorcycleDealer", - "@type": "rdfs:Class", - "rdfs:comment": "A motorcycle dealer.", - "rdfs:label": "MotorcycleDealer", + "@id": "http://schema.org/Emergency", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that deals with the evaluation and initial treatment of medical conditions caused by trauma or sudden illness.", + "rdfs:label": "Emergency", "rdfs:subClassOf": { - "@id": "http://schema.org/AutomotiveBusiness" + "@id": "http://schema.org/MedicalBusiness" } }, { - "@id": "http://schema.org/regionsAllowed", + "@id": "http://schema.org/area", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MediaObject" + "@id": "http://schema.org/BroadcastService" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, - "rdfs:comment": "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format.", - "rdfs:label": "regionsAllowed" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/serviceArea" + }, + "rdfs:comment": "The area within which users can expect to reach the broadcast service.", + "rdfs:label": "area" }, { - "@id": "http://schema.org/CheckOutAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of an agent communicating (service provider, social media, etc) their departure of a previously reserved service (e.g. flight check in) or place (e.g. hotel).

\n\nRelated actions:

\n\n\n", - "rdfs:label": "CheckOutAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/CommunicateAction" - } + "@id": "http://schema.org/Monday", + "@type": "http://schema.org/DayOfWeek", + "http://schema.org/sameAs": { + "@id": "http://www.wikidata.org/entity/Q105" + }, + "rdfs:comment": "The day of the week between Sunday and Tuesday.", + "rdfs:label": "Monday" }, { - "@id": "http://schema.org/priceRange", + "@id": "http://schema.org/partOfSeason", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/LocalBusiness" - }, + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Episode" + }, + { + "@id": "http://schema.org/Clip" + } + ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The price range of the business, for example $$$.", - "rdfs:label": "priceRange" - }, - { - "@id": "http://schema.org/BankAccount", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + "@id": "http://schema.org/CreativeWorkSeason" }, - "rdfs:comment": "A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest.", - "rdfs:label": "BankAccount", - "rdfs:subClassOf": { - "@id": "http://schema.org/FinancialProduct" - } - }, - { - "@id": "http://schema.org/Duration", - "@type": "rdfs:Class", - "rdfs:comment": "Quantity: Duration (use ISO 8601 duration format).", - "rdfs:label": "Duration", - "rdfs:subClassOf": { - "@id": "http://schema.org/Quantity" - } - }, - { - "@id": "http://schema.org/RealEstateAgent", - "@type": "rdfs:Class", - "rdfs:comment": "A real-estate agent.", - "rdfs:label": "RealEstateAgent", - "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" - } - }, - { - "@id": "http://schema.org/ApplyAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of registering to an organization/service without the guarantee to receive it.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "ApplyAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/OrganizeAction" - } - }, - { - "@id": "http://schema.org/MapCategoryType", - "@type": "rdfs:Class", - "rdfs:comment": "An enumeration of several kinds of Map.", - "rdfs:label": "MapCategoryType", - "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" - } - }, - { - "@id": "http://schema.org/SportsOrganization", - "@type": "rdfs:Class", - "rdfs:comment": "Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations.", - "rdfs:label": "SportsOrganization", - "rdfs:subClassOf": { - "@id": "http://schema.org/Organization" - } - }, - { - "@id": "http://schema.org/EndorseAction", - "@type": "rdfs:Class", - "rdfs:comment": "An agent approves/certifies/likes/supports/sanction an object.", - "rdfs:label": "EndorseAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/ReactAction" + "rdfs:comment": "The season to which this episode belongs.", + "rdfs:label": "partOfSeason", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/isPartOf" } }, { - "@id": "http://schema.org/EducationalOrganization", + "@id": "http://schema.org/Rating", "@type": "rdfs:Class", - "rdfs:comment": "An educational organization.", - "rdfs:label": "EducationalOrganization", + "rdfs:comment": "A rating is an evaluation on a numeric scale, such as 1 to 5 stars.", + "rdfs:label": "Rating", "rdfs:subClassOf": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/orderNumber", + "@id": "http://schema.org/legislationApplies", "@type": "rdf:Property", + "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Order" + "@id": "http://schema.org/Legislation" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "The identifier of the transaction.", - "rdfs:label": "orderNumber", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/identifier" - } - }, - { - "@id": "http://schema.org/gtin8", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Legislation" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Offer" - }, + "http://schema.org/source": [ { - "@id": "http://schema.org/Product" + "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { - "@id": "http://schema.org/Demand" + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://data.europa.eu/eli/ontology#implements" }, - "rdfs:comment": "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See GS1 GTIN Summary for more details.", - "rdfs:label": "gtin8", - "rdfs:subPropertyOf": [ - { - "@id": "http://schema.org/identifier" - }, - { - "@id": "http://schema.org/gtin" - } - ] + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#implements" + }, + "rdfs:comment": "Indicates that this legislation (or part of a legislation) somehow transfers another legislation in a different legislative context. This is an informative link, and it has no legal value. For legally-binding links of transposition, use the legislationTransposes property. For example an informative consolidated law of a European Union's member state \"applies\" the consolidated version of the European Directive implemented in it.", + "rdfs:label": "legislationApplies" }, { - "@id": "http://schema.org/image", + "@id": "http://schema.org/domiciledMortgage", "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/MortgageLoan" }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Boolean" + }, + "http://schema.org/source": [ { - "@id": "http://schema.org/ImageObject" + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { - "@id": "http://schema.org/URL" + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], - "rdfs:comment": "An image of the item. This can be a URL or a fully described ImageObject.", - "rdfs:label": "image" - }, - { - "@id": "http://schema.org/CableOrSatelliteService", - "@type": "rdfs:Class", - "rdfs:comment": "A service which provides access to media programming like TV or radio. Access may be via cable or satellite.", - "rdfs:label": "CableOrSatelliteService", - "rdfs:subClassOf": { - "@id": "http://schema.org/Service" - } + "rdfs:comment": "Whether borrower is a resident of the jurisdiction where the property is located.", + "rdfs:label": "domiciledMortgage" }, { - "@id": "http://schema.org/endDate", + "@id": "http://schema.org/diversityPolicy", "@type": "rdf:Property", + "http://schema.org/category": "issue-1525", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/CreativeWorkSeason" - }, - { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/Role" - }, + "@id": "http://schema.org/NewsMediaOrganization" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/DatedMoneySpecification" + "@id": "http://schema.org/CreativeWork" }, { - "@id": "http://schema.org/CreativeWorkSeries" + "@id": "http://schema.org/URL" } ], - "http://schema.org/rangeIncludes": [ + "http://schema.org/source": [ { - "@id": "http://schema.org/Date" + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" }, { - "@id": "http://schema.org/DateTime" + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" } ], - "rdfs:comment": "The end date and time of the item (in ISO 8601 date format).", - "rdfs:label": "endDate" + "rdfs:comment": "Statement on diversity policy by an Organization e.g. a NewsMediaOrganization. For a NewsMediaOrganization, a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data.", + "rdfs:label": "diversityPolicy" }, { - "@id": "http://schema.org/annualPercentageRate", + "@id": "http://schema.org/countryOfOrigin", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/FinancialProduct" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/TVSeries" }, { - "@id": "http://schema.org/QuantitativeValue" - } - ], - "rdfs:comment": "The annual rate that is charged for borrowing (or made by investing), expressed as a single percentage number that represents the actual yearly cost of funds over the term of a loan. This includes any fees or additional costs associated with the transaction.", - "rdfs:label": "annualPercentageRate" - }, - { - "@id": "http://schema.org/HinduTemple", - "@type": "rdfs:Class", - "rdfs:comment": "A Hindu temple.", - "rdfs:label": "HinduTemple", - "rdfs:subClassOf": { - "@id": "http://schema.org/PlaceOfWorship" - } - }, - { - "@id": "http://schema.org/TVSeason", - "@type": "rdfs:Class", - "rdfs:comment": "Season dedicated to TV broadcast and associated online delivery.", - "rdfs:label": "TVSeason", - "rdfs:subClassOf": [ + "@id": "http://schema.org/TVEpisode" + }, { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/TVSeason" }, { - "@id": "http://schema.org/CreativeWorkSeason" + "@id": "http://schema.org/Movie" } - ] - }, - { - "@id": "http://schema.org/SearchResultsPage", - "@type": "rdfs:Class", - "rdfs:comment": "Web page type: Search results page.", - "rdfs:label": "SearchResultsPage", - "rdfs:subClassOf": { - "@id": "http://schema.org/WebPage" - } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Country" + }, + "rdfs:comment": "The country of the principal offices of the production company or individual responsible for the movie or program.", + "rdfs:label": "countryOfOrigin" }, { - "@id": "http://schema.org/UserBlocks", - "@type": "rdfs:Class", - "http://schema.org/supersededBy": { - "@id": "http://schema.org/InteractionCounter" + "@id": "http://schema.org/lodgingUnitDescription", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/LodgingReservation" }, - "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", - "rdfs:label": "UserBlocks", - "rdfs:subClassOf": { - "@id": "http://schema.org/UserInteraction" - } + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "A full description of the lodging unit.", + "rdfs:label": "lodgingUnitDescription" }, { - "@id": "http://schema.org/hasDeliveryMethod", + "@id": "http://schema.org/duns", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/DeliveryEvent" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/ParcelDelivery" + "@id": "http://schema.org/Person" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DeliveryMethod" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "Method used for delivery or shipping.", - "rdfs:label": "hasDeliveryMethod" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The Dun & Bradstreet DUNS number for identifying an organization or business person.", + "rdfs:label": "duns", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" + } }, { - "@id": "http://schema.org/DanceEvent", - "@type": "rdfs:Class", - "rdfs:comment": "Event type: A social dance.", - "rdfs:label": "DanceEvent", - "rdfs:subClassOf": { - "@id": "http://schema.org/Event" - } + "@id": "http://schema.org/expectedPrognosis", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalCondition" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The likely outcome in either the short term or long term of the medical condition.", + "rdfs:label": "expectedPrognosis" }, { - "@id": "http://schema.org/flightNumber", + "@id": "http://schema.org/seatRow", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Flight" + "@id": "http://schema.org/Seat" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'.", - "rdfs:label": "flightNumber", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/identifier" + "rdfs:comment": "The row location of the reserved seat (e.g., B).", + "rdfs:label": "seatRow" + }, + { + "@id": "http://schema.org/BedAndBreakfast", + "@type": "rdfs:Class", + "rdfs:comment": "Bed and breakfast.\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", + "rdfs:label": "BedAndBreakfast", + "rdfs:subClassOf": { + "@id": "http://schema.org/LodgingBusiness" } }, { - "@id": "http://schema.org/season", + "@id": "http://schema.org/Sculpture", + "@type": "rdfs:Class", + "rdfs:comment": "A piece of sculpture.", + "rdfs:label": "Sculpture", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/scheduledPaymentDate", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/VideoGameSeries" - }, - { - "@id": "http://schema.org/TVSeries" - }, - { - "@id": "http://schema.org/RadioSeries" - } - ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWorkSeason" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Invoice" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/containsSeason" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Date" }, - "rdfs:comment": "A season in a media series.", - "rdfs:label": "season", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/hasPart" + "rdfs:comment": "The date the invoice is scheduled to be paid.", + "rdfs:label": "scheduledPaymentDate" + }, + { + "@id": "http://schema.org/ComputerStore", + "@type": "rdfs:Class", + "rdfs:comment": "A computer store.", + "rdfs:label": "ComputerStore", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" } }, { - "@id": "http://schema.org/itemListElement", + "@id": "http://schema.org/option", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ItemList" + "@id": "http://schema.org/ChooseAction" }, "http://schema.org/rangeIncludes": [ { @@ -4133,152 +4499,175 @@ }, { "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/ListItem" } ], - "rdfs:comment": "For itemListElement values, you can use simple strings (e.g. \"Peter\", \"Paul\", \"Mary\"), existing entities, or use ListItem.

\n\nText values are best if the elements in the list are plain strings. Existing entities are best for a simple, unordered list of existing things in your data. ListItem is used with ordered lists when you want to provide additional context about the element in that list or when the same item might be in different places in different lists.

\n\nNote: The order of elements in your mark-up is not sufficient for indicating the order or elements. Use ListItem with a 'position' property in such cases.", - "rdfs:label": "itemListElement" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/actionOption" + }, + "rdfs:comment": "A sub property of object. The options subject to this action.", + "rdfs:label": "option", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/object" + } }, { - "@id": "http://schema.org/paymentUrl", + "@id": "http://schema.org/jobBenefits", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Order" + "@id": "http://schema.org/JobPosting" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The URL for sending a payment.", - "rdfs:label": "paymentUrl" + "rdfs:comment": "Description of benefits associated with the job.", + "rdfs:label": "jobBenefits" }, { - "@id": "http://schema.org/greater", + "@id": "http://schema.org/RadioStation", + "@type": "rdfs:Class", + "rdfs:comment": "A radio station.", + "rdfs:label": "RadioStation", + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } + }, + { + "@id": "http://schema.org/subEvents", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/QualitativeValue" + "@id": "http://schema.org/Event" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QualitativeValue" + "@id": "http://schema.org/Event" }, - "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is greater than the object.", - "rdfs:label": "greater" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/subEvent" + }, + "rdfs:comment": "Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference.", + "rdfs:label": "subEvents" }, { - "@id": "http://schema.org/blogPosts", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Blog" + "@id": "http://schema.org/Ultrasound", + "@type": "http://schema.org/MedicalImagingTechnique", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/BlogPosting" + "rdfs:comment": "Ultrasound imaging.", + "rdfs:label": "Ultrasound" + }, + { + "@id": "http://schema.org/BenefitsHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/blogPost" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, - "rdfs:comment": "The postings that are part of this blog.", - "rdfs:label": "blogPosts" + "rdfs:comment": "Content about the benefits and advantages of usage or utilization of topic.", + "rdfs:label": "BenefitsHealthAspect" }, { - "@id": "http://schema.org/artMedium", + "@id": "http://schema.org/ReservationConfirmed", + "@type": "http://schema.org/ReservationStatusType", + "rdfs:comment": "The status of a confirmed reservation.", + "rdfs:label": "ReservationConfirmed" + }, + { + "@id": "http://schema.org/identifier", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/VisualArtwork" + "@id": "http://schema.org/Thing" }, "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, { "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/PropertyValue" } ], - "rdfs:comment": "The material used. (e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)", - "rdfs:label": "artMedium", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/material" - } + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://purl.org/dc/terms/identifier" + }, + "rdfs:comment": "The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details.", + "rdfs:label": "identifier" }, { - "@id": "http://schema.org/partOfEpisode", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Clip" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Episode" + "@id": "http://schema.org/MusicRelease", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, - "rdfs:comment": "The episode to which this clip belongs.", - "rdfs:label": "partOfEpisode", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/isPartOf" + "rdfs:comment": "A MusicRelease is a specific release of a music album.", + "rdfs:label": "MusicRelease", + "rdfs:subClassOf": { + "@id": "http://schema.org/MusicPlaylist" } }, { - "@id": "http://schema.org/BookStore", + "@id": "http://schema.org/TechArticle", "@type": "rdfs:Class", - "rdfs:comment": "A bookstore.", - "rdfs:label": "BookStore", + "rdfs:comment": "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.", + "rdfs:label": "TechArticle", "rdfs:subClassOf": { - "@id": "http://schema.org/Store" + "@id": "http://schema.org/Article" } }, { - "@id": "http://schema.org/orderStatus", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Order" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/OrderStatus" - }, - "rdfs:comment": "The current status of the order.", - "rdfs:label": "orderStatus" - }, - { - "@id": "http://schema.org/prepTime", + "@id": "http://schema.org/availableAtOrFrom", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/HowToDirection" + "@id": "http://schema.org/Offer" }, { - "@id": "http://schema.org/HowTo" + "@id": "http://schema.org/Demand" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Duration" + "@id": "http://schema.org/Place" }, - "rdfs:comment": "The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format.", - "rdfs:label": "prepTime" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The place(s) from which the offer can be obtained (e.g. store locations).", + "rdfs:label": "availableAtOrFrom", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/areaServed" + } }, { - "@id": "http://schema.org/recordLabel", + "@id": "http://schema.org/mainEntity", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicRelease" + "@id": "http://schema.org/CreativeWork" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" + "http://schema.org/inverseOf": { + "@id": "http://schema.org/mainEntityOfPage" }, - "http://www.w3.org/2002/07/owl#equivalentProperty": { - "@id": "http://purl.org/ontology/mo/label" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Thing" }, - "rdfs:comment": "The label that issued the release.", - "rdfs:label": "recordLabel" + "rdfs:comment": "Indicates the primary entity described in some page or other CreativeWork.", + "rdfs:label": "mainEntity", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/about" + } }, { - "@id": "http://schema.org/agent", + "@id": "http://schema.org/sdPublisher", "@type": "rdf:Property", + "http://schema.org/category": "issue-1886", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Action" + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { @@ -4288,3310 +4677,3670 @@ "@id": "http://schema.org/Organization" } ], - "rdfs:comment": "The direct performer or driver of the action (animate or inanimate). e.g. John wrote a book.", - "rdfs:label": "agent" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1886" + }, + "rdfs:comment": "Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The\nsdPublisher property helps make such practices more explicit.", + "rdfs:label": "sdPublisher" }, { - "@id": "http://schema.org/reservationStatus", + "@id": "http://schema.org/maxPrice", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Reservation" + "@id": "http://schema.org/PriceSpecification" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ReservationStatusType" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "The current status of the reservation.", - "rdfs:label": "reservationStatus" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The highest price if the price is a range.", + "rdfs:label": "maxPrice" }, { - "@id": "http://schema.org/vehicleSeatingCapacity", + "@id": "http://schema.org/reviewedBy", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" + "@id": "http://schema.org/WebPage" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Person" } ], - "rdfs:comment": "The number of passengers that can be seated in the vehicle, both in terms of the physical space available, and in terms of limitations set by law.

\n\nTypical unit code(s): C62 for persons.", - "rdfs:label": "vehicleSeatingCapacity" + "rdfs:comment": "People or organizations that have reviewed the content on this web page for accuracy and/or completeness.", + "rdfs:label": "reviewedBy" }, { - "@id": "http://schema.org/validFor", + "@id": "http://schema.org/costCategory", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1779" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DrugCost" }, - "http://schema.org/category": "issue-1779", - "http://schema.org/domainIncludes": [ + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DrugCostCategory" + }, + "rdfs:comment": "The category of cost, such as wholesale, retail, reimbursement cap, etc.", + "rdfs:label": "costCategory" + }, + { + "@id": "http://schema.org/travelBans", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2490", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SpecialAnnouncement" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/EducationalOccupationalCredential" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/Permit" + "@id": "http://schema.org/WebContent" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Duration" - }, - "rdfs:comment": "The duration of validity of a permit or similar thing.", - "rdfs:label": "validFor" - }, - { - "@id": "http://schema.org/EntryPoint", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2490" }, - "rdfs:comment": "An entry point, within some Web-based protocol.", - "rdfs:label": "EntryPoint", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } - }, - { - "@id": "http://schema.org/SaleEvent", - "@type": "rdfs:Class", - "rdfs:comment": "Event type: Sales event.", - "rdfs:label": "SaleEvent", - "rdfs:subClassOf": { - "@id": "http://schema.org/Event" - } - }, - { - "@id": "http://schema.org/FoodEvent", - "@type": "rdfs:Class", - "rdfs:comment": "Event type: Food event.", - "rdfs:label": "FoodEvent", - "rdfs:subClassOf": { - "@id": "http://schema.org/Event" - } + "rdfs:comment": "Information about travel bans, e.g. in the context of a pandemic.", + "rdfs:label": "travelBans" }, { - "@id": "http://schema.org/DigitalDocumentPermission", + "@id": "http://schema.org/GolfCourse", "@type": "rdfs:Class", - "rdfs:comment": "A permission for a particular person or group to access a particular file.", - "rdfs:label": "DigitalDocumentPermission", + "rdfs:comment": "A golf course.", + "rdfs:label": "GolfCourse", "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" + "@id": "http://schema.org/SportsActivityLocation" } }, { - "@id": "http://schema.org/incentiveCompensation", + "@id": "http://schema.org/spatialCoverage", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/JobPosting" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Place" }, - "rdfs:comment": "Description of bonus and commission compensation aspects of the job.", - "rdfs:label": "incentiveCompensation" + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://purl.org/dc/terms/spatial" + }, + "rdfs:comment": "The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of\n contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates\n areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York.", + "rdfs:label": "spatialCoverage", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/contentLocation" + } }, { - "@id": "http://schema.org/OutletStore", + "@id": "http://schema.org/DrugPrescriptionStatus", "@type": "rdfs:Class", - "rdfs:comment": "An outlet store.", - "rdfs:label": "OutletStore", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Indicates whether this drug is available by prescription or over-the-counter.", + "rdfs:label": "DrugPrescriptionStatus", "rdfs:subClassOf": { - "@id": "http://schema.org/Store" + "@id": "http://schema.org/MedicalEnumeration" } }, { - "@id": "http://schema.org/reviewRating", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Review" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Rating" - }, - "rdfs:comment": "The rating given in this review. Note that reviews can themselves be rated. The reviewRating applies to rating given by the review. The aggregateRating property applies to the review itself, as a creative work.", - "rdfs:label": "reviewRating" - }, - { - "@id": "http://schema.org/hasOccupation", + "@id": "http://schema.org/recipe", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" - }, - "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/CookAction" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Occupation" + "@id": "http://schema.org/Recipe" }, - "rdfs:comment": "The Person's occupation. For past professions, use Role for expressing dates.", - "rdfs:label": "hasOccupation" - }, - { - "@id": "http://schema.org/OrderAction", - "@type": "rdfs:Class", - "rdfs:comment": "An agent orders an object/product/service to be delivered/sent.", - "rdfs:label": "OrderAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/TradeAction" + "rdfs:comment": "A sub property of instrument. The recipe/instructions used to perform the action.", + "rdfs:label": "recipe", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/instrument" } }, { - "@id": "http://schema.org/propertyID", + "@id": "http://schema.org/musicBy", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PropertyValue" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/MovieSeries" }, { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/RadioSeries" + }, + { + "@id": "http://schema.org/VideoGame" + }, + { + "@id": "http://schema.org/VideoGameSeries" + }, + { + "@id": "http://schema.org/Movie" + }, + { + "@id": "http://schema.org/TVSeries" + }, + { + "@id": "http://schema.org/Clip" + }, + { + "@id": "http://schema.org/VideoObject" + }, + { + "@id": "http://schema.org/Episode" } ], - "rdfs:comment": "A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property. propertyID can be\n(1) a prefixed string, mainly meant to be used with standards for product properties; (2) a site-specific, non-prefixed string (e.g. the primary key of the property or the vendor-specific id of the property), or (3)\na URL indicating the type of the property, either pointing to an external vocabulary, or a Web resource that describes the property (e.g. a glossary entry).\nStandards bodies should promote a standard prefix for the identifiers of properties from their standards.", - "rdfs:label": "propertyID" - }, - { - "@id": "http://schema.org/appliesToDeliveryMethod", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, - "http://schema.org/domainIncludes": [ + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/PaymentChargeSpecification" + "@id": "http://schema.org/MusicGroup" }, { - "@id": "http://schema.org/DeliveryChargeSpecification" + "@id": "http://schema.org/Person" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DeliveryMethod" - }, - "rdfs:comment": "The delivery method(s) to which the delivery charge or payment charge specification applies.", - "rdfs:label": "appliesToDeliveryMethod" - }, - { - "@id": "http://schema.org/targetProduct", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareSourceCode" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/SoftwareApplication" - }, - "rdfs:comment": "Target Operating System / Product to which the code applies. If applies to several versions, just the product name can be used.", - "rdfs:label": "targetProduct" + "rdfs:comment": "The composer of the soundtrack.", + "rdfs:label": "musicBy" }, { - "@id": "http://schema.org/video", + "@id": "http://schema.org/followee", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/FollowAction" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Clip" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/VideoObject" + "@id": "http://schema.org/Person" } ], - "rdfs:comment": "An embedded video object.", - "rdfs:label": "video" - }, - { - "@id": "http://schema.org/InviteAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of asking someone to attend an event. Reciprocal of RsvpAction.", - "rdfs:label": "InviteAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/CommunicateAction" + "rdfs:comment": "A sub property of object. The person or organization being followed.", + "rdfs:label": "followee", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/object" } }, { - "@id": "http://schema.org/episodes", + "@id": "http://schema.org/diagnosis", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/TVSeries" - }, - { - "@id": "http://schema.org/CreativeWorkSeason" - }, - { - "@id": "http://schema.org/VideoGameSeries" + "@id": "http://schema.org/DDxElement" }, { - "@id": "http://schema.org/RadioSeries" + "@id": "http://schema.org/Patient" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Episode" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/episode" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalCondition" }, - "rdfs:comment": "An episode of a TV/radio series or season.", - "rdfs:label": "episodes" + "rdfs:comment": "One or more alternative conditions considered in the differential diagnosis process as output of a diagnosis process.", + "rdfs:label": "diagnosis" }, { - "@id": "http://schema.org/course", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ExerciseAction" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/exerciseCourse" - }, - "rdfs:comment": "A sub property of location. The course where this action was taken.", - "rdfs:label": "course", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/location" + "@id": "http://schema.org/DepartAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of departing from a place. An agent departs from an fromLocation for a destination, optionally with participants.", + "rdfs:label": "DepartAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/MoveAction" } }, { - "@id": "http://schema.org/doorTime", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/SingleRelease", + "@type": "http://schema.org/MusicAlbumReleaseType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, + "rdfs:comment": "SingleRelease.", + "rdfs:label": "SingleRelease" + }, + { + "@id": "http://schema.org/steps", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/HowTo" + }, + { + "@id": "http://schema.org/HowToSection" + } + ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/CreativeWork" }, { - "@id": "http://schema.org/Time" + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/ItemList" } ], - "rdfs:comment": "The time admission will commence.", - "rdfs:label": "doorTime" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/step" + }, + "rdfs:comment": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).", + "rdfs:label": "steps" }, { - "@id": "http://schema.org/TVEpisode", - "@type": "rdfs:Class", - "rdfs:comment": "A TV episode which can be part of a series or season.", - "rdfs:label": "TVEpisode", + "@id": "http://schema.org/Gynecologic", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that pertains to the health care of women, particularly in the diagnosis and treatment of disorders affecting the female reproductive system.", + "rdfs:label": "Gynecologic", "rdfs:subClassOf": { - "@id": "http://schema.org/Episode" + "@id": "http://schema.org/MedicalBusiness" } }, { - "@id": "http://schema.org/MusicGroup", - "@type": "rdfs:Class", - "rdfs:comment": "A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician.", - "rdfs:label": "MusicGroup", - "rdfs:subClassOf": { - "@id": "http://schema.org/PerformingGroup" - } + "@id": "http://schema.org/OrderProblem", + "@type": "http://schema.org/OrderStatus", + "rdfs:comment": "OrderStatus representing that there is a problem with the order.", + "rdfs:label": "OrderProblem" }, { - "@id": "http://schema.org/AmusementPark", + "@id": "http://schema.org/recognizedBy", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1779", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EducationalOccupationalCredential" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Organization" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1779" + }, + "rdfs:comment": "An organization that acknowledges the validity, value or utility of a credential. Note: recognition may include a process of quality assurance or accreditation.", + "rdfs:label": "recognizedBy" + }, + { + "@id": "http://schema.org/FloorPlan", "@type": "rdfs:Class", - "rdfs:comment": "An amusement park.", - "rdfs:label": "AmusementPark", + "http://schema.org/category": "issue-2373", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2373" + }, + "rdfs:comment": "A FloorPlan is an explicit representation of a collection of similar accommodations, allowing the provision of common information (room counts, sizes, layout diagrams) and offers for rental or sale. In typical use, some ApartmentComplex has an accommodationFloorPlan which is a FloorPlan. A FloorPlan is always in the context of a particular place, either a larger ApartmentComplex or a single Apartment. The visual/spatial aspects of a floor plan (i.e. room layout, see wikipedia) can be indicated using image.", + "rdfs:label": "FloorPlan", "rdfs:subClassOf": { - "@id": "http://schema.org/EntertainmentBusiness" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/ContactPointOption", + "@id": "http://schema.org/Map", "@type": "rdfs:Class", - "rdfs:comment": "Enumerated options related to a ContactPoint.", - "rdfs:label": "ContactPointOption", + "rdfs:comment": "A map.", + "rdfs:label": "Map", "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/subOrganization", + "@id": "http://schema.org/courseMode", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Organization" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/parentOrganization" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/CourseInstance" }, - "rdfs:comment": "A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property.", - "rdfs:label": "subOrganization" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous ).", + "rdfs:label": "courseMode" }, { - "@id": "http://schema.org/dateRead", + "@id": "http://schema.org/hasMenu", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Message" + "@id": "http://schema.org/FoodEstablishment" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/Menu" + }, + { + "@id": "http://schema.org/URL" } ], - "rdfs:comment": "The date/time at which the message has been read by the recipient if a single recipient exists.", - "rdfs:label": "dateRead" + "rdfs:comment": "Either the actual menu as a structured representation, as text, or a URL of the menu.", + "rdfs:label": "hasMenu" }, { - "@id": "http://schema.org/containedInPlace", + "@id": "http://schema.org/taxID", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Place" + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/containsPlace" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.", + "rdfs:label": "taxID", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" + } + }, + { + "@id": "http://schema.org/trainNumber", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/TrainTrip" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The basic containment relation between a place and one that contains it.", - "rdfs:label": "containedInPlace" + "rdfs:comment": "The unique identifier for the train.", + "rdfs:label": "trainNumber" }, { - "@id": "http://schema.org/billingIncrement", + "@id": "http://schema.org/ShippingRateSettings", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2506", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "A ShippingRateSettings represents re-usable pieces of shipping information. It is designed for publication on an URL that may be referenced via the shippingSettingsLink property of an OfferShippingDetails. Several occurrences can be published, distinguished and matched (i.e. identified/referenced) by their different values for shippingLabel.", + "rdfs:label": "ShippingRateSettings", + "rdfs:subClassOf": { + "@id": "http://schema.org/StructuredValue" + } + }, + { + "@id": "http://schema.org/sugarContent", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/NutritionInformation" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Mass" }, + "rdfs:comment": "The number of grams of sugar.", + "rdfs:label": "sugarContent" + }, + { + "@id": "http://schema.org/serviceLocation", + "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/UnitPriceSpecification" + "@id": "http://schema.org/ServiceChannel" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Place" }, - "rdfs:comment": "This property specifies the minimal quantity and rounding increment that will be the basis for the billing. The unit of measurement is specified by the unitCode property.", - "rdfs:label": "billingIncrement" + "rdfs:comment": "The location (e.g. civic structure, local business, etc.) where a person can go to access the service.", + "rdfs:label": "serviceLocation" }, { - "@id": "http://schema.org/workHours", + "@id": "http://schema.org/executableLibraryName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/JobPosting" + "@id": "http://schema.org/APIReference" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).", - "rdfs:label": "workHours" + "rdfs:comment": "Library file name e.g., mscorlib.dll, system.web.dll.", + "rdfs:label": "executableLibraryName" }, { - "@id": "http://schema.org/MobilePhoneStore", + "@id": "http://schema.org/WPSideBar", "@type": "rdfs:Class", - "rdfs:comment": "A store that sells mobile phones and related accessories.", - "rdfs:label": "MobilePhoneStore", + "rdfs:comment": "A sidebar section of the page.", + "rdfs:label": "WPSideBar", "rdfs:subClassOf": { - "@id": "http://schema.org/Store" + "@id": "http://schema.org/WebPageElement" } }, { - "@id": "http://schema.org/Casino", - "@type": "rdfs:Class", - "rdfs:comment": "A casino.", - "rdfs:label": "Casino", - "rdfs:subClassOf": { - "@id": "http://schema.org/EntertainmentBusiness" - } + "@id": "http://schema.org/trailerWeight", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The permitted weight of a trailer attached to the vehicle.

\n\nTypical unit code(s): KGM for kilogram, LBR for pound\n* Note 1: You can indicate additional information in the name of the QuantitativeValue node.\n* Note 2: You may also link to a QualitativeValue node that provides additional information using valueReference.\n* Note 3: Note that you can use minValue and maxValue to indicate ranges.", + "rdfs:label": "trailerWeight" }, { - "@id": "http://schema.org/HearingImpairedSupported", - "@type": "http://schema.org/ContactPointOption", - "rdfs:comment": "Uses devices to support users with hearing impairments.", - "rdfs:label": "HearingImpairedSupported" + "@id": "http://schema.org/secondaryPrevention", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalCondition" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalTherapy" + }, + "rdfs:comment": "A preventative therapy used to prevent reoccurrence of the medical condition after an initial episode of the condition.", + "rdfs:label": "secondaryPrevention" }, { - "@id": "http://schema.org/broadcastServiceTier", + "@id": "http://schema.org/rxcui", "@type": "rdf:Property", + "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BroadcastChannel" + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The type of service required to have access to the channel (e.g. Standard or Premium).", - "rdfs:label": "broadcastServiceTier" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "The RxCUI drug identifier from RXNORM.", + "rdfs:label": "rxcui" }, { - "@id": "http://schema.org/SubscribeAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates pushed to.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "SubscribeAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/InteractAction" - } + "@id": "http://schema.org/studyDesign", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalObservationalStudy" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalObservationalStudyDesign" + }, + "rdfs:comment": "Specifics about the observational study design (enumerated).", + "rdfs:label": "studyDesign" }, { - "@id": "http://schema.org/geoOverlaps", + "@id": "http://schema.org/includesHealthPlanFormulary", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/GeospatialGeometry" - }, - { - "@id": "http://schema.org/Place" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/GeospatialGeometry" - }, - { - "@id": "http://schema.org/Place" - } - ], - "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in DE-9IM.", - "rdfs:label": "geoOverlaps" + "http://schema.org/category": "issue-1062", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/HealthInsurancePlan" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/HealthPlanFormulary" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "Formularies covered by this plan.", + "rdfs:label": "includesHealthPlanFormulary" }, { - "@id": "http://schema.org/isrcCode", + "@id": "http://schema.org/TollFree", + "@type": "http://schema.org/ContactPointOption", + "rdfs:comment": "The associated telephone number is toll free.", + "rdfs:label": "TollFree" + }, + { + "@id": "http://schema.org/loanPaymentFrequency", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, + "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicRecording" + "@id": "http://schema.org/RepaymentSpecification" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "The International Standard Recording Code for the recording.", - "rdfs:label": "isrcCode" + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + } + ], + "rdfs:comment": "Frequency of payments due, i.e. number of months between payments. This is defined as a frequency, i.e. the reciprocal of a period of time.", + "rdfs:label": "loanPaymentFrequency" }, { - "@id": "http://schema.org/hasOfferCatalog", + "@id": "http://schema.org/reviews", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Service" + "@id": "http://schema.org/Product" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/Place" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/OfferCatalog" - }, - "rdfs:comment": "Indicates an OfferCatalog listing for this Organization, Person, or Service.", - "rdfs:label": "hasOfferCatalog" - }, - { - "@id": "http://schema.org/additionalType", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/Review" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/review" }, - "rdfs:comment": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.", - "rdfs:label": "additionalType", - "rdfs:subPropertyOf": { - "@id": "rdf:type" - } + "rdfs:comment": "Review of the item.", + "rdfs:label": "reviews" }, { - "@id": "http://schema.org/valuePattern", + "@id": "http://schema.org/reservationFor", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PropertyValueSpecification" + "@id": "http://schema.org/Reservation" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Thing" }, - "rdfs:comment": "Specifies a regular expression for testing literal values according to the HTML spec.", - "rdfs:label": "valuePattern" + "rdfs:comment": "The thing -- flight, event, restaurant,etc. being reserved.", + "rdfs:label": "reservationFor" }, { - "@id": "http://schema.org/publication", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/PublicationEvent" - }, - "rdfs:comment": "A publication event associated with the item.", - "rdfs:label": "publication" + "@id": "http://schema.org/Number", + "@type": [ + "rdfs:Class", + "http://schema.org/DataType" + ], + "rdfs:comment": "Data type: Number.

\n\nUsage guidelines:

\n\n\n", + "rdfs:label": "Number" }, { - "@id": "http://schema.org/underName", + "@id": "http://schema.org/priceCurrency", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Reservation" }, + { + "@id": "http://schema.org/TradeAction" + }, { "@id": "http://schema.org/Ticket" - } - ], - "http://schema.org/rangeIncludes": [ + }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Offer" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/PriceSpecification" } ], - "rdfs:comment": "The person or organization the reservation or ticket is for.", - "rdfs:label": "underName" - }, - { - "@id": "http://schema.org/BusinessEvent", - "@type": "rdfs:Class", - "rdfs:comment": "Event type: Business event.", - "rdfs:label": "BusinessEvent", - "rdfs:subClassOf": { - "@id": "http://schema.org/Event" - } - }, - { - "@id": "http://schema.org/broadcastAffiliateOf", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BroadcastService" - }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The media network(s) whose content is broadcast on this station.", - "rdfs:label": "broadcastAffiliateOf" + "rdfs:comment": "The currency of the price, or a price component when attached to PriceSpecification and its subtypes.

\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", + "rdfs:label": "priceCurrency" }, { - "@id": "http://schema.org/vehicleEngine", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/EngineSpecification" + "@id": "http://schema.org/OTC", + "@type": "http://schema.org/DrugPrescriptionStatus", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "Information about the engine or engines of the vehicle.", - "rdfs:label": "vehicleEngine" + "rdfs:comment": "The character of a medical substance, typically a medicine, of being available over the counter or not.", + "rdfs:label": "OTC" }, { - "@id": "http://schema.org/GameServer", + "@id": "http://schema.org/Comment", "@type": "rdfs:Class", - "rdfs:comment": "Server that provides game interaction in a multiplayer game.", - "rdfs:label": "GameServer", + "rdfs:comment": "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the text property, and its topic via about, properties shared with all CreativeWorks.", + "rdfs:label": "Comment", "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/DepositAccount", + "@id": "http://schema.org/ShoeStore", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + "rdfs:comment": "A shoe store.", + "rdfs:label": "ShoeStore", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" + } + }, + { + "@id": "http://schema.org/webFeed", + "@type": "rdf:Property", + "http://schema.org/category": "issue-373", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/SpecialAnnouncement" + }, + { + "@id": "http://schema.org/PodcastSeries" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "A type of Bank Account with a main purpose of depositing funds to gain interest or other benefits.", - "rdfs:label": "DepositAccount", - "rdfs:subClassOf": [ + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/InvestmentOrDeposit" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/BankAccount" + "@id": "http://schema.org/DataFeed" } - ] - }, - { - "@id": "http://schema.org/DigitalDocumentPermissionType", - "@type": "rdfs:Class", - "rdfs:comment": "A type of permission which can be granted for accessing a digital document.", - "rdfs:label": "DigitalDocumentPermissionType", - "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" - } - }, - { - "@id": "http://schema.org/Motel", - "@type": "rdfs:Class", - "rdfs:comment": "A motel.\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", - "rdfs:label": "Motel", - "rdfs:subClassOf": { - "@id": "http://schema.org/LodgingBusiness" - } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/373" + }, + "rdfs:comment": "The URL for a feed, e.g. associated with a podcast series, blog, or series of date-stamped updates. This is usually RSS or Atom.", + "rdfs:label": "webFeed" }, { - "@id": "http://schema.org/WPAdBlock", + "@id": "http://schema.org/PetStore", "@type": "rdfs:Class", - "rdfs:comment": "An advertising section of the page.", - "rdfs:label": "WPAdBlock", + "rdfs:comment": "A pet store.", + "rdfs:label": "PetStore", "rdfs:subClassOf": { - "@id": "http://schema.org/WebPageElement" + "@id": "http://schema.org/Store" } }, { - "@id": "http://schema.org/text", + "@id": "http://schema.org/exampleOfWork", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/workExample" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/CreativeWork" }, - "rdfs:comment": "The textual content of this CreativeWork.", - "rdfs:label": "text" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" + }, + "rdfs:comment": "A creative work that this work is an example/instance/realization/derivation of.", + "rdfs:label": "exampleOfWork" }, { - "@id": "http://schema.org/deathPlace", + "@id": "http://schema.org/numberOfPreviousOwners", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Vehicle" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Number" + }, + { + "@id": "http://schema.org/QuantitativeValue" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, - "rdfs:comment": "The place where the person died.", - "rdfs:label": "deathPlace" + "rdfs:comment": "The number of owners of the vehicle, including the current one.

\n\nTypical unit code(s): C62", + "rdfs:label": "numberOfPreviousOwners" }, { - "@id": "http://schema.org/name", + "@id": "http://schema.org/usedToDiagnose", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/MedicalTest" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/MedicalCondition" }, - "http://www.w3.org/2002/07/owl#equivalentProperty": { - "@id": "http://purl.org/dc/terms/title" - }, - "rdfs:comment": "The name of the item.", - "rdfs:label": "name", - "rdfs:subPropertyOf": { - "@id": "rdfs:label" - } + "rdfs:comment": "A condition the test is used to diagnose.", + "rdfs:label": "usedToDiagnose" }, { - "@id": "http://schema.org/value", + "@id": "http://schema.org/epidemiology", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/MonetaryAmount" - }, - { - "@id": "http://schema.org/PropertyValue" + "@id": "http://schema.org/PhysicalActivity" }, { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/MedicalCondition" } ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The characteristics of associated patients, such as age, gender, race etc.", + "rdfs:label": "epidemiology" + }, + { + "@id": "http://schema.org/maintainer", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2311", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/StructuredValue" - }, - { - "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/Boolean" + "@id": "http://schema.org/Organization" } ], - "rdfs:comment": "The value of the quantitative value or property value node.

\n\n\n", - "rdfs:label": "value" - }, - { - "@id": "http://schema.org/MultiPlayer", - "@type": "http://schema.org/GamePlayMode", - "rdfs:comment": "Play mode: MultiPlayer. Requiring or allowing multiple human players to play simultaneously.", - "rdfs:label": "MultiPlayer" - }, - { - "@id": "http://schema.org/ChildCare", - "@type": "rdfs:Class", - "rdfs:comment": "A Childcare center.", - "rdfs:label": "ChildCare", - "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" - } + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2311" + }, + "rdfs:comment": "A maintainer of a Dataset, software package (SoftwareApplication), or other Project. A maintainer is a Person or Organization that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on \"upstream\" sources. When maintainer is applied to a specific version of something e.g. a particular version or packaging of a Dataset, it is always possible that the upstream source has a different maintainer. The isBasedOn property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work.", + "rdfs:label": "maintainer" }, { - "@id": "http://schema.org/smokingAllowed", + "@id": "http://schema.org/affectedBy", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/MedicalTest" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Boolean" + "@id": "http://schema.org/Drug" }, - "rdfs:comment": "Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.", - "rdfs:label": "smokingAllowed" + "rdfs:comment": "Drugs that affect the test's results.", + "rdfs:label": "affectedBy" }, { - "@id": "http://schema.org/globalLocationNumber", + "@id": "http://schema.org/artworkSurface", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/VisualArtwork" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Place" - }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Text" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.", - "rdfs:label": "globalLocationNumber", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/identifier" + "rdfs:comment": "The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc.", + "rdfs:label": "artworkSurface" + }, + { + "@id": "http://schema.org/OnDemandEvent", + "@type": "rdfs:Class", + "rdfs:comment": "A publication event e.g. catch-up TV or radio podcast, during which a program is available on-demand.", + "rdfs:label": "OnDemandEvent", + "rdfs:subClassOf": { + "@id": "http://schema.org/PublicationEvent" } }, { - "@id": "http://schema.org/vehicleModelDate", + "@id": "http://schema.org/seatingType", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/Seat" }, - "rdfs:comment": "The release date of a vehicle model (often used to differentiate versions of the same make and model).", - "rdfs:label": "vehicleModelDate" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/QualitativeValue" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "The type/class of the seat.", + "rdfs:label": "seatingType" }, { - "@id": "http://schema.org/expires", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Nonprofit501c28", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" }, - "rdfs:comment": "Date the content expires and is no longer useful or available. For example a VideoObject or NewsArticle whose availability or relevance is time-limited, or a ClaimReview fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.", - "rdfs:label": "expires" + "rdfs:comment": "Nonprofit501c28: Non-profit type referring to National Railroad Retirement Investment Trusts.", + "rdfs:label": "Nonprofit501c28" }, { - "@id": "http://schema.org/videoFrameSize", + "@id": "http://schema.org/catalogNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/VideoObject" + "@id": "http://schema.org/MusicRelease" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The frame size of the video.", - "rdfs:label": "videoFrameSize" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "The catalog number for the release.", + "rdfs:label": "catalogNumber" }, { - "@id": "http://schema.org/publishedOn", + "@id": "http://schema.org/answerCount", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PublicationEvent" + "@id": "http://schema.org/Question" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/BroadcastService" + "@id": "http://schema.org/Integer" }, - "rdfs:comment": "A broadcast service associated with the publication event.", - "rdfs:label": "publishedOn" - }, - { - "@id": "http://schema.org/InternetCafe", - "@type": "rdfs:Class", - "rdfs:comment": "An internet cafe.", - "rdfs:label": "InternetCafe", - "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" - } + "rdfs:comment": "The number of answers this question has received.", + "rdfs:label": "answerCount" }, { - "@id": "http://schema.org/cheatCode", + "@id": "http://schema.org/quarantineGuidelines", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/category": "issue-2490", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SpecialAnnouncement" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/VideoGame" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/VideoGameSeries" + "@id": "http://schema.org/WebContent" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWork" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2490" }, - "rdfs:comment": "Cheat codes to the game.", - "rdfs:label": "cheatCode" + "rdfs:comment": "Guidelines about quarantine rules, e.g. in the context of a pandemic.", + "rdfs:label": "quarantineGuidelines" }, { - "@id": "http://schema.org/PaymentStatusType", - "@type": "rdfs:Class", - "rdfs:comment": "A specific payment status. For example, PaymentDue, PaymentComplete, etc.", - "rdfs:label": "PaymentStatusType", - "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" - } + "@id": "http://schema.org/Nonprofit501c23", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c23: Non-profit type referring to Veterans Organizations.", + "rdfs:label": "Nonprofit501c23" }, { - "@id": "http://schema.org/MusicAlbumReleaseType", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "@id": "http://schema.org/Nonprofit501c22", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "The kind of release which this album is: single, EP or album.", - "rdfs:label": "MusicAlbumReleaseType", - "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" - } + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c22: Non-profit type referring to Withdrawal Liability Payment Funds.", + "rdfs:label": "Nonprofit501c22" }, { - "@id": "http://schema.org/contributor", + "@id": "http://schema.org/Nonprofit501c21", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c21: Non-profit type referring to Black Lung Benefit Trusts.", + "rdfs:label": "Nonprofit501c21" + }, + { + "@id": "http://schema.org/editor", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "Specifies the Person who edited the CreativeWork.", + "rdfs:label": "editor" + }, + { + "@id": "http://schema.org/Nonprofit501c27", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c27: Non-profit type referring to State-Sponsored Workers' Compensation Reinsurance Organizations.", + "rdfs:label": "Nonprofit501c27" + }, + { + "@id": "http://schema.org/offers", "@type": "rdf:Property", + "http://schema.org/category": "issue-2289", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Service" }, { "@id": "http://schema.org/Event" - } - ], - "http://schema.org/rangeIncludes": [ + }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/MenuItem" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Trip" + }, + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/EducationalOccupationalProgram" + }, + { + "@id": "http://schema.org/AggregateOffer" } ], - "rdfs:comment": "A secondary contributor to the CreativeWork or Event.", - "rdfs:label": "contributor" - }, - { - "@id": "http://schema.org/numberOfDoors", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" + "http://schema.org/inverseOf": { + "@id": "http://schema.org/itemOffered" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Offer" }, { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Demand" } ], - "rdfs:comment": "The number of doors.

\n\nTypical unit code(s): C62", - "rdfs:label": "numberOfDoors" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2289" + }, + "rdfs:comment": "An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", + "rdfs:label": "offers" }, { - "@id": "http://schema.org/Pharmacy", - "@type": "rdfs:Class", - "rdfs:comment": "A pharmacy or drugstore.", - "rdfs:label": "Pharmacy", - "rdfs:subClassOf": [ - { - "@id": "http://schema.org/MedicalOrganization" - }, - { - "@id": "http://schema.org/MedicalBusiness" - } - ] + "@id": "http://schema.org/Nonprofit501c25", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c25: Non-profit type referring to Real Property Title-Holding Corporations or Trusts with Multiple Parents.", + "rdfs:label": "Nonprofit501c25" }, { - "@id": "http://schema.org/deliveryStatus", + "@id": "http://schema.org/Nonprofit501c24", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c24: Non-profit type referring to Section 4049 ERISA Trusts.", + "rdfs:label": "Nonprofit501c24" + }, + { + "@id": "http://schema.org/discussionUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ParcelDelivery" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DeliveryEvent" + "@id": "http://schema.org/URL" }, - "rdfs:comment": "New entry added as the package passes through each leg of its journey (from shipment to final delivery).", - "rdfs:label": "deliveryStatus" + "rdfs:comment": "A link to the page containing the comments of the CreativeWork.", + "rdfs:label": "discussionUrl" }, { - "@id": "http://schema.org/DefenceEstablishment", + "@id": "http://schema.org/isLiveBroadcast", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BroadcastEvent" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Boolean" + }, + "rdfs:comment": "True is the broadcast is of a live event.", + "rdfs:label": "isLiveBroadcast" + }, + { + "@id": "http://schema.org/SellAction", "@type": "rdfs:Class", - "rdfs:comment": "A defence establishment, such as an army or navy base.", - "rdfs:label": "DefenceEstablishment", + "rdfs:comment": "The act of taking money from a buyer in exchange for goods or services rendered. An agent sells an object, product, or service to a buyer for a price. Reciprocal of BuyAction.", + "rdfs:label": "SellAction", "rdfs:subClassOf": { - "@id": "http://schema.org/GovernmentBuilding" + "@id": "http://schema.org/TradeAction" } }, { - "@id": "http://schema.org/publisher", + "@id": "http://schema.org/educationalCredentialAwarded", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, + "http://schema.org/category": "issue-2289", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/EducationalOccupationalProgram" + }, + { + "@id": "http://schema.org/Course" + } + ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/EducationalOccupationalCredential" + }, + { + "@id": "http://schema.org/URL" } ], - "rdfs:comment": "The publisher of the creative work.", - "rdfs:label": "publisher" - }, - { - "@id": "http://schema.org/BreadcrumbList", - "@type": "rdfs:Class", - "rdfs:comment": "A BreadcrumbList is an ItemList consisting of a chain of linked Web pages, typically described using at least their URL and their name, and typically ending with the current page.

\n\nThe position property is used to reconstruct the order of the items in a BreadcrumbList The convention is that a breadcrumb list has an itemListOrder of ItemListOrderAscending (lower values listed first), and that the first items in this list correspond to the \"top\" or beginning of the breadcrumb trail, e.g. with a site or section homepage. The specific values of 'position' are not assigned meaning for a BreadcrumbList, but they should be integers, e.g. beginning with '1' for the first item in the list.", - "rdfs:label": "BreadcrumbList", - "rdfs:subClassOf": { - "@id": "http://schema.org/ItemList" - } - }, - { - "@id": "http://schema.org/Church", - "@type": "rdfs:Class", - "rdfs:comment": "A church.", - "rdfs:label": "Church", - "rdfs:subClassOf": { - "@id": "http://schema.org/PlaceOfWorship" - } + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2289" + }, + "rdfs:comment": "A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.", + "rdfs:label": "educationalCredentialAwarded" }, { - "@id": "http://schema.org/LiquorStore", + "@id": "http://schema.org/QualitativeValue", "@type": "rdfs:Class", - "rdfs:comment": "A shop that sells alcoholic drinks such as wine, beer, whisky and other spirits.", - "rdfs:label": "LiquorStore", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "A predefined value for a product characteristic, e.g. the power cord plug type 'US' or the garment sizes 'S', 'M', 'L', and 'XL'.", + "rdfs:label": "QualitativeValue", "rdfs:subClassOf": { - "@id": "http://schema.org/Store" + "@id": "http://schema.org/Enumeration" } }, { - "@id": "http://schema.org/dataFeedElement", + "@id": "http://schema.org/petsAllowed", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/DataFeed" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/LodgingBusiness" }, { - "@id": "http://schema.org/DataFeedItem" + "@id": "http://schema.org/Accommodation" + }, + { + "@id": "http://schema.org/FloorPlan" + }, + { + "@id": "http://schema.org/ApartmentComplex" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Boolean" }, { "@id": "http://schema.org/Text" } ], - "rdfs:comment": "An item within in a data feed. Data feeds may have many elements.", - "rdfs:label": "dataFeedElement" + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.", + "rdfs:label": "petsAllowed" }, { - "@id": "http://schema.org/PublicationIssue", + "@id": "http://schema.org/Place", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" - }, - "http://www.w3.org/2002/07/owl#equivalentClass": { - "@id": "http://purl.org/ontology/bibo/Issue" + "rdfs:comment": "Entities that have a somewhat fixed, physical extension.", + "rdfs:label": "Place", + "rdfs:subClassOf": { + "@id": "http://schema.org/Thing" + } + }, + { + "@id": "http://schema.org/Nose", + "@type": "http://schema.org/PhysicalExam", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.

\n\nSee also blog post.", - "rdfs:label": "PublicationIssue", + "rdfs:comment": "Nose function assessment with clinical examination.", + "rdfs:label": "Nose" + }, + { + "@id": "http://schema.org/LandmarksOrHistoricalBuildings", + "@type": "rdfs:Class", + "rdfs:comment": "An historical landmark or building.", + "rdfs:label": "LandmarksOrHistoricalBuildings", "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Place" } }, { - "@id": "http://schema.org/GameServerStatus", + "@id": "http://schema.org/WatchAction", "@type": "rdfs:Class", - "rdfs:comment": "Status of a game server.", - "rdfs:label": "GameServerStatus", + "rdfs:comment": "The act of consuming dynamic/moving visual content.", + "rdfs:label": "WatchAction", "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "@id": "http://schema.org/ConsumeAction" } }, { - "@id": "http://schema.org/coursePrerequisites", + "@id": "http://schema.org/eligibilityToWorkRequirement", "@type": "rdf:Property", + "http://schema.org/category": "issue-2384", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Course" + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2384" + }, + "rdfs:comment": "The legal requirements such as citizenship, visa and other documentation required for an applicant to this job.", + "rdfs:label": "eligibilityToWorkRequirement" + }, + { + "@id": "http://schema.org/artEdition", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/VisualArtwork" }, "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/AlignmentObject" - }, { "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Course" + "@id": "http://schema.org/Integer" } ], - "rdfs:comment": "Requirements for taking the Course. May be completion of another Course or a textual description like \"permission of instructor\". Requirements may be a pre-requisite competency, referenced using AlignmentObject.", - "rdfs:label": "coursePrerequisites" + "rdfs:comment": "The number of copies when multiple copies of a piece of artwork are produced - e.g. for a limited edition of 20 prints, 'artEdition' refers to the total number of copies (in this example \"20\").", + "rdfs:label": "artEdition" }, { - "@id": "http://schema.org/Article", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" + "@id": "http://schema.org/workFeatured", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Event" }, - "rdfs:comment": "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 them all.

\n\nSee also blog post.", - "rdfs:label": "Article", - "rdfs:subClassOf": { + "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" - } + }, + "rdfs:comment": "A work featured in some event, e.g. exhibited in an ExhibitionEvent.\n Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent).", + "rdfs:label": "workFeatured" }, { - "@id": "http://schema.org/characterAttribute", + "@id": "http://schema.org/award", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Game" + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/VideoGameSeries" + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Service" + }, + { + "@id": "http://schema.org/Product" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" - }, - "rdfs:comment": "A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage).", - "rdfs:label": "characterAttribute" - }, - { - "@id": "http://schema.org/albumProductionType", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicAlbum" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MusicAlbumProductionType" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "Classification of the album by it's type of content: soundtrack, live album, studio album, etc.", - "rdfs:label": "albumProductionType" + "rdfs:comment": "An award won by or for this item.", + "rdfs:label": "award" }, { - "@id": "http://schema.org/UserTweets", + "@id": "http://schema.org/TattooParlor", "@type": "rdfs:Class", - "http://schema.org/supersededBy": { - "@id": "http://schema.org/InteractionCounter" - }, - "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", - "rdfs:label": "UserTweets", + "rdfs:comment": "A tattoo parlor.", + "rdfs:label": "TattooParlor", "rdfs:subClassOf": { - "@id": "http://schema.org/UserInteraction" + "@id": "http://schema.org/HealthAndBeautyBusiness" } }, { - "@id": "http://schema.org/yearsInOperation", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BusinessAudience" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Surgical", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "The age of the business.", - "rdfs:label": "yearsInOperation" + "rdfs:comment": "A specific branch of medical science that pertains to treating diseases, injuries and deformities by manual and instrumental means.", + "rdfs:label": "Surgical" }, { - "@id": "http://schema.org/amountOfThisGood", + "@id": "http://schema.org/drainsTo", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/TypeAndQuantityNode" + "@id": "http://schema.org/Vein" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Vessel" }, - "rdfs:comment": "The quantity of the goods included in the offer.", - "rdfs:label": "amountOfThisGood" + "rdfs:comment": "The vasculature that the vein drains into.", + "rdfs:label": "drainsTo" }, { - "@id": "http://schema.org/datasetTimeInterval", + "@id": "http://schema.org/issueNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Dataset" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DateTime" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/temporalCoverage" + "@id": "http://schema.org/PublicationIssue" }, - "rdfs:comment": "The range of temporal applicability of a dataset, e.g. for a 2011 census dataset, the year 2011 (in ISO 8601 time interval format).", - "rdfs:label": "datasetTimeInterval" - }, - { - "@id": "http://schema.org/Enumeration", - "@type": "rdfs:Class", - "rdfs:comment": "Lists or enumerations—for example, a list of cuisines or music genres, etc.", - "rdfs:label": "Enumeration", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } - }, - { - "@id": "http://schema.org/ParkingMap", - "@type": "http://schema.org/MapCategoryType", - "rdfs:comment": "A parking map.", - "rdfs:label": "ParkingMap" - }, - { - "@id": "http://schema.org/checkinTime", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/LodgingReservation" - }, - { - "@id": "http://schema.org/LodgingBusiness" - } - ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Time" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/Integer" } ], - "rdfs:comment": "The earliest someone may check into a lodging establishment.", - "rdfs:label": "checkinTime" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" + }, + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://purl.org/ontology/bibo/issue" + }, + "rdfs:comment": "Identifies the issue of publication; for example, \"iii\" or \"2\".", + "rdfs:label": "issueNumber", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/position" + } }, { - "@id": "http://schema.org/WebPageElement", - "@type": "rdfs:Class", - "rdfs:comment": "A web page element, like a table or an image.", - "rdfs:label": "WebPageElement", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" - } + "@id": "http://schema.org/productGroupID", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1797", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ProductGroup" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1797" + }, + "rdfs:comment": "Indicates a textual identifier for a ProductGroup.", + "rdfs:label": "productGroupID" }, { - "@id": "http://schema.org/VideoGame", + "@id": "http://schema.org/EventSeries", "@type": "rdfs:Class", - "rdfs:comment": "A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device.", - "rdfs:label": "VideoGame", + "http://schema.org/category": "issue-447", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/447" + }, + "rdfs:comment": "A series of Events. Included events can relate with the series using the superEvent property.

\n\nAn EventSeries is a collection of events that share some unifying characteristic. For example, \"The Olympic Games\" is a series, which\nis repeated regularly. The \"2012 London Olympics\" can be presented both as an Event in the series \"Olympic Games\", and as an\nEventSeries that included a number of sporting competitions as Events.

\n\nThe nature of the association between the events in an EventSeries can vary, but typical examples could\ninclude a thematic event series (e.g. topical meetups or classes), or a series of regular events that share a location, attendee group and/or organizers.

\n\nEventSeries has been defined as a kind of Event to make it easy for publishers to use it in an Event context without\nworrying about which kinds of series are really event-like enough to call an Event. In general an EventSeries\nmay seem more Event-like when the period of time is compact and when aspects such as location are fixed, but\nit may also sometimes prove useful to describe a longer-term series as an Event.", + "rdfs:label": "EventSeries", "rdfs:subClassOf": [ { - "@id": "http://schema.org/Game" + "@id": "http://schema.org/Event" }, { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/Series" } ] }, { - "@id": "http://schema.org/resultReview", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ReviewAction" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Review" - }, - "rdfs:comment": "A sub property of result. The review that resulted in the performing of the action.", - "rdfs:label": "resultReview", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/result" - } - }, - { - "@id": "http://schema.org/partOfTVSeries", + "@id": "http://schema.org/customer", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/TVSeason" - }, - { - "@id": "http://schema.org/TVClip" + "@id": "http://schema.org/Order" }, { - "@id": "http://schema.org/TVEpisode" + "@id": "http://schema.org/Invoice" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/TVSeries" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/partOfSeries" - }, - "rdfs:comment": "The TV series to which this episode or season belongs.", - "rdfs:label": "partOfTVSeries", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/isPartOf" - } - }, - { - "@id": "http://schema.org/UserInteraction", - "@type": "rdfs:Class", - "http://schema.org/supersededBy": { - "@id": "http://schema.org/InteractionCounter" - }, - "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", - "rdfs:label": "UserInteraction", - "rdfs:subClassOf": { - "@id": "http://schema.org/Event" - } - }, - { - "@id": "http://schema.org/carrier", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/ParcelDelivery" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/Flight" + "@id": "http://schema.org/Person" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/provider" - }, - "rdfs:comment": "'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights.", - "rdfs:label": "carrier" - }, - { - "@id": "http://schema.org/unsaturatedFatContent", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/NutritionInformation" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Mass" - }, - "rdfs:comment": "The number of grams of unsaturated fat.", - "rdfs:label": "unsaturatedFatContent" + "rdfs:comment": "Party placing the order or paying the invoice.", + "rdfs:label": "customer" }, { - "@id": "http://schema.org/numberedPosition", + "@id": "http://schema.org/parentItem", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/OrganizationRole" + "@id": "http://schema.org/Comment" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Question" }, - "rdfs:comment": "A number associated with a role in an organization, for example, the number on an athlete's jersey.", - "rdfs:label": "numberedPosition" + "rdfs:comment": "The parent of a question, answer or item in general.", + "rdfs:label": "parentItem" }, { - "@id": "http://schema.org/Text", - "@type": [ - "rdfs:Class", - "http://schema.org/DataType" - ], - "rdfs:comment": "Data type: Text.", - "rdfs:label": "Text" + "@id": "http://schema.org/RestrictedDiet", + "@type": "rdfs:Class", + "rdfs:comment": "A diet restricted to certain foods or preparations for cultural, religious, health or lifestyle reasons.", + "rdfs:label": "RestrictedDiet", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } }, { - "@id": "http://schema.org/maximumAttendeeCapacity", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Place" - }, - { - "@id": "http://schema.org/Event" - } - ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" - }, - "rdfs:comment": "The total number of individuals that may attend an event or venue.", - "rdfs:label": "maximumAttendeeCapacity" + "@id": "http://schema.org/GovernmentOffice", + "@type": "rdfs:Class", + "rdfs:comment": "A government office—for example, an IRS or DMV office.", + "rdfs:label": "GovernmentOffice", + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } }, { - "@id": "http://schema.org/Airline", + "@id": "http://schema.org/SendAction", "@type": "rdfs:Class", - "rdfs:comment": "An organization that provides flights for passengers.", - "rdfs:label": "Airline", + "rdfs:comment": "The act of physically/electronically dispatching an object for transfer from an origin to a destination.Related actions:

\n\n\n", + "rdfs:label": "SendAction", "rdfs:subClassOf": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/TransferAction" } }, { - "@id": "http://schema.org/birthPlace", + "@id": "http://schema.org/departureBoatTerminal", "@type": "rdf:Property", + "http://schema.org/category": "issue-1755", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/BoatTrip" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/BoatTerminal" }, - "rdfs:comment": "The place where the person was born.", - "rdfs:label": "birthPlace" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1755" + }, + "rdfs:comment": "The terminal or port from which the boat departs.", + "rdfs:label": "departureBoatTerminal" }, { - "@id": "http://schema.org/LiveBlogPosting", + "@id": "http://schema.org/LeaveAction", "@type": "rdfs:Class", - "rdfs:comment": "A blog post intended to provide a rolling textual coverage of an ongoing event through continuous updates.", - "rdfs:label": "LiveBlogPosting", + "rdfs:comment": "An agent leaves an event / group with participants/friends at a location.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "LeaveAction", "rdfs:subClassOf": { - "@id": "http://schema.org/BlogPosting" + "@id": "http://schema.org/InteractAction" } }, { - "@id": "http://schema.org/parentService", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BroadcastService" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/BroadcastService" + "@id": "http://schema.org/VinylFormat", + "@type": "http://schema.org/MusicReleaseFormatType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, - "rdfs:comment": "A broadcast service to which the broadcast service may belong to such as regional variations of a national channel.", - "rdfs:label": "parentService" + "rdfs:comment": "VinylFormat.", + "rdfs:label": "VinylFormat" }, { - "@id": "http://schema.org/feesAndCommissionsSpecification", + "@id": "http://schema.org/pageEnd", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" - }, "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/FinancialProduct" + "@id": "http://schema.org/Chapter" }, { - "@id": "http://schema.org/FinancialService" + "@id": "http://schema.org/PublicationVolume" + }, + { + "@id": "http://schema.org/Article" + }, + { + "@id": "http://schema.org/PublicationIssue" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Integer" }, { "@id": "http://schema.org/Text" } ], - "rdfs:comment": "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.", - "rdfs:label": "feesAndCommissionsSpecification" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" + }, + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://purl.org/ontology/bibo/pageEnd" + }, + "rdfs:comment": "The page on which the work ends; for example \"138\" or \"xvi\".", + "rdfs:label": "pageEnd" }, { - "@id": "http://schema.org/menuAddOn", + "@id": "http://schema.org/expectedArrivalFrom", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1541" - }, - "http://schema.org/category": "issue-1541", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MenuItem" + "@id": "http://schema.org/ParcelDelivery" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/MenuSection" + "@id": "http://schema.org/Date" }, { - "@id": "http://schema.org/MenuItem" + "@id": "http://schema.org/DateTime" } ], - "rdfs:comment": "Additional menu item(s) such as a side dish of salad or side order of fries that can be added to this menu item. Additionally it can be a menu section containing allowed add-on menu items for this menu item.", - "rdfs:label": "menuAddOn" + "rdfs:comment": "The earliest date the package may arrive.", + "rdfs:label": "expectedArrivalFrom" }, { - "@id": "http://schema.org/geoCrosses", + "@id": "http://schema.org/claimReviewed", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/GeospatialGeometry" - }, - { - "@id": "http://schema.org/Place" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Place" - }, - { - "@id": "http://schema.org/GeospatialGeometry" - } - ], - "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: \"a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them\". As defined in DE-9IM.", - "rdfs:label": "geoCrosses" + "http://schema.org/category": "issue-1061", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ClaimReview" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1061" + }, + "rdfs:comment": "A short summary of the specific claims reviewed in a ClaimReview.", + "rdfs:label": "claimReviewed" }, { - "@id": "http://schema.org/typicalAgeRange", + "@id": "http://schema.org/GasStation", + "@type": "rdfs:Class", + "rdfs:comment": "A gas station.", + "rdfs:label": "GasStation", + "rdfs:subClassOf": { + "@id": "http://schema.org/AutomotiveBusiness" + } + }, + { + "@id": "http://schema.org/CommentAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of generating a comment about a subject.", + "rdfs:label": "CommentAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/CommunicateAction" + } + }, + { + "@id": "http://schema.org/birthDate", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/CreativeWork" - }, - { - "@id": "http://schema.org/Event" - } - ], + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Date" + }, + "rdfs:comment": "Date of birth.", + "rdfs:label": "birthDate" + }, + { + "@id": "http://schema.org/streetAddress", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PostalAddress" + }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The typical expected age range, e.g. '7-9', '11-'.", - "rdfs:label": "typicalAgeRange" + "rdfs:comment": "The street address. For example, 1600 Amphitheatre Pkwy.", + "rdfs:label": "streetAddress" }, { - "@id": "http://schema.org/bookingAgent", + "@id": "http://schema.org/sdLicense", "@type": "rdf:Property", + "http://schema.org/category": "issue-1886", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Reservation" + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/CreativeWork" } ], - "http://schema.org/supersededBy": { - "@id": "http://schema.org/broker" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1886" }, - "rdfs:comment": "'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent.", - "rdfs:label": "bookingAgent" + "rdfs:comment": "A license document that applies to this structured data, typically indicated by URL.", + "rdfs:label": "sdLicense" }, { - "@id": "http://schema.org/codeRepository", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareSourceCode" + "@id": "http://schema.org/OnlineEventAttendanceMode", + "@type": "http://schema.org/EventAttendanceModeEnumeration", + "http://schema.org/category": "issue-1842", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1842" }, - "rdfs:comment": "Link to the repository where the un-compiled, human readable code and related code is located (SVN, github, CodePlex).", - "rdfs:label": "codeRepository" + "rdfs:comment": "OnlineEventAttendanceMode - an event that is primarily conducted online.", + "rdfs:label": "OnlineEventAttendanceMode" }, { - "@id": "http://schema.org/vehicleConfiguration", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + "@id": "http://schema.org/Dentistry", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, + "rdfs:comment": "A branch of medicine that is involved in the dental care.", + "rdfs:label": "Dentistry" + }, + { + "@id": "http://schema.org/application", + "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" + "@id": "http://schema.org/EntryPoint" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/SoftwareApplication" }, - "rdfs:comment": "A short text indicating the configuration of the vehicle, e.g. '5dr hatchback ST 2.5 MT 225 hp' or 'limited edition'.", - "rdfs:label": "vehicleConfiguration" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/actionApplication" + }, + "rdfs:comment": "An application that can complete the request.", + "rdfs:label": "application" }, { - "@id": "http://schema.org/BikeStore", + "@id": "http://schema.org/PodcastSeason", "@type": "rdfs:Class", - "rdfs:comment": "A bike store.", - "rdfs:label": "BikeStore", + "http://schema.org/category": "issue-373", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/373" + }, + "rdfs:comment": "A single season of a podcast. Many podcasts do not break down into separate seasons. In that case, PodcastSeries should be used.", + "rdfs:label": "PodcastSeason", "rdfs:subClassOf": { - "@id": "http://schema.org/Store" + "@id": "http://schema.org/CreativeWorkSeason" } }, { - "@id": "http://schema.org/BuddhistTemple", - "@type": "rdfs:Class", - "rdfs:comment": "A Buddhist temple.", - "rdfs:label": "BuddhistTemple", - "rdfs:subClassOf": { - "@id": "http://schema.org/PlaceOfWorship" + "@id": "http://schema.org/containsSeason", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/TVSeries" + }, + { + "@id": "http://schema.org/RadioSeries" + }, + { + "@id": "http://schema.org/VideoGameSeries" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/CreativeWorkSeason" + }, + "rdfs:comment": "A season that is part of the media series.", + "rdfs:label": "containsSeason", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/hasPart" } }, { - "@id": "http://schema.org/endTime", + "@id": "http://schema.org/EventMovedOnline", + "@type": "http://schema.org/EventStatusType", + "rdfs:comment": "Indicates that the event was changed to allow online participation. See eventAttendanceMode for specifics of whether it is now fully or partially online.", + "rdfs:label": "EventMovedOnline" + }, + { + "@id": "http://schema.org/category", "@type": "rdf:Property", + "http://schema.org/category": "issue-1741", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/FoodEstablishmentReservation" + "@id": "http://schema.org/ActionAccessSpecification" }, { - "@id": "http://schema.org/MediaObject" + "@id": "http://schema.org/SpecialAnnouncement" }, { - "@id": "http://schema.org/Action" + "@id": "http://schema.org/PhysicalActivity" + }, + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Recommendation" + }, + { + "@id": "http://schema.org/Invoice" + }, + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/Service" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Time" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/PhysicalActivityCategory" + }, + { + "@id": "http://schema.org/Thing" + }, + { + "@id": "http://schema.org/URL" } ], - "rdfs:comment": "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the end of a clip within a larger file.

\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.", - "rdfs:label": "endTime" - }, - { - "@id": "http://schema.org/steps", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/source": [ { - "@id": "http://schema.org/HowToSection" + "@id": "https://github.com/schemaorg/schemaorg/issues/1741" }, { - "@id": "http://schema.org/HowTo" + "@id": "https://github.com/schemaorg/schemaorg/issues/2490" } ], + "rdfs:comment": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.", + "rdfs:label": "category" + }, + { + "@id": "http://schema.org/educationalProgramMode", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2419", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EducationalOccupationalProgram" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/CreativeWork" - }, - { - "@id": "http://schema.org/ItemList" + "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], - "http://schema.org/supersededBy": { - "@id": "http://schema.org/step" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2419" }, - "rdfs:comment": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).", - "rdfs:label": "steps" + "rdfs:comment": "Similar to courseMode, The medium or means of delivery of the program as a whole. The value may either be a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous ).", + "rdfs:label": "educationalProgramMode" }, { - "@id": "http://schema.org/billingPeriod", + "@id": "http://schema.org/contactOption", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Invoice" + "@id": "http://schema.org/ContactPoint" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Duration" + "@id": "http://schema.org/ContactPointOption" }, - "rdfs:comment": "The time interval used to compute the invoice.", - "rdfs:label": "billingPeriod" + "rdfs:comment": "An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers).", + "rdfs:label": "contactOption" }, { - "@id": "http://schema.org/originAddress", + "@id": "http://schema.org/LeftHandDriving", + "@type": "http://schema.org/SteeringPositionValue", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The steering position is on the left side of the vehicle (viewed from the main direction of driving).", + "rdfs:label": "LeftHandDriving" + }, + { + "@id": "http://schema.org/step", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ParcelDelivery" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/PostalAddress" - }, - "rdfs:comment": "Shipper's address.", - "rdfs:label": "originAddress" - }, - { - "@id": "http://schema.org/isLiveBroadcast", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BroadcastEvent" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Boolean" - }, - "rdfs:comment": "True is the broadcast is of a live event.", - "rdfs:label": "isLiveBroadcast" - }, - { - "@id": "http://schema.org/numChildren", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/LodgingReservation" + "@id": "http://schema.org/HowTo" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/HowToSection" }, { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/HowToStep" + }, + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "The number of children staying in the unit.", - "rdfs:label": "numChildren" + "rdfs:comment": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection.", + "rdfs:label": "step" }, { - "@id": "http://schema.org/hoursAvailable", + "@id": "http://schema.org/programType", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/ContactPoint" - }, + "http://schema.org/category": "issue-2460", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EducationalOccupationalProgram" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Service" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/LocationFeatureSpecification" + "@id": "http://schema.org/DefinedTerm" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/OpeningHoursSpecification" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2460" }, - "rdfs:comment": "The hours during which this service or contact is available.", - "rdfs:label": "hoursAvailable" + "rdfs:comment": "The type of educational or occupational program. For example, classroom, internship, alternance, etc..", + "rdfs:label": "programType" }, { - "@id": "http://schema.org/MenuSection", + "@id": "http://schema.org/MusicComposition", "@type": "rdfs:Class", - "rdfs:comment": "A sub-grouping of food or drink items in a menu. E.g. courses (such as 'Dinner', 'Breakfast', etc.), specific type of dishes (such as 'Meat', 'Vegan', 'Drinks', etc.), or some other classification made by the menu provider.", - "rdfs:label": "MenuSection", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "A musical composition.", + "rdfs:label": "MusicComposition", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/iataCode", + "@id": "http://schema.org/makesOffer", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Airline" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/Airport" + "@id": "http://schema.org/Person" } ], + "http://schema.org/inverseOf": { + "@id": "http://schema.org/offeredBy" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Offer" }, - "rdfs:comment": "IATA identifier for an airline or airport.", - "rdfs:label": "iataCode" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "A pointer to products or services offered by the organization or person.", + "rdfs:label": "makesOffer" }, { - "@id": "http://schema.org/foodEstablishment", + "@id": "http://schema.org/cvdNumICUBedsOcc", "@type": "rdf:Property", + "http://schema.org/category": "issue-2521", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CookAction" + "@id": "http://schema.org/CDCPMDRecord" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Place" - }, - { - "@id": "http://schema.org/FoodEstablishment" - } - ], - "rdfs:comment": "A sub property of location. The specific food establishment where the action occurred.", - "rdfs:label": "foodEstablishment", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/location" - } - }, - { - "@id": "http://schema.org/AutoRental", - "@type": "rdfs:Class", - "rdfs:comment": "A car rental business.", - "rdfs:label": "AutoRental", - "rdfs:subClassOf": { - "@id": "http://schema.org/AutomotiveBusiness" - } - }, - { - "@id": "http://schema.org/ReadPermission", - "@type": "http://schema.org/DigitalDocumentPermissionType", - "rdfs:comment": "Permission to read or view the document.", - "rdfs:label": "ReadPermission" - }, - { - "@id": "http://schema.org/PublicHolidays", - "@type": "http://schema.org/DayOfWeek", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a \"day of the week\", it can be used with OpeningHoursSpecification. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs.", - "rdfs:label": "PublicHolidays" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" + }, + "rdfs:comment": "numicubedsocc - ICU BED OCCUPANCY: Total number of staffed inpatient ICU beds that are occupied.", + "rdfs:label": "cvdNumICUBedsOcc" }, { - "@id": "http://schema.org/AchieveAction", + "@id": "http://schema.org/School", "@type": "rdfs:Class", - "rdfs:comment": "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process.", - "rdfs:label": "AchieveAction", + "rdfs:comment": "A school.", + "rdfs:label": "School", "rdfs:subClassOf": { - "@id": "http://schema.org/Action" + "@id": "http://schema.org/EducationalOrganization" } }, { - "@id": "http://schema.org/parents", + "@id": "http://schema.org/photos", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Place" }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Photograph" + }, + { + "@id": "http://schema.org/ImageObject" + } + ], "http://schema.org/supersededBy": { - "@id": "http://schema.org/parent" + "@id": "http://schema.org/photo" }, - "rdfs:comment": "A parents of the person.", - "rdfs:label": "parents" + "rdfs:comment": "Photographs of this place.", + "rdfs:label": "photos" }, { - "@id": "http://schema.org/predecessorOf", + "@id": "http://schema.org/linkRelationship", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, + "http://schema.org/category": "issue-1045", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ProductModel" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ProductModel" - }, - "rdfs:comment": "A pointer from a previous, often discontinued variant of the product to its newer variant.", - "rdfs:label": "predecessorOf" - }, - { - "@id": "http://schema.org/HotelRoom", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + "@id": "http://schema.org/LinkRole" }, - "rdfs:comment": "A hotel room is a single room in a hotel.\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", - "rdfs:label": "HotelRoom", - "rdfs:subClassOf": { - "@id": "http://schema.org/Room" - } - }, - { - "@id": "http://schema.org/departurePlatform", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/TrainTrip" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The platform from which the train departs.", - "rdfs:label": "departurePlatform" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1045" + }, + "rdfs:comment": "Indicates the relationship type of a Web link.", + "rdfs:label": "linkRelationship" }, { - "@id": "http://schema.org/actionAccessibilityRequirement", + "@id": "http://schema.org/map", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1741" - }, - "http://schema.org/category": "issue-1741", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ConsumeAction" + "@id": "http://schema.org/Place" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ActionAccessSpecification" + "@id": "http://schema.org/URL" }, - "rdfs:comment": "A set of requirements that a must be fulfilled in order to perform an Action. If more than one value is specied, fulfilling one set of requirements will allow the Action to be performed.", - "rdfs:label": "actionAccessibilityRequirement" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/hasMap" + }, + "rdfs:comment": "A URL to a map of the place.", + "rdfs:label": "map" }, { - "@id": "http://schema.org/percentile25", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" - }, - "http://schema.org/category": "issue-1698", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/QuantitativeValueDistribution" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" - }, - "rdfs:comment": "The 25th percentile value.", - "rdfs:label": "percentile25" + "@id": "http://schema.org/ReplyAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of responding to a question/message asked/sent by the object. Related to AskAction

\n\nRelated actions:

\n\n\n", + "rdfs:label": "ReplyAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/CommunicateAction" + } }, { - "@id": "http://schema.org/pickupTime", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/TaxiReservation" - }, - { - "@id": "http://schema.org/RentalCarReservation" - } - ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/Drug", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "When a taxi will pickup a passenger or a rental car can be picked up.", - "rdfs:label": "pickupTime" + "http://www.w3.org/2002/07/owl#equivalentClass": { + "@id": "http://purl.bioontology.org/ontology/SNOMEDCT/410942007" + }, + "rdfs:comment": "A chemical or biologic substance, used as a medical therapy, that has a physiological effect on an organism. Here the term drug is used interchangeably with the term medicine although clinical knowledge make a clear difference between them.", + "rdfs:label": "Drug", + "rdfs:subClassOf": { + "@id": "http://schema.org/Substance" + } }, { - "@id": "http://schema.org/organizer", + "@id": "http://schema.org/membershipPointsEarned", "@type": "rdf:Property", + "http://schema.org/category": "issue-2085", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/ProgramMembership" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Number" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/QuantitativeValue" } ], - "rdfs:comment": "An organizer of an Event.", - "rdfs:label": "organizer" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2085" + }, + "rdfs:comment": "The number of membership points earned by the member. If necessary, the unitText can be used to express the units the points are issued in. (e.g. stars, miles, etc.)", + "rdfs:label": "membershipPointsEarned" }, { - "@id": "http://schema.org/parentItem", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Comment" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Question" + "@id": "http://schema.org/Withdrawn", + "@type": "http://schema.org/MedicalStudyStatus", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "The parent of a question, answer or item in general.", - "rdfs:label": "parentItem" + "rdfs:comment": "Withdrawn.", + "rdfs:label": "Withdrawn" }, { - "@id": "http://schema.org/lastReviewed", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/WebPage" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" - }, - "rdfs:comment": "Date on which the content on this web page was last reviewed for accuracy and/or completeness.", - "rdfs:label": "lastReviewed" - }, - { - "@id": "http://schema.org/broadcastDisplayName", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BroadcastService" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The name displayed in the channel guide. For many US affiliates, it is the network name.", - "rdfs:label": "broadcastDisplayName" - }, - { - "@id": "http://schema.org/WebSite", + "@id": "http://schema.org/Library", "@type": "rdfs:Class", - "rdfs:comment": "A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs.", - "rdfs:label": "WebSite", + "rdfs:comment": "A library.", + "rdfs:label": "Library", "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/LocalBusiness" } }, { - "@id": "http://schema.org/Movie", + "@id": "http://schema.org/TouristInformationCenter", "@type": "rdfs:Class", - "rdfs:comment": "A movie.", - "rdfs:label": "Movie", + "rdfs:comment": "A tourist information center.", + "rdfs:label": "TouristInformationCenter", "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/LocalBusiness" } }, { - "@id": "http://schema.org/EventReservation", - "@type": "rdfs:Class", - "rdfs:comment": "A reservation for an event like a concert, sporting event, or lecture.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.", - "rdfs:label": "EventReservation", - "rdfs:subClassOf": { - "@id": "http://schema.org/Reservation" - } + "@id": "http://schema.org/ItemListOrderDescending", + "@type": "http://schema.org/ItemListOrderType", + "rdfs:comment": "An ItemList ordered with higher values listed first.", + "rdfs:label": "ItemListOrderDescending" }, { - "@id": "http://schema.org/EventPostponed", - "@type": "http://schema.org/EventStatusType", - "rdfs:comment": "The event has been postponed and no new date has been set. The event's previousStartDate should be set.", - "rdfs:label": "EventPostponed" + "@id": "http://schema.org/MulticellularParasite", + "@type": "http://schema.org/InfectiousAgentClass", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Multicellular parasite that causes an infection.", + "rdfs:label": "MulticellularParasite" }, { - "@id": "http://schema.org/OrganizeAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of manipulating/administering/supervising/controlling one or more objects.", - "rdfs:label": "OrganizeAction", + "@id": "http://schema.org/Nursing", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A health profession of a person formally educated and trained in the care of the sick or infirm person.", + "rdfs:label": "Nursing", "rdfs:subClassOf": { - "@id": "http://schema.org/Action" + "@id": "http://schema.org/MedicalBusiness" } }, { - "@id": "http://schema.org/Audience", - "@type": "rdfs:Class", - "rdfs:comment": "Intended audience for an item, i.e. the group for whom the item was created.", - "rdfs:label": "Audience", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } + "@id": "http://schema.org/netWorth", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/PriceSpecification" + }, + { + "@id": "http://schema.org/MonetaryAmount" + } + ], + "rdfs:comment": "The total financial value of the person as calculated by subtracting assets from liabilities.", + "rdfs:label": "netWorth" }, { - "@id": "http://schema.org/members", + "@id": "http://schema.org/geoCoveredBy", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/ProgramMembership" + "@id": "http://schema.org/Place" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/GeospatialGeometry" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Place" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/GeospatialGeometry" } ], - "http://schema.org/supersededBy": { - "@id": "http://schema.org/member" - }, - "rdfs:comment": "A member of this organization.", - "rdfs:label": "members" + "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in DE-9IM.", + "rdfs:label": "geoCoveredBy" }, { - "@id": "http://schema.org/printColumn", + "@id": "http://schema.org/valueMaxLength", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/NewsArticle" + "@id": "http://schema.org/PropertyValueSpecification" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "The number of the column in which the NewsArticle appears in the print edition.", - "rdfs:label": "printColumn" - }, - { - "@id": "http://schema.org/EventRescheduled", - "@type": "http://schema.org/EventStatusType", - "rdfs:comment": "The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated).", - "rdfs:label": "EventRescheduled" - }, - { - "@id": "http://schema.org/Restaurant", - "@type": "rdfs:Class", - "rdfs:comment": "A restaurant.", - "rdfs:label": "Restaurant", - "rdfs:subClassOf": { - "@id": "http://schema.org/FoodEstablishment" - } + "rdfs:comment": "Specifies the allowed range for number of characters in a literal value.", + "rdfs:label": "valueMaxLength" }, { - "@id": "http://schema.org/AgreeAction", - "@type": "rdfs:Class", - "rdfs:comment": "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.", - "rdfs:label": "AgreeAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/ReactAction" - } + "@id": "http://schema.org/cholesterolContent", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/NutritionInformation" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Mass" + }, + "rdfs:comment": "The number of milligrams of cholesterol.", + "rdfs:label": "cholesterolContent" }, { - "@id": "http://schema.org/Integer", + "@id": "http://schema.org/GeoShape", "@type": "rdfs:Class", - "rdfs:comment": "Data type: Integer.", - "rdfs:label": "Integer", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" + }, + "rdfs:comment": "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points.", + "rdfs:label": "GeoShape", "rdfs:subClassOf": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/StructuredValue" } }, { - "@id": "http://schema.org/UseAction", + "@id": "http://schema.org/MonetaryGrant", "@type": "rdfs:Class", - "rdfs:comment": "The act of applying an object to its intended purpose.", - "rdfs:label": "UseAction", + "http://schema.org/category": "issue-383", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab" + }, + "rdfs:comment": "A monetary grant.", + "rdfs:label": "MonetaryGrant", "rdfs:subClassOf": { - "@id": "http://schema.org/ConsumeAction" + "@id": "http://schema.org/Grant" } }, { - "@id": "http://schema.org/APIReference", + "@id": "http://schema.org/EntertainmentBusiness", "@type": "rdfs:Class", - "rdfs:comment": "Reference documentation for application programming interfaces (APIs).", - "rdfs:label": "APIReference", + "rdfs:comment": "A business providing entertainment.", + "rdfs:label": "EntertainmentBusiness", "rdfs:subClassOf": { - "@id": "http://schema.org/TechArticle" + "@id": "http://schema.org/LocalBusiness" } }, { - "@id": "http://schema.org/DepartmentStore", - "@type": "rdfs:Class", - "rdfs:comment": "A department store.", - "rdfs:label": "DepartmentStore", - "rdfs:subClassOf": { - "@id": "http://schema.org/Store" - } + "@id": "http://schema.org/ReservationPending", + "@type": "http://schema.org/ReservationStatusType", + "rdfs:comment": "The status of a reservation when a request has been sent, but not confirmed.", + "rdfs:label": "ReservationPending" }, { - "@id": "http://schema.org/FilmAction", + "@id": "http://schema.org/JobPosting", "@type": "rdfs:Class", - "rdfs:comment": "The act of capturing sound and moving images on film, video, or digitally.", - "rdfs:label": "FilmAction", + "rdfs:comment": "A listing that describes a job opening in a certain organization.", + "rdfs:label": "JobPosting", "rdfs:subClassOf": { - "@id": "http://schema.org/CreateAction" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/arrivalBusStop", + "@id": "http://schema.org/datePosted", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BusTrip" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/category": [ + "issue-2521", + "issue-2490" + ], + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/BusStation" + "@id": "http://schema.org/JobPosting" }, { - "@id": "http://schema.org/BusStop" - } - ], - "rdfs:comment": "The stop or station from which the bus arrives.", - "rdfs:label": "arrivalBusStop" - }, - { - "@id": "http://schema.org/programmingLanguage", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareSourceCode" - }, - "http://schema.org/rangeIncludes": [ + "@id": "http://schema.org/CDCPMDRecord" + }, { - "@id": "http://schema.org/ComputerLanguage" + "@id": "http://schema.org/RealEstateListing" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/SpecialAnnouncement" } ], - "rdfs:comment": "The computer programming language.", - "rdfs:label": "programmingLanguage" - }, - { - "@id": "http://schema.org/position", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Date" }, { - "@id": "http://schema.org/ListItem" + "@id": "http://schema.org/DateTime" } ], - "http://schema.org/rangeIncludes": [ + "http://schema.org/source": [ { - "@id": "http://schema.org/Text" + "@id": "https://github.com/schemaorg/schemaorg/issues/2490" }, { - "@id": "http://schema.org/Integer" + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" } ], - "rdfs:comment": "The position of an item in a series or sequence of items.", - "rdfs:label": "position" + "rdfs:comment": "Publication date of an online listing.", + "rdfs:label": "datePosted" }, { - "@id": "http://schema.org/athlete", + "@id": "http://schema.org/Hematologic", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that pertains to diagnosis and treatment of disorders of blood and blood producing organs.", + "rdfs:label": "Hematologic" + }, + { + "@id": "http://schema.org/legislationLegalForce", "@type": "rdf:Property", + "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SportsTeam" + "@id": "http://schema.org/Legislation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/LegalForceStatus" }, - "rdfs:comment": "A person that acts as performing member of a sports team; a player as opposed to a coach.", - "rdfs:label": "athlete" + "http://schema.org/source": [ + { + "@id": "http://publications.europa.eu/mdr/eli/index.html" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://data.europa.eu/eli/ontology#in_force" + }, + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#in_force" + }, + "rdfs:comment": "Whether the legislation is currently in force, not in force, or partially in force.", + "rdfs:label": "legislationLegalForce" }, { - "@id": "http://schema.org/partOfInvoice", + "@id": "http://schema.org/differentialDiagnosis", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Order" + "@id": "http://schema.org/MedicalCondition" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Invoice" + "@id": "http://schema.org/DDxElement" }, - "rdfs:comment": "The order is being paid as part of the referenced Invoice.", - "rdfs:label": "partOfInvoice" + "rdfs:comment": "One of a set of differential diagnoses for the condition. Specifically, a closely-related or competing diagnosis typically considered later in the cognitive process whereby this medical condition is distinguished from others most likely responsible for a similar collection of signs and symptoms to reach the most parsimonious diagnosis or diagnoses in a patient.", + "rdfs:label": "differentialDiagnosis" }, { - "@id": "http://schema.org/bccRecipient", + "@id": "http://schema.org/orderQuantity", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Message" + "@id": "http://schema.org/OrderItem" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/ContactPoint" - }, - { - "@id": "http://schema.org/Organization" - }, - { - "@id": "http://schema.org/Person" - } - ], - "rdfs:comment": "A sub property of recipient. The recipient blind copied on a message.", - "rdfs:label": "bccRecipient", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/recipient" - } - }, - { - "@id": "http://schema.org/SoftwareApplication", - "@type": "rdfs:Class", - "rdfs:comment": "A software application.", - "rdfs:label": "SoftwareApplication", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" - } + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "rdfs:comment": "The number of the item ordered. If the property is not set, assume the quantity is one.", + "rdfs:label": "orderQuantity" }, { - "@id": "http://schema.org/fuelType", + "@id": "http://schema.org/width", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/EngineSpecification" + "@id": "http://schema.org/MediaObject" }, { - "@id": "http://schema.org/Vehicle" + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/VisualArtwork" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/QualitativeValue" - }, - { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Distance" }, { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/QuantitativeValue" } ], - "rdfs:comment": "The type of fuel suitable for the engine or engines of the vehicle. If the vehicle has only one engine, this property can be attached directly to the vehicle.", - "rdfs:label": "fuelType" + "rdfs:comment": "The width of the item.", + "rdfs:label": "width" }, { - "@id": "http://schema.org/availability", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Offer" - }, - { - "@id": "http://schema.org/Demand" - } - ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ItemAvailability" - }, - "rdfs:comment": "The availability of this item—for example In stock, Out of stock, Pre-order, etc.", - "rdfs:label": "availability" + "@id": "http://schema.org/Aquarium", + "@type": "rdfs:Class", + "rdfs:comment": "Aquarium.", + "rdfs:label": "Aquarium", + "rdfs:subClassOf": { + "@id": "http://schema.org/CivicStructure" + } }, { - "@id": "http://schema.org/icaoCode", + "@id": "http://schema.org/priceValidUntil", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Airport" + "@id": "http://schema.org/Offer" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Date" }, - "rdfs:comment": "ICAO identifier for an airport.", - "rdfs:label": "icaoCode" + "rdfs:comment": "The date after which the price is no longer available.", + "rdfs:label": "priceValidUntil" }, { - "@id": "http://schema.org/Code", + "@id": "http://schema.org/SelfStorage", "@type": "rdfs:Class", - "http://schema.org/supersededBy": { - "@id": "http://schema.org/SoftwareSourceCode" - }, - "rdfs:comment": "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.", - "rdfs:label": "Code", + "rdfs:comment": "A self-storage facility.", + "rdfs:label": "SelfStorage", "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/LocalBusiness" } }, { - "@id": "http://schema.org/vehicleIdentificationNumber", + "@id": "http://schema.org/ticketNumber", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" + "@id": "http://schema.org/Ticket" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The Vehicle Identification Number (VIN) is a unique serial number used by the automotive industry to identify individual motor vehicles.", - "rdfs:label": "vehicleIdentificationNumber", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/serialNumber" - } + "rdfs:comment": "The unique identifier for the ticket.", + "rdfs:label": "ticketNumber" }, { - "@id": "http://schema.org/SportingGoodsStore", - "@type": "rdfs:Class", - "rdfs:comment": "A sporting goods store.", - "rdfs:label": "SportingGoodsStore", - "rdfs:subClassOf": { - "@id": "http://schema.org/Store" - } + "@id": "http://schema.org/connectedTo", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/AnatomicalStructure" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/AnatomicalStructure" + }, + "rdfs:comment": "Other anatomical structures to which this structure is connected.", + "rdfs:label": "connectedTo" }, { - "@id": "http://schema.org/durationOfWarranty", + "@id": "http://schema.org/dependencies", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/TechArticle" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" }, + "rdfs:comment": "Prerequisites needed to fulfill steps in article.", + "rdfs:label": "dependencies" + }, + { + "@id": "http://schema.org/ingredients", + "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/WarrantyPromise" + "@id": "http://schema.org/Recipe" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The duration of the warranty promise. Common unitCode values are ANN for year, MON for months, or DAY for days.", - "rdfs:label": "durationOfWarranty" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/recipeIngredient" + }, + "rdfs:comment": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.", + "rdfs:label": "ingredients", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/supply" + } }, { - "@id": "http://schema.org/gameTip", + "@id": "http://schema.org/healthPlanCoinsuranceOption", "@type": "rdf:Property", + "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/VideoGame" + "@id": "http://schema.org/HealthPlanCostSharingSpecification" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "Links to tips, tactics, etc.", - "rdfs:label": "gameTip" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "Whether the coinsurance applies before or after deductible, etc. TODO: Is this a closed set?", + "rdfs:label": "healthPlanCoinsuranceOption" }, { - "@id": "http://schema.org/partySize", + "@id": "http://schema.org/itemLocation", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/category": { + "@language": "en", + "@value": "issue-1758" + }, + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ArchiveComponent" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/TaxiReservation" + "@id": "http://schema.org/PostalAddress" }, { - "@id": "http://schema.org/FoodEstablishmentReservation" + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/Text" } ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1758" + }, + "rdfs:comment": "Current location of the item.", + "rdfs:label": { + "@language": "en", + "@value": "itemLocation" + }, + "rdfs:subPropertyOf": { + "@id": "http://schema.org/location" + } + }, + { + "@id": "http://schema.org/breadcrumb", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/WebPage" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/BreadcrumbList" } ], - "rdfs:comment": "Number of people the reservation should accommodate.", - "rdfs:label": "partySize" + "rdfs:comment": "A set of links that can help a user understand and navigate a website hierarchy.", + "rdfs:label": "breadcrumb" }, { - "@id": "http://schema.org/TextDigitalDocument", + "@id": "http://schema.org/UserPlusOnes", "@type": "rdfs:Class", - "rdfs:comment": "A file composed primarily of text.", - "rdfs:label": "TextDigitalDocument", + "http://schema.org/supersededBy": { + "@id": "http://schema.org/InteractionCounter" + }, + "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", + "rdfs:label": "UserPlusOnes", "rdfs:subClassOf": { - "@id": "http://schema.org/DigitalDocument" + "@id": "http://schema.org/UserInteraction" } }, { - "@id": "http://schema.org/median", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" - }, - "http://schema.org/category": "issue-1698", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/QuantitativeValueDistribution" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" - }, - "rdfs:comment": "The median value.", - "rdfs:label": "median" - }, - { - "@id": "http://schema.org/priceSpecification", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, - "http://schema.org/domainIncludes": [ + "@id": "http://schema.org/Dentist", + "@type": "rdfs:Class", + "rdfs:comment": "A dentist.", + "rdfs:label": "Dentist", + "rdfs:subClassOf": [ { - "@id": "http://schema.org/Demand" + "@id": "http://schema.org/MedicalOrganization" }, { - "@id": "http://schema.org/TradeAction" + "@id": "http://schema.org/MedicalBusiness" }, { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/LocalBusiness" } - ], + ] + }, + { + "@id": "http://schema.org/variantCover", + "@type": "rdf:Property", + "http://schema.org/category": "Comics", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ComicIssue" + }, + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/PriceSpecification" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "One or more detailed price specifications, indicating the unit price and delivery or payment charges.", - "rdfs:label": "priceSpecification" + "rdfs:comment": "A description of the variant cover\n for the issue, if the issue is a variant printing. For example, \"Bryan Hitch\n Variant Cover\" or \"2nd Printing Variant\".", + "rdfs:label": "variantCover" }, { - "@id": "http://schema.org/providerMobility", + "@id": "http://schema.org/branchCode", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Service" + "@id": "http://schema.org/Place" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "Indicates the mobility of a provided service (e.g. 'static', 'dynamic').", - "rdfs:label": "providerMobility" + "rdfs:comment": "A short textual code (also called \"store code\") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.

\n\nFor example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code \"3047\" is a branchCode for a particular branch.", + "rdfs:label": "branchCode" }, { - "@id": "http://schema.org/DemoAlbum", - "@type": "http://schema.org/MusicAlbumProductionType", - "http://purl.org/dc/terms/source": { + "@id": "http://schema.org/sensoryRequirement", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2384", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/DefinedTerm" + }, + { + "@id": "http://schema.org/URL" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2384" + }, + "rdfs:comment": "A description of any sensory requirements and levels necessary to function on the job, including hearing and vision. Defined terms such as those in O*net may be used, but note that there is no way to specify the level of ability as well as its nature when using a defined term.", + "rdfs:label": "sensoryRequirement" + }, + { + "@id": "http://schema.org/CassetteFormat", + "@type": "http://schema.org/MusicReleaseFormatType", + "http://schema.org/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, - "rdfs:comment": "DemoAlbum.", - "rdfs:label": "DemoAlbum" + "rdfs:comment": "CassetteFormat.", + "rdfs:label": "CassetteFormat" }, { - "@id": "http://schema.org/QuantitativeValueDistribution", + "@id": "http://schema.org/PaymentMethod", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, - "http://schema.org/category": "issue-1698", - "rdfs:comment": "A statistical distribution of values.", - "rdfs:label": "QuantitativeValueDistribution", + "rdfs:comment": "A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction.

\n\nCommonly used values:

\n\n\n", + "rdfs:label": "PaymentMethod", "rdfs:subClassOf": { - "@id": "http://schema.org/StructuredValue" + "@id": "http://schema.org/Enumeration" } }, { - "@id": "http://schema.org/CoOp", - "@type": "http://schema.org/GamePlayMode", - "rdfs:comment": "Play mode: CoOp. Co-operative games, where you play on the same team with friends.", - "rdfs:label": "CoOp" - }, - { - "@id": "http://schema.org/releasedEvent", + "@id": "http://schema.org/healthPlanCoinsuranceRate", "@type": "rdf:Property", + "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/HealthPlanCostSharingSpecification" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/PublicationEvent" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "The place and time the release was issued, expressed as a PublicationEvent.", - "rdfs:label": "releasedEvent" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "Whether The rate of coinsurance expressed as a number between 0.0 and 1.0.", + "rdfs:label": "healthPlanCoinsuranceRate" }, { - "@id": "http://schema.org/speakable", + "@id": "http://schema.org/broker", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1389" - }, - "http://schema.org/category": "issue-1389", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/WebPage" + "@id": "http://schema.org/Invoice" }, { - "@id": "http://schema.org/Article" + "@id": "http://schema.org/Reservation" + }, + { + "@id": "http://schema.org/Service" + }, + { + "@id": "http://schema.org/Order" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/SpeakableSpecification" + "@id": "http://schema.org/Person" } ], - "rdfs:comment": "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.

\n\nThe speakable property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:

\n\n1.) id-value URL references - uses id-value of an element in the page being annotated. The simplest use of speakable has (potentially relative) URL values, referencing identified sections of the document concerned.

\n\n2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the cssSelector property.

\n\n3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the xpath property.

\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, SpeakableSpecification which is defined to be a possible value of the speakable property.", - "rdfs:label": "speakable" + "rdfs:comment": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.", + "rdfs:label": "broker" }, { - "@id": "http://schema.org/musicGroupMember", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicGroup" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/member" - }, - "rdfs:comment": "A member of a music group—for example, John, Paul, George, or Ringo.", - "rdfs:label": "musicGroupMember" + "@id": "http://schema.org/WebPage", + "@type": "rdfs:Class", + "rdfs:comment": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page.", + "rdfs:label": "WebPage", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } }, { - "@id": "http://schema.org/Waterfall", + "@id": "http://schema.org/Residence", "@type": "rdfs:Class", - "rdfs:comment": "A waterfall, like Niagara.", - "rdfs:label": "Waterfall", + "rdfs:comment": "The place where a person lives.", + "rdfs:label": "Residence", "rdfs:subClassOf": { - "@id": "http://schema.org/BodyOfWater" + "@id": "http://schema.org/Place" } }, { - "@id": "http://schema.org/itemReviewed", + "@id": "http://schema.org/directors", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/AggregateRating" + "@id": "http://schema.org/Episode" }, { - "@id": "http://schema.org/Review" + "@id": "http://schema.org/MovieSeries" + }, + { + "@id": "http://schema.org/RadioSeries" + }, + { + "@id": "http://schema.org/Movie" + }, + { + "@id": "http://schema.org/VideoGame" + }, + { + "@id": "http://schema.org/VideoGameSeries" + }, + { + "@id": "http://schema.org/TVSeries" + }, + { + "@id": "http://schema.org/Clip" + }, + { + "@id": "http://schema.org/VideoObject" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/Person" }, - "rdfs:comment": "The item that is being reviewed/rated.", - "rdfs:label": "itemReviewed" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/director" + }, + "rdfs:comment": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", + "rdfs:label": "directors" }, { - "@id": "http://schema.org/availableOnDevice", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/CompleteDataFeed", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1397", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1397" }, - "rdfs:comment": "Device required to run the application. Used in cases where a specific make/model is required to run the application.", - "rdfs:label": "availableOnDevice" + "rdfs:comment": "A CompleteDataFeed is a DataFeed whose standard representation includes content for every item currently in the feed.

\n\nThis is the equivalent of Atom's element as defined in Feed Paging and Archiving RFC 5005, For example (and as defined for Atom), when using data from a feed that represents a collection of items that varies over time (e.g. \"Top Twenty Records\") there is no need to have newer entries mixed in alongside older, obsolete entries. By marking this feed as a CompleteDataFeed, old entries can be safely discarded when the feed is refreshed, since we can assume the feed has provided descriptions for all current items.", + "rdfs:label": "CompleteDataFeed", + "rdfs:subClassOf": { + "@id": "http://schema.org/DataFeed" + } }, { - "@id": "http://schema.org/OfficeEquipmentStore", + "@id": "http://schema.org/BroadcastChannel", "@type": "rdfs:Class", - "rdfs:comment": "An office equipment store.", - "rdfs:label": "OfficeEquipmentStore", + "rdfs:comment": "A unique instance of a BroadcastService on a CableOrSatelliteService lineup.", + "rdfs:label": "BroadcastChannel", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/Florist", + "@type": "rdfs:Class", + "rdfs:comment": "A florist.", + "rdfs:label": "Florist", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { - "@id": "http://schema.org/attendees", + "@id": "http://schema.org/vehicleTransmission", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/QualitativeValue" + }, + { + "@id": "http://schema.org/Text" } ], - "http://schema.org/supersededBy": { - "@id": "http://schema.org/attendee" - }, - "rdfs:comment": "A person attending the event.", - "rdfs:label": "attendees" - }, - { - "@id": "http://schema.org/stepValue", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PropertyValueSpecification" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, - "rdfs:comment": "The stepValue attribute indicates the granularity that is expected (and required) of the value in a PropertyValueSpecification.", - "rdfs:label": "stepValue" + "rdfs:comment": "The type of component used for transmitting the power from a rotating power source to the wheels or other relevant component(s) (\"gearbox\" for cars).", + "rdfs:label": "vehicleTransmission" }, { - "@id": "http://schema.org/RightHandDriving", - "@type": "http://schema.org/SteeringPositionValue", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + "@id": "http://schema.org/Pulmonary", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "The steering position is on the right side of the vehicle (viewed from the main direction of driving).", - "rdfs:label": "RightHandDriving" + "rdfs:comment": "A specific branch of medical science that pertains to the study of the respiratory system and its respective disease states.", + "rdfs:label": "Pulmonary" }, { - "@id": "http://schema.org/currency", + "@id": "http://schema.org/runtimePlatform", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareSourceCode" }, - "http://schema.org/category": "issue-1253", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/MonetaryAmount" - }, - { - "@id": "http://schema.org/DatedMoneySpecification" - }, - { - "@id": "http://schema.org/LoanOrCredit" - }, - { - "@id": "http://schema.org/MonetaryAmountDistribution" - }, - { - "@id": "http://schema.org/ExchangeRateSpecification" - } - ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The currency in which the monetary amount is expressed.

\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", - "rdfs:label": "currency" + "rdfs:comment": "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).", + "rdfs:label": "runtimePlatform" }, { - "@id": "http://schema.org/inventoryLevel", + "@id": "http://schema.org/contactPoints", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/SomeProducts" - }, - { - "@id": "http://schema.org/Demand" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/Person" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/ContactPoint" }, - "rdfs:comment": "The current approximate inventory level for the item or items.", - "rdfs:label": "inventoryLevel" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/contactPoint" + }, + "rdfs:comment": "A contact point for a person or organization.", + "rdfs:label": "contactPoints" }, { - "@id": "http://schema.org/salaryCurrency", + "@id": "http://schema.org/skills", "@type": "rdf:Property", + "http://schema.org/category": [ + "issue-2322", + "issue-1698" + ], "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/JobPosting" + "@id": "http://schema.org/Occupation" }, { - "@id": "http://schema.org/EmployeeRole" + "@id": "http://schema.org/JobPosting" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The currency (coded using ISO 4217 ) used for the main salary information in this job posting or for this employee.", - "rdfs:label": "salaryCurrency" - }, - { - "@id": "http://schema.org/PaymentComplete", - "@type": "http://schema.org/PaymentStatusType", - "rdfs:comment": "The payment has been received and processed.", - "rdfs:label": "PaymentComplete" - }, - { - "@id": "http://schema.org/PlanAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of planning the execution of an event/task/action/reservation/plan to a future date.", - "rdfs:label": "PlanAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/OrganizeAction" - } - }, - { - "@id": "http://schema.org/landlord", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/RentAction" - }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/DefinedTerm" } ], - "rdfs:comment": "A sub property of participant. The owner of the real estate property.", - "rdfs:label": "landlord", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/participant" - } - }, - { - "@id": "http://schema.org/confirmationNumber", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/source": [ { - "@id": "http://schema.org/Order" + "@id": "https://github.com/schemaorg/schemaorg/issues/2322" }, { - "@id": "http://schema.org/Invoice" + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" } ], + "rdfs:comment": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.", + "rdfs:label": "skills" + }, + { + "@id": "http://schema.org/characterName", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PerformanceRole" + }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "A number that confirms the given order or payment has been received.", - "rdfs:label": "confirmationNumber", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/identifier" - } + "rdfs:comment": "The name of a character played in some acting or performing role, i.e. in a PerformanceRole.", + "rdfs:label": "characterName" }, { - "@id": "http://schema.org/alumniOf", + "@id": "http://schema.org/copyrightHolder", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/alumni" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/EducationalOrganization" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Person" } ], - "rdfs:comment": "An organization that the person is an alumni of.", - "rdfs:label": "alumniOf" + "rdfs:comment": "The party holding the legal copyright to the CreativeWork.", + "rdfs:label": "copyrightHolder" }, { - "@id": "http://schema.org/MovieTheater", - "@type": "rdfs:Class", - "rdfs:comment": "A movie theater.", - "rdfs:label": "MovieTheater", - "rdfs:subClassOf": [ + "@id": "http://schema.org/paymentStatus", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Invoice" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/PaymentStatusType" }, { - "@id": "http://schema.org/EntertainmentBusiness" + "@id": "http://schema.org/Text" } - ] + ], + "rdfs:comment": "The status of payment; whether the invoice has been paid or not.", + "rdfs:label": "paymentStatus" }, { - "@id": "http://schema.org/commentText", + "@id": "http://schema.org/inBroadcastLineup", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/UserComments" + "@id": "http://schema.org/BroadcastChannel" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/CableOrSatelliteService" }, - "rdfs:comment": "The text of the UserComment.", - "rdfs:label": "commentText" + "rdfs:comment": "The CableOrSatelliteService offering the channel.", + "rdfs:label": "inBroadcastLineup" }, { - "@id": "http://schema.org/contentLocation", + "@id": "http://schema.org/FDAcategoryX", + "@type": "http://schema.org/DrugPregnancyCategory", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "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 fetal risk based on adverse reaction data from investigational or marketing experience, and the risks involved in use of the drug in pregnant women clearly outweigh potential benefits.", + "rdfs:label": "FDAcategoryX" + }, + { + "@id": "http://schema.org/accessibilityHazard", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The location depicted or described in the content. For example, the location in a photograph or painting.", - "rdfs:label": "contentLocation" + "rdfs:comment": "A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3 (WebSchemas wiki lists possible values).", + "rdfs:label": "accessibilityHazard" }, { - "@id": "http://schema.org/fuelConsumption", + "@id": "http://schema.org/surface", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" + "@id": "http://schema.org/VisualArtwork" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/URL" + } + ], + "http://schema.org/supersededBy": { + "@id": "http://schema.org/artworkSurface" }, - "rdfs:comment": "The amount of fuel consumed for traveling a particular distance or temporal duration with the given vehicle (e.g. liters per 100 km).

\n\n\n", - "rdfs:label": "fuelConsumption" + "rdfs:comment": "A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc.", + "rdfs:label": "surface", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/material" + } }, { - "@id": "http://schema.org/childMinAge", + "@id": "http://schema.org/WebContent", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2358", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2358" + }, + "rdfs:comment": "WebContent is a type representing all WebPage, WebSite and WebPageElement content. It is sometimes the case that detailed distinctions between Web pages, sites and their parts is not always important or obvious. The WebContent type makes it easier to describe Web-addressable content without requiring such distinctions to always be stated. (The intent is that the existing types WebPage, WebSite and WebPageElement will eventually be declared as subtypes of WebContent.)", + "rdfs:label": "WebContent", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/copyrightYear", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ParentAudience" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, - "rdfs:comment": "Minimal age of the child.", - "rdfs:label": "childMinAge" + "rdfs:comment": "The year during which the claimed copyright for the CreativeWork was first asserted.", + "rdfs:label": "copyrightYear" }, { - "@id": "http://schema.org/catalog", + "@id": "http://schema.org/albumReleaseType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Dataset" + "@id": "http://schema.org/MusicAlbum" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DataCatalog" + "@id": "http://schema.org/MusicAlbumReleaseType" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/includedInDataCatalog" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, - "rdfs:comment": "A data catalog which contains this dataset.", - "rdfs:label": "catalog" + "rdfs:comment": "The kind of release which this album is: single, EP or album.", + "rdfs:label": "albumReleaseType" }, { - "@id": "http://schema.org/schemaVersion", + "@id": "http://schema.org/FDAcategoryC", + "@type": "http://schema.org/DrugPregnancyCategory", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A designation by the US FDA signifying that animal reproduction studies have shown an adverse effect on the fetus and there are no adequate and well-controlled studies in humans, but potential benefits may warrant use of the drug in pregnant women despite potential risks.", + "rdfs:label": "FDAcategoryC" + }, + { + "@id": "http://schema.org/legislationDateVersion", "@type": "rdf:Property", + "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Legislation" }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Date" + }, + "http://schema.org/source": [ { - "@id": "http://schema.org/URL" + "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { - "@id": "http://schema.org/Text" + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], - "rdfs:comment": "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. For example, a document could declare a schemaVersion using an URL such as http://schema.org/version/2.0/ if precise indication of schema version was required by some application.", - "rdfs:label": "schemaVersion" + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://data.europa.eu/eli/ontology#version_date" + }, + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#version_date" + }, + "rdfs:comment": "The point-in-time at which the provided description of the legislation is valid (e.g. : when looking at the law on the 2016-04-07 (= dateVersion), I get the consolidation of 2015-04-12 of the \"National Insurance Contributions Act 2015\")", + "rdfs:label": "legislationDateVersion" }, { - "@id": "http://schema.org/GatedResidenceCommunity", - "@type": "rdfs:Class", - "rdfs:comment": "Residence type: Gated community.", - "rdfs:label": "GatedResidenceCommunity", - "rdfs:subClassOf": { - "@id": "http://schema.org/Residence" - } + "@id": "http://schema.org/FDAcategoryA", + "@type": "http://schema.org/DrugPregnancyCategory", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A designation by the US FDA signifying that adequate and well-controlled studies have failed to demonstrate a risk to the fetus in the first trimester of pregnancy (and there is no evidence of risk in later trimesters).", + "rdfs:label": "FDAcategoryA" }, { - "@id": "http://schema.org/dateSent", + "@id": "http://schema.org/proprietaryName", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Message" + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Drug" + }, + { + "@id": "http://schema.org/DietarySupplement" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The date/time at which the message was sent.", - "rdfs:label": "dateSent" + "rdfs:comment": "Proprietary name given to the diet plan, typically by its originator or creator.", + "rdfs:label": "proprietaryName" }, { - "@id": "http://schema.org/Country", + "@id": "http://schema.org/PreventionIndication", "@type": "rdfs:Class", - "rdfs:comment": "A country.", - "rdfs:label": "Country", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "An indication for preventing an underlying condition, symptom, etc.", + "rdfs:label": "PreventionIndication", "rdfs:subClassOf": { - "@id": "http://schema.org/AdministrativeArea" + "@id": "http://schema.org/MedicalIndication" } }, { - "@id": "http://schema.org/PlaceOfWorship", - "@type": "rdfs:Class", - "rdfs:comment": "Place of worship, such as a church, synagogue, or mosque.", - "rdfs:label": "PlaceOfWorship", - "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" - } + "@id": "http://schema.org/FDAcategoryD", + "@type": "http://schema.org/DrugPregnancyCategory", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A designation by the US FDA signifying that there is positive evidence of human fetal risk based on adverse reaction data from investigational or marketing experience or studies in humans, but potential benefits may warrant use of the drug in pregnant women despite potential risks.", + "rdfs:label": "FDAcategoryD" }, { - "@id": "http://schema.org/HowToTip", + "@id": "http://schema.org/UserPageVisits", "@type": "rdfs:Class", - "rdfs:comment": "An explanation in the instructions for how to achieve a result. It provides supplementary information about a technique, supply, author's preference, etc. It can explain what could be done, or what should not be done, but doesn't specify what should be done (see HowToDirection).", - "rdfs:label": "HowToTip", - "rdfs:subClassOf": [ - { - "@id": "http://schema.org/CreativeWork" - }, - { - "@id": "http://schema.org/ListItem" - } - ] + "http://schema.org/supersededBy": { + "@id": "http://schema.org/InteractionCounter" + }, + "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", + "rdfs:label": "UserPageVisits", + "rdfs:subClassOf": { + "@id": "http://schema.org/UserInteraction" + } }, { - "@id": "http://schema.org/accessibilityFeature", + "@id": "http://schema.org/addOn", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Offer" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Offer" }, - "rdfs:comment": "Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility (WebSchemas wiki lists possible values).", - "rdfs:label": "accessibilityFeature" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "An additional offer that can only be obtained in combination with the first base offer (e.g. supplements and extensions that are available for a surcharge).", + "rdfs:label": "addOn" }, { - "@id": "http://schema.org/ComputerLanguage", + "@id": "http://schema.org/OneTimePayments", + "@type": "http://schema.org/GovernmentBenefitsType", + "http://schema.org/category": "issue-2534", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2534" + }, + "rdfs:comment": "OneTimePayments: this is a benefit for one-time payments for individuals.", + "rdfs:label": "OneTimePayments" + }, + { + "@id": "http://schema.org/ProductReturnPolicy", "@type": "rdfs:Class", - "rdfs:comment": "This type covers computer programming languages such as Scheme and Lisp, as well as other language-like computer representations. Natural languages are best represented with the Language type.", - "rdfs:label": "ComputerLanguage", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://attic.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/MerchantReturnPolicy" + }, + "rdfs:comment": "A ProductReturnPolicy provides information about product return policies associated with an Organization or Product.", + "rdfs:label": "ProductReturnPolicy", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/PerformanceRole", - "@type": "rdfs:Class", - "rdfs:comment": "A PerformanceRole is a Role that some entity places with regard to a theatrical performance, e.g. in a Movie, TVSeries etc.", - "rdfs:label": "PerformanceRole", - "rdfs:subClassOf": { - "@id": "http://schema.org/Role" + "@id": "http://schema.org/sportsTeam", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ExerciseAction" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/SportsTeam" + }, + "rdfs:comment": "A sub property of participant. The sports team that participated on this action.", + "rdfs:label": "sportsTeam", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/participant" } }, { - "@id": "http://schema.org/UnitPriceSpecification", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "@id": "http://schema.org/FrontWheelDriveConfiguration", + "@type": "http://schema.org/DriveWheelConfigurationValue", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, - "rdfs:comment": "The price asked for a given offer by the respective organization or person.", - "rdfs:label": "UnitPriceSpecification", - "rdfs:subClassOf": { - "@id": "http://schema.org/PriceSpecification" - } + "rdfs:comment": "Front-wheel drive is a transmission layout where the engine drives the front wheels.", + "rdfs:label": "FrontWheelDriveConfiguration" }, { - "@id": "http://schema.org/aggregateRating", + "@id": "http://schema.org/targetPopulation", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/DietarySupplement" }, { - "@id": "http://schema.org/CreativeWork" - }, + "@id": "http://schema.org/DoseSchedule" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Characteristics of the population for which this is intended, or which typically uses it, e.g. 'adults'.", + "rdfs:label": "targetPopulation" + }, + { + "@id": "http://schema.org/hasMap", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Place" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/Map" }, { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/URL" + } + ], + "rdfs:comment": "A URL to a map of the place.", + "rdfs:label": "hasMap" + }, + { + "@id": "http://schema.org/ActionStatusType", + "@type": "rdfs:Class", + "rdfs:comment": "The status of an Action.", + "rdfs:label": "ActionStatusType", + "rdfs:subClassOf": { + "@id": "http://schema.org/StatusEnumeration" + } + }, + { + "@id": "http://schema.org/securityClearanceRequirement", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2384", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2384" + }, + "rdfs:comment": "A description of any security clearance requirements of the job.", + "rdfs:label": "securityClearanceRequirement" + }, + { + "@id": "http://schema.org/AnaerobicActivity", + "@type": "http://schema.org/PhysicalActivityCategory", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Physical activity that is of high-intensity which utilizes the anaerobic metabolism of the body.", + "rdfs:label": "AnaerobicActivity" + }, + { + "@id": "http://schema.org/awards", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/CreativeWork" }, { - "@id": "http://schema.org/Brand" + "@id": "http://schema.org/Product" }, { - "@id": "http://schema.org/Service" + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/Organization" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/AggregateRating" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The overall rating, based on a collection of reviews or ratings, of the item.", - "rdfs:label": "aggregateRating" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/award" + }, + "rdfs:comment": "Awards won by or for this item.", + "rdfs:label": "awards" }, { - "@id": "http://schema.org/PerformAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of participating in performance arts.", - "rdfs:label": "PerformAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/PlayAction" - } + "@id": "http://schema.org/hasBroadcastChannel", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1004", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BroadcastService" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/providesBroadcastService" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/BroadcastChannel" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1004" + }, + "rdfs:comment": "A broadcast channel of a broadcast service.", + "rdfs:label": "hasBroadcastChannel" }, { - "@id": "http://schema.org/BedType", + "@id": "http://schema.org/BusTrip", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": [ - { - "@id": "https://github.com/schemaorg/schemaorg/issues/1262" - }, - { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" - } - ], - "http://schema.org/category": "issue-1262", - "rdfs:comment": "A type of bed. This is used for indicating the bed or beds available in an accommodation.", - "rdfs:label": "BedType", + "rdfs:comment": "A trip on a commercial bus line.", + "rdfs:label": "BusTrip", "rdfs:subClassOf": { - "@id": "http://schema.org/QualitativeValue" + "@id": "http://schema.org/Trip" } }, { - "@id": "http://schema.org/HinduDiet", - "@type": "http://schema.org/RestrictedDiet", - "rdfs:comment": "A diet conforming to Hindu dietary practices, in particular, beef-free.", - "rdfs:label": "HinduDiet" + "@id": "http://schema.org/arrivalBoatTerminal", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1755", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BoatTrip" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/BoatTerminal" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1755" + }, + "rdfs:comment": "The terminal or port from which the boat arrives.", + "rdfs:label": "arrivalBoatTerminal" }, { - "@id": "http://schema.org/ClothingStore", + "@id": "http://schema.org/MedicalStudyStatus", "@type": "rdfs:Class", - "rdfs:comment": "A clothing store.", - "rdfs:label": "ClothingStore", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "The status of a medical study. Enumerated type.", + "rdfs:label": "MedicalStudyStatus", "rdfs:subClassOf": { - "@id": "http://schema.org/Store" + "@id": "http://schema.org/MedicalEnumeration" } }, { - "@id": "http://schema.org/Mountain", + "@id": "http://schema.org/AnatomicalStructure", "@type": "rdfs:Class", - "rdfs:comment": "A mountain, like Mount Whitney or Mount Everest.", - "rdfs:label": "Mountain", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Any part of the human body, typically a component of an anatomical system. Organs, tissues, and cells are all anatomical structures.", + "rdfs:label": "AnatomicalStructure", "rdfs:subClassOf": { - "@id": "http://schema.org/Landform" + "@id": "http://schema.org/MedicalEntity" } }, { - "@id": "http://schema.org/recipeIngredient", + "@id": "http://schema.org/incentives", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Recipe" + "@id": "http://schema.org/JobPosting" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.", - "rdfs:label": "recipeIngredient", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/supply" - } + "http://schema.org/supersededBy": { + "@id": "http://schema.org/incentiveCompensation" + }, + "rdfs:comment": "Description of bonus and commission compensation aspects of the job.", + "rdfs:label": "incentives" }, { - "@id": "http://schema.org/trainName", + "@id": "http://schema.org/printEdition", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/TrainTrip" + "@id": "http://schema.org/NewsArticle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The name of the train (e.g. The Orient Express).", - "rdfs:label": "trainName" + "rdfs:comment": "The edition of the print product in which the NewsArticle appears.", + "rdfs:label": "printEdition" }, { - "@id": "http://schema.org/locationCreated", + "@id": "http://schema.org/legislationConsolidates", "@type": "rdf:Property", + "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Legislation" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.", - "rdfs:label": "locationCreated" - }, - { - "@id": "http://schema.org/recipeInstructions", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Recipe" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Legislation" }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/source": [ { - "@id": "http://schema.org/CreativeWork" - }, - { - "@id": "http://schema.org/Text" + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" }, { - "@id": "http://schema.org/ItemList" + "@id": "http://publications.europa.eu/mdr/eli/index.html" } ], - "rdfs:comment": "A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items.", - "rdfs:label": "recipeInstructions", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/step" - } + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://data.europa.eu/eli/ontology#consolidates" + }, + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#consolidates" + }, + "rdfs:comment": "Indicates another legislation taken into account in this consolidated legislation (which is usually the product of an editorial process that revises the legislation). This property should be used multiple times to refer to both the original version or the previous consolidated version, and to the legislations making the change.", + "rdfs:label": "legislationConsolidates" }, { - "@id": "http://schema.org/CivicStructure", + "@id": "http://schema.org/RestockingFees", + "@type": "http://schema.org/ReturnFeesEnumeration", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "RestockingFees ...", + "rdfs:label": "RestockingFees" + }, + { + "@id": "http://schema.org/alignmentType", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/AlignmentObject" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "A category of alignment between the learning resource and the framework node. Recommended values include: 'requires', 'textComplexity', 'readingLevel', and 'educationalSubject'.", + "rdfs:label": "alignmentType" + }, + { + "@id": "http://schema.org/HealthInsurancePlan", "@type": "rdfs:Class", - "rdfs:comment": "A public structure, such as a town hall or concert hall.", - "rdfs:label": "CivicStructure", + "http://schema.org/category": "issue-1062", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "A US-style health insurance plan, including PPOs, EPOs, and HMOs.", + "rdfs:label": "HealthInsurancePlan", "rdfs:subClassOf": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/ReceiveAction", + "@id": "http://schema.org/SchoolDistrict", "@type": "rdfs:Class", - "rdfs:comment": "The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "ReceiveAction", + "http://schema.org/category": "issue-2500", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2500" + }, + "rdfs:comment": "A School District is an administrative area for the administration of schools.", + "rdfs:label": "SchoolDistrict", "rdfs:subClassOf": { - "@id": "http://schema.org/TransferAction" + "@id": "http://schema.org/AdministrativeArea" } }, { - "@id": "http://schema.org/VideoGameClip", - "@type": "rdfs:Class", - "rdfs:comment": "A short segment/part of a video game.", - "rdfs:label": "VideoGameClip", - "rdfs:subClassOf": { - "@id": "http://schema.org/Clip" - } - }, - { - "@id": "http://schema.org/inAlbum", + "@id": "http://schema.org/actionPlatform", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicRecording" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MusicAlbum" + "@id": "http://schema.org/EntryPoint" }, - "rdfs:comment": "The album to which this recording belongs.", - "rdfs:label": "inAlbum" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/URL" + } + ], + "rdfs:comment": "The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication.", + "rdfs:label": "actionPlatform" }, { - "@id": "http://schema.org/itemShipped", + "@id": "http://schema.org/publisherImprint", "@type": "rdf:Property", + "http://schema.org/category": "Comics", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ParcelDelivery" + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/Organization" }, - "rdfs:comment": "Item(s) being shipped.", - "rdfs:label": "itemShipped" + "rdfs:comment": "The publishing division which published the comic.", + "rdfs:label": "publisherImprint" }, { - "@id": "http://schema.org/free", + "@id": "http://schema.org/sportsEvent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PublicationEvent" + "@id": "http://schema.org/ExerciseAction" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Boolean" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/isAccessibleForFree" + "@id": "http://schema.org/SportsEvent" }, - "rdfs:comment": "A flag to signal that the item, event, or place is accessible for free.", - "rdfs:label": "free" - }, - { - "@id": "http://schema.org/MusicStore", - "@type": "rdfs:Class", - "rdfs:comment": "A music store.", - "rdfs:label": "MusicStore", - "rdfs:subClassOf": { - "@id": "http://schema.org/Store" + "rdfs:comment": "A sub property of location. The sports event where this action occurred.", + "rdfs:label": "sportsEvent", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/location" } }, { - "@id": "http://schema.org/Crematorium", + "@id": "http://schema.org/Continent", "@type": "rdfs:Class", - "rdfs:comment": "A crematorium.", - "rdfs:label": "Crematorium", + "rdfs:comment": "One of the continents (for example, Europe or Africa).", + "rdfs:label": "Continent", "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/Landform" } }, { - "@id": "http://schema.org/contentSize", + "@id": "http://schema.org/distance", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MediaObject" - }, + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/ExerciseAction" + }, + { + "@id": "http://schema.org/TravelAction" + } + ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Distance" }, - "rdfs:comment": "File size in (mega/kilo) bytes.", - "rdfs:label": "contentSize" + "rdfs:comment": "The distance travelled, e.g. exercising or travelling.", + "rdfs:label": "distance" }, { - "@id": "http://schema.org/isConsumableFor", + "@id": "http://schema.org/activityDuration", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/ExercisePlan" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Product" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "A pointer to another product (or multiple products) for which this product is a consumable.", - "rdfs:label": "isConsumableFor" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/QuantitativeValue" + }, + { + "@id": "http://schema.org/Duration" + } + ], + "rdfs:comment": "Length of time to engage in the activity.", + "rdfs:label": "activityDuration" }, { - "@id": "http://schema.org/accessModeSufficient", + "@id": "http://schema.org/issn", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1100" + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Blog" + }, + { + "@id": "http://schema.org/Dataset" + }, + { + "@id": "http://schema.org/CreativeWorkSeries" + }, + { + "@id": "http://schema.org/WebSite" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" }, - "http://schema.org/category": "issue-1110", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ItemList" + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://purl.org/ontology/bibo/issn" }, - "rdfs:comment": "A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Expected values include: auditory, tactile, textual, visual.", - "rdfs:label": "accessModeSufficient" + "rdfs:comment": "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication.", + "rdfs:label": "issn", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" + } }, { - "@id": "http://schema.org/itemListOrder", + "@id": "http://schema.org/physiologicalBenefits", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ItemList" + "@id": "http://schema.org/Diet" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/ItemListOrderType" - }, - { - "@id": "http://schema.org/Text" - } - ], - "rdfs:comment": "Type of ordering (e.g. Ascending, Descending, Unordered).", - "rdfs:label": "itemListOrder" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Specific physiologic benefits associated to the plan.", + "rdfs:label": "physiologicalBenefits" }, { - "@id": "http://schema.org/QuoteAction", + "@id": "http://schema.org/EducationalOccupationalCredential", "@type": "rdfs:Class", - "rdfs:comment": "An agent quotes/estimates/appraises an object/product/service with a price at a location/store.", - "rdfs:label": "QuoteAction", + "http://schema.org/category": "issue-1779", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1779" + }, + "rdfs:comment": "An educational or occupational credential. A diploma, academic degree, certification, qualification, badge, etc., that may be awarded to a person or other entity that meets the requirements defined by the credentialer.", + "rdfs:label": "EducationalOccupationalCredential", "rdfs:subClassOf": { - "@id": "http://schema.org/TradeAction" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/artform", + "@id": "http://schema.org/longitude", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/VisualArtwork" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Place" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/GeoCoordinates" } ], - "rdfs:comment": "e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc.", - "rdfs:label": "artform" - }, - { - "@id": "http://schema.org/temporalCoverage", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/URL" } ], - "http://www.w3.org/2002/07/owl#equivalentProperty": { - "@id": "http://purl.org/dc/terms/temporal" - }, - "rdfs:comment": "The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in ISO 8601 time interval format. In\n the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written \"2011/2012\"). Other forms of content e.g. ScholarlyArticle, Book, TVSeries or TVEpisode may indicate their temporalCoverage in broader terms - textually or via well-known URL.\n Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via \"1939/1945\".

\n\nOpen-ended date ranges can be written with \"..\" in place of the end date. For example, \"2015-11/..\" indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.", - "rdfs:label": "temporalCoverage" + "rdfs:comment": "The longitude of a location. For example -122.08585 (WGS 84).", + "rdfs:label": "longitude" }, { - "@id": "http://schema.org/PropertyValue", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "@id": "http://schema.org/MultiCenterTrial", + "@type": "http://schema.org/MedicalTrialDesign", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "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 human-readable version of the value, put that into the 'description' property.

\n\nAlways use specific schema.org properties when a) they exist and b) you can populate them. Using PropertyValue as a substitute will typically not trigger the same effect as using the original, specific property.", - "rdfs:label": "PropertyValue", - "rdfs:subClassOf": { - "@id": "http://schema.org/StructuredValue" - } + "rdfs:comment": "A trial that takes place at multiple centers.", + "rdfs:label": "MultiCenterTrial" }, { - "@id": "http://schema.org/codeSampleType", + "@id": "http://schema.org/engineDisplacement", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareSourceCode" + "@id": "http://schema.org/EngineSpecification" + }, + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/QuantitativeValue" }, - "rdfs:comment": "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.", - "rdfs:label": "codeSampleType" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The volume swept by all of the pistons inside the cylinders of an internal combustion engine in a single movement.

\n\nTypical unit code(s): CMQ for cubic centimeter, LTR for liters, INQ for cubic inches\n* Note 1: You can link to information about how the given value has been determined using the valueReference property.\n* Note 2: You can use minValue and maxValue to indicate ranges.", + "rdfs:label": "engineDisplacement" }, { - "@id": "http://schema.org/ListItem", - "@type": "rdfs:Class", - "rdfs:comment": "An list item, e.g. a step in a checklist or how-to description.", - "rdfs:label": "ListItem", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } + "@id": "http://schema.org/servicePostalAddress", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ServiceChannel" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/PostalAddress" + }, + "rdfs:comment": "The address for accessing the service by mail.", + "rdfs:label": "servicePostalAddress" }, { - "@id": "http://schema.org/ContactPage", + "@id": "http://schema.org/HowToStep", "@type": "rdfs:Class", - "rdfs:comment": "Web page type: Contact page.", - "rdfs:label": "ContactPage", - "rdfs:subClassOf": { - "@id": "http://schema.org/WebPage" - } + "rdfs:comment": "A step in the instructions for how to achieve a result. It is an ordered list with HowToDirection and/or HowToTip items.", + "rdfs:label": "HowToStep", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/ItemList" + }, + { + "@id": "http://schema.org/ListItem" + }, + { + "@id": "http://schema.org/CreativeWork" + } + ] }, { - "@id": "http://schema.org/WebApplication", + "@id": "http://schema.org/OfferCatalog", "@type": "rdfs:Class", - "rdfs:comment": "Web applications.", - "rdfs:label": "WebApplication", + "rdfs:comment": "An OfferCatalog is an ItemList that contains related Offers and/or further OfferCatalogs that are offeredBy the same provider.", + "rdfs:label": "OfferCatalog", "rdfs:subClassOf": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/ItemList" } }, { - "@id": "http://schema.org/BroadcastFrequencySpecification", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1004" - }, - "http://schema.org/category": "issue-1004", - "rdfs:comment": "The frequency in MHz and the modulation used for a particular BroadcastService.", - "rdfs:label": "BroadcastFrequencySpecification", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } - }, - { - "@id": "http://schema.org/BlogPosting", - "@type": "rdfs:Class", - "rdfs:comment": "A blog post.", - "rdfs:label": "BlogPosting", - "rdfs:subClassOf": { - "@id": "http://schema.org/SocialMediaPosting" - } - }, - { - "@id": "http://schema.org/eligibleTransactionVolume", + "@id": "http://schema.org/warranty", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/PriceSpecification" - }, { "@id": "http://schema.org/Demand" }, @@ -7600,693 +8349,846 @@ } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/PriceSpecification" + "@id": "http://schema.org/WarrantyPromise" }, - "rdfs:comment": "The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount.", - "rdfs:label": "eligibleTransactionVolume" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The warranty promise(s) included in the offer.", + "rdfs:label": "warranty" }, { - "@id": "http://schema.org/equal", + "@id": "http://schema.org/usesHealthPlanIdStandard", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, + "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/QualitativeValue" + "@id": "http://schema.org/HealthInsurancePlan" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QualitativeValue" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is equal to the object.", - "rdfs:label": "equal" - }, - { - "@id": "http://schema.org/LodgingReservation", - "@type": "rdfs:Class", - "rdfs:comment": "A reservation for lodging at a hotel, motel, inn, etc.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.", - "rdfs:label": "LodgingReservation", - "rdfs:subClassOf": { - "@id": "http://schema.org/Reservation" - } + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/URL" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "The standard for interpreting thePlan ID. The preferred is \"HIOS\". See the Centers for Medicare & Medicaid Services for more details.", + "rdfs:label": "usesHealthPlanIdStandard" }, { - "@id": "http://schema.org/percentile10", + "@id": "http://schema.org/videoQuality", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" - }, - "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/QuantitativeValueDistribution" + "@id": "http://schema.org/VideoObject" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The 10th percentile value.", - "rdfs:label": "percentile10" + "rdfs:comment": "The quality of the video.", + "rdfs:label": "videoQuality" }, { - "@id": "http://schema.org/PreOrderAction", + "@id": "http://schema.org/CreditCard", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1125" - }, - "http://schema.org/category": "issue-1125", - "rdfs:comment": "An agent orders a (not yet released) object/product/service to be delivered/sent.", - "rdfs:label": "PreOrderAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/TradeAction" - } + "http://schema.org/source": [ + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + } + ], + "rdfs:comment": "A card payment method of a particular brand or name. Used to mark up a particular payment method and/or the financial product/service that supplies the card account.

\n\nCommonly used values:

\n\n\n", + "rdfs:label": "CreditCard", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/PaymentCard" + }, + { + "@id": "http://schema.org/LoanOrCredit" + } + ] }, { - "@id": "http://schema.org/MediaSubscription", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1741" + "@id": "http://schema.org/liveBlogUpdate", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/LiveBlogPosting" }, - "http://schema.org/category": "issue-1741", - "rdfs:comment": "A subscription which allows a user to access media including audio, video, books, etc.", - "rdfs:label": "MediaSubscription", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/BlogPosting" + }, + "rdfs:comment": "An update to the LiveBlog.", + "rdfs:label": "liveBlogUpdate" }, { - "@id": "http://schema.org/PresentationDigitalDocument", + "@id": "http://schema.org/CreativeWorkSeries", "@type": "rdfs:Class", - "rdfs:comment": "A file containing slides or used for a presentation.", - "rdfs:label": "PresentationDigitalDocument", - "rdfs:subClassOf": { - "@id": "http://schema.org/DigitalDocument" - } + "rdfs:comment": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).

\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.

\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate.", + "rdfs:label": "CreativeWorkSeries", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/Series" + }, + { + "@id": "http://schema.org/CreativeWork" + } + ] }, { - "@id": "http://schema.org/accountId", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Invoice" + "@id": "http://schema.org/ExchangeRefund", + "@type": "http://schema.org/RefundTypeEnumeration", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, - "rdfs:comment": "The identifier for the account the payment will be applied to.", - "rdfs:label": "accountId", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/identifier" - } + "rdfs:comment": "A ExchangeRefund ...", + "rdfs:label": "ExchangeRefund" }, { - "@id": "http://schema.org/blogPost", + "@id": "http://schema.org/foundingDate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Blog" + "@id": "http://schema.org/Organization" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/BlogPosting" + "@id": "http://schema.org/Date" }, - "rdfs:comment": "A posting that is part of this blog.", - "rdfs:label": "blogPost" - }, - { - "@id": "http://schema.org/GlutenFreeDiet", - "@type": "http://schema.org/RestrictedDiet", - "rdfs:comment": "A diet exclusive of gluten.", - "rdfs:label": "GlutenFreeDiet" - }, - { - "@id": "http://schema.org/Report", - "@type": "rdfs:Class", - "rdfs:comment": "A Report generated by governmental or non-governmental organization.", - "rdfs:label": "Report", - "rdfs:subClassOf": { - "@id": "http://schema.org/Article" - } + "rdfs:comment": "The date that this organization was founded.", + "rdfs:label": "foundingDate" }, { - "@id": "http://schema.org/accountablePerson", + "@id": "http://schema.org/repeatCount", "@type": "rdf:Property", + "http://schema.org/category": "issue-1457", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Schedule" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Integer" }, - "rdfs:comment": "Specifies the Person that is legally accountable for the CreativeWork.", - "rdfs:label": "accountablePerson" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1457" + }, + "rdfs:comment": "Defines the number of times a recurring Event will take place", + "rdfs:label": "repeatCount" }, { - "@id": "http://schema.org/homeLocation", + "@id": "http://schema.org/numberOfBedrooms", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/category": "issue-2373", + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/ContactPoint" + "@id": "http://schema.org/ApartmentComplex" }, { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Accommodation" + }, + { + "@id": "http://schema.org/FloorPlan" } ], - "rdfs:comment": "A contact location for a person's residence.", - "rdfs:label": "homeLocation", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/location" - } - }, - { - "@id": "http://schema.org/nutrition", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Recipe" + "@id": "http://schema.org/QuantitativeValue" }, { - "@id": "http://schema.org/MenuItem" + "@id": "http://schema.org/Number" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/NutritionInformation" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, - "rdfs:comment": "Nutrition information about the recipe or menu item.", - "rdfs:label": "nutrition" + "rdfs:comment": "The total integer number of bedrooms in a some Accommodation, ApartmentComplex or FloorPlan.", + "rdfs:label": "numberOfBedrooms" }, { - "@id": "http://schema.org/embedUrl", + "@id": "http://schema.org/UnRegisterAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of un-registering from a service.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "UnRegisterAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/InteractAction" + } + }, + { + "@id": "http://schema.org/typicalTest", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MediaObject" + "@id": "http://schema.org/MedicalCondition" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/MedicalTest" }, - "rdfs:comment": "A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag.", - "rdfs:label": "embedUrl" + "rdfs:comment": "A medical test typically performed given this condition.", + "rdfs:label": "typicalTest" }, { - "@id": "http://schema.org/area", + "@id": "http://schema.org/releaseOf", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BroadcastService" + "@id": "http://schema.org/MusicRelease" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/albumRelease" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/MusicAlbum" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/serviceArea" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, - "rdfs:comment": "The area within which users can expect to reach the broadcast service.", - "rdfs:label": "area" + "rdfs:comment": "The album this is a release of.", + "rdfs:label": "releaseOf" }, { - "@id": "http://schema.org/orderDate", + "@id": "http://schema.org/OfflinePermanently", + "@type": "http://schema.org/GameServerStatus", + "rdfs:comment": "Game server status: OfflinePermanently. Server is offline and not available.", + "rdfs:label": "OfflinePermanently" + }, + { + "@id": "http://schema.org/opponent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Order" + "@id": "http://schema.org/ExerciseAction" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/DateTime" - }, - { - "@id": "http://schema.org/Date" - } - ], - "rdfs:comment": "Date order was placed.", - "rdfs:label": "orderDate" - }, - { - "@id": "http://schema.org/Monday", - "@type": "http://schema.org/DayOfWeek", - "http://schema.org/sameAs": { - "@id": "http://www.wikidata.org/entity/Q105" - }, - "rdfs:comment": "The day of the week between Sunday and Tuesday.", - "rdfs:label": "Monday" - }, - { - "@id": "http://schema.org/partOfSeason", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Episode" - }, - { - "@id": "http://schema.org/Clip" - } - ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWorkSeason" + "@id": "http://schema.org/Person" }, - "rdfs:comment": "The season to which this episode belongs.", - "rdfs:label": "partOfSeason", + "rdfs:comment": "A sub property of participant. The opponent on this action.", + "rdfs:label": "opponent", "rdfs:subPropertyOf": { - "@id": "http://schema.org/isPartOf" + "@id": "http://schema.org/participant" } }, { - "@id": "http://schema.org/Book", + "@id": "http://schema.org/ShippingDeliveryTime", "@type": "rdfs:Class", - "rdfs:comment": "A book.", - "rdfs:label": "Book", + "http://schema.org/category": "issue-2506", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "ShippingDeliveryTime provides various pieces of information about delivery times for shipping.", + "rdfs:label": "ShippingDeliveryTime", "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/StructuredValue" } }, { - "@id": "http://schema.org/interestRate", + "@id": "http://schema.org/ownershipFundingInfo", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/FinancialProduct" + "http://schema.org/category": "issue-1525", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/NewsMediaOrganization" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/CreativeWork" }, { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/AboutPage" } ], - "rdfs:comment": "The interest rate, charged or paid, applicable to the financial product. Note: This is different from the calculated annualPercentageRate.", - "rdfs:label": "interestRate" - }, - { - "@id": "http://schema.org/partOfOrder", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ParcelDelivery" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Order" - }, - "rdfs:comment": "The overall order the items in this delivery were included in.", - "rdfs:label": "partOfOrder" + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" + }, + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" + } + ], + "rdfs:comment": "For an Organization (often but not necessarily a NewsMediaOrganization), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the funder is also available and can be used to make basic funder information machine-readable.", + "rdfs:label": "ownershipFundingInfo", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/publishingPrinciples" + } }, { - "@id": "http://schema.org/totalPrice", + "@id": "http://schema.org/pageStart", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Ticket" + "@id": "http://schema.org/Chapter" }, { - "@id": "http://schema.org/Reservation" + "@id": "http://schema.org/PublicationVolume" + }, + { + "@id": "http://schema.org/Article" + }, + { + "@id": "http://schema.org/PublicationIssue" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Integer" }, { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" + }, + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://purl.org/ontology/bibo/pageStart" + }, + "rdfs:comment": "The page on which the work starts; for example \"135\" or \"xiii\".", + "rdfs:label": "pageStart" + }, + { + "@id": "http://schema.org/participant", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Action" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/PriceSpecification" + "@id": "http://schema.org/Organization" } ], - "rdfs:comment": "The total price for the reservation or ticket, including applicable taxes, shipping, etc.

\n\nUsage guidelines:

\n\n\n", - "rdfs:label": "totalPrice" + "rdfs:comment": "Other co-agents that participated in the action indirectly. e.g. John wrote a book with Steve.", + "rdfs:label": "participant" }, { - "@id": "http://schema.org/OfferItemCondition", + "@id": "http://schema.org/LoseAction", "@type": "rdfs:Class", - "rdfs:comment": "A list of possible conditions for the item.", - "rdfs:label": "OfferItemCondition", + "rdfs:comment": "The act of being defeated in a competitive activity.", + "rdfs:label": "LoseAction", "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "@id": "http://schema.org/AchieveAction" } }, { - "@id": "http://schema.org/inPlaylist", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicRecording" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MusicPlaylist" - }, - "rdfs:comment": "The playlist to which this recording belongs.", - "rdfs:label": "inPlaylist" - }, - { - "@id": "http://schema.org/subEvents", + "@id": "http://schema.org/associatedPathophysiology", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Event" + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/SuperficialAnatomy" + }, + { + "@id": "http://schema.org/AnatomicalSystem" + }, + { + "@id": "http://schema.org/AnatomicalStructure" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Event" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/subEvent" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference.", - "rdfs:label": "subEvents" + "rdfs:comment": "If applicable, a description of the pathophysiology associated with the anatomical system, including potential abnormal changes in the mechanical, physical, and biochemical functions of the system.", + "rdfs:label": "associatedPathophysiology" }, { - "@id": "http://schema.org/LocationFeatureSpecification", + "@id": "http://schema.org/Flight", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" - }, - "rdfs:comment": "Specifies a location feature by providing a structured value representing a feature of an accommodation as a property-value pair of varying degrees of formality.", - "rdfs:label": "LocationFeatureSpecification", + "rdfs:comment": "An airline flight.", + "rdfs:label": "Flight", "rdfs:subClassOf": { - "@id": "http://schema.org/PropertyValue" + "@id": "http://schema.org/Trip" } }, { - "@id": "http://schema.org/identifier", + "@id": "http://schema.org/menu", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/FoodEstablishment" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/PropertyValue" + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/Menu" }, { "@id": "http://schema.org/URL" + } + ], + "http://schema.org/supersededBy": { + "@id": "http://schema.org/hasMenu" + }, + "rdfs:comment": "Either the actual menu as a structured representation, as text, or a URL of the menu.", + "rdfs:label": "menu" + }, + { + "@id": "http://schema.org/educationRequirements", + "@type": "rdf:Property", + "http://schema.org/category": [ + "issue-1698", + "issue-1779" + ], + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/JobPosting" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Occupation" } ], - "http://www.w3.org/2002/07/owl#equivalentProperty": { - "@id": "http://purl.org/dc/terms/identifier" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details.", - "rdfs:label": "identifier" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/EducationalOccupationalCredential" + } + ], + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1779" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + } + ], + "rdfs:comment": "Educational background needed for the position or Occupation.", + "rdfs:label": "educationRequirements" }, { - "@id": "http://schema.org/MusicRelease", + "@id": "http://schema.org/ShoppingCenter", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, - "rdfs:comment": "A MusicRelease is a specific release of a music album.", - "rdfs:label": "MusicRelease", + "rdfs:comment": "A shopping center or mall.", + "rdfs:label": "ShoppingCenter", "rdfs:subClassOf": { - "@id": "http://schema.org/MusicPlaylist" + "@id": "http://schema.org/LocalBusiness" } }, { - "@id": "http://schema.org/ReservationConfirmed", - "@type": "http://schema.org/ReservationStatusType", - "rdfs:comment": "The status of a confirmed reservation.", - "rdfs:label": "ReservationConfirmed" + "@id": "http://schema.org/Neurologic", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that studies the nerves and nervous system and its respective disease states.", + "rdfs:label": "Neurologic" }, { - "@id": "http://schema.org/availableAtOrFrom", + "@id": "http://schema.org/ccRecipient", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Message" }, - "http://schema.org/domainIncludes": [ + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/Demand" + "@id": "http://schema.org/ContactPoint" + }, + { + "@id": "http://schema.org/Organization" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" - }, - "rdfs:comment": "The place(s) from which the offer can be obtained (e.g. store locations).", - "rdfs:label": "availableAtOrFrom", + "rdfs:comment": "A sub property of recipient. The recipient copied on a message.", + "rdfs:label": "ccRecipient", "rdfs:subPropertyOf": { - "@id": "http://schema.org/areaServed" + "@id": "http://schema.org/recipient" } }, { - "@id": "http://schema.org/TechArticle", - "@type": "rdfs:Class", - "rdfs:comment": "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.", - "rdfs:label": "TechArticle", - "rdfs:subClassOf": { - "@id": "http://schema.org/Article" - } + "@id": "http://schema.org/EventRescheduled", + "@type": "http://schema.org/EventStatusType", + "rdfs:comment": "The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated).", + "rdfs:label": "EventRescheduled" }, { - "@id": "http://schema.org/maxPrice", + "@id": "http://schema.org/ProductReturnFiniteReturnWindow", + "@type": "http://schema.org/ProductReturnEnumeration", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://attic.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/MerchantReturnFiniteReturnWindow" + }, + "rdfs:comment": "ProductReturnFiniteReturnWindow: there is a finite window for product returns.", + "rdfs:label": "ProductReturnFiniteReturnWindow" + }, + { + "@id": "http://schema.org/includesHealthPlanNetwork", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/category": "issue-1062", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/HealthInsurancePlan" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/HealthPlanNetwork" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "Networks covered by this plan.", + "rdfs:label": "includesHealthPlanNetwork" + }, + { + "@id": "http://schema.org/significantLink", + "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PriceSpecification" + "@id": "http://schema.org/WebPage" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/URL" }, - "rdfs:comment": "The highest price if the price is a range.", - "rdfs:label": "maxPrice" + "rdfs:comment": "One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.", + "rdfs:label": "significantLink" }, { - "@id": "http://schema.org/countryOfOrigin", + "@id": "http://schema.org/HowToTool", + "@type": "rdfs:Class", + "rdfs:comment": "A tool used (but not consumed) when performing instructions for how to achieve a result.", + "rdfs:label": "HowToTool", + "rdfs:subClassOf": { + "@id": "http://schema.org/HowToItem" + } + }, + { + "@id": "http://schema.org/eligibleQuantity", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/TVEpisode" - }, - { - "@id": "http://schema.org/TVSeason" + "@id": "http://schema.org/Demand" }, { - "@id": "http://schema.org/Movie" + "@id": "http://schema.org/Offer" }, { - "@id": "http://schema.org/TVSeries" + "@id": "http://schema.org/PriceSpecification" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Country" + "@id": "http://schema.org/QuantitativeValue" }, - "rdfs:comment": "The country of the principal offices of the production company or individual responsible for the movie or program.", - "rdfs:label": "countryOfOrigin" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity.", + "rdfs:label": "eligibleQuantity" }, { - "@id": "http://schema.org/tickerSymbol", + "@id": "http://schema.org/courseWorkload", "@type": "rdf:Property", + "http://schema.org/category": "issue-1909", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Corporation" + "@id": "http://schema.org/CourseInstance" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO15022.", - "rdfs:label": "tickerSymbol" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1909" + }, + "rdfs:comment": "The amount of work expected of students taking the course, often provided as a figure per week or per month, and may be broken down by type. For example, \"2 hours of lectures, 1 hour of lab work and 3 hours of independent study per week\".", + "rdfs:label": "courseWorkload" }, { - "@id": "http://schema.org/Sculpture", - "@type": "rdfs:Class", - "rdfs:comment": "A piece of sculpture.", - "rdfs:label": "Sculpture", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" - } + "@id": "http://schema.org/Throat", + "@type": "http://schema.org/PhysicalExam", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Throat assessment with clinical examination.", + "rdfs:label": "Throat" }, { - "@id": "http://schema.org/scheduledPaymentDate", + "@id": "http://schema.org/priceComponent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Invoice" + "@id": "http://schema.org/CompoundPriceSpecification" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/UnitPriceSpecification" }, - "rdfs:comment": "The date the invoice is scheduled to be paid.", - "rdfs:label": "scheduledPaymentDate" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "This property links to all UnitPriceSpecification nodes that apply in parallel for the CompoundPriceSpecification node.", + "rdfs:label": "priceComponent" }, { - "@id": "http://schema.org/lodgingUnitDescription", + "@id": "http://schema.org/availableStrength", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/LodgingReservation" + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/DrugStrength" }, - "rdfs:comment": "A full description of the lodging unit.", - "rdfs:label": "lodgingUnitDescription" + "rdfs:comment": "An available dosage strength for the drug.", + "rdfs:label": "availableStrength" }, { - "@id": "http://schema.org/duns", + "@id": "http://schema.org/engineType", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EngineSpecification" }, - "http://schema.org/domainIncludes": [ + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/QualitativeValue" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, - "rdfs:comment": "The Dun & Bradstreet DUNS number for identifying an organization or business person.", - "rdfs:label": "duns", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/identifier" - } + "rdfs:comment": "The type of engine or engines powering the vehicle.", + "rdfs:label": "engineType" }, { - "@id": "http://schema.org/ComputerStore", - "@type": "rdfs:Class", - "rdfs:comment": "A computer store.", - "rdfs:label": "ComputerStore", - "rdfs:subClassOf": { - "@id": "http://schema.org/Store" - } + "@id": "http://schema.org/recommendationStrength", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalGuidelineRecommendation" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Strength of the guideline's recommendation (e.g. 'class I').", + "rdfs:label": "recommendationStrength" }, { - "@id": "http://schema.org/jobBenefits", + "@id": "http://schema.org/cvdNumC19HOPats", "@type": "rdf:Property", + "http://schema.org/category": "issue-2521", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/JobPosting" + "@id": "http://schema.org/CDCPMDRecord" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "Description of benefits associated with the job.", - "rdfs:label": "jobBenefits" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" + }, + "rdfs:comment": "numc19hopats - HOSPITAL ONSET: Patients hospitalized in an NHSN inpatient care location with onset of suspected or confirmed COVID-19 14 or more days after hospitalization.", + "rdfs:label": "cvdNumC19HOPats" }, { - "@id": "http://schema.org/RadioStation", + "@id": "http://schema.org/State", "@type": "rdfs:Class", - "rdfs:comment": "A radio station.", - "rdfs:label": "RadioStation", + "rdfs:comment": "A state or province of a country.", + "rdfs:label": "State", "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" + "@id": "http://schema.org/AdministrativeArea" } }, { - "@id": "http://schema.org/option", + "@id": "http://schema.org/commentCount", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ChooseAction" + "@id": "http://schema.org/CreativeWork" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Thing" - }, - { - "@id": "http://schema.org/Text" - } - ], - "http://schema.org/supersededBy": { - "@id": "http://schema.org/actionOption" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" }, - "rdfs:comment": "A sub property of object. The options subject to this action.", - "rdfs:label": "option", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/object" - } + "rdfs:comment": "The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.", + "rdfs:label": "commentCount" }, { - "@id": "http://schema.org/SingleRelease", - "@type": "http://schema.org/MusicAlbumReleaseType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, - "rdfs:comment": "SingleRelease.", - "rdfs:label": "SingleRelease" + "@id": "http://schema.org/Playground", + "@type": "rdfs:Class", + "rdfs:comment": "A playground.", + "rdfs:label": "Playground", + "rdfs:subClassOf": { + "@id": "http://schema.org/CivicStructure" + } }, { - "@id": "http://schema.org/gameLocation", + "@id": "http://schema.org/additionalProperty", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Game" + "@id": "http://schema.org/QualitativeValue" }, { - "@id": "http://schema.org/VideoGameSeries" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/QuantitativeValue" }, { - "@id": "http://schema.org/PostalAddress" + "@id": "http://schema.org/Place" }, { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Product" } ], - "rdfs:comment": "Real or fictional location of the game (or part of game).", - "rdfs:label": "gameLocation" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/PropertyValue" + }, + "rdfs:comment": "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.

\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.", + "rdfs:label": "additionalProperty" }, { - "@id": "http://schema.org/OrderProblem", - "@type": "http://schema.org/OrderStatus", - "rdfs:comment": "OrderStatus representing that there is a problem with the order.", - "rdfs:label": "OrderProblem" + "@id": "http://schema.org/serviceOutput", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Service" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Thing" + }, + "rdfs:comment": "The tangible thing generated by the service, e.g. a passport, permit, etc.", + "rdfs:label": "serviceOutput" }, { - "@id": "http://schema.org/Map", + "@id": "http://schema.org/DataFeed", "@type": "rdfs:Class", - "rdfs:comment": "A map.", - "rdfs:label": "Map", + "rdfs:comment": "A single feed providing structured information about one or more entities or topics.", + "rdfs:label": "DataFeed", "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Dataset" } }, { - "@id": "http://schema.org/hasMenu", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/FoodEstablishment" + "@id": "http://schema.org/PronounceableText", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2108", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/URL" - }, - { - "@id": "http://schema.org/Menu" - }, - { - "@id": "http://schema.org/Text" - } - ], - "rdfs:comment": "Either the actual menu as a structured representation, as text, or a URL of the menu.", - "rdfs:label": "hasMenu" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2108" + }, + "rdfs:comment": "Data type: PronounceableText.", + "rdfs:label": "PronounceableText", + "rdfs:subClassOf": { + "@id": "http://schema.org/Text" + } }, { - "@id": "http://schema.org/taxID", + "@id": "http://schema.org/relatedLink", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/WebPage" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Person" - }, - { - "@id": "http://schema.org/Organization" - } - ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/URL" }, - "rdfs:comment": "The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.", - "rdfs:label": "taxID", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/identifier" + "rdfs:comment": "A link related to this web page, for example to other related web pages.", + "rdfs:label": "relatedLink" + }, + { + "@id": "http://schema.org/AppendAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of inserting at the end if an ordered collection.", + "rdfs:label": "AppendAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/InsertAction" } }, { - "@id": "http://schema.org/courseMode", + "@id": "http://schema.org/ProductGroup", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2597", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2597" + }, + "rdfs:comment": "A ProductGroup represents a group of Products that vary only in certain well-described ways, such as by size, color, material etc.

\n\nWhile a ProductGroup itself is not directly offered for sale, the various varying products that it represents can be. The ProductGroup serves as a prototype or template, standing in for all of the products who have an isVariantOf relationship to it. As such, properties (including additional types) can be applied to the ProductGroup to represent characteristics shared by each of the (possibly very many) variants. Properties that reference a ProductGroup are not included in this mechanism; neither are the following specific properties variesBy, hasVariant, url.", + "rdfs:label": "ProductGroup", + "rdfs:subClassOf": { + "@id": "http://schema.org/Product" + } + }, + { + "@id": "http://schema.org/MayTreatHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Related topics may be treated by a Topic.", + "rdfs:label": "MayTreatHealthAspect" + }, + { + "@id": "http://schema.org/LeisureTimeActivity", + "@type": "http://schema.org/PhysicalActivityCategory", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Any physical activity engaged in for recreational purposes. Examples may include ballroom dancing, roller skating, canoeing, fishing, etc.", + "rdfs:label": "LeisureTimeActivity" + }, + { + "@id": "http://schema.org/applicationSubCategory", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CourseInstance" + "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": [ { @@ -8296,11 +9198,29 @@ "@id": "http://schema.org/Text" } ], - "rdfs:comment": "The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous ).", - "rdfs:label": "courseMode" + "rdfs:comment": "Subcategory of the application, e.g. 'Arcade Game'.", + "rdfs:label": "applicationSubCategory" }, { - "@id": "http://schema.org/spatialCoverage", + "@id": "http://schema.org/recordedAs", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MusicComposition" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/recordingOf" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MusicRecording" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "An audio recording of the work.", + "rdfs:label": "recordedAs" + }, + { + "@id": "http://schema.org/spatial", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" @@ -8311,832 +9231,13990 @@ "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://purl.org/dc/terms/spatial" }, - "rdfs:comment": "The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of\n contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates\n areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York.", - "rdfs:label": "spatialCoverage", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/contentLocation" + "rdfs:comment": "The \"spatial\" property can be used in cases when more specific properties\n(e.g. locationCreated, spatialCoverage, contentLocation) are not known to be appropriate.", + "rdfs:label": "spatial" + }, + { + "@id": "http://schema.org/UnincorporatedAssociationCharity", + "@type": "http://schema.org/UKNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "UnincorporatedAssociationCharity: Non-profit type referring to a charitable company that is not incorporated (UK).", + "rdfs:label": "UnincorporatedAssociationCharity" + }, + { + "@id": "http://schema.org/PaymentPastDue", + "@type": "http://schema.org/PaymentStatusType", + "rdfs:comment": "The payment is due and considered late.", + "rdfs:label": "PaymentPastDue" + }, + { + "@id": "http://schema.org/recordedAt", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/recordedIn" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Event" + }, + "rdfs:comment": "The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.", + "rdfs:label": "recordedAt" + }, + { + "@id": "http://schema.org/EventReservation", + "@type": "rdfs:Class", + "rdfs:comment": "A reservation for an event like a concert, sporting event, or lecture.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.", + "rdfs:label": "EventReservation", + "rdfs:subClassOf": { + "@id": "http://schema.org/Reservation" } }, { - "@id": "http://schema.org/GolfCourse", + "@id": "http://schema.org/Review", "@type": "rdfs:Class", - "rdfs:comment": "A golf course.", - "rdfs:label": "GolfCourse", + "rdfs:comment": "A review of an item - for example, of a restaurant, movie, or store.", + "rdfs:label": "Review", "rdfs:subClassOf": { - "@id": "http://schema.org/SportsActivityLocation" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/followee", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/FollowAction" + "@id": "http://schema.org/FourWheelDriveConfiguration", + "@type": "http://schema.org/DriveWheelConfigurationValue", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Person" - }, - { - "@id": "http://schema.org/Organization" - } - ], - "rdfs:comment": "A sub property of object. The person or organization being followed.", - "rdfs:label": "followee", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/object" - } + "rdfs:comment": "Four-wheel drive is a transmission layout where the engine primarily drives two wheels with a part-time four-wheel drive capability.", + "rdfs:label": "FourWheelDriveConfiguration" }, { - "@id": "http://schema.org/recipe", + "@id": "http://schema.org/merchantReturnDays", "@type": "rdf:Property", + "http://schema.org/category": "issue-2288", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CookAction" + "@id": "http://schema.org/MerchantReturnPolicy" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Recipe" + "@id": "http://schema.org/Integer" }, - "rdfs:comment": "A sub property of instrument. The recipe/instructions used to perform the action.", - "rdfs:label": "recipe", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/instrument" - } + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "The merchantReturnDays property indicates the number of days (from purchase) within which relevant merchant return policy is applicable.", + "rdfs:label": "merchantReturnDays" }, { - "@id": "http://schema.org/musicBy", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/VideoGameSeries" - }, - { - "@id": "http://schema.org/VideoObject" - }, - { - "@id": "http://schema.org/Clip" - }, - { - "@id": "http://schema.org/TVSeries" - }, - { - "@id": "http://schema.org/MovieSeries" - }, - { - "@id": "http://schema.org/RadioSeries" - }, - { - "@id": "http://schema.org/VideoGame" - }, - { - "@id": "http://schema.org/Movie" - }, - { - "@id": "http://schema.org/Episode" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/MusicGroup" - }, - { - "@id": "http://schema.org/Person" - } - ], - "rdfs:comment": "The composer of the soundtrack.", - "rdfs:label": "musicBy" + "@id": "http://schema.org/EnrollingByInvitation", + "@type": "http://schema.org/MedicalStudyStatus", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Enrolling participants by invitation only.", + "rdfs:label": "EnrollingByInvitation" }, { - "@id": "http://schema.org/lyricist", + "@id": "http://schema.org/reportNumber", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicComposition" + "@id": "http://schema.org/Report" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The person who wrote the words.", - "rdfs:label": "lyricist" + "rdfs:comment": "The number or other unique designator assigned to a Report by the publishing organization.", + "rdfs:label": "reportNumber" }, { - "@id": "http://schema.org/DepartAction", + "@id": "http://schema.org/ConfirmAction", "@type": "rdfs:Class", - "rdfs:comment": "The act of departing from a place. An agent departs from an fromLocation for a destination, optionally with participants.", - "rdfs:label": "DepartAction", + "rdfs:comment": "The act of notifying someone that a future event/action is going to happen as expected.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "ConfirmAction", "rdfs:subClassOf": { - "@id": "http://schema.org/MoveAction" + "@id": "http://schema.org/InformAction" } }, { - "@id": "http://schema.org/TollFree", - "@type": "http://schema.org/ContactPointOption", - "rdfs:comment": "The associated telephone number is toll free.", - "rdfs:label": "TollFree" + "@id": "http://schema.org/Male", + "@type": "http://schema.org/GenderType", + "rdfs:comment": "The male gender.", + "rdfs:label": "Male" }, { - "@id": "http://schema.org/ActionAccessSpecification", + "@id": "http://schema.org/CookAction", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1741" + "rdfs:comment": "The act of producing/preparing food.", + "rdfs:label": "CookAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreateAction" + } + }, + { + "@id": "http://schema.org/abstract", + "@type": "rdf:Property", + "http://schema.org/category": "issue-276", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" }, - "http://schema.org/category": "issue-1741", - "rdfs:comment": "A set of requirements that a must be fulfilled in order to perform an Action.", - "rdfs:label": "ActionAccessSpecification", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/276" + }, + "rdfs:comment": "An abstract is a short description that summarizes a CreativeWork.", + "rdfs:label": "abstract" + }, + { + "@id": "http://schema.org/AuthorizeAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of granting permission to an object.", + "rdfs:label": "AuthorizeAction", "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" + "@id": "http://schema.org/AllocateAction" } }, { - "@id": "http://schema.org/amount", + "@id": "http://schema.org/spokenByCharacter", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": [ + "http://schema.org/category": "issue-271", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Quotation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + "@id": "http://schema.org/Organization" }, { - "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + "@id": "http://schema.org/Person" } ], - "http://schema.org/category": [ - "issue-1698", - "issue-1253" - ], - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/DatedMoneySpecification" - }, - { - "@id": "http://schema.org/MonetaryGrant" - }, - { - "@id": "http://schema.org/InvestmentOrDeposit" - }, - { - "@id": "http://schema.org/LoanOrCredit" - }, - { - "@id": "http://schema.org/MoneyTransfer" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Number" - }, - { - "@id": "http://schema.org/MonetaryAmount" - } - ], - "rdfs:comment": "The amount of money.", - "rdfs:label": "amount" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/271" + }, + "rdfs:comment": "The (e.g. fictional) character, Person or Organization to whom the quotation is attributed within the containing CreativeWork.", + "rdfs:label": "spokenByCharacter" }, { - "@id": "http://schema.org/reviews", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Organization" - }, - { - "@id": "http://schema.org/CreativeWork" - }, - { - "@id": "http://schema.org/Place" - }, - { - "@id": "http://schema.org/Product" - }, - { - "@id": "http://schema.org/Offer" - } - ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Review" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/review" + "@id": "http://schema.org/MedicalContraindication", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "Review of the item.", - "rdfs:label": "reviews" + "rdfs:comment": "A condition or factor that serves as a reason to withhold a certain medical therapy. Contraindications can be absolute (there are no reasonable circumstances for undertaking a course of action) or relative (the patient is at higher risk of complications, but that these risks may be outweighed by other considerations or mitigated by other measures).", + "rdfs:label": "MedicalContraindication", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEntity" + } }, { - "@id": "http://schema.org/reservationFor", + "@id": "http://schema.org/vendor", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Reservation" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/BuyAction" }, - "rdfs:comment": "The thing -- flight, event, restaurant,etc. being reserved.", - "rdfs:label": "reservationFor" - }, - { - "@id": "http://schema.org/priceCurrency", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Reservation" - }, - { - "@id": "http://schema.org/PriceSpecification" - }, - { - "@id": "http://schema.org/Ticket" - }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/TradeAction" + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/Organization" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/seller" }, - "rdfs:comment": "The currency of the price, or a price component when attached to PriceSpecification and its subtypes.

\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", - "rdfs:label": "priceCurrency" - }, - { - "@id": "http://schema.org/Number", - "@type": [ - "http://schema.org/DataType", - "rdfs:Class" - ], - "rdfs:comment": "Data type: Number.

\n\nUsage guidelines:

\n\n\n", - "rdfs:label": "Number" - }, - { - "@id": "http://schema.org/Comment", - "@type": "rdfs:Class", - "rdfs:comment": "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the text property, and its topic via about, properties shared with all CreativeWorks.", - "rdfs:label": "Comment", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "rdfs:comment": "'vendor' is an earlier term for 'seller'.", + "rdfs:label": "vendor", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/participant" } }, { - "@id": "http://schema.org/ShoeStore", + "@id": "http://schema.org/MedicalSign", "@type": "rdfs:Class", - "rdfs:comment": "A shoe store.", - "rdfs:label": "ShoeStore", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Any physical manifestation of a person's medical condition discoverable by objective diagnostic tests or physical examination.", + "rdfs:label": "MedicalSign", "rdfs:subClassOf": { - "@id": "http://schema.org/Store" + "@id": "http://schema.org/MedicalSignOrSymptom" } }, { - "@id": "http://schema.org/SuspendAction", + "@id": "http://schema.org/BookSeries", "@type": "rdfs:Class", - "rdfs:comment": "The act of momentarily pausing a device or application (e.g. pause music playback or pause a timer).", - "rdfs:label": "SuspendAction", + "rdfs:comment": "A series of books. Included books can be indicated with the hasPart property.", + "rdfs:label": "BookSeries", "rdfs:subClassOf": { - "@id": "http://schema.org/ControlAction" + "@id": "http://schema.org/CreativeWorkSeries" } }, { - "@id": "http://schema.org/serviceLocation", + "@id": "http://schema.org/exercisePlan", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ServiceChannel" + "@id": "http://schema.org/ExerciseAction" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/ExercisePlan" }, - "rdfs:comment": "The location (e.g. civic structure, local business, etc.) where a person can go to access the service.", - "rdfs:label": "serviceLocation" + "rdfs:comment": "A sub property of instrument. The exercise plan used on this action.", + "rdfs:label": "exercisePlan", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/instrument" + } }, { - "@id": "http://schema.org/executableLibraryName", + "@id": "http://schema.org/SpokenWordAlbum", + "@type": "http://schema.org/MusicAlbumProductionType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "SpokenWordAlbum.", + "rdfs:label": "SpokenWordAlbum" + }, + { + "@id": "http://schema.org/exerciseRelatedDiet", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/APIReference" + "@id": "http://schema.org/ExerciseAction" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Diet" }, - "rdfs:comment": "Library file name e.g., mscorlib.dll, system.web.dll.", - "rdfs:label": "executableLibraryName" + "rdfs:comment": "A sub property of instrument. The diet used in this action.", + "rdfs:label": "exerciseRelatedDiet", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/instrument" + } }, { - "@id": "http://schema.org/trainNumber", + "@id": "http://schema.org/Lung", + "@type": "http://schema.org/PhysicalExam", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Lung and respiratory system clinical examination.", + "rdfs:label": "Lung" + }, + { + "@id": "http://schema.org/replacee", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/TrainTrip" + "@id": "http://schema.org/ReplaceAction" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Thing" }, - "rdfs:comment": "The unique identifier for the train.", - "rdfs:label": "trainNumber" + "rdfs:comment": "A sub property of object. The object that is being replaced.", + "rdfs:label": "replacee", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/object" + } }, { - "@id": "http://schema.org/sugarContent", + "@id": "http://schema.org/replacer", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/NutritionInformation" + "@id": "http://schema.org/ReplaceAction" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Mass" + "@id": "http://schema.org/Thing" }, - "rdfs:comment": "The number of grams of sugar.", - "rdfs:label": "sugarContent" + "rdfs:comment": "A sub property of object. The object that replaces.", + "rdfs:label": "replacer", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/object" + } }, { - "@id": "http://schema.org/WPSideBar", + "@id": "http://schema.org/ParkingFacility", "@type": "rdfs:Class", - "rdfs:comment": "A sidebar section of the page.", - "rdfs:label": "WPSideBar", + "rdfs:comment": "A parking lot or other parking facility.", + "rdfs:label": "ParkingFacility", "rdfs:subClassOf": { - "@id": "http://schema.org/WebPageElement" + "@id": "http://schema.org/CivicStructure" } }, { - "@id": "http://schema.org/catalogNumber", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicRelease" + "@id": "http://schema.org/PharmacySpecialty", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The catalog number for the release.", - "rdfs:label": "catalogNumber" + "rdfs:comment": "The practice or art and science of preparing and dispensing drugs and medicines.", + "rdfs:label": "PharmacySpecialty" }, { - "@id": "http://schema.org/answerCount", + "@id": "http://schema.org/PayAction", + "@type": "rdfs:Class", + "rdfs:comment": "An agent pays a price to a participant.", + "rdfs:label": "PayAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/TradeAction" + } + }, + { + "@id": "http://schema.org/offersPrescriptionByMail", "@type": "rdf:Property", + "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Question" + "@id": "http://schema.org/HealthPlanFormulary" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/Boolean" }, - "rdfs:comment": "The number of answers this question has received.", - "rdfs:label": "answerCount" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "Whether prescriptions can be delivered by mail.", + "rdfs:label": "offersPrescriptionByMail" }, { - "@id": "http://schema.org/seatingType", + "@id": "http://schema.org/fileFormat", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Seat" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/QualitativeValue" + "@id": "http://schema.org/URL" } ], - "rdfs:comment": "The type/class of the seat.", - "rdfs:label": "seatingType" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/encodingFormat" + }, + "rdfs:comment": "Media type, typically MIME format (see IANA site) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.", + "rdfs:label": "fileFormat" }, { - "@id": "http://schema.org/FlightReservation", + "@id": "http://schema.org/HighSchool", "@type": "rdfs:Class", - "rdfs:comment": "A reservation for air travel.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.", - "rdfs:label": "FlightReservation", + "rdfs:comment": "A high school.", + "rdfs:label": "HighSchool", "rdfs:subClassOf": { - "@id": "http://schema.org/Reservation" + "@id": "http://schema.org/EducationalOrganization" } }, { - "@id": "http://schema.org/offers", + "@id": "http://schema.org/accountOverdraftLimit", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/2289" + "http://schema.org/category": "issue-1253", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BankAccount" }, - "http://schema.org/category": "issue-2289", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/AggregateOffer" - }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MonetaryAmount" + }, + "http://schema.org/source": [ { - "@id": "http://schema.org/Event" + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" }, { - "@id": "http://schema.org/EducationalOccupationalProgram" - }, - { - "@id": "http://schema.org/MenuItem" - }, - { - "@id": "http://schema.org/Trip" - }, - { - "@id": "http://schema.org/Service" - }, + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + } + ], + "rdfs:comment": "An overdraft is an extension of credit from a lending institution when an account reaches zero. An overdraft allows the individual to continue withdrawing money even if the account has no funds in it. Basically the bank allows people to borrow a set amount of money.", + "rdfs:label": "accountOverdraftLimit" + }, + { + "@id": "http://schema.org/relevantSpecialty", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalEntity" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalSpecialty" + }, + "rdfs:comment": "If applicable, a medical specialty in which this entity is relevant.", + "rdfs:label": "relevantSpecialty" + }, + { + "@id": "http://schema.org/cvdNumC19HospPats", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2521", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CDCPMDRecord" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" + }, + "rdfs:comment": "numc19hosppats - HOSPITALIZED: Patients currently hospitalized in an inpatient care location who have suspected or confirmed COVID-19.", + "rdfs:label": "cvdNumC19HospPats" + }, + { + "@id": "http://schema.org/doesNotShip", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2506", + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/ShippingRateSettings" }, { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/OfferShippingDetails" } ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/Boolean" }, - "rdfs:comment": "An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event.", - "rdfs:label": "offers" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "Indicates when shipping to a particular shippingDestination is not available.", + "rdfs:label": "doesNotShip" }, { - "@id": "http://schema.org/AlignmentObject", + "@id": "http://schema.org/BuyAction", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass" - }, - "rdfs:comment": "An intangible item that describes an alignment between a learning resource and a node in an educational framework.", - "rdfs:label": "AlignmentObject", + "rdfs:comment": "The act of giving money to a seller in exchange for goods or services rendered. An agent buys an object, product, or service from a seller for a price. Reciprocal of SellAction.", + "rdfs:label": "BuyAction", "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" + "@id": "http://schema.org/TradeAction" } }, { - "@id": "http://schema.org/editor", + "@id": "http://schema.org/legislationDate", "@type": "rdf:Property", + "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Legislation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Date" }, - "rdfs:comment": "Specifies the Person who edited the CreativeWork.", - "rdfs:label": "editor" + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" + }, + { + "@id": "http://publications.europa.eu/mdr/eli/index.html" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://data.europa.eu/eli/ontology#date_document" + }, + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#date_document" + }, + "rdfs:comment": "The date of adoption or signature of the legislation. This is the date at which the text is officially aknowledged to be a legislation, even though it might not even be published or in force.", + "rdfs:label": "legislationDate", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/dateCreated" + } }, { - "@id": "http://schema.org/discussionUrl", + "@id": "http://schema.org/cvdFacilityId", "@type": "rdf:Property", + "http://schema.org/category": "issue-2521", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/CDCPMDRecord" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "A link to the page containing the comments of the CreativeWork.", - "rdfs:label": "discussionUrl" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" + }, + "rdfs:comment": "Identifier of the NHSN facility that this data record applies to. Use cvdFacilityCounty to indicate the county. To provide other details, healthcareReportingData can be used on a Hospital entry.", + "rdfs:label": "cvdFacilityId" }, { - "@id": "http://schema.org/SellAction", + "@id": "http://schema.org/UserDownloads", "@type": "rdfs:Class", - "rdfs:comment": "The act of taking money from a buyer in exchange for goods or services rendered. An agent sells an object, product, or service to a buyer for a price. Reciprocal of BuyAction.", - "rdfs:label": "SellAction", + "http://schema.org/supersededBy": { + "@id": "http://schema.org/InteractionCounter" + }, + "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", + "rdfs:label": "UserDownloads", "rdfs:subClassOf": { - "@id": "http://schema.org/TradeAction" + "@id": "http://schema.org/UserInteraction" } }, { - "@id": "http://schema.org/educationalCredentialAwarded", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/2289" + "@id": "http://schema.org/Homeopathic", + "@type": "http://schema.org/MedicineSystem", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/category": "issue-2289", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/EducationalOccupationalProgram" - }, - { - "@id": "http://schema.org/Course" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/URL" - }, - { - "@id": "http://schema.org/EducationalOccupationalCredential" - }, - { - "@id": "http://schema.org/Text" - } - ], - "rdfs:comment": "A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.", - "rdfs:label": "educationalCredentialAwarded" + "rdfs:comment": "A system of medicine based on the principle that a disease can be cured by a substance that produces similar symptoms in healthy people.", + "rdfs:label": "Homeopathic" }, { - "@id": "http://schema.org/PetStore", + "@id": "http://schema.org/Ticket", "@type": "rdfs:Class", - "rdfs:comment": "A pet store.", - "rdfs:label": "PetStore", + "rdfs:comment": "Used to describe a ticket to an event, a flight, a bus ride, etc.", + "rdfs:label": "Ticket", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/PawnShop", + "@type": "rdfs:Class", + "rdfs:comment": "A shop that will buy, or lend money against the security of, personal possessions.", + "rdfs:label": "PawnShop", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { - "@id": "http://schema.org/coverageEndTime", + "@id": "http://schema.org/winner", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/LiveBlogPosting" + "@id": "http://schema.org/LoseAction" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/Person" }, - "rdfs:comment": "The time when the live blog will stop covering the Event. Note that coverage may continue after the Event concludes.", - "rdfs:label": "coverageEndTime" + "rdfs:comment": "A sub property of participant. The winner of the action.", + "rdfs:label": "winner", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/participant" + } }, { - "@id": "http://schema.org/numberOfPreviousOwners", + "@id": "http://schema.org/articleSection", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Article" }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.", + "rdfs:label": "articleSection" + }, + { + "@id": "http://schema.org/isPartOf", + "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/hasPart" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/CreativeWork" }, { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/URL" } ], - "rdfs:comment": "The number of owners of the vehicle, including the current one.

\n\nTypical unit code(s): C62", - "rdfs:label": "numberOfPreviousOwners" + "rdfs:comment": "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.", + "rdfs:label": "isPartOf" }, { - "@id": "http://schema.org/OnDemandEvent", + "@id": "http://schema.org/AssignAction", "@type": "rdfs:Class", - "rdfs:comment": "A publication event e.g. catch-up TV or radio podcast, during which a program is available on-demand.", - "rdfs:label": "OnDemandEvent", + "rdfs:comment": "The act of allocating an action/event/task to some destination (someone or something).", + "rdfs:label": "AssignAction", "rdfs:subClassOf": { - "@id": "http://schema.org/PublicationEvent" + "@id": "http://schema.org/AllocateAction" } }, { - "@id": "http://schema.org/artworkSurface", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/VisualArtwork" + "@id": "http://schema.org/Osteopathic", + "@type": "http://schema.org/MedicineSystem", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/URL" - } - ], - "rdfs:comment": "The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc.", - "rdfs:label": "artworkSurface" - }, - { - "@id": "http://schema.org/HalalDiet", - "@type": "http://schema.org/RestrictedDiet", - "rdfs:comment": "A diet conforming to Islamic dietary practices.", - "rdfs:label": "HalalDiet" + "rdfs:comment": "A system of medicine focused on promoting the body's innate ability to heal itself.", + "rdfs:label": "Osteopathic" }, { - "@id": "http://schema.org/issueNumber", + "@id": "http://schema.org/typeOfBed", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PublicationIssue" + "@id": "http://schema.org/BedDetails" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/BedType" }, { "@id": "http://schema.org/Text" } ], - "http://www.w3.org/2002/07/owl#equivalentProperty": { - "@id": "http://purl.org/ontology/bibo/issue" + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, - "rdfs:comment": "Identifies the issue of publication; for example, \"iii\" or \"2\".", - "rdfs:label": "issueNumber", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/position" + "rdfs:comment": "The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity.", + "rdfs:label": "typeOfBed" + }, + { + "@id": "http://schema.org/TrainStation", + "@type": "rdfs:Class", + "rdfs:comment": "A train station.", + "rdfs:label": "TrainStation", + "rdfs:subClassOf": { + "@id": "http://schema.org/CivicStructure" } }, { - "@id": "http://schema.org/AutoDealer", + "@id": "http://schema.org/DatedMoneySpecification", "@type": "rdfs:Class", - "rdfs:comment": "An car dealership.", - "rdfs:label": "AutoDealer", + "http://schema.org/supersededBy": { + "@id": "http://schema.org/MonetaryAmount" + }, + "rdfs:comment": "A DatedMoneySpecification represents monetary values with optional start and end dates. For example, this could represent an employee's salary over a specific period of time. Note: This type has been superseded by MonetaryAmount use of that type is recommended", + "rdfs:label": "DatedMoneySpecification", "rdfs:subClassOf": { - "@id": "http://schema.org/AutomotiveBusiness" + "@id": "http://schema.org/StructuredValue" } }, { - "@id": "http://schema.org/ChooseAction", + "@id": "http://schema.org/Vessel", "@type": "rdfs:Class", - "rdfs:comment": "The act of expressing a preference from a set of options or a large or unbounded set of choices/options.", - "rdfs:label": "ChooseAction", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A component of the human body circulatory system comprised of an intricate network of hollow tubes that transport blood throughout the entire body.", + "rdfs:label": "Vessel", "rdfs:subClassOf": { - "@id": "http://schema.org/AssessAction" + "@id": "http://schema.org/AnatomicalStructure" } }, { - "@id": "http://schema.org/customer", + "@id": "http://schema.org/PaymentDue", + "@type": "http://schema.org/PaymentStatusType", + "rdfs:comment": "The payment is due, but still within an acceptable time to be received.", + "rdfs:label": "PaymentDue" + }, + { + "@id": "http://schema.org/track", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Invoice" + "@id": "http://schema.org/MusicGroup" }, { - "@id": "http://schema.org/Order" + "@id": "http://schema.org/MusicPlaylist" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/MusicRecording" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/ItemList" } ], - "rdfs:comment": "Party placing the order or paying the invoice.", - "rdfs:label": "customer" - }, - { - "@id": "http://schema.org/RestrictedDiet", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "A music recording (track)—usually a single song. If an ItemList is given, the list should contain items of type MusicRecording.", + "rdfs:label": "track" + }, + { + "@id": "http://schema.org/familyName", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the name property.", + "rdfs:label": "familyName" + }, + { + "@id": "http://schema.org/percentile75", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1698", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/QuantitativeValueDistribution" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + }, + "rdfs:comment": "The 75th percentile value.", + "rdfs:label": "percentile75" + }, + { + "@id": "http://schema.org/SteeringPositionValue", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "A value indicating a steering position.", + "rdfs:label": "SteeringPositionValue", + "rdfs:subClassOf": { + "@id": "http://schema.org/QualitativeValue" + } + }, + { + "@id": "http://schema.org/WesternConventional", + "@type": "http://schema.org/MedicineSystem", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "The conventional Western system of medicine, that aims to apply the best available evidence gained from the scientific method to clinical decision making. Also known as conventional or Western medicine.", + "rdfs:label": "WesternConventional" + }, + { + "@id": "http://schema.org/containedIn", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Place" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Place" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/containedInPlace" + }, + "rdfs:comment": "The basic containment relation between a place and one that contains it.", + "rdfs:label": "containedIn" + }, + { + "@id": "http://schema.org/Flexibility", + "@type": "http://schema.org/PhysicalActivityCategory", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Physical activity that is engaged in to improve joint and muscle flexibility.", + "rdfs:label": "Flexibility" + }, + { + "@id": "http://schema.org/TypeAndQuantityNode", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "A structured value indicating the quantity, unit of measurement, and business function of goods included in a bundle offer.", + "rdfs:label": "TypeAndQuantityNode", + "rdfs:subClassOf": { + "@id": "http://schema.org/StructuredValue" + } + }, + { + "@id": "http://schema.org/AudiobookFormat", + "@type": "http://schema.org/BookFormatType", + "rdfs:comment": "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 includes Audiobook specific properties.", + "rdfs:label": "AudiobookFormat" + }, + { + "@id": "http://schema.org/PublicHealth", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Branch of medicine that pertains to the health services to improve and protect community health, especially epidemiology, sanitation, immunization, and preventive medicine.", + "rdfs:label": "PublicHealth", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalBusiness" + } + }, + { + "@id": "http://schema.org/OrderDelivered", + "@type": "http://schema.org/OrderStatus", + "rdfs:comment": "OrderStatus representing successful delivery of an order.", + "rdfs:label": "OrderDelivered" + }, + { + "@id": "http://schema.org/validUntil", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Permit" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Date" + }, + "rdfs:comment": "The date when the item is no longer valid.", + "rdfs:label": "validUntil" + }, + { + "@id": "http://schema.org/SportsClub", + "@type": "rdfs:Class", + "rdfs:comment": "A sports club.", + "rdfs:label": "SportsClub", + "rdfs:subClassOf": { + "@id": "http://schema.org/SportsActivityLocation" + } + }, + { + "@id": "http://schema.org/Bridge", + "@type": "rdfs:Class", + "rdfs:comment": "A bridge.", + "rdfs:label": "Bridge", + "rdfs:subClassOf": { + "@id": "http://schema.org/CivicStructure" + } + }, + { + "@id": "http://schema.org/WritePermission", + "@type": "http://schema.org/DigitalDocumentPermissionType", + "rdfs:comment": "Permission to write or edit the document.", + "rdfs:label": "WritePermission" + }, + { + "@id": "http://schema.org/primaryImageOfPage", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/WebPage" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/ImageObject" + }, + "rdfs:comment": "Indicates the main image on the page.", + "rdfs:label": "primaryImageOfPage" + }, + { + "@id": "http://schema.org/VirtualLocation", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1842", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1842" + }, + "rdfs:comment": "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 used as the location of an event, virtual locations should not be confused with physical locations in the real world.", + "rdfs:label": "VirtualLocation", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/applicationStartDate", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2419", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EducationalOccupationalProgram" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Date" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2419" + }, + "rdfs:comment": "The date at which the program begins collecting applications for the next enrollment cycle.", + "rdfs:label": "applicationStartDate" + }, + { + "@id": "http://schema.org/sibling", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "A sibling of the person.", + "rdfs:label": "sibling" + }, + { + "@id": "http://schema.org/LifestyleModification", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A process of care involving exercise, changes to diet, fitness routines, and other lifestyle changes aimed at improving a health condition.", + "rdfs:label": "LifestyleModification", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEntity" + } + }, + { + "@id": "http://schema.org/PaidLeave", + "@type": "http://schema.org/GovernmentBenefitsType", + "http://schema.org/category": "issue-2534", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2534" + }, + "rdfs:comment": "PaidLeave: this is a benefit for paid leave.", + "rdfs:label": "PaidLeave" + }, + { + "@id": "http://schema.org/significance", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SuperficialAnatomy" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The significance associated with the superficial anatomy; as an example, how characteristics of the superficial anatomy can suggest underlying medical conditions or courses of treatment.", + "rdfs:label": "significance" + }, + { + "@id": "http://schema.org/founders", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Organization" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/founder" + }, + "rdfs:comment": "A person who founded this organization.", + "rdfs:label": "founders" + }, + { + "@id": "http://schema.org/seeks", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Person" + }, + { + "@id": "http://schema.org/Organization" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Demand" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "A pointer to products or services sought by the organization or person (demand).", + "rdfs:label": "seeks" + }, + { + "@id": "http://schema.org/member", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/ProgramMembership" + }, + { + "@id": "http://schema.org/Organization" + } + ], + "http://schema.org/inverseOf": { + "@id": "http://schema.org/memberOf" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" + } + ], + "rdfs:comment": "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.", + "rdfs:label": "member" + }, + { + "@id": "http://schema.org/touristType", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1810", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/TouristTrip" + }, + { + "@id": "http://schema.org/TouristDestination" + }, + { + "@id": "http://schema.org/TouristAttraction" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Audience" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": [ + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" + } + ], + "rdfs:comment": "Attraction suitable for type(s) of tourist. eg. Children, visitors from a particular country, etc.", + "rdfs:label": "touristType" + }, + { + "@id": "http://schema.org/yearlyRevenue", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BusinessAudience" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "rdfs:comment": "The size of the business in annual revenue.", + "rdfs:label": "yearlyRevenue" + }, + { + "@id": "http://schema.org/Locksmith", + "@type": "rdfs:Class", + "rdfs:comment": "A locksmith.", + "rdfs:label": "Locksmith", + "rdfs:subClassOf": { + "@id": "http://schema.org/HomeAndConstructionBusiness" + } + }, + { + "@id": "http://schema.org/newsUpdatesAndGuidelines", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2490", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SpecialAnnouncement" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/WebContent" + }, + { + "@id": "http://schema.org/URL" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2490" + }, + "rdfs:comment": "Indicates a page with news updates and guidelines. This could often be (but is not required to be) the main page containing SpecialAnnouncement markup on a site.", + "rdfs:label": "newsUpdatesAndGuidelines" + }, + { + "@id": "http://schema.org/Friday", + "@type": "http://schema.org/DayOfWeek", + "http://schema.org/sameAs": { + "@id": "http://www.wikidata.org/entity/Q130" + }, + "rdfs:comment": "The day of the week between Thursday and Saturday.", + "rdfs:label": "Friday" + }, + { + "@id": "http://schema.org/suggestedMaxAge", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PeopleAudience" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "rdfs:comment": "Maximal age recommended for viewing content.", + "rdfs:label": "suggestedMaxAge" + }, + { + "@id": "http://schema.org/temporal", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/DateTime" + } + ], + "rdfs:comment": "The \"temporal\" property can be used in cases where more specific properties\n(e.g. temporalCoverage, dateCreated, dateModified, datePublished) are not known to be appropriate.", + "rdfs:label": "temporal" + }, + { + "@id": "http://schema.org/ReserveAction", + "@type": "rdfs:Class", + "rdfs:comment": "Reserving a concrete object.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "ReserveAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/PlanAction" + } + }, + { + "@id": "http://schema.org/departureStation", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/TrainTrip" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/TrainStation" + }, + "rdfs:comment": "The station from which the train departs.", + "rdfs:label": "departureStation" + }, + { + "@id": "http://schema.org/variableMeasured", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1083", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Dataset" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/PropertyValue" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1083" + }, + "rdfs:comment": "The variableMeasured property can indicate (repeated as necessary) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue.", + "rdfs:label": "variableMeasured" + }, + { + "@id": "http://schema.org/Volcano", + "@type": "rdfs:Class", + "rdfs:comment": "A volcano, like Fuji san.", + "rdfs:label": "Volcano", + "rdfs:subClassOf": { + "@id": "http://schema.org/Landform" + } + }, + { + "@id": "http://schema.org/postOp", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalDevice" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "A description of the postoperative procedures, care, and/or followups for this device.", + "rdfs:label": "postOp" + }, + { + "@id": "http://schema.org/SportsTeam", + "@type": "rdfs:Class", + "rdfs:comment": "Organization: Sports team.", + "rdfs:label": "SportsTeam", + "rdfs:subClassOf": { + "@id": "http://schema.org/SportsOrganization" + } + }, + { + "@id": "http://schema.org/repetitions", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ExercisePlan" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/QuantitativeValue" + }, + { + "@id": "http://schema.org/Number" + } + ], + "rdfs:comment": "Number of times one should repeat the activity.", + "rdfs:label": "repetitions" + }, + { + "@id": "http://schema.org/productSupported", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ContactPoint" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. \"iPhone\") or a general category of products or services (e.g. \"smartphones\").", + "rdfs:label": "productSupported" + }, + { + "@id": "http://schema.org/preparation", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalProcedure" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/MedicalEntity" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "Typical preparation that a patient must undergo before having the procedure performed.", + "rdfs:label": "preparation" + }, + { + "@id": "http://schema.org/healthPlanMarketingUrl", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1062", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/HealthInsurancePlan" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/URL" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "The URL that goes directly to the plan brochure for the specific standard plan or plan variation.", + "rdfs:label": "healthPlanMarketingUrl" + }, + { + "@id": "http://schema.org/textValue", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2108", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PronounceableText" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2108" + }, + "rdfs:comment": "Text value being annotated.", + "rdfs:label": "textValue" + }, + { + "@id": "http://schema.org/FoodService", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "A food service, like breakfast, lunch, or dinner.", + "rdfs:label": "FoodService", + "rdfs:subClassOf": { + "@id": "http://schema.org/Service" + } + }, + { + "@id": "http://schema.org/ReturnFeesEnumeration", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "ReturnFeesEnumeration expresses policies for return fees.", + "rdfs:label": "ReturnFeesEnumeration", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } + }, + { + "@id": "http://schema.org/Recipe", + "@type": "rdfs:Class", + "rdfs:comment": "A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via suitableForDiet. The keywords property can also be used to add more detail.", + "rdfs:label": "Recipe", + "rdfs:subClassOf": { + "@id": "http://schema.org/HowTo" + } + }, + { + "@id": "http://schema.org/pagination", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/PublicationVolume" + }, + { + "@id": "http://schema.org/Chapter" + }, + { + "@id": "http://schema.org/Article" + }, + { + "@id": "http://schema.org/PublicationIssue" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" + }, + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://purl.org/ontology/bibo/pages" + }, + "rdfs:comment": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".", + "rdfs:label": "pagination" + }, + { + "@id": "http://schema.org/UserReview", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1589", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1589" + }, + "rdfs:comment": "A review created by an end-user (e.g. consumer, purchaser, attendee etc.), in contrast with CriticReview.", + "rdfs:label": "UserReview", + "rdfs:subClassOf": { + "@id": "http://schema.org/Review" + } + }, + { + "@id": "http://schema.org/gameItem", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Game" + }, + { + "@id": "http://schema.org/VideoGameSeries" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Thing" + }, + "rdfs:comment": "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.", + "rdfs:label": "gameItem" + }, + { + "@id": "http://schema.org/volumeNumber", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PublicationVolume" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Integer" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" + }, + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://purl.org/ontology/bibo/volume" + }, + "rdfs:comment": "Identifies the volume of publication or multi-part work; for example, \"iii\" or \"2\".", + "rdfs:label": "volumeNumber", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/position" + } + }, + { + "@id": "http://schema.org/aspect", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalWebPage" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/mainContentOfPage" + }, + "rdfs:comment": "An aspect of medical practice that is considered on the page, such as 'diagnosis', 'treatment', 'causes', 'prognosis', 'etiology', 'epidemiology', etc.", + "rdfs:label": "aspect" + }, + { + "@id": "http://schema.org/prescriptionStatus", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/DrugPrescriptionStatus" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "Indicates the status of drug prescription eg. local catalogs classifications or whether the drug is available by prescription or over-the-counter, etc.", + "rdfs:label": "prescriptionStatus" + }, + { + "@id": "http://schema.org/result", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Action" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Thing" + }, + "rdfs:comment": "The result produced in the action. e.g. John wrote a book.", + "rdfs:label": "result" + }, + { + "@id": "http://schema.org/ExerciseAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of participating in exertive activity for the purposes of improving health and fitness.", + "rdfs:label": "ExerciseAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/PlayAction" + } + }, + { + "@id": "http://schema.org/UserPlays", + "@type": "rdfs:Class", + "http://schema.org/supersededBy": { + "@id": "http://schema.org/InteractionCounter" + }, + "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", + "rdfs:label": "UserPlays", + "rdfs:subClassOf": { + "@id": "http://schema.org/UserInteraction" + } + }, + { + "@id": "http://schema.org/isbn", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Book" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://purl.org/ontology/bibo/isbn" + }, + "rdfs:comment": "The ISBN of the book.", + "rdfs:label": "isbn", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" + } + }, + { + "@id": "http://schema.org/EBook", + "@type": "http://schema.org/BookFormatType", + "rdfs:comment": "Book format: Ebook.", + "rdfs:label": "EBook" + }, + { + "@id": "http://schema.org/occupationLocation", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1698", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Occupation" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/AdministrativeArea" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + }, + "rdfs:comment": "The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions.", + "rdfs:label": "occupationLocation" + }, + { + "@id": "http://schema.org/ProductReturnUnlimitedWindow", + "@type": "http://schema.org/ProductReturnEnumeration", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://attic.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/MerchantReturnUnlimitedWindow" + }, + "rdfs:comment": "ProductReturnUnlimitedWindow: there is an unlimited window for product returns.", + "rdfs:label": "ProductReturnUnlimitedWindow" + }, + { + "@id": "http://schema.org/ExchangeRateSpecification", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1253", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + } + ], + "rdfs:comment": "A structured value representing exchange rate.", + "rdfs:label": "ExchangeRateSpecification", + "rdfs:subClassOf": { + "@id": "http://schema.org/StructuredValue" + } + }, + { + "@id": "http://schema.org/GroceryStore", + "@type": "rdfs:Class", + "rdfs:comment": "A grocery store.", + "rdfs:label": "GroceryStore", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" + } + }, + { + "@id": "http://schema.org/benefitsSummaryUrl", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1062", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/HealthInsurancePlan" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/URL" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "The URL that goes directly to the summary of benefits and coverage for the specific standard plan or plan variation.", + "rdfs:label": "benefitsSummaryUrl" + }, + { + "@id": "http://schema.org/Demand", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "A demand entity represents the public, not necessarily binding, not necessarily exclusive, announcement by an organization or person to seek a certain type of goods or services. For describing demand using this type, the very same properties used for Offer apply.", + "rdfs:label": "Demand", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/Ear", + "@type": "http://schema.org/PhysicalExam", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Ear function assessment with clinical examination.", + "rdfs:label": "Ear" + }, + { + "@id": "http://schema.org/True", + "@type": "http://schema.org/Boolean", + "rdfs:comment": "The boolean value true.", + "rdfs:label": "True" + }, + { + "@id": "http://schema.org/AboutPage", + "@type": "rdfs:Class", + "rdfs:comment": "Web page type: About page.", + "rdfs:label": "AboutPage", + "rdfs:subClassOf": { + "@id": "http://schema.org/WebPage" + } + }, + { + "@id": "http://schema.org/musicCompositionForm", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MusicComposition" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "The type of composition (e.g. overture, sonata, symphony, etc.).", + "rdfs:label": "musicCompositionForm" + }, + { + "@id": "http://schema.org/Action", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass" + }, + "rdfs:comment": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.

\n\nSee also blog post and Actions overview document.", + "rdfs:label": "Action", + "rdfs:subClassOf": { + "@id": "http://schema.org/Thing" + } + }, + { + "@id": "http://schema.org/InsuranceAgency", + "@type": "rdfs:Class", + "rdfs:comment": "An Insurance agency.", + "rdfs:label": "InsuranceAgency", + "rdfs:subClassOf": { + "@id": "http://schema.org/FinancialService" + } + }, + { + "@id": "http://schema.org/DamagedCondition", + "@type": "http://schema.org/OfferItemCondition", + "rdfs:comment": "Indicates that the item is damaged.", + "rdfs:label": "DamagedCondition" + }, + { + "@id": "http://schema.org/trackingNumber", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ParcelDelivery" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Shipper tracking number.", + "rdfs:label": "trackingNumber" + }, + { + "@id": "http://schema.org/postalCode", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2506", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/GeoShape" + }, + { + "@id": "http://schema.org/GeoCoordinates" + }, + { + "@id": "http://schema.org/DefinedRegion" + }, + { + "@id": "http://schema.org/PostalAddress" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "The postal code. For example, 94043.", + "rdfs:label": "postalCode" + }, + { + "@id": "http://schema.org/AudioObject", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" + }, + "rdfs:comment": "An audio file.", + "rdfs:label": "AudioObject", + "rdfs:subClassOf": { + "@id": "http://schema.org/MediaObject" + } + }, + { + "@id": "http://schema.org/recordingOf", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MusicRecording" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/recordedAs" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MusicComposition" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "The composition this track is a recording of.", + "rdfs:label": "recordingOf" + }, + { + "@id": "http://schema.org/AchieveAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process.", + "rdfs:label": "AchieveAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/Action" + } + }, + { + "@id": "http://schema.org/geoWithin", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/GeospatialGeometry" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/GeospatialGeometry" + } + ], + "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in DE-9IM.", + "rdfs:label": "geoWithin" + }, + { + "@id": "http://schema.org/TaxiReservation", + "@type": "rdfs:Class", + "rdfs:comment": "A reservation for a taxi.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.", + "rdfs:label": "TaxiReservation", + "rdfs:subClassOf": { + "@id": "http://schema.org/Reservation" + } + }, + { + "@id": "http://schema.org/SeaBodyOfWater", + "@type": "rdfs:Class", + "rdfs:comment": "A sea (for example, the Caspian sea).", + "rdfs:label": "SeaBodyOfWater", + "rdfs:subClassOf": { + "@id": "http://schema.org/BodyOfWater" + } + }, + { + "@id": "http://schema.org/VeganDiet", + "@type": "http://schema.org/RestrictedDiet", + "rdfs:comment": "A diet exclusive of all animal products.", + "rdfs:label": "VeganDiet" + }, + { + "@id": "http://schema.org/accessibilitySummary", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1110", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1100" + }, + "rdfs:comment": "A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed.\"", + "rdfs:label": "accessibilitySummary" + }, + { + "@id": "http://schema.org/orderDate", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Order" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/DateTime" + }, + { + "@id": "http://schema.org/Date" + } + ], + "rdfs:comment": "Date order was placed.", + "rdfs:label": "orderDate" + }, + { + "@id": "http://schema.org/hasDriveThroughService", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2490", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Place" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Boolean" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2490" + }, + "rdfs:comment": "Indicates whether some facility (e.g. FoodEstablishment, CovidTestingFacility) offers a service that can be used by driving through in a car. In the case of CovidTestingFacility such facilities could potentially help with social distancing from other potentially-infected users.", + "rdfs:label": "hasDriveThroughService" + }, + { + "@id": "http://schema.org/Dataset", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass" + }, + "http://www.w3.org/2002/07/owl#equivalentClass": [ + { + "@id": "http://purl.org/dc/dcmitype/Dataset" + }, + { + "@id": "http://www.w3.org/ns/dcat#Dataset" + }, + { + "@id": "http://rdfs.org/ns/void#Dataset" + } + ], + "rdfs:comment": "A body of structured information describing some topic(s) of interest.", + "rdfs:label": "Dataset", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/DigitalAudioTapeFormat", + "@type": "http://schema.org/MusicReleaseFormatType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "DigitalAudioTapeFormat.", + "rdfs:label": "DigitalAudioTapeFormat" + }, + { + "@id": "http://schema.org/NonprofitSBBI", + "@type": "http://schema.org/NLNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "NonprofitSBBI: Non-profit type referring to a Social Interest Promoting Institution (NL).", + "rdfs:label": "NonprofitSBBI" + }, + { + "@id": "http://schema.org/Geriatric", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that is concerned with the diagnosis and treatment of diseases, debilities and provision of care to the aged.", + "rdfs:label": "Geriatric", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalBusiness" + } + }, + { + "@id": "http://schema.org/serviceArea", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/ContactPoint" + }, + { + "@id": "http://schema.org/Service" + }, + { + "@id": "http://schema.org/Organization" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/GeoShape" + }, + { + "@id": "http://schema.org/AdministrativeArea" + } + ], + "http://schema.org/supersededBy": { + "@id": "http://schema.org/areaServed" + }, + "rdfs:comment": "The geographic area where the service is provided.", + "rdfs:label": "serviceArea" + }, + { + "@id": "http://schema.org/healthPlanPharmacyCategory", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1062", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/HealthPlanCostSharingSpecification" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "The category or type of pharmacy associated with this cost sharing.", + "rdfs:label": "healthPlanPharmacyCategory" + }, + { + "@id": "http://schema.org/additionalVariable", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ExercisePlan" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Any additional component of the exercise prescription that may need to be articulated to the patient. This may include the order of exercises, the number of repetitions of movement, quantitative distance, progressions over time, etc.", + "rdfs:label": "additionalVariable" + }, + { + "@id": "http://schema.org/SoldOut", + "@type": "http://schema.org/ItemAvailability", + "rdfs:comment": "Indicates that the item has sold out.", + "rdfs:label": "SoldOut" + }, + { + "@id": "http://schema.org/Vehicle", + "@type": "rdfs:Class", + "rdfs:comment": "A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space.", + "rdfs:label": "Vehicle", + "rdfs:subClassOf": { + "@id": "http://schema.org/Product" + } + }, + { + "@id": "http://schema.org/regionDrained", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Vein" + }, + { + "@id": "http://schema.org/LymphaticVessel" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/AnatomicalSystem" + }, + { + "@id": "http://schema.org/AnatomicalStructure" + } + ], + "rdfs:comment": "The anatomical or organ system drained by this vessel; generally refers to a specific part of an organ.", + "rdfs:label": "regionDrained" + }, + { + "@id": "http://schema.org/targetDescription", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/AlignmentObject" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The description of a node in an established educational framework.", + "rdfs:label": "targetDescription" + }, + { + "@id": "http://schema.org/nsn", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2126", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Product" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2126" + }, + "rdfs:comment": "Indicates the NATO stock number (nsn) of a Product.", + "rdfs:label": "nsn", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" + } + }, + { + "@id": "http://schema.org/nerve", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Muscle" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Nerve" + }, + "rdfs:comment": "The underlying innervation associated with the muscle.", + "rdfs:label": "nerve" + }, + { + "@id": "http://schema.org/reservationStatus", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Reservation" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/ReservationStatusType" + }, + "rdfs:comment": "The current status of the reservation.", + "rdfs:label": "reservationStatus" + }, + { + "@id": "http://schema.org/geoContains", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/GeospatialGeometry" + }, + { + "@id": "http://schema.org/Place" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/GeospatialGeometry" + } + ], + "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. \"a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a\". As defined in DE-9IM.", + "rdfs:label": "geoContains" + }, + { + "@id": "http://schema.org/appliesToPaymentMethod", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PaymentChargeSpecification" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/PaymentMethod" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The payment method(s) to which the payment charge specification applies.", + "rdfs:label": "appliesToPaymentMethod" + }, + { + "@id": "http://schema.org/AlbumRelease", + "@type": "http://schema.org/MusicAlbumReleaseType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "AlbumRelease.", + "rdfs:label": "AlbumRelease" + }, + { + "@id": "http://schema.org/audienceType", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Audience" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The target group associated with a given audience (e.g. veterans, car owners, musicians, etc.).", + "rdfs:label": "audienceType" + }, + { + "@id": "http://schema.org/broadcastFrequency", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1004", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/BroadcastChannel" + }, + { + "@id": "http://schema.org/BroadcastService" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/BroadcastFrequencySpecification" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1004" + }, + "rdfs:comment": "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\".", + "rdfs:label": "broadcastFrequency" + }, + { + "@id": "http://schema.org/BackgroundNewsArticle", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1525", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" + }, + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" + } + ], + "rdfs:comment": "A NewsArticle providing historical context, definition and detail on a specific topic (aka \"explainer\" or \"backgrounder\"). For example, an in-depth article or frequently-asked-questions (FAQ) document on topics such as Climate Change or the European Union. Other kinds of background material from a non-news setting are often described using Book or Article, in particular ScholarlyArticle. See also NewsArticle for related vocabulary from a learning/education perspective.", + "rdfs:label": "BackgroundNewsArticle", + "rdfs:subClassOf": { + "@id": "http://schema.org/NewsArticle" + } + }, + { + "@id": "http://schema.org/Artery", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://www.w3.org/2002/07/owl#equivalentClass": { + "@id": "http://purl.bioontology.org/ontology/SNOMEDCT/51114001" + }, + "rdfs:comment": "A type of blood vessel that specifically carries blood away from the heart.", + "rdfs:label": "Artery", + "rdfs:subClassOf": { + "@id": "http://schema.org/Vessel" + } + }, + { + "@id": "http://schema.org/interactionService", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/InteractionCounter" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/SoftwareApplication" + }, + { + "@id": "http://schema.org/WebSite" + } + ], + "rdfs:comment": "The WebSite or SoftwareApplication where the interactions took place.", + "rdfs:label": "interactionService" + }, + { + "@id": "http://schema.org/Fungus", + "@type": "http://schema.org/InfectiousAgentClass", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Pathogenic fungus.", + "rdfs:label": "Fungus" + }, + { + "@id": "http://schema.org/leaseLength", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2373", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Accommodation" + }, + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/RealEstateListing" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Duration" + }, + { + "@id": "http://schema.org/QuantitativeValue" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2373" + }, + "rdfs:comment": "Length of the lease for some Accommodation, either particular to some Offer or in some cases intrinsic to the property.", + "rdfs:label": "leaseLength" + }, + { + "@id": "http://schema.org/isAvailableGenerically", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Boolean" + }, + "rdfs:comment": "True if the drug is available in a generic form (regardless of name).", + "rdfs:label": "isAvailableGenerically" + }, + { + "@id": "http://schema.org/MedicalProcedureType", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "An enumeration that describes different types of medical procedures.", + "rdfs:label": "MedicalProcedureType", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEnumeration" + } + }, + { + "@id": "http://schema.org/uploadDate", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MediaObject" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Date" + }, + "rdfs:comment": "Date when this media object was uploaded to this site.", + "rdfs:label": "uploadDate" + }, + { + "@id": "http://schema.org/startTime", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2493", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/MediaObject" + }, + { + "@id": "http://schema.org/Action" + }, + { + "@id": "http://schema.org/Schedule" + }, + { + "@id": "http://schema.org/FoodEstablishmentReservation" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Time" + }, + { + "@id": "http://schema.org/DateTime" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2493" + }, + "rdfs:comment": "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.

\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.", + "rdfs:label": "startTime" + }, + { + "@id": "http://schema.org/spouse", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "The person's spouse.", + "rdfs:label": "spouse" + }, + { + "@id": "http://schema.org/SomeProducts", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "A placeholder for multiple similar products of the same kind.", + "rdfs:label": "SomeProducts", + "rdfs:subClassOf": { + "@id": "http://schema.org/Product" + } + }, + { + "@id": "http://schema.org/missionCoveragePrioritiesPolicy", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1525", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/NewsMediaOrganization" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/URL" + } + ], + "http://schema.org/source": [ + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" + } + ], + "rdfs:comment": "For a NewsMediaOrganization, a statement on coverage priorities, including any public agenda or stance on issues.", + "rdfs:label": "missionCoveragePrioritiesPolicy", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/publishingPrinciples" + } + }, + { + "@id": "http://schema.org/AutoPartsStore", + "@type": "rdfs:Class", + "rdfs:comment": "An auto parts store.", + "rdfs:label": "AutoPartsStore", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/AutomotiveBusiness" + }, + { + "@id": "http://schema.org/Store" + } + ] + }, + { + "@id": "http://schema.org/manufacturer", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Drug" + }, + { + "@id": "http://schema.org/DietarySupplement" + }, + { + "@id": "http://schema.org/Product" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Organization" + }, + "rdfs:comment": "The manufacturer of the product.", + "rdfs:label": "manufacturer" + }, + { + "@id": "http://schema.org/Painting", + "@type": "rdfs:Class", + "rdfs:comment": "A painting.", + "rdfs:label": "Painting", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/USNonprofitType", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "USNonprofitType: Non-profit organization type originating from the United States.", + "rdfs:label": "USNonprofitType", + "rdfs:subClassOf": { + "@id": "http://schema.org/NonprofitType" + } + }, + { + "@id": "http://schema.org/Ayurvedic", + "@type": "http://schema.org/MedicineSystem", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A system of medicine that originated in India over thousands of years and that focuses on integrating and balancing the body, mind, and spirit.", + "rdfs:label": "Ayurvedic" + }, + { + "@id": "http://schema.org/ratingValue", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Rating" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/Number" + } + ], + "rdfs:comment": "The rating for the content.

\n\nUsage guidelines:

\n\n\n", + "rdfs:label": "ratingValue" + }, + { + "@id": "http://schema.org/Ligament", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A short band of tough, flexible, fibrous connective tissue that functions to connect multiple bones, cartilages, and structurally support joints.", + "rdfs:label": "Ligament", + "rdfs:subClassOf": { + "@id": "http://schema.org/AnatomicalStructure" + } + }, + { + "@id": "http://schema.org/inLanguage", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2382", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Event" + }, + { + "@id": "http://schema.org/BroadcastService" + }, + { + "@id": "http://schema.org/PronounceableText" + }, + { + "@id": "http://schema.org/WriteAction" + }, + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/LinkRole" + }, + { + "@id": "http://schema.org/CommunicateAction" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/Language" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2382" + }, + "rdfs:comment": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage.", + "rdfs:label": "inLanguage" + }, + { + "@id": "http://schema.org/educationalAlignment", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/LearningResource" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/AlignmentObject" + }, + "rdfs:comment": "An alignment to an established educational framework.

\n\nThis property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource teaches or assesses a competency.", + "rdfs:label": "educationalAlignment" + }, + { + "@id": "http://schema.org/relatedCondition", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/AnatomicalStructure" + }, + { + "@id": "http://schema.org/AnatomicalSystem" + }, + { + "@id": "http://schema.org/SuperficialAnatomy" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalCondition" + }, + "rdfs:comment": "A medical condition associated with this anatomy.", + "rdfs:label": "relatedCondition" + }, + { + "@id": "http://schema.org/QAPage", + "@type": "rdfs:Class", + "rdfs:comment": "A QAPage is a WebPage focussed on a specific Question and its Answer(s), e.g. in a question answering site or documenting Frequently Asked Questions (FAQs).", + "rdfs:label": "QAPage", + "rdfs:subClassOf": { + "@id": "http://schema.org/WebPage" + } + }, + { + "@id": "http://schema.org/query", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SearchAction" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "A sub property of instrument. The query used on this action.", + "rdfs:label": "query", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/instrument" + } + }, + { + "@id": "http://schema.org/sameAs", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Thing" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/URL" + }, + "rdfs:comment": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.", + "rdfs:label": "sameAs" + }, + { + "@id": "http://schema.org/urlTemplate", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EntryPoint" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "An url template (RFC6570) that will be used to construct the target of the execution of the action.", + "rdfs:label": "urlTemplate" + }, + { + "@id": "http://schema.org/MoveAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of an agent relocating to a place.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "MoveAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/Action" + } + }, + { + "@id": "http://schema.org/tissueSample", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PathologyTest" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The type of tissue sample required for the test.", + "rdfs:label": "tissueSample" + }, + { + "@id": "http://schema.org/CreativeWork", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" + }, + "rdfs:comment": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.", + "rdfs:label": "CreativeWork", + "rdfs:subClassOf": { + "@id": "http://schema.org/Thing" + } + }, + { + "@id": "http://schema.org/AddAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of editing by adding an object to a collection.", + "rdfs:label": "AddAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/UpdateAction" + } + }, + { + "@id": "http://schema.org/broadcastChannelId", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BroadcastChannel" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number.", + "rdfs:label": "broadcastChannelId" + }, + { + "@id": "http://schema.org/JewelryStore", + "@type": "rdfs:Class", + "rdfs:comment": "A jewelry store.", + "rdfs:label": "JewelryStore", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" + } + }, + { + "@id": "http://schema.org/sku", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Demand" + }, + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Product" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.", + "rdfs:label": "sku", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" + } + }, + { + "@id": "http://schema.org/abridged", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Book" + }, + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Boolean" + }, + "rdfs:comment": "Indicates whether the book is an abridged edition.", + "rdfs:label": "abridged" + }, + { + "@id": "http://schema.org/ViewAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of consuming static visual content.", + "rdfs:label": "ViewAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/ConsumeAction" + } + }, + { + "@id": "http://schema.org/WPFooter", + "@type": "rdfs:Class", + "rdfs:comment": "The footer section of the page.", + "rdfs:label": "WPFooter", + "rdfs:subClassOf": { + "@id": "http://schema.org/WebPageElement" + } + }, + { + "@id": "http://schema.org/associatedMedia", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MediaObject" + }, + "rdfs:comment": "A media object that encodes this CreativeWork. This property is a synonym for encoding.", + "rdfs:label": "associatedMedia" + }, + { + "@id": "http://schema.org/FinancialProduct", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + }, + "rdfs:comment": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry.", + "rdfs:label": "FinancialProduct", + "rdfs:subClassOf": { + "@id": "http://schema.org/Service" + } + }, + { + "@id": "http://schema.org/Muscle", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A muscle is an anatomical structure consisting of a contractile form of tissue that animals use to effect movement.", + "rdfs:label": "Muscle", + "rdfs:subClassOf": { + "@id": "http://schema.org/AnatomicalStructure" + } + }, + { + "@id": "http://schema.org/OrderReturned", + "@type": "http://schema.org/OrderStatus", + "rdfs:comment": "OrderStatus representing that an order has been returned.", + "rdfs:label": "OrderReturned" + }, + { + "@id": "http://schema.org/prescribingInfo", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/URL" + }, + "rdfs:comment": "Link to prescribing information for the drug.", + "rdfs:label": "prescribingInfo" + }, + { + "@id": "http://schema.org/MedicalWebPage", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A web page that provides medical information.", + "rdfs:label": "MedicalWebPage", + "rdfs:subClassOf": { + "@id": "http://schema.org/WebPage" + } + }, + { + "@id": "http://schema.org/FullRefund", + "@type": "http://schema.org/RefundTypeEnumeration", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "A FullRefund ...", + "rdfs:label": "FullRefund" + }, + { + "@id": "http://schema.org/HowTo", + "@type": "rdfs:Class", + "rdfs:comment": "Instructions that explain how to achieve a result by performing a sequence of steps.", + "rdfs:label": "HowTo", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/PublicationEvent", + "@type": "rdfs:Class", + "rdfs:comment": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media.", + "rdfs:label": "PublicationEvent", + "rdfs:subClassOf": { + "@id": "http://schema.org/Event" + } + }, + { + "@id": "http://schema.org/funder", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/MonetaryGrant" + }, + { + "@id": "http://schema.org/Event" + }, + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/Person" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" + } + ], + "rdfs:comment": "A person or organization that supports (sponsors) something through some kind of financial contribution.", + "rdfs:label": "funder", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/sponsor" + } + }, + { + "@id": "http://schema.org/LikeAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.", + "rdfs:label": "LikeAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/ReactAction" + } + }, + { + "@id": "http://schema.org/Podiatric", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Podiatry is the care of the human foot, especially the diagnosis and treatment of foot disorders.", + "rdfs:label": "Podiatric", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalBusiness" + } + }, + { + "@id": "http://schema.org/position", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/ListItem" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/Integer" + } + ], + "rdfs:comment": "The position of an item in a series or sequence of items.", + "rdfs:label": "position" + }, + { + "@id": "http://schema.org/applicantLocationRequirements", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2083", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/AdministrativeArea" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2083" + }, + "rdfs:comment": "The location(s) applicants can apply from. This is usually used for telecommuting jobs where the applicant does not need to be in a physical office. Note: This should not be used for citizenship or work visa requirements.", + "rdfs:label": "applicantLocationRequirements" + }, + { + "@id": "http://schema.org/Course", + "@type": "rdfs:Class", + "rdfs:comment": "A description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.", + "rdfs:label": "Course", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/LearningResource" + } + ] + }, + { + "@id": "http://schema.org/BefriendAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "BefriendAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/InteractAction" + } + }, + { + "@id": "http://schema.org/playerType", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MediaObject" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Player type required—for example, Flash or Silverlight.", + "rdfs:label": "playerType" + }, + { + "@id": "http://schema.org/colleagues", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/colleague" + }, + "rdfs:comment": "A colleague of the person.", + "rdfs:label": "colleagues" + }, + { + "@id": "http://schema.org/ParcelService", + "@type": "http://schema.org/DeliveryMethod", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "A private parcel service as the delivery mode available for a certain offer.

\n\nCommonly used values:

\n\n\n", + "rdfs:label": "ParcelService" + }, + { + "@id": "http://schema.org/Urologic", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that is concerned with the diagnosis and treatment of diseases pertaining to the urinary tract and the urogenital system.", + "rdfs:label": "Urologic" + }, + { + "@id": "http://schema.org/drugClass", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DrugClass" + }, + "rdfs:comment": "The class of drug this belongs to (e.g., statins).", + "rdfs:label": "drugClass" + }, + { + "@id": "http://schema.org/studyLocation", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalStudy" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/AdministrativeArea" + }, + "rdfs:comment": "The location in which the study is taking/took place.", + "rdfs:label": "studyLocation" + }, + { + "@id": "http://schema.org/HealthTopicContent", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "HealthTopicContent is WebContent that is about some aspect of a health topic, e.g. a condition, its symptoms or treatments. Such content may be comprised of several parts or sections and use different types of media. Multiple instances of WebContent (and hence HealthTopicContent) can be related using hasPart / isPartOf where there is some kind of content hierarchy, and their content described with about and mentions e.g. building upon the existing MedicalCondition vocabulary.", + "rdfs:label": "HealthTopicContent", + "rdfs:subClassOf": { + "@id": "http://schema.org/WebContent" + } + }, + { + "@id": "http://schema.org/typeOfGood", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/OwnershipInfo" + }, + { + "@id": "http://schema.org/TypeAndQuantityNode" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Service" + }, + { + "@id": "http://schema.org/Product" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The product that this structured value is referring to.", + "rdfs:label": "typeOfGood" + }, + { + "@id": "http://schema.org/OfferForPurchase", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2348", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2348" + }, + "rdfs:comment": "An OfferForPurchase in Schema.org represents an Offer to sell something, i.e. an Offer whose\n businessFunction is sell. See Good Relations for\n background on the underlying concepts.", + "rdfs:label": "OfferForPurchase", + "rdfs:subClassOf": { + "@id": "http://schema.org/Offer" + } + }, + { + "@id": "http://schema.org/warning", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "Any FDA or other warnings about the drug (text or URL).", + "rdfs:label": "warning" + }, + { + "@id": "http://schema.org/DownloadAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of downloading an object.", + "rdfs:label": "DownloadAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/TransferAction" + } + }, + { + "@id": "http://schema.org/businessFunction", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/TypeAndQuantityNode" + }, + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Demand" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/BusinessFunction" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell.", + "rdfs:label": "businessFunction" + }, + { + "@id": "http://schema.org/TireShop", + "@type": "rdfs:Class", + "rdfs:comment": "A tire shop.", + "rdfs:label": "TireShop", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" + } + }, + { + "@id": "http://schema.org/jobImmediateStart", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2244", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Boolean" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2244" + }, + "rdfs:comment": "An indicator as to whether a position is available for an immediate start.", + "rdfs:label": "jobImmediateStart" + }, + { + "@id": "http://schema.org/sampleType", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareSourceCode" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/codeSampleType" + }, + "rdfs:comment": "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.", + "rdfs:label": "sampleType" + }, + { + "@id": "http://schema.org/PoliceStation", + "@type": "rdfs:Class", + "rdfs:comment": "A police station.", + "rdfs:label": "PoliceStation", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/CivicStructure" + }, + { + "@id": "http://schema.org/EmergencyService" + } + ] + }, + { + "@id": "http://schema.org/latitude", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/GeoCoordinates" + }, + { + "@id": "http://schema.org/Place" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Number" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "The latitude of a location. For example 37.42242 (WGS 84).", + "rdfs:label": "latitude" + }, + { + "@id": "http://schema.org/postalCodePrefix", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2506", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DefinedRegion" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "A defined range of postal codes indicated by a common textual prefix. Used for non-numeric systems such as UK.", + "rdfs:label": "postalCodePrefix" + }, + { + "@id": "http://schema.org/inker", + "@type": "rdf:Property", + "http://schema.org/category": "Comics", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/VisualArtwork" + }, + { + "@id": "http://schema.org/ComicStory" + }, + { + "@id": "http://schema.org/ComicIssue" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "The individual who traces over the pencil drawings in ink after pencils are complete.", + "rdfs:label": "inker" + }, + { + "@id": "http://schema.org/arrivalAirport", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Flight" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Airport" + }, + "rdfs:comment": "The airport where the flight terminates.", + "rdfs:label": "arrivalAirport" + }, + { + "@id": "http://schema.org/earlyPrepaymentPenalty", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/RepaymentSpecification" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MonetaryAmount" + }, + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + } + ], + "rdfs:comment": "The amount to be paid as a penalty in the event of early payment of the loan.", + "rdfs:label": "earlyPrepaymentPenalty" + }, + { + "@id": "http://schema.org/bestRating", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Rating" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Number" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.", + "rdfs:label": "bestRating" + }, + { + "@id": "http://schema.org/HealthClub", + "@type": "rdfs:Class", + "rdfs:comment": "A health club.", + "rdfs:label": "HealthClub", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/HealthAndBeautyBusiness" + }, + { + "@id": "http://schema.org/SportsActivityLocation" + } + ] + }, + { + "@id": "http://schema.org/MedicineSystem", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Systems of medical practice.", + "rdfs:label": "MedicineSystem", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEnumeration" + } + }, + { + "@id": "http://schema.org/MusicAlbum", + "@type": "rdfs:Class", + "rdfs:comment": "A collection of music tracks.", + "rdfs:label": "MusicAlbum", + "rdfs:subClassOf": { + "@id": "http://schema.org/MusicPlaylist" + } + }, + { + "@id": "http://schema.org/HowToSection", + "@type": "rdfs:Class", + "rdfs:comment": "A sub-grouping of steps in the instructions for how to achieve a result (e.g. steps for making a pie crust within a pie recipe).", + "rdfs:label": "HowToSection", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/ItemList" + }, + { + "@id": "http://schema.org/ListItem" + }, + { + "@id": "http://schema.org/CreativeWork" + } + ] + }, + { + "@id": "http://schema.org/seasons", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/VideoGameSeries" + }, + { + "@id": "http://schema.org/TVSeries" + }, + { + "@id": "http://schema.org/RadioSeries" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/CreativeWorkSeason" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/season" + }, + "rdfs:comment": "A season in a media series.", + "rdfs:label": "seasons" + }, + { + "@id": "http://schema.org/permissions", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareApplication" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi).", + "rdfs:label": "permissions" + }, + { + "@id": "http://schema.org/mileageFromOdometer", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The total distance travelled by the particular vehicle since its initial production, as read from its odometer.

\n\nTypical unit code(s): KMT for kilometers, SMI for statute miles", + "rdfs:label": "mileageFromOdometer" + }, + { + "@id": "http://schema.org/Person", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" + }, + "http://www.w3.org/2002/07/owl#equivalentClass": { + "@id": "http://xmlns.com/foaf/0.1/Person" + }, + "rdfs:comment": "A person (alive, dead, undead, or fictional).", + "rdfs:label": "Person", + "rdfs:subClassOf": { + "@id": "http://schema.org/Thing" + } + }, + { + "@id": "http://schema.org/numberOfFullBathrooms", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2373", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Accommodation" + }, + { + "@id": "http://schema.org/FloorPlan" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2373" + }, + "rdfs:comment": "Number of full bathrooms - The total number of full and ¾ bathrooms in an Accommodation. This corresponds to the BathroomsFull field in RESO.", + "rdfs:label": "numberOfFullBathrooms" + }, + { + "@id": "http://schema.org/RsvpResponseYes", + "@type": "http://schema.org/RsvpResponseType", + "rdfs:comment": "The invitee will attend.", + "rdfs:label": "RsvpResponseYes" + }, + { + "@id": "http://schema.org/AnimalShelter", + "@type": "rdfs:Class", + "rdfs:comment": "Animal shelter.", + "rdfs:label": "AnimalShelter", + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } + }, + { + "@id": "http://schema.org/actionStatus", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Action" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/ActionStatusType" + }, + "rdfs:comment": "Indicates the current disposition of the Action.", + "rdfs:label": "actionStatus" + }, + { + "@id": "http://schema.org/TextDigitalDocument", + "@type": "rdfs:Class", + "rdfs:comment": "A file composed primarily of text.", + "rdfs:label": "TextDigitalDocument", + "rdfs:subClassOf": { + "@id": "http://schema.org/DigitalDocument" + } + }, + { + "@id": "http://schema.org/Thesis", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "http://schema.org/source": { + "@id": "http://www.productontology.org/id/Thesis" + }, + "rdfs:comment": "A thesis or dissertation document submitted in support of candidature for an academic degree or professional qualification.", + "rdfs:label": "Thesis", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/audio", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2420", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/AudioObject" + }, + { + "@id": "http://schema.org/MusicRecording" + }, + { + "@id": "http://schema.org/Clip" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2420" + }, + "rdfs:comment": "An embedded audio object.", + "rdfs:label": "audio" + }, + { + "@id": "http://schema.org/CDCPMDRecord", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2521", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" + }, + "rdfs:comment": "A CDCPMDRecord is a data structure representing a record in a CDC tabular data format\n used for hospital data reporting. See documentation for details, and the linked CDC materials for authoritative\n definitions used as the source here.", + "rdfs:label": "CDCPMDRecord", + "rdfs:subClassOf": { + "@id": "http://schema.org/StructuredValue" + } + }, + { + "@id": "http://schema.org/PreOrder", + "@type": "http://schema.org/ItemAvailability", + "rdfs:comment": "Indicates that the item is available for pre-order.", + "rdfs:label": "PreOrder" + }, + { + "@id": "http://schema.org/WorkersUnion", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-243", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/243" + }, + "rdfs:comment": "A Workers Union (also known as a Labor Union, Labour Union, or Trade Union) is an organization that promotes the interests of its worker members by collectively bargaining with management, organizing, and political lobbying.", + "rdfs:label": "WorkersUnion", + "rdfs:subClassOf": { + "@id": "http://schema.org/Organization" + } + }, + { + "@id": "http://schema.org/legislationIdentifier", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1156", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Legislation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/URL" + } + ], + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" + }, + { + "@id": "http://publications.europa.eu/mdr/eli/index.html" + } + ], + "http://www.w3.org/2004/02/skos/core#closeMatch": { + "@id": "http://data.europa.eu/eli/ontology#id_local" + }, + "rdfs:comment": "An identifier for the legislation. This can be either a string-based identifier, like the CELEX at EU level or the NOR in France, or a web-based, URL/URI identifier, like an ELI (European Legislation Identifier) or an URN-Lex.", + "rdfs:label": "legislationIdentifier", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" + } + }, + { + "@id": "http://schema.org/workExample", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/exampleOfWork" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" + }, + "rdfs:comment": "Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook.", + "rdfs:label": "workExample" + }, + { + "@id": "http://schema.org/HowOrWhereHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Information about how or where to find a topic. Also may contain location data that can be used for where to look for help if the topic is observed.", + "rdfs:label": "HowOrWhereHealthAspect" + }, + { + "@id": "http://schema.org/LendAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of providing an object under an agreement that it will be returned at a later date. Reciprocal of BorrowAction.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "LendAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/TransferAction" + } + }, + { + "@id": "http://schema.org/availabilityStarts", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1741", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/ActionAccessSpecification" + }, + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Demand" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Time" + }, + { + "@id": "http://schema.org/DateTime" + }, + { + "@id": "http://schema.org/Date" + } + ], + "http://schema.org/source": [ + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1741" + } + ], + "rdfs:comment": "The beginning of the availability of the product or service included in the offer.", + "rdfs:label": "availabilityStarts" + }, + { + "@id": "http://schema.org/FoodEstablishment", + "@type": "rdfs:Class", + "rdfs:comment": "A food-related business.", + "rdfs:label": "FoodEstablishment", + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } + }, + { + "@id": "http://schema.org/encoding", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/encodesCreativeWork" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MediaObject" + }, + "rdfs:comment": "A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.", + "rdfs:label": "encoding" + }, + { + "@id": "http://schema.org/interactivityType", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'.", + "rdfs:label": "interactivityType" + }, + { + "@id": "http://schema.org/evidenceOrigin", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalGuideline" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Source of the data used to formulate the guidance, e.g. RCT, consensus opinion, etc.", + "rdfs:label": "evidenceOrigin" + }, + { + "@id": "http://schema.org/TransferAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.", + "rdfs:label": "TransferAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/Action" + } + }, + { + "@id": "http://schema.org/ListenAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of consuming audio content.", + "rdfs:label": "ListenAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/ConsumeAction" + } + }, + { + "@id": "http://schema.org/provider", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2289", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/EducationalOccupationalProgram" + }, + { + "@id": "http://schema.org/Reservation" + }, + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/Invoice" + }, + { + "@id": "http://schema.org/Service" + }, + { + "@id": "http://schema.org/ParcelDelivery" + }, + { + "@id": "http://schema.org/Trip" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2289" + }, + "rdfs:comment": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.", + "rdfs:label": "provider" + }, + { + "@id": "http://schema.org/DeliveryChargeSpecification", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "The price for the delivery of an offer using a particular delivery method.", + "rdfs:label": "DeliveryChargeSpecification", + "rdfs:subClassOf": { + "@id": "http://schema.org/PriceSpecification" + } + }, + { + "@id": "http://schema.org/openingHoursSpecification", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Place" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/OpeningHoursSpecification" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The opening hours of a certain place.", + "rdfs:label": "openingHoursSpecification" + }, + { + "@id": "http://schema.org/screenCount", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MovieTheater" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "rdfs:comment": "The number of screens in the movie theater.", + "rdfs:label": "screenCount" + }, + { + "@id": "http://schema.org/Collection", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "rdfs:comment": "A collection of items e.g. creative works or products.", + "rdfs:label": "Collection", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/occupancy", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/HotelRoom" + }, + { + "@id": "http://schema.org/Apartment" + }, + { + "@id": "http://schema.org/SingleFamilyResidence" + }, + { + "@id": "http://schema.org/Suite" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person).\nTypical unit code(s): C62 for person", + "rdfs:label": "occupancy" + }, + { + "@id": "http://schema.org/NotInForce", + "@type": "http://schema.org/LegalForceStatus", + "http://schema.org/category": "issue-1156", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" + }, + { + "@id": "http://publications.europa.eu/mdr/eli/index.html" + } + ], + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#InForce-notInForce" + }, + "rdfs:comment": "Indicates that a legislation is currently not in force.", + "rdfs:label": "NotInForce" + }, + { + "@id": "http://schema.org/doseValue", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DoseSchedule" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Number" + }, + { + "@id": "http://schema.org/QualitativeValue" + } + ], + "rdfs:comment": "The value of the dose, e.g. 500.", + "rdfs:label": "doseValue" + }, + { + "@id": "http://schema.org/authenticator", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1741", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MediaSubscription" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Organization" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1741" + }, + "rdfs:comment": "The Organization responsible for authenticating the user's subscription. For example, many media apps require a cable/satellite provider to authenticate your subscription before playing media.", + "rdfs:label": "authenticator" + }, + { + "@id": "http://schema.org/MedicalImagingTechnique", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Any medical imaging modality typically used for diagnostic purposes. Enumerated type.", + "rdfs:label": "MedicalImagingTechnique", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEnumeration" + } + }, + { + "@id": "http://schema.org/Midwifery", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A nurse-like health profession that deals with pregnancy, childbirth, and the postpartum period (including care of the newborn), besides sexual and reproductive health of women throughout their lives.", + "rdfs:label": "Midwifery", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalBusiness" + } + }, + { + "@id": "http://schema.org/orderItemStatus", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/OrderItem" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/OrderStatus" + }, + "rdfs:comment": "The current status of the order item.", + "rdfs:label": "orderItemStatus" + }, + { + "@id": "http://schema.org/Organization", + "@type": "rdfs:Class", + "rdfs:comment": "An organization such as a school, NGO, corporation, club, etc.", + "rdfs:label": "Organization", + "rdfs:subClassOf": { + "@id": "http://schema.org/Thing" + } + }, + { + "@id": "http://schema.org/gamePlatform", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/VideoGameSeries" + }, + { + "@id": "http://schema.org/VideoGame" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/Thing" + } + ], + "rdfs:comment": "The electronic systems used to play video games.", + "rdfs:label": "gamePlatform" + }, + { + "@id": "http://schema.org/departureAirport", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Flight" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Airport" + }, + "rdfs:comment": "The airport where the flight originates.", + "rdfs:label": "departureAirport" + }, + { + "@id": "http://schema.org/MedicalProcedure", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://www.w3.org/2002/07/owl#equivalentClass": { + "@id": "http://purl.bioontology.org/ontology/SNOMEDCT/50731006" + }, + "rdfs:comment": "A process of care used in either a diagnostic, therapeutic, preventive or palliative capacity that relies on invasive (surgical), non-invasive, or other techniques.", + "rdfs:label": "MedicalProcedure", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEntity" + } + }, + { + "@id": "http://schema.org/trackingUrl", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ParcelDelivery" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/URL" + }, + "rdfs:comment": "Tracking url for the parcel delivery.", + "rdfs:label": "trackingUrl" + }, + { + "@id": "http://schema.org/programMembershipUsed", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Reservation" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/ProgramMembership" + }, + "rdfs:comment": "Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.", + "rdfs:label": "programMembershipUsed" + }, + { + "@id": "http://schema.org/DeleteAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of editing a recipient by removing one of its objects.", + "rdfs:label": "DeleteAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/UpdateAction" + } + }, + { + "@id": "http://schema.org/Wednesday", + "@type": "http://schema.org/DayOfWeek", + "http://schema.org/sameAs": { + "@id": "http://www.wikidata.org/entity/Q128" + }, + "rdfs:comment": "The day of the week between Tuesday and Thursday.", + "rdfs:label": "Wednesday" + }, + { + "@id": "http://schema.org/infectiousAgent", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/InfectiousDisease" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The actual infectious agent, such as a specific bacterium.", + "rdfs:label": "infectiousAgent" + }, + { + "@id": "http://schema.org/MedicalDevicePurpose", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Categories of medical devices, organized by the purpose or intended use of the device.", + "rdfs:label": "MedicalDevicePurpose", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEnumeration" + } + }, + { + "@id": "http://schema.org/jobStartDate", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2244", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Date" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2244" + }, + "rdfs:comment": "The date on which a successful applicant for this job would be expected to start work. Choose a specific date in the future or use the jobImmediateStart property to indicate the position is to be filled as soon as possible.", + "rdfs:label": "jobStartDate" + }, + { + "@id": "http://schema.org/shippingLabel", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2506", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/OfferShippingDetails" + }, + { + "@id": "http://schema.org/ShippingRateSettings" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "Label to match an OfferShippingDetails with a ShippingRateSettings (within the context of a shippingSettingsLink cross-reference).", + "rdfs:label": "shippingLabel" + }, + { + "@id": "http://schema.org/SoundtrackAlbum", + "@type": "http://schema.org/MusicAlbumProductionType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "SoundtrackAlbum.", + "rdfs:label": "SoundtrackAlbum" + }, + { + "@id": "http://schema.org/Manuscript", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1448", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1448" + }, + "rdfs:comment": "A book, document, or piece of music written by hand rather than typed or printed.", + "rdfs:label": "Manuscript", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/SiteNavigationElement", + "@type": "rdfs:Class", + "rdfs:comment": "A navigation element of the page.", + "rdfs:label": "SiteNavigationElement", + "rdfs:subClassOf": { + "@id": "http://schema.org/WebPageElement" + } + }, + { + "@id": "http://schema.org/NutritionInformation", + "@type": "rdfs:Class", + "rdfs:comment": "Nutritional information about the recipe.", + "rdfs:label": "NutritionInformation", + "rdfs:subClassOf": { + "@id": "http://schema.org/StructuredValue" + } + }, + { + "@id": "http://schema.org/benefits", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/jobBenefits" + }, + "rdfs:comment": "Description of benefits associated with the job.", + "rdfs:label": "benefits" + }, + { + "@id": "http://schema.org/MedicalIndication", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A condition or factor that indicates use of a medical therapy, including signs, symptoms, risk factors, anatomical states, etc.", + "rdfs:label": "MedicalIndication", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEntity" + } + }, + { + "@id": "http://schema.org/InteractionCounter", + "@type": "rdfs:Class", + "rdfs:comment": "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.", + "rdfs:label": "InteractionCounter", + "rdfs:subClassOf": { + "@id": "http://schema.org/StructuredValue" + } + }, + { + "@id": "http://schema.org/DeliveryTimeSettings", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2506", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "A DeliveryTimeSettings represents re-usable pieces of shipping information, relating to timing. It is designed for publication on an URL that may be referenced via the shippingSettingsLink property of a OfferShippingDetails. Several occurrences can be published, distinguished (and identified/referenced) by their different values for transitTimeLabel.", + "rdfs:label": "DeliveryTimeSettings", + "rdfs:subClassOf": { + "@id": "http://schema.org/StructuredValue" + } + }, + { + "@id": "http://schema.org/OrderProcessing", + "@type": "http://schema.org/OrderStatus", + "rdfs:comment": "OrderStatus representing that an order is being processed.", + "rdfs:label": "OrderProcessing" + }, + { + "@id": "http://schema.org/bloodSupply", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Muscle" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Vessel" + }, + "rdfs:comment": "The blood vessel that carries blood from the heart to the muscle.", + "rdfs:label": "bloodSupply" + }, + { + "@id": "http://schema.org/firstAppearance", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1828", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Claim" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1828" + }, + "rdfs:comment": "Indicates the first known occurence of a Claim in some CreativeWork.", + "rdfs:label": "firstAppearance", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/workExample" + } + }, + { + "@id": "http://schema.org/jurisdiction", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2534", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/GovernmentService" + }, + { + "@id": "http://schema.org/Legislation" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/AdministrativeArea" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2534" + }, + "rdfs:comment": "Indicates a legal jurisdiction, e.g. of some legislation, or where some government service is based.", + "rdfs:label": "jurisdiction" + }, + { + "@id": "http://schema.org/VisualArtwork", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_VisualArtworkClass" + }, + "rdfs:comment": "A work of art that is primarily visual in character.", + "rdfs:label": "VisualArtwork", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/TradeAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment.", + "rdfs:label": "TradeAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/Action" + } + }, + { + "@id": "http://schema.org/processorRequirements", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareApplication" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Processor architecture required to run the application (e.g. IA64).", + "rdfs:label": "processorRequirements" + }, + { + "@id": "http://schema.org/RefurbishedCondition", + "@type": "http://schema.org/OfferItemCondition", + "rdfs:comment": "Indicates that the item is refurbished.", + "rdfs:label": "RefurbishedCondition" + }, + { + "@id": "http://schema.org/bookEdition", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Book" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The edition of the book.", + "rdfs:label": "bookEdition" + }, + { + "@id": "http://schema.org/LegalService", + "@type": "rdfs:Class", + "rdfs:comment": "A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.

\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s).", + "rdfs:label": "LegalService", + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } + }, + { + "@id": "http://schema.org/grantee", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DigitalDocumentPermission" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/ContactPoint" + }, + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Audience" + }, + { + "@id": "http://schema.org/Person" + } + ], + "rdfs:comment": "The person, organization, contact point, or audience that has been granted this permission.", + "rdfs:label": "grantee" + }, + { + "@id": "http://schema.org/RemixAlbum", + "@type": "http://schema.org/MusicAlbumProductionType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "RemixAlbum.", + "rdfs:label": "RemixAlbum" + }, + { + "@id": "http://schema.org/Time", + "@type": [ + "http://schema.org/DataType", + "rdfs:Class" + ], + "rdfs:comment": "A point in time recurring on multiple days in the form hh:mm:ss[Z|(+|-)hh:mm] (see XML schema for details).", + "rdfs:label": "Time" + }, + { + "@id": "http://schema.org/VegetarianDiet", + "@type": "http://schema.org/RestrictedDiet", + "rdfs:comment": "A diet exclusive of animal meat.", + "rdfs:label": "VegetarianDiet" + }, + { + "@id": "http://schema.org/availableDeliveryMethod", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Demand" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DeliveryMethod" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The delivery method(s) available for this offer.", + "rdfs:label": "availableDeliveryMethod" + }, + { + "@id": "http://schema.org/MedicalResearcher", + "@type": "http://schema.org/MedicalAudienceType", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Medical researchers.", + "rdfs:label": "MedicalResearcher" + }, + { + "@id": "http://schema.org/KosherDiet", + "@type": "http://schema.org/RestrictedDiet", + "rdfs:comment": "A diet conforming to Jewish dietary practices.", + "rdfs:label": "KosherDiet" + }, + { + "@id": "http://schema.org/ApartmentComplex", + "@type": "rdfs:Class", + "rdfs:comment": "Residence type: Apartment complex.", + "rdfs:label": "ApartmentComplex", + "rdfs:subClassOf": { + "@id": "http://schema.org/Residence" + } + }, + { + "@id": "http://schema.org/RegisterAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of registering to be a user of a service, product or web page.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "RegisterAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/InteractAction" + } + }, + { + "@id": "http://schema.org/HousePainter", + "@type": "rdfs:Class", + "rdfs:comment": "A house painting service.", + "rdfs:label": "HousePainter", + "rdfs:subClassOf": { + "@id": "http://schema.org/HomeAndConstructionBusiness" + } + }, + { + "@id": "http://schema.org/EvidenceLevelA", + "@type": "http://schema.org/MedicalEvidenceLevel", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Data derived from multiple randomized clinical trials or meta-analyses.", + "rdfs:label": "EvidenceLevelA" + }, + { + "@id": "http://schema.org/EvidenceLevelC", + "@type": "http://schema.org/MedicalEvidenceLevel", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Only consensus opinion of experts, case studies, or standard-of-care.", + "rdfs:label": "EvidenceLevelC" + }, + { + "@id": "http://schema.org/EvidenceLevelB", + "@type": "http://schema.org/MedicalEvidenceLevel", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Data derived from a single randomized trial, or nonrandomized studies.", + "rdfs:label": "EvidenceLevelB" + }, + { + "@id": "http://schema.org/sensoryUnit", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Nerve" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/AnatomicalStructure" + }, + { + "@id": "http://schema.org/SuperficialAnatomy" + } + ], + "rdfs:comment": "The neurological pathway extension that inputs and sends information to the brain or spinal cord.", + "rdfs:label": "sensoryUnit" + }, + { + "@id": "http://schema.org/qualifications", + "@type": "rdf:Property", + "http://schema.org/category": [ + "issue-1779", + "issue-1698" + ], + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/JobPosting" + }, + { + "@id": "http://schema.org/Occupation" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/EducationalOccupationalCredential" + } + ], + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1779" + } + ], + "rdfs:comment": "Specific qualifications required for this role or Occupation.", + "rdfs:label": "qualifications" + }, + { + "@id": "http://schema.org/recipeYield", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Recipe" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/QuantitativeValue" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "The quantity produced by the recipe (for example, number of people served, number of servings, etc).", + "rdfs:label": "recipeYield", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/yield" + } + }, + { + "@id": "http://schema.org/DiagnosticLab", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A medical laboratory that offers on-site or off-site diagnostic services.", + "rdfs:label": "DiagnosticLab", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalOrganization" + } + }, + { + "@id": "http://schema.org/risks", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Diet" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Specific physiologic risks associated to the diet plan.", + "rdfs:label": "risks" + }, + { + "@id": "http://schema.org/isProprietary", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/DietarySupplement" + }, + { + "@id": "http://schema.org/Drug" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Boolean" + }, + "rdfs:comment": "True if this item's name is a proprietary/brand name (vs. generic name).", + "rdfs:label": "isProprietary" + }, + { + "@id": "http://schema.org/gameServer", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/VideoGame" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/game" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/GameServer" + }, + "rdfs:comment": "The server on which it is possible to play the game.", + "rdfs:label": "gameServer" + }, + { + "@id": "http://schema.org/increasesRiskOf", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalRiskFactor" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalEntity" + }, + "rdfs:comment": "The condition, complication, etc. influenced by this factor.", + "rdfs:label": "increasesRiskOf" + }, + { + "@id": "http://schema.org/Quiz", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2611", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2611" + }, + "rdfs:comment": "Quiz: A test of knowledge, skills and abilities.", + "rdfs:label": "Quiz", + "rdfs:subClassOf": { + "@id": "http://schema.org/LearningResource" + } + }, + { + "@id": "http://schema.org/Attorney", + "@type": "rdfs:Class", + "rdfs:comment": "Professional service: Attorney.

\n\nThis type is deprecated - LegalService is more inclusive and less ambiguous.", + "rdfs:label": "Attorney", + "rdfs:subClassOf": { + "@id": "http://schema.org/LegalService" + } + }, + { + "@id": "http://schema.org/constrainingProperty", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2291", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/StatisticalPopulation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2291" + }, + "rdfs:comment": "Indicates a property used as a constraint to define a StatisticalPopulation with respect to the set of entities\n corresponding to an indicated type (via populationType).", + "rdfs:label": "constrainingProperty" + }, + { + "@id": "http://schema.org/arrivalPlatform", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/TrainTrip" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The platform where the train arrives.", + "rdfs:label": "arrivalPlatform" + }, + { + "@id": "http://schema.org/bed", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/HotelRoom" + }, + { + "@id": "http://schema.org/Suite" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/BedType" + }, + { + "@id": "http://schema.org/BedDetails" + } + ], + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "The type of bed or beds included in the accommodation. For the single case of just one bed of a certain type, you use bed directly with a text.\n If you want to indicate the quantity of a certain kind of bed, use an instance of BedDetails. For more detailed information, use the amenityFeature property.", + "rdfs:label": "bed" + }, + { + "@id": "http://schema.org/bookFormat", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Book" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/BookFormatType" + }, + "rdfs:comment": "The format of the book.", + "rdfs:label": "bookFormat" + }, + { + "@id": "http://schema.org/RsvpAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of notifying an event organizer as to whether you expect to attend the event.", + "rdfs:label": "RsvpAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/InformAction" + } + }, + { + "@id": "http://schema.org/url", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Thing" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/URL" + }, + "rdfs:comment": "URL of the item.", + "rdfs:label": "url" + }, + { + "@id": "http://schema.org/PreSale", + "@type": "http://schema.org/ItemAvailability", + "rdfs:comment": "Indicates that the item is available for ordering and delivery before general availability.", + "rdfs:label": "PreSale" + }, + { + "@id": "http://schema.org/ToyStore", + "@type": "rdfs:Class", + "rdfs:comment": "A toy store.", + "rdfs:label": "ToyStore", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" + } + }, + { + "@id": "http://schema.org/Blog", + "@type": "rdfs:Class", + "rdfs:comment": "A blog.", + "rdfs:label": "Blog", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/currentExchangeRate", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ExchangeRateSpecification" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/UnitPriceSpecification" + }, + "http://schema.org/source": [ + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + } + ], + "rdfs:comment": "The current price of a currency.", + "rdfs:label": "currentExchangeRate" + }, + { + "@id": "http://schema.org/ResumeAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of resuming a device or application which was formerly paused (e.g. resume music playback or resume a timer).", + "rdfs:label": "ResumeAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/ControlAction" + } + }, + { + "@id": "http://schema.org/Waterfall", + "@type": "rdfs:Class", + "rdfs:comment": "A waterfall, like Niagara.", + "rdfs:label": "Waterfall", + "rdfs:subClassOf": { + "@id": "http://schema.org/BodyOfWater" + } + }, + { + "@id": "http://schema.org/Suite", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "A suite in a hotel or other public accommodation, denotes a class of luxury accommodations, the key feature of which is multiple rooms (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Suite_(hotel)).\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", + "rdfs:label": "Suite", + "rdfs:subClassOf": { + "@id": "http://schema.org/Accommodation" + } + }, + { + "@id": "http://schema.org/Sunday", + "@type": "http://schema.org/DayOfWeek", + "http://schema.org/sameAs": { + "@id": "http://www.wikidata.org/entity/Q132" + }, + "rdfs:comment": "The day of the week between Saturday and Monday.", + "rdfs:label": "Sunday" + }, + { + "@id": "http://schema.org/torque", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EngineSpecification" + }, + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The torque (turning force) of the vehicle's engine.

\n\nTypical unit code(s): NU for newton metre (N m), F17 for pound-force per foot, or F48 for pound-force per inch

\n\n\n", + "rdfs:label": "torque" + }, + { + "@id": "http://schema.org/postOfficeBoxNumber", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PostalAddress" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The post office box number for PO box addresses.", + "rdfs:label": "postOfficeBoxNumber" + }, + { + "@id": "http://schema.org/MedicalCondition", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Any condition of the human body that affects the normal functioning of a person, whether physically or mentally. Includes diseases, injuries, disabilities, disorders, syndromes, etc.", + "rdfs:label": "MedicalCondition", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEntity" + } + }, + { + "@id": "http://schema.org/MovieRentalStore", + "@type": "rdfs:Class", + "rdfs:comment": "A movie rental store.", + "rdfs:label": "MovieRentalStore", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" + } + }, + { + "@id": "http://schema.org/WinAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of achieving victory in a competitive activity.", + "rdfs:label": "WinAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/AchieveAction" + } + }, + { + "@id": "http://schema.org/PropertyValueSpecification", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass" + }, + "rdfs:comment": "A Property value specification.", + "rdfs:label": "PropertyValueSpecification", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/Quotation", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-271", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/271" + }, + "rdfs:comment": "A quotation. Often but not necessarily from some written work, attributable to a real world author and - if associated with a fictional character - to any fictional Person. Use isBasedOn to link to source/origin. The recordedIn property can be used to reference a Quotation from an Event.", + "rdfs:label": "Quotation", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/ReimbursementCap", + "@type": "http://schema.org/DrugCostCategory", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "The drug's cost represents the maximum reimbursement paid by an insurer for the drug.", + "rdfs:label": "ReimbursementCap" + }, + { + "@id": "http://schema.org/actionableFeedbackPolicy", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1525", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/NewsMediaOrganization" + }, + { + "@id": "http://schema.org/Organization" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/CreativeWork" + } + ], + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" + }, + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" + } + ], + "rdfs:comment": "For a NewsMediaOrganization or other news-related Organization, a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication.", + "rdfs:label": "actionableFeedbackPolicy", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/publishingPrinciples" + } + }, + { + "@id": "http://schema.org/isUnlabelledFallback", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2506", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/ShippingRateSettings" + }, + { + "@id": "http://schema.org/DeliveryTimeSettings" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Boolean" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "This can be marked 'true' to indicate that some published DeliveryTimeSettings or ShippingRateSettings are intended to apply to all OfferShippingDetails published by the same merchant, when referenced by a shippingSettingsLink in those settings. It is not meaningful to use a 'true' value for this property alongside a transitTimeLabel (for DeliveryTimeSettings) or shippingLabel (for ShippingRateSettings), since this property is for use with unlabelled settings.", + "rdfs:label": "isUnlabelledFallback" + }, + { + "@id": "http://schema.org/recipeCategory", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Recipe" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The category of the recipe—for example, appetizer, entree, etc.", + "rdfs:label": "recipeCategory" + }, + { + "@id": "http://schema.org/EducationEvent", + "@type": "rdfs:Class", + "rdfs:comment": "Event type: Education event.", + "rdfs:label": "EducationEvent", + "rdfs:subClassOf": { + "@id": "http://schema.org/Event" + } + }, + { + "@id": "http://schema.org/ComicIssue", + "@type": "rdfs:Class", + "http://schema.org/category": "Comics", + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "rdfs:comment": "Individual comic issues are serially published as\n part of a larger series. For the sake of consistency, even one-shot issues\n belong to a series comprised of a single issue. All comic issues can be\n uniquely identified by: the combination of the name and volume number of the\n series to which the issue belongs; the issue number; and the variant\n description of the issue (if any).", + "rdfs:label": "ComicIssue", + "rdfs:subClassOf": { + "@id": "http://schema.org/PublicationIssue" + } + }, + { + "@id": "http://schema.org/Musculoskeletal", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that pertains to diagnosis and treatment of disorders of muscles, ligaments and skeletal system.", + "rdfs:label": "Musculoskeletal" + }, + { + "@id": "http://schema.org/areaServed", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Service" + }, + { + "@id": "http://schema.org/ContactPoint" + }, + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Demand" + }, + { + "@id": "http://schema.org/DeliveryChargeSpecification" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/GeoShape" + }, + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/AdministrativeArea" + } + ], + "rdfs:comment": "The geographic area where a service or offered item is provided.", + "rdfs:label": "areaServed" + }, + { + "@id": "http://schema.org/fatContent", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/NutritionInformation" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Mass" + }, + "rdfs:comment": "The number of grams of fat.", + "rdfs:label": "fatContent" + }, + { + "@id": "http://schema.org/character", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "Fictional person connected with a creative work.", + "rdfs:label": "character" + }, + { + "@id": "http://schema.org/GiveAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of transferring ownership of an object to a destination. Reciprocal of TakeAction.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "GiveAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/TransferAction" + } + }, + { + "@id": "http://schema.org/NLNonprofitType", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "NLNonprofitType: Non-profit organization type originating from the Netherlands.", + "rdfs:label": "NLNonprofitType", + "rdfs:subClassOf": { + "@id": "http://schema.org/NonprofitType" + } + }, + { + "@id": "http://schema.org/sourceOrganization", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Organization" + }, + "rdfs:comment": "The Organization on whose behalf the creator was working.", + "rdfs:label": "sourceOrganization" + }, + { + "@id": "http://schema.org/instructor", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CourseInstance" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "A person assigned to instruct or provide instructional assistance for the CourseInstance.", + "rdfs:label": "instructor" + }, + { + "@id": "http://schema.org/Guide", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2405", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2405" + }, + "rdfs:comment": "Guide is a page or article that recommend specific products or services, or aspects of a thing for a user to consider. A Guide may represent a Buying Guide and detail aspects of products or services for a user to consider. A Guide may represent a Product Guide and recommend specific products or services. A Guide may represent a Ranked List and recommend specific products or services with ranking.", + "rdfs:label": "Guide", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/remainingAttendeeCapacity", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Event" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "rdfs:comment": "The number of attendee places for an event that remain unallocated.", + "rdfs:label": "remainingAttendeeCapacity" + }, + { + "@id": "http://schema.org/maximumPhysicalAttendeeCapacity", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1842", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Event" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1842" + }, + "rdfs:comment": "The maximum physical attendee capacity of an Event whose eventAttendanceMode is OfflineEventAttendanceMode (or the offline aspects, in the case of a MixedEventAttendanceMode).", + "rdfs:label": "maximumPhysicalAttendeeCapacity" + }, + { + "@id": "http://schema.org/OrderPickupAvailable", + "@type": "http://schema.org/OrderStatus", + "rdfs:comment": "OrderStatus representing availability of an order for pickup.", + "rdfs:label": "OrderPickupAvailable" + }, + { + "@id": "http://schema.org/mpn", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/Demand" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.", + "rdfs:label": "mpn" + }, + { + "@id": "http://schema.org/audience", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Service" + }, + { + "@id": "http://schema.org/LodgingBusiness" + }, + { + "@id": "http://schema.org/Event" + }, + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/PlayAction" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Audience" + }, + "rdfs:comment": "An intended audience, i.e. a group for whom something was created.", + "rdfs:label": "audience" + }, + { + "@id": "http://schema.org/MedicalGuidelineContraindication", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A guideline contraindication that designates a process as harmful and where quality of the data supporting the contraindication is sound.", + "rdfs:label": "MedicalGuidelineContraindication", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalGuideline" + } + }, + { + "@id": "http://schema.org/awayTeam", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SportsEvent" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/SportsTeam" + }, + { + "@id": "http://schema.org/Person" + } + ], + "rdfs:comment": "The away team in a sports event.", + "rdfs:label": "awayTeam", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/competitor" + } + }, + { + "@id": "http://schema.org/Skin", + "@type": "http://schema.org/PhysicalExam", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Skin assessment with clinical examination.", + "rdfs:label": "Skin" + }, + { + "@id": "http://schema.org/ImagingTest", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Any medical imaging modality typically used for diagnostic purposes.", + "rdfs:label": "ImagingTest", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalTest" + } + }, + { + "@id": "http://schema.org/InvestmentFund", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1253", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + } + ], + "rdfs:comment": "A company or fund that gathers capital from a number of investors to create a pool of money that is then re-invested into stocks, bonds and other assets.", + "rdfs:label": "InvestmentFund", + "rdfs:subClassOf": { + "@id": "http://schema.org/InvestmentOrDeposit" + } + }, + { + "@id": "http://schema.org/GenderType", + "@type": "rdfs:Class", + "rdfs:comment": "An enumeration of genders.", + "rdfs:label": "GenderType", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } + }, + { + "@id": "http://schema.org/employmentUnit", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2296", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Organization" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2296" + }, + "rdfs:comment": "Indicates the department, unit and/or facility where the employee reports and/or in which the job is to be performed.", + "rdfs:label": "employmentUnit" + }, + { + "@id": "http://schema.org/AutoWash", + "@type": "rdfs:Class", + "rdfs:comment": "A car wash business.", + "rdfs:label": "AutoWash", + "rdfs:subClassOf": { + "@id": "http://schema.org/AutomotiveBusiness" + } + }, + { + "@id": "http://schema.org/InstallAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of installing an application.", + "rdfs:label": "InstallAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/ConsumeAction" + } + }, + { + "@id": "http://schema.org/providesService", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ServiceChannel" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Service" + }, + "rdfs:comment": "The service provided by this channel.", + "rdfs:label": "providesService" + }, + { + "@id": "http://schema.org/Distillery", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-743", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/743" + }, + "rdfs:comment": "A distillery.", + "rdfs:label": "Distillery", + "rdfs:subClassOf": { + "@id": "http://schema.org/FoodEstablishment" + } + }, + { + "@id": "http://schema.org/LiveAlbum", + "@type": "http://schema.org/MusicAlbumProductionType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "LiveAlbum.", + "rdfs:label": "LiveAlbum" + }, + { + "@id": "http://schema.org/beforeMedia", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/HowToDirection" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/MediaObject" + }, + { + "@id": "http://schema.org/URL" + } + ], + "rdfs:comment": "A media object representing the circumstances before performing this direction.", + "rdfs:label": "beforeMedia" + }, + { + "@id": "http://schema.org/PrognosisHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Typical progression and happenings of life course of the topic.", + "rdfs:label": "PrognosisHealthAspect" + }, + { + "@id": "http://schema.org/DiabeticDiet", + "@type": "http://schema.org/RestrictedDiet", + "rdfs:comment": "A diet appropriate for people with diabetes.", + "rdfs:label": "DiabeticDiet" + }, + { + "@id": "http://schema.org/actionOption", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ChooseAction" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/Thing" + } + ], + "rdfs:comment": "A sub property of object. The options subject to this action.", + "rdfs:label": "actionOption", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/object" + } + }, + { + "@id": "http://schema.org/AggregateOffer", + "@type": "rdfs:Class", + "rdfs:comment": "When a single product is associated with multiple offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.

\n\nNote: AggregateOffers are normally expected to associate multiple offers that all share the same defined businessFunction value, or default to http://purl.org/goodrelations/v1#Sell if businessFunction is not explicitly defined.", + "rdfs:label": "AggregateOffer", + "rdfs:subClassOf": { + "@id": "http://schema.org/Offer" + } + }, + { + "@id": "http://schema.org/height", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/Person" + }, + { + "@id": "http://schema.org/MediaObject" + }, + { + "@id": "http://schema.org/VisualArtwork" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Distance" + }, + { + "@id": "http://schema.org/QuantitativeValue" + } + ], + "rdfs:comment": "The height of the item.", + "rdfs:label": "height" + }, + { + "@id": "http://schema.org/subTrip", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1810", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Trip" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/partOfTrip" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Trip" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" + }, + "rdfs:comment": "Identifies a Trip that is a subTrip of this Trip. For example Day 1, Day 2, etc. of a multi-day trip.", + "rdfs:label": "subTrip" + }, + { + "@id": "http://schema.org/Museum", + "@type": "rdfs:Class", + "rdfs:comment": "A museum.", + "rdfs:label": "Museum", + "rdfs:subClassOf": { + "@id": "http://schema.org/CivicStructure" + } + }, + { + "@id": "http://schema.org/mechanismOfAction", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Drug" + }, + { + "@id": "http://schema.org/DietarySupplement" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The specific biochemical interaction through which this drug or supplement produces its pharmacological effect.", + "rdfs:label": "mechanismOfAction" + }, + { + "@id": "http://schema.org/AnatomicalSystem", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "An anatomical system is a group of anatomical structures that work together to perform a certain task. Anatomical systems, such as organ systems, are one organizing principle of anatomy, and can includes circulatory, digestive, endocrine, integumentary, immune, lymphatic, muscular, nervous, reproductive, respiratory, skeletal, urinary, vestibular, and other systems.", + "rdfs:label": "AnatomicalSystem", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEntity" + } + }, + { + "@id": "http://schema.org/deliveryAddress", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ParcelDelivery" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/PostalAddress" + }, + "rdfs:comment": "Destination address.", + "rdfs:label": "deliveryAddress" + }, + { + "@id": "http://schema.org/HowToSupply", + "@type": "rdfs:Class", + "rdfs:comment": "A supply consumed when performing the instructions for how to achieve a result.", + "rdfs:label": "HowToSupply", + "rdfs:subClassOf": { + "@id": "http://schema.org/HowToItem" + } + }, + { + "@id": "http://schema.org/LimitedByGuaranteeCharity", + "@type": "http://schema.org/UKNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "LimitedByGuaranteeCharity: Non-profit type referring to a charitable company that is limited by guarantee (UK).", + "rdfs:label": "LimitedByGuaranteeCharity" + }, + { + "@id": "http://schema.org/PostOffice", + "@type": "rdfs:Class", + "rdfs:comment": "A post office.", + "rdfs:label": "PostOffice", + "rdfs:subClassOf": { + "@id": "http://schema.org/GovernmentOffice" + } + }, + { + "@id": "http://schema.org/CheckoutPage", + "@type": "rdfs:Class", + "rdfs:comment": "Web page type: Checkout page.", + "rdfs:label": "CheckoutPage", + "rdfs:subClassOf": { + "@id": "http://schema.org/WebPage" + } + }, + { + "@id": "http://schema.org/InfectiousDisease", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "An infectious disease is a clinically evident human disease resulting from the presence of pathogenic microbial agents, like pathogenic viruses, pathogenic bacteria, fungi, protozoa, multicellular parasites, and prions. To be considered an infectious disease, such pathogens are known to be able to cause this disease.", + "rdfs:label": "InfectiousDisease", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalCondition" + } + }, + { + "@id": "http://schema.org/healthPlanId", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1062", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/HealthInsurancePlan" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "The 14-character, HIOS-generated Plan ID number. (Plan IDs must be unique, even across different markets.)", + "rdfs:label": "healthPlanId" + }, + { + "@id": "http://schema.org/refundType", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2288", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MerchantReturnPolicy" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/RefundTypeEnumeration" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "A refundType, from an enumerated list.", + "rdfs:label": "refundType" + }, + { + "@id": "http://schema.org/Accommodation", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", + "rdfs:label": "Accommodation", + "rdfs:subClassOf": { + "@id": "http://schema.org/Place" + } + }, + { + "@id": "http://schema.org/VeterinaryCare", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A vet's office.", + "rdfs:label": "VeterinaryCare", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalOrganization" + } + }, + { + "@id": "http://schema.org/cargoVolume", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The available volume for cargo or luggage. For automobiles, this is usually the trunk volume.

\n\nTypical unit code(s): LTR for liters, FTQ for cubic foot/feet

\n\nNote: You can use minValue and maxValue to indicate ranges.", + "rdfs:label": "cargoVolume" + }, + { + "@id": "http://schema.org/defaultValue", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PropertyValueSpecification" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Thing" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "The default value of the input. For properties that expect a literal, the default is a literal value, for properties that expect an object, it's an ID reference to one of the current values.", + "rdfs:label": "defaultValue" + }, + { + "@id": "http://schema.org/WorkBasedProgram", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2289", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2289" + }, + "rdfs:comment": "A program with both an educational and employment component. Typically based at a workplace and structured around work-based learning, with the aim of instilling competencies related to an occupation. WorkBasedProgram is used to distinguish programs such as apprenticeships from school, college or other classroom based educational programs.", + "rdfs:label": "WorkBasedProgram", + "rdfs:subClassOf": { + "@id": "http://schema.org/EducationalOccupationalProgram" + } + }, + { + "@id": "http://schema.org/actor", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Event" + }, + { + "@id": "http://schema.org/Episode" + }, + { + "@id": "http://schema.org/Movie" + }, + { + "@id": "http://schema.org/CreativeWorkSeason" + }, + { + "@id": "http://schema.org/RadioSeries" + }, + { + "@id": "http://schema.org/MovieSeries" + }, + { + "@id": "http://schema.org/TVSeries" + }, + { + "@id": "http://schema.org/VideoGameSeries" + }, + { + "@id": "http://schema.org/VideoObject" + }, + { + "@id": "http://schema.org/VideoGame" + }, + { + "@id": "http://schema.org/Clip" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", + "rdfs:label": "actor" + }, + { + "@id": "http://schema.org/InternationalTrial", + "@type": "http://schema.org/MedicalTrialDesign", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "An international trial.", + "rdfs:label": "InternationalTrial" + }, + { + "@id": "http://schema.org/Longitudinal", + "@type": "http://schema.org/MedicalObservationalStudyDesign", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Unlike cross-sectional studies, longitudinal studies track the same people, and therefore the differences observed in those people are less likely to be the result of cultural differences across generations. Longitudinal studies are also used in medicine to uncover predictors of certain diseases.", + "rdfs:label": "Longitudinal" + }, + { + "@id": "http://schema.org/AutoRepair", + "@type": "rdfs:Class", + "rdfs:comment": "Car repair business.", + "rdfs:label": "AutoRepair", + "rdfs:subClassOf": { + "@id": "http://schema.org/AutomotiveBusiness" + } + }, + { + "@id": "http://schema.org/childMinAge", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ParentAudience" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "rdfs:comment": "Minimal age of the child.", + "rdfs:label": "childMinAge" + }, + { + "@id": "http://schema.org/unnamedSourcesPolicy", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1525", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/NewsMediaOrganization" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/URL" + } + ], + "http://schema.org/source": [ + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" + } + ], + "rdfs:comment": "For an Organization (typically a NewsMediaOrganization), a statement about policy on use of unnamed sources and the decision process required.", + "rdfs:label": "unnamedSourcesPolicy", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/publishingPrinciples" + } + }, + { + "@id": "http://schema.org/cvdNumC19OverflowPats", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2521", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CDCPMDRecord" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" + }, + "rdfs:comment": "numc19overflowpats - ED/OVERFLOW: Patients with suspected or confirmed COVID-19 who are in the ED or any overflow location awaiting an inpatient bed.", + "rdfs:label": "cvdNumC19OverflowPats" + }, + { + "@id": "http://schema.org/ExerciseGym", + "@type": "rdfs:Class", + "rdfs:comment": "A gym.", + "rdfs:label": "ExerciseGym", + "rdfs:subClassOf": { + "@id": "http://schema.org/SportsActivityLocation" + } + }, + { + "@id": "http://schema.org/broadcastTimezone", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BroadcastService" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The timezone in ISO 8601 format for which the service bases its broadcasts", + "rdfs:label": "broadcastTimezone" + }, + { + "@id": "http://schema.org/ProfilePage", + "@type": "rdfs:Class", + "rdfs:comment": "Web page type: Profile page.", + "rdfs:label": "ProfilePage", + "rdfs:subClassOf": { + "@id": "http://schema.org/WebPage" + } + }, + { + "@id": "http://schema.org/Nonprofit527", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit527: Non-profit type referring to Political organizations.", + "rdfs:label": "Nonprofit527" + }, + { + "@id": "http://schema.org/Dermatology", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that pertains to diagnosis and treatment of disorders of skin.", + "rdfs:label": "Dermatology", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalBusiness" + } + }, + { + "@id": "http://schema.org/performers", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Event" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Person" + }, + { + "@id": "http://schema.org/Organization" + } + ], + "http://schema.org/supersededBy": { + "@id": "http://schema.org/performer" + }, + "rdfs:comment": "The main performer or performers of the event—for example, a presenter, musician, or actor.", + "rdfs:label": "performers" + }, + { + "@id": "http://schema.org/algorithm", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalRiskScore" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The algorithm or rules to follow to compute the score.", + "rdfs:label": "algorithm" + }, + { + "@id": "http://schema.org/serialNumber", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Demand" + }, + { + "@id": "http://schema.org/IndividualProduct" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer.", + "rdfs:label": "serialNumber", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" + } + }, + { + "@id": "http://schema.org/includesObject", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Demand" + }, + { + "@id": "http://schema.org/ProductCollection" + }, + { + "@id": "http://schema.org/Offer" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/TypeAndQuantityNode" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "This links to a node or nodes indicating the exact quantity of the products included in an Offer or ProductCollection.", + "rdfs:label": "includesObject" + }, + { + "@id": "http://schema.org/courseCode", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Course" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The identifier for the Course used by the course provider (e.g. CS101 or 6.001).", + "rdfs:label": "courseCode" + }, + { + "@id": "http://schema.org/coverageStartTime", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/LiveBlogPosting" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DateTime" + }, + "rdfs:comment": "The time when the live blog will begin covering the Event. Note that coverage may begin before the Event's start time. The LiveBlogPosting may also be created before coverage begins.", + "rdfs:label": "coverageStartTime" + }, + { + "@id": "http://schema.org/ApprovedIndication", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "An indication for a medical therapy that has been formally specified or approved by a regulatory body that regulates use of the therapy; for example, the US FDA approves indications for most drugs in the US.", + "rdfs:label": "ApprovedIndication", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalIndication" + } + }, + { + "@id": "http://schema.org/workLocation", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/ContactPoint" + }, + { + "@id": "http://schema.org/Place" + } + ], + "rdfs:comment": "A contact location for a person's place of work.", + "rdfs:label": "workLocation", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/location" + } + }, + { + "@id": "http://schema.org/floorSize", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Accommodation" + }, + { + "@id": "http://schema.org/FloorPlan" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "The size of the accommodation, e.g. in square meter or squarefoot.\nTypical unit code(s): MTK for square meter, FTK for square foot, or YDK for square yard", + "rdfs:label": "floorSize" + }, + { + "@id": "http://schema.org/ReservationPackage", + "@type": "rdfs:Class", + "rdfs:comment": "A group of multiple reservations with common values for all sub-reservations.", + "rdfs:label": "ReservationPackage", + "rdfs:subClassOf": { + "@id": "http://schema.org/Reservation" + } + }, + { + "@id": "http://schema.org/catalog", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Dataset" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DataCatalog" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/includedInDataCatalog" + }, + "rdfs:comment": "A data catalog which contains this dataset.", + "rdfs:label": "catalog" + }, + { + "@id": "http://schema.org/HomeAndConstructionBusiness", + "@type": "rdfs:Class", + "rdfs:comment": "A construction business.

\n\nA HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.

\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s).", + "rdfs:label": "HomeAndConstructionBusiness", + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } + }, + { + "@id": "http://schema.org/transitTimeLabel", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2506", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/OfferShippingDetails" + }, + { + "@id": "http://schema.org/DeliveryTimeSettings" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "Label to match an OfferShippingDetails with a DeliveryTimeSettings (within the context of a shippingSettingsLink cross-reference).", + "rdfs:label": "transitTimeLabel" + }, + { + "@id": "http://schema.org/ControlAction", + "@type": "rdfs:Class", + "rdfs:comment": "An agent controls a device or application.", + "rdfs:label": "ControlAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/Action" + } + }, + { + "@id": "http://schema.org/CheckAction", + "@type": "rdfs:Class", + "rdfs:comment": "An agent inspects, determines, investigates, inquires, or examines an object's accuracy, quality, condition, or state.", + "rdfs:label": "CheckAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/FindAction" + } + }, + { + "@id": "http://schema.org/DoubleBlindedTrial", + "@type": "http://schema.org/MedicalTrialDesign", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A trial design in which neither the researcher nor the patient knows the details of the treatment the patient was randomly assigned to.", + "rdfs:label": "DoubleBlindedTrial" + }, + { + "@id": "http://schema.org/ProgramMembership", + "@type": "rdfs:Class", + "rdfs:comment": "Used to describe membership in a loyalty programs (e.g. \"StarAliance\"), traveler clubs (e.g. \"AAA\"), purchase clubs (\"Safeway Club\"), etc.", + "rdfs:label": "ProgramMembership", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/DisagreeAction", + "@type": "rdfs:Class", + "rdfs:comment": "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.", + "rdfs:label": "DisagreeAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/ReactAction" + } + }, + { + "@id": "http://schema.org/eligibleRegion", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1741", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/DeliveryChargeSpecification" + }, + { + "@id": "http://schema.org/Demand" + }, + { + "@id": "http://schema.org/ActionAccessSpecification" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/GeoShape" + } + ], + "http://schema.org/source": [ + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1741" + } + ], + "rdfs:comment": "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.

\n\nSee also ineligibleRegion.", + "rdfs:label": "eligibleRegion", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/areaServed" + } + }, + { + "@id": "http://schema.org/RisksOrComplicationsHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Information about the risk factors and possible complications that may follow a topic.", + "rdfs:label": "RisksOrComplicationsHealthAspect" + }, + { + "@id": "http://schema.org/domainIncludes", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Property" + }, + "http://schema.org/isPartOf": { + "@id": "http://meta.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Class" + }, + "rdfs:comment": "Relates a property to a class that is (one of) the type(s) the property is expected to be used on.", + "rdfs:label": "domainIncludes" + }, + { + "@id": "http://schema.org/InfectiousAgentClass", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Classes of agents or pathogens that transmit infectious diseases. Enumerated type.", + "rdfs:label": "InfectiousAgentClass", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEnumeration" + } + }, + { + "@id": "http://schema.org/Poster", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1448", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1448" + }, + "rdfs:comment": "A large, usually printed placard, bill, or announcement, often illustrated, that is posted to advertise or publicize something.", + "rdfs:label": "Poster", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/includedInDataCatalog", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Dataset" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/dataset" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DataCatalog" + }, + "rdfs:comment": "A data catalog which contains this dataset.", + "rdfs:label": "includedInDataCatalog" + }, + { + "@id": "http://schema.org/ImageObject", + "@type": "rdfs:Class", + "http://www.w3.org/2002/07/owl#equivalentClass": { + "@id": "http://purl.org/dc/dcmitype/Image" + }, + "rdfs:comment": "An image file.", + "rdfs:label": "ImageObject", + "rdfs:subClassOf": { + "@id": "http://schema.org/MediaObject" + } + }, + { + "@id": "http://schema.org/childMaxAge", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ParentAudience" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "rdfs:comment": "Maximal age of the child.", + "rdfs:label": "childMaxAge" + }, + { + "@id": "http://schema.org/postalCodeEnd", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2506", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PostalCodeRangeSpecification" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "Last postal code in the range (included). Needs to be after postalCodeBegin.", + "rdfs:label": "postalCodeEnd" + }, + { + "@id": "http://schema.org/bitrate", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MediaObject" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The bitrate of the media object.", + "rdfs:label": "bitrate" + }, + { + "@id": "http://schema.org/departureBusStop", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BusTrip" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/BusStation" + }, + { + "@id": "http://schema.org/BusStop" + } + ], + "rdfs:comment": "The stop or station from which the bus departs.", + "rdfs:label": "departureBusStop" + }, + { + "@id": "http://schema.org/ItemPage", + "@type": "rdfs:Class", + "rdfs:comment": "A page devoted to a single item, such as a particular product or hotel.", + "rdfs:label": "ItemPage", + "rdfs:subClassOf": { + "@id": "http://schema.org/WebPage" + } + }, + { + "@id": "http://schema.org/DiscussionForumPosting", + "@type": "rdfs:Class", + "rdfs:comment": "A posting to a discussion forum.", + "rdfs:label": "DiscussionForumPosting", + "rdfs:subClassOf": { + "@id": "http://schema.org/SocialMediaPosting" + } + }, + { + "@id": "http://schema.org/OverviewHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Overview of the content. Contains a summarized view of the topic with the most relevant information for an introduction.", + "rdfs:label": "OverviewHealthAspect" + }, + { + "@id": "http://schema.org/muscleAction", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Muscle" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The movement the muscle generates.", + "rdfs:label": "muscleAction" + }, + { + "@id": "http://schema.org/TouristAttraction", + "@type": "rdfs:Class", + "http://schema.org/source": [ + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it" + } + ], + "rdfs:comment": "A tourist attraction. In principle any Thing can be a TouristAttraction, from a Mountain and LandmarksOrHistoricalBuildings to a LocalBusiness. This Type can be used on its own to describe a general TouristAttraction, or be used as an additionalType to add tourist attraction properties to any other type. (See examples below)", + "rdfs:label": "TouristAttraction", + "rdfs:subClassOf": { + "@id": "http://schema.org/Place" + } + }, + { + "@id": "http://schema.org/PriceSpecification", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use MonetaryAmount to describe independent amounts of money such as a salary, credit card limits, etc.", + "rdfs:label": "PriceSpecification", + "rdfs:subClassOf": { + "@id": "http://schema.org/StructuredValue" + } + }, + { + "@id": "http://schema.org/Car", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "A car is a wheeled, self-powered motor vehicle used for transportation.", + "rdfs:label": "Car", + "rdfs:subClassOf": { + "@id": "http://schema.org/Vehicle" + } + }, + { + "@id": "http://schema.org/DietNutrition", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Dietetic and nutrition as a medical speciality.", + "rdfs:label": "DietNutrition", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalBusiness" + } + }, + { + "@id": "http://schema.org/MerchantReturnNotPermitted", + "@type": "http://schema.org/MerchantReturnEnumeration", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "MerchantReturnNotPermitted: product returns are not permitted.", + "rdfs:label": "MerchantReturnNotPermitted" + }, + { + "@id": "http://schema.org/busName", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BusTrip" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The name of the bus (e.g. Bolt Express).", + "rdfs:label": "busName" + }, + { + "@id": "http://schema.org/vehicleInteriorColor", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The color or color combination of the interior of the vehicle.", + "rdfs:label": "vehicleInteriorColor" + }, + { + "@id": "http://schema.org/EducationalOccupationalProgram", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2289", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2289" + }, + "rdfs:comment": "A program offered by an institution which determines the learning progress to achieve an outcome, usually a credential like a degree or certificate. This would define a discrete set of opportunities (e.g., job, courses) that together constitute a program with a clear start, end, set of requirements, and transition to a new occupational opportunity (e.g., a job), or sometimes a higher educational opportunity (e.g., an advanced degree).", + "rdfs:label": "EducationalOccupationalProgram", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/Claim", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1828", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1828" + }, + "rdfs:comment": "A Claim in Schema.org represents a specific, factually-oriented claim that could be the itemReviewed in a ClaimReview. The content of a claim can be summarized with the text property. Variations on well known claims can have their common identity indicated via sameAs links, and summarized with a name. Ideally, a Claim description includes enough contextual information to minimize the risk of ambiguity or inclarity. In practice, many claims are better understood in the context in which they appear or the interpretations provided by claim reviews.

\n\nBeyond ClaimReview, the Claim type can be associated with related creative works - for example a ScholaryArticle or Question might be about some Claim.

\n\nAt this time, Schema.org does not define any types of relationship between claims. This is a natural area for future exploration.", + "rdfs:label": "Claim", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/browserRequirements", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/WebApplication" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Specifies browser requirements in human-readable text. For example, 'requires HTML5 support'.", + "rdfs:label": "browserRequirements" + }, + { + "@id": "http://schema.org/DanceGroup", + "@type": "rdfs:Class", + "rdfs:comment": "A dance group—for example, the Alvin Ailey Dance Theater or Riverdance.", + "rdfs:label": "DanceGroup", + "rdfs:subClassOf": { + "@id": "http://schema.org/PerformingGroup" + } + }, + { + "@id": "http://schema.org/EPRelease", + "@type": "http://schema.org/MusicAlbumReleaseType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "EPRelease.", + "rdfs:label": "EPRelease" + }, + { + "@id": "http://schema.org/BroadcastRelease", + "@type": "http://schema.org/MusicAlbumReleaseType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "BroadcastRelease.", + "rdfs:label": "BroadcastRelease" + }, + { + "@id": "http://schema.org/loanMortgageMandateAmount", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MortgageLoan" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MonetaryAmount" + }, + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + } + ], + "rdfs:comment": "Amount of mortgage mandate that can be converted into a proper mortgage at a later stage.", + "rdfs:label": "loanMortgageMandateAmount" + }, + { + "@id": "http://schema.org/hospitalAffiliation", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Physician" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Hospital" + }, + "rdfs:comment": "A hospital with which the physician or office is affiliated.", + "rdfs:label": "hospitalAffiliation" + }, + { + "@id": "http://schema.org/LocalBusiness", + "@type": "rdfs:Class", + "http://www.w3.org/2004/02/skos/core#closeMatch": { + "@id": "http://www.w3.org/ns/regorg#RegisteredOrganization" + }, + "rdfs:comment": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc.", + "rdfs:label": "LocalBusiness", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/Organization" + } + ] + }, + { + "@id": "http://schema.org/requiresSubscription", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1741", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/ActionAccessSpecification" + }, + { + "@id": "http://schema.org/MediaObject" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/MediaSubscription" + }, + { + "@id": "http://schema.org/Boolean" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1741" + }, + "rdfs:comment": "Indicates if use of the media require a subscription (either paid or free). Allowed values are true or false (note that an earlier version had 'yes', 'no').", + "rdfs:label": "requiresSubscription" + }, + { + "@id": "http://schema.org/numberOfEpisodes", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/RadioSeries" + }, + { + "@id": "http://schema.org/CreativeWorkSeason" + }, + { + "@id": "http://schema.org/TVSeries" + }, + { + "@id": "http://schema.org/VideoGameSeries" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "rdfs:comment": "The number of episodes in this season or series.", + "rdfs:label": "numberOfEpisodes" + }, + { + "@id": "http://schema.org/DataDownload", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass" + }, + "http://www.w3.org/2002/07/owl#equivalentClass": { + "@id": "http://www.w3.org/ns/dcat#Distribution" + }, + "rdfs:comment": "A dataset in downloadable form.", + "rdfs:label": "DataDownload", + "rdfs:subClassOf": { + "@id": "http://schema.org/MediaObject" + } + }, + { + "@id": "http://schema.org/callSign", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2109", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Vehicle" + }, + { + "@id": "http://schema.org/BroadcastService" + }, + { + "@id": "http://schema.org/Person" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2109" + }, + "rdfs:comment": "A callsign, as used in broadcasting and radio communications to identify people, radio and TV stations, or vehicles.", + "rdfs:label": "callSign", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" + } + }, + { + "@id": "http://schema.org/RsvpResponseMaybe", + "@type": "http://schema.org/RsvpResponseType", + "rdfs:comment": "The invitee may or may not attend.", + "rdfs:label": "RsvpResponseMaybe" + }, + { + "@id": "http://schema.org/CancelAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of asserting that a future event/action is no longer going to happen.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "CancelAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/PlanAction" + } + }, + { + "@id": "http://schema.org/Nonprofit501c12", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c12: Non-profit type referring to Benevolent Life Insurance Associations, Mutual Ditch or Irrigation Companies, Mutual or Cooperative Telephone Companies.", + "rdfs:label": "Nonprofit501c12" + }, + { + "@id": "http://schema.org/actionApplication", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EntryPoint" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/SoftwareApplication" + }, + "rdfs:comment": "An application that can complete the request.", + "rdfs:label": "actionApplication" + }, + { + "@id": "http://schema.org/faxNumber", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/ContactPoint" + }, + { + "@id": "http://schema.org/Person" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The fax number.", + "rdfs:label": "faxNumber" + }, + { + "@id": "http://schema.org/Joint", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "The anatomical location at which two or more bones make contact.", + "rdfs:label": "Joint", + "rdfs:subClassOf": { + "@id": "http://schema.org/AnatomicalStructure" + } + }, + { + "@id": "http://schema.org/AdministrativeArea", + "@type": "rdfs:Class", + "rdfs:comment": "A geographical region, typically under the jurisdiction of a particular government.", + "rdfs:label": "AdministrativeArea", + "rdfs:subClassOf": { + "@id": "http://schema.org/Place" + } + }, + { + "@id": "http://schema.org/EventAttendanceModeEnumeration", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1842", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1842" + }, + "rdfs:comment": "An EventAttendanceModeEnumeration value is one of potentially several modes of organising an event, relating to whether it is online or offline.", + "rdfs:label": "EventAttendanceModeEnumeration", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } + }, + { + "@id": "http://schema.org/videoFormat", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/BroadcastEvent" + }, + { + "@id": "http://schema.org/BroadcastService" + }, + { + "@id": "http://schema.org/ScreeningEvent" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).", + "rdfs:label": "videoFormat" + }, + { + "@id": "http://schema.org/comprisedOf", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/AnatomicalSystem" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/AnatomicalSystem" + }, + { + "@id": "http://schema.org/AnatomicalStructure" + } + ], + "rdfs:comment": "Specifying something physically contained by something else. Typically used here for the underlying anatomical structures, such as organs, that comprise the anatomical system.", + "rdfs:label": "comprisedOf" + }, + { + "@id": "http://schema.org/ineligibleRegion", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2242", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/ActionAccessSpecification" + }, + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Demand" + }, + { + "@id": "http://schema.org/DeliveryChargeSpecification" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/GeoShape" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2242" + }, + "rdfs:comment": "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.

\n\nSee also eligibleRegion.", + "rdfs:label": "ineligibleRegion" + }, + { + "@id": "http://schema.org/servesCuisine", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/FoodEstablishment" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The cuisine of the restaurant.", + "rdfs:label": "servesCuisine" + }, + { + "@id": "http://schema.org/productReturnDays", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2288", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ProductReturnPolicy" + }, + "http://schema.org/isPartOf": { + "@id": "http://attic.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/merchantReturnDays" + }, + "rdfs:comment": "The productReturnDays property indicates the number of days (from purchase) within which relevant product return policy is applicable.", + "rdfs:label": "productReturnDays" + }, + { + "@id": "http://schema.org/Season", + "@type": "rdfs:Class", + "http://schema.org/supersededBy": { + "@id": "http://schema.org/CreativeWorkSeason" + }, + "rdfs:comment": "A media season e.g. tv, radio, video game etc.", + "rdfs:label": "Season", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/paymentDue", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Order" + }, + { + "@id": "http://schema.org/Invoice" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DateTime" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/paymentDueDate" + }, + "rdfs:comment": "The date that payment is due.", + "rdfs:label": "paymentDue" + }, + { + "@id": "http://schema.org/PaymentCard", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + }, + "rdfs:comment": "A payment method using a credit, debit, store or other card to associate the payment with an account.", + "rdfs:label": "PaymentCard", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/FinancialProduct" + }, + { + "@id": "http://schema.org/PaymentMethod" + } + ] + }, + { + "@id": "http://schema.org/DrawAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of producing a visual/graphical representation of an object, typically with a pen/pencil and paper as instruments.", + "rdfs:label": "DrawAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreateAction" + } + }, + { + "@id": "http://schema.org/signOrSymptom", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalCondition" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalSignOrSymptom" + }, + "rdfs:comment": "A sign or symptom of this condition. Signs are objective or physically observable manifestations of the medical condition while symptoms are the subjective experience of the medical condition.", + "rdfs:label": "signOrSymptom" + }, + { + "@id": "http://schema.org/Physiotherapy", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "The practice of treatment of disease, injury, or deformity by physical methods such as massage, heat treatment, and exercise rather than by drugs or surgery..", + "rdfs:label": "Physiotherapy", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalBusiness" + } + }, + { + "@id": "http://schema.org/includedComposition", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MusicComposition" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MusicComposition" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "Smaller compositions included in this work (e.g. a movement in a symphony).", + "rdfs:label": "includedComposition" + }, + { + "@id": "http://schema.org/line", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/GeoShape" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.", + "rdfs:label": "line" + }, + { + "@id": "http://schema.org/minPrice", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PriceSpecification" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The lowest price if the price is a range.", + "rdfs:label": "minPrice" + }, + { + "@id": "http://schema.org/renegotiableLoan", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/LoanOrCredit" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Boolean" + }, + "http://schema.org/source": [ + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + } + ], + "rdfs:comment": "Whether the terms for payment of interest can be renegotiated during the life of the loan.", + "rdfs:label": "renegotiableLoan" + }, + { + "@id": "http://schema.org/guidelineDate", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalGuideline" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Date" + }, + "rdfs:comment": "Date on which this guideline's recommendation was made.", + "rdfs:label": "guidelineDate" + }, + { + "@id": "http://schema.org/Clinician", + "@type": "http://schema.org/MedicalAudienceType", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Medical clinicians, including practicing physicians and other medical professionals involved in clinical practice.", + "rdfs:label": "Clinician" + }, + { + "@id": "http://schema.org/regionsAllowed", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MediaObject" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Place" + }, + "rdfs:comment": "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format.", + "rdfs:label": "regionsAllowed" + }, + { + "@id": "http://schema.org/Conversation", + "@type": "rdfs:Class", + "rdfs:comment": "One or more messages between organizations or people on a particular topic. Individual messages can be linked to the conversation with isPartOf or hasPart properties.", + "rdfs:label": "Conversation", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/exchangeRateSpread", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ExchangeRateSpecification" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Number" + }, + { + "@id": "http://schema.org/MonetaryAmount" + } + ], + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + } + ], + "rdfs:comment": "The difference between the price at which a broker or other intermediary buys and sells foreign currency.", + "rdfs:label": "exchangeRateSpread" + }, + { + "@id": "http://schema.org/MotorcycleDealer", + "@type": "rdfs:Class", + "rdfs:comment": "A motorcycle dealer.", + "rdfs:label": "MotorcycleDealer", + "rdfs:subClassOf": { + "@id": "http://schema.org/AutomotiveBusiness" + } + }, + { + "@id": "http://schema.org/Optician", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A store that sells reading glasses and similar devices for improving vision.", + "rdfs:label": "Optician", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalBusiness" + } + }, + { + "@id": "http://schema.org/CheckOutAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of an agent communicating (service provider, social media, etc) their departure of a previously reserved service (e.g. flight check in) or place (e.g. hotel).

\n\nRelated actions:

\n\n\n", + "rdfs:label": "CheckOutAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/CommunicateAction" + } + }, + { + "@id": "http://schema.org/Nonprofit501c19", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c19: Non-profit type referring to Post or Organization of Past or Present Members of the Armed Forces.", + "rdfs:label": "Nonprofit501c19" + }, + { + "@id": "http://schema.org/trailer", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Episode" + }, + { + "@id": "http://schema.org/Movie" + }, + { + "@id": "http://schema.org/VideoGameSeries" + }, + { + "@id": "http://schema.org/CreativeWorkSeason" + }, + { + "@id": "http://schema.org/RadioSeries" + }, + { + "@id": "http://schema.org/MovieSeries" + }, + { + "@id": "http://schema.org/TVSeries" + }, + { + "@id": "http://schema.org/VideoGame" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/VideoObject" + }, + "rdfs:comment": "The trailer of a movie or tv/radio series, season, episode, etc.", + "rdfs:label": "trailer" + }, + { + "@id": "http://schema.org/MusicRecording", + "@type": "rdfs:Class", + "rdfs:comment": "A music recording (track), usually a single song.", + "rdfs:label": "MusicRecording", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/arrivalGate", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Flight" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Identifier of the flight's arrival gate.", + "rdfs:label": "arrivalGate" + }, + { + "@id": "http://schema.org/IgnoreAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of intentionally disregarding the object. An agent ignores an object.", + "rdfs:label": "IgnoreAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/AssessAction" + } + }, + { + "@id": "http://schema.org/RespiratoryTherapy", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "The therapy that is concerned with the maintenance or improvement of respiratory function (as in patients with pulmonary disease).", + "rdfs:label": "RespiratoryTherapy", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalTherapy" + } + }, + { + "@id": "http://schema.org/GraphicNovel", + "@type": "http://schema.org/BookFormatType", + "http://schema.org/category": "Comics", + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "rdfs:comment": "Book format: GraphicNovel. May represent a bound collection of ComicIssue instances.", + "rdfs:label": "GraphicNovel" + }, + { + "@id": "http://schema.org/legislationLegalValue", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1156", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/LegislationObject" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/LegalValueLevel" + }, + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" + }, + { + "@id": "http://publications.europa.eu/mdr/eli/index.html" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://data.europa.eu/eli/ontology#legal_value" + }, + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#legal_value" + }, + "rdfs:comment": "The legal value of this legislation file. The same legislation can be written in multiple files with different legal values. Typically a digitally signed PDF have a \"stronger\" legal value than the HTML file of the same act.", + "rdfs:label": "legislationLegalValue" + }, + { + "@id": "http://schema.org/materialExtent", + "@type": "rdf:Property", + "http://schema.org/category": { + "@language": "en", + "@value": "issue-1759" + }, + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/QuantitativeValue" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1759" + }, + "rdfs:comment": "The quantity of the materials being described or an expression of the physical space they occupy.", + "rdfs:label": { + "@language": "en", + "@value": "materialExtent" + } + }, + { + "@id": "http://schema.org/DrugLegalStatus", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "The legal availability status of a medical drug.", + "rdfs:label": "DrugLegalStatus", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalIntangible" + } + }, + { + "@id": "http://schema.org/target", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Action" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/EntryPoint" + }, + "rdfs:comment": "Indicates a target EntryPoint for an Action.", + "rdfs:label": "target" + }, + { + "@id": "http://schema.org/RealEstateAgent", + "@type": "rdfs:Class", + "rdfs:comment": "A real-estate agent.", + "rdfs:label": "RealEstateAgent", + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } + }, + { + "@id": "http://schema.org/vehicleSpecialUsage", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/CarUsageType" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "Indicates whether the vehicle has been used for special purposes, like commercial rental, driving school, or as a taxi. The legislation in many countries requires this information to be revealed when offering a car for sale.", + "rdfs:label": "vehicleSpecialUsage" + }, + { + "@id": "http://schema.org/children", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "A child of the person.", + "rdfs:label": "children" + }, + { + "@id": "http://schema.org/SportsOrganization", + "@type": "rdfs:Class", + "rdfs:comment": "Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations.", + "rdfs:label": "SportsOrganization", + "rdfs:subClassOf": { + "@id": "http://schema.org/Organization" + } + }, + { + "@id": "http://schema.org/EndorseAction", + "@type": "rdfs:Class", + "rdfs:comment": "An agent approves/certifies/likes/supports/sanction an object.", + "rdfs:label": "EndorseAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/ReactAction" + } + }, + { + "@id": "http://schema.org/UKNonprofitType", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "UKNonprofitType: Non-profit organization type originating from the United Kingdom.", + "rdfs:label": "UKNonprofitType", + "rdfs:subClassOf": { + "@id": "http://schema.org/NonprofitType" + } + }, + { + "@id": "http://schema.org/image", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Thing" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/ImageObject" + }, + { + "@id": "http://schema.org/URL" + } + ], + "rdfs:comment": "An image of the item. This can be a URL or a fully described ImageObject.", + "rdfs:label": "image" + }, + { + "@id": "http://schema.org/CableOrSatelliteService", + "@type": "rdfs:Class", + "rdfs:comment": "A service which provides access to media programming like TV or radio. Access may be via cable or satellite.", + "rdfs:label": "CableOrSatelliteService", + "rdfs:subClassOf": { + "@id": "http://schema.org/Service" + } + }, + { + "@id": "http://schema.org/endDate", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2486", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/DatedMoneySpecification" + }, + { + "@id": "http://schema.org/EducationalOccupationalProgram" + }, + { + "@id": "http://schema.org/Role" + }, + { + "@id": "http://schema.org/Schedule" + }, + { + "@id": "http://schema.org/Event" + }, + { + "@id": "http://schema.org/CreativeWorkSeason" + }, + { + "@id": "http://schema.org/CreativeWorkSeries" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/DateTime" + }, + { + "@id": "http://schema.org/Date" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2486" + }, + "rdfs:comment": "The end date and time of the item (in ISO 8601 date format).", + "rdfs:label": "endDate" + }, + { + "@id": "http://schema.org/EducationalOrganization", + "@type": "rdfs:Class", + "rdfs:comment": "An educational organization.", + "rdfs:label": "EducationalOrganization", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/CivicStructure" + }, + { + "@id": "http://schema.org/Organization" + } + ] + }, + { + "@id": "http://schema.org/orderNumber", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Order" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The identifier of the transaction.", + "rdfs:label": "orderNumber", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" + } + }, + { + "@id": "http://schema.org/gtin8", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Demand" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See GS1 GTIN Summary for more details.", + "rdfs:label": "gtin8", + "rdfs:subPropertyOf": [ + { + "@id": "http://schema.org/gtin" + }, + { + "@id": "http://schema.org/identifier" + } + ] + }, + { + "@id": "http://schema.org/priceRange", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/LocalBusiness" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The price range of the business, for example $$$.", + "rdfs:label": "priceRange" + }, + { + "@id": "http://schema.org/MedicalGuidelineRecommendation", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A guideline recommendation that is regarded as efficacious and where quality of the data supporting the recommendation is sound.", + "rdfs:label": "MedicalGuidelineRecommendation", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalGuideline" + } + }, + { + "@id": "http://schema.org/TouristDestination", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1810", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" + } + ], + "rdfs:comment": "A tourist destination. In principle any Place can be a TouristDestination from a City, Region or Country to an AmusementPark or Hotel. This Type can be used on its own to describe a general TouristDestination, or be used as an additionalType to add tourist relevant properties to any other Place. A TouristDestination is defined as a Place that contains, or is colocated with, one or more TouristAttractions, often linked by a similar theme or interest to a particular touristType. The UNWTO defines Destination (main destination of a tourism trip) as the place visited that is central to the decision to take the trip.\n (See examples below).", + "rdfs:label": "TouristDestination", + "rdfs:subClassOf": { + "@id": "http://schema.org/Place" + } + }, + { + "@id": "http://schema.org/BankAccount", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + }, + "rdfs:comment": "A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest.", + "rdfs:label": "BankAccount", + "rdfs:subClassOf": { + "@id": "http://schema.org/FinancialProduct" + } + }, + { + "@id": "http://schema.org/bankAccountType", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BankAccount" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/URL" + } + ], + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + } + ], + "rdfs:comment": "The type of a bank account.", + "rdfs:label": "bankAccountType" + }, + { + "@id": "http://schema.org/MRI", + "@type": "http://schema.org/MedicalImagingTechnique", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Magnetic resonance imaging.", + "rdfs:label": "MRI" + }, + { + "@id": "http://schema.org/MedicalSymptom", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Any complaint sensed and expressed by the patient (therefore defined as subjective) like stomachache, lower-back pain, or fatigue.", + "rdfs:label": "MedicalSymptom", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalSignOrSymptom" + } + }, + { + "@id": "http://schema.org/PerformAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of participating in performance arts.", + "rdfs:label": "PerformAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/PlayAction" + } + }, + { + "@id": "http://schema.org/SingleBlindedTrial", + "@type": "http://schema.org/MedicalTrialDesign", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A trial design in which the researcher knows which treatment the patient was randomly assigned to but the patient does not.", + "rdfs:label": "SingleBlindedTrial" + }, + { + "@id": "http://schema.org/naturalProgression", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalCondition" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The expected progression of the condition if it is not treated and allowed to progress naturally.", + "rdfs:label": "naturalProgression" + }, + { + "@id": "http://schema.org/itemListElement", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ItemList" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Thing" + }, + { + "@id": "http://schema.org/ListItem" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "For itemListElement values, you can use simple strings (e.g. \"Peter\", \"Paul\", \"Mary\"), existing entities, or use ListItem.

\n\nText values are best if the elements in the list are plain strings. Existing entities are best for a simple, unordered list of existing things in your data. ListItem is used with ordered lists when you want to provide additional context about the element in that list or when the same item might be in different places in different lists.

\n\nNote: The order of elements in your mark-up is not sufficient for indicating the order or elements. Use ListItem with a 'position' property in such cases.", + "rdfs:label": "itemListElement" + }, + { + "@id": "http://schema.org/season", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/VideoGameSeries" + }, + { + "@id": "http://schema.org/RadioSeries" + }, + { + "@id": "http://schema.org/TVSeries" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/CreativeWorkSeason" + } + ], + "http://schema.org/supersededBy": { + "@id": "http://schema.org/containsSeason" + }, + "rdfs:comment": "A season in a media series.", + "rdfs:label": "season", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/hasPart" + } + }, + { + "@id": "http://schema.org/paymentUrl", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Order" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/URL" + }, + "rdfs:comment": "The URL for sending a payment.", + "rdfs:label": "paymentUrl" + }, + { + "@id": "http://schema.org/greater", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/QualitativeValue" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QualitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is greater than the object.", + "rdfs:label": "greater" + }, + { + "@id": "http://schema.org/HinduTemple", + "@type": "rdfs:Class", + "rdfs:comment": "A Hindu temple.", + "rdfs:label": "HinduTemple", + "rdfs:subClassOf": { + "@id": "http://schema.org/PlaceOfWorship" + } + }, + { + "@id": "http://schema.org/TVSeason", + "@type": "rdfs:Class", + "rdfs:comment": "Season dedicated to TV broadcast and associated online delivery.", + "rdfs:label": "TVSeason", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/CreativeWorkSeason" + } + ] + }, + { + "@id": "http://schema.org/cvdNumBedsOcc", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2521", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CDCPMDRecord" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" + }, + "rdfs:comment": "numbedsocc - HOSPITAL INPATIENT BED OCCUPANCY: Total number of staffed inpatient beds that are occupied.", + "rdfs:label": "cvdNumBedsOcc" + }, + { + "@id": "http://schema.org/SearchResultsPage", + "@type": "rdfs:Class", + "rdfs:comment": "Web page type: Search results page.", + "rdfs:label": "SearchResultsPage", + "rdfs:subClassOf": { + "@id": "http://schema.org/WebPage" + } + }, + { + "@id": "http://schema.org/UserBlocks", + "@type": "rdfs:Class", + "http://schema.org/supersededBy": { + "@id": "http://schema.org/InteractionCounter" + }, + "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", + "rdfs:label": "UserBlocks", + "rdfs:subClassOf": { + "@id": "http://schema.org/UserInteraction" + } + }, + { + "@id": "http://schema.org/hasDeliveryMethod", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/ParcelDelivery" + }, + { + "@id": "http://schema.org/DeliveryEvent" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DeliveryMethod" + }, + "rdfs:comment": "Method used for delivery or shipping.", + "rdfs:label": "hasDeliveryMethod" + }, + { + "@id": "http://schema.org/educationalRole", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EducationalAudience" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "An educationalRole of an EducationalAudience.", + "rdfs:label": "educationalRole" + }, + { + "@id": "http://schema.org/TaxiVehicleUsage", + "@type": "http://schema.org/CarUsageType", + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "Indicates the usage of the car as a taxi.", + "rdfs:label": "TaxiVehicleUsage" + }, + { + "@id": "http://schema.org/TreatmentsHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Treatments or related therapies for a Topic.", + "rdfs:label": "TreatmentsHealthAspect" + }, + { + "@id": "http://schema.org/orderStatus", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Order" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/OrderStatus" + }, + "rdfs:comment": "The current status of the order.", + "rdfs:label": "orderStatus" + }, + { + "@id": "http://schema.org/postalCodeBegin", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2506", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PostalCodeRangeSpecification" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "First postal code in a range (included).", + "rdfs:label": "postalCodeBegin" + }, + { + "@id": "http://schema.org/physicalRequirement", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2384", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/DefinedTerm" + }, + { + "@id": "http://schema.org/URL" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2384" + }, + "rdfs:comment": "A description of the types of physical activity associated with the job. Defined terms such as those in O*net may be used, but note that there is no way to specify the level of ability as well as its nature when using a defined term.", + "rdfs:label": "physicalRequirement" + }, + { + "@id": "http://schema.org/offeredBy", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Offer" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/makesOffer" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" + } + ], + "rdfs:comment": "A pointer to the organization or person making the offer.", + "rdfs:label": "offeredBy" + }, + { + "@id": "http://schema.org/recordLabel", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MusicRelease" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Organization" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://purl.org/ontology/mo/label" + }, + "rdfs:comment": "The label that issued the release.", + "rdfs:label": "recordLabel" + }, + { + "@id": "http://schema.org/OccupationalTherapy", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A treatment of people with physical, emotional, or social problems, using purposeful activity to help them overcome or learn to deal with their problems.", + "rdfs:label": "OccupationalTherapy", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalTherapy" + } + }, + { + "@id": "http://schema.org/agent", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Action" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Person" + }, + { + "@id": "http://schema.org/Organization" + } + ], + "rdfs:comment": "The direct performer or driver of the action (animate or inanimate). e.g. John wrote a book.", + "rdfs:label": "agent" + }, + { + "@id": "http://schema.org/OfficialLegalValue", + "@type": "http://schema.org/LegalValueLevel", + "http://schema.org/category": "issue-1156", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" + }, + { + "@id": "http://publications.europa.eu/mdr/eli/index.html" + } + ], + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#LegalValue-official" + }, + "rdfs:comment": "All the documents published by an official publisher should have at least the legal value level \"OfficialLegalValue\". This indicates that the document was published by an organisation with the public task of making it available (e.g. a consolidated version of a EU directive published by the EU Office of Publications).", + "rdfs:label": "OfficialLegalValue" + }, + { + "@id": "http://schema.org/blogPosts", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Blog" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/BlogPosting" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/blogPost" + }, + "rdfs:comment": "The postings that are part of this blog.", + "rdfs:label": "blogPosts" + }, + { + "@id": "http://schema.org/partOfEpisode", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Clip" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Episode" + }, + "rdfs:comment": "The episode to which this clip belongs.", + "rdfs:label": "partOfEpisode", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/isPartOf" + } + }, + { + "@id": "http://schema.org/collectionSize", + "@type": "rdf:Property", + "http://schema.org/category": { + "@language": "en", + "@value": "issue-1759" + }, + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Collection" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1759" + }, + "rdfs:comment": "The number of items in the Collection.", + "rdfs:label": { + "@language": "en", + "@value": "collectionSize" + } + }, + { + "@id": "http://schema.org/Psychiatric", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that is concerned with the study, treatment, and prevention of mental illness, using both medical and psychological therapies.", + "rdfs:label": "Psychiatric", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalBusiness" + } + }, + { + "@id": "http://schema.org/evidenceLevel", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalGuideline" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalEvidenceLevel" + }, + "rdfs:comment": "Strength of evidence of the data used to formulate the guideline (enumerated).", + "rdfs:label": "evidenceLevel" + }, + { + "@id": "http://schema.org/roleName", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Role" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "A role played, performed or filled by a person or organization. For example, the team of creators for a comic book might fill the roles named 'inker', 'penciller', and 'letterer'; or an athlete in a SportsTeam might play in the position named 'Quarterback'.", + "rdfs:label": "roleName" + }, + { + "@id": "http://schema.org/Balance", + "@type": "http://schema.org/PhysicalActivityCategory", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Physical activity that is engaged to help maintain posture and balance.", + "rdfs:label": "Balance" + }, + { + "@id": "http://schema.org/termCode", + "@type": "rdf:Property", + "http://schema.org/category": "issue-894", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DefinedTerm" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/894" + }, + "rdfs:comment": "A code that identifies this DefinedTerm within a DefinedTermSet", + "rdfs:label": "termCode" + }, + { + "@id": "http://schema.org/Substance", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://www.w3.org/2002/07/owl#equivalentClass": { + "@id": "http://purl.bioontology.org/ontology/SNOMEDCT/105590001" + }, + "rdfs:comment": "Any matter of defined composition that has discrete existence, whose origin may be biological, mineral or chemical.", + "rdfs:label": "Substance", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEntity" + } + }, + { + "@id": "http://schema.org/hasOccupation", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1698", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Occupation" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + }, + "rdfs:comment": "The Person's occupation. For past professions, use Role for expressing dates.", + "rdfs:label": "hasOccupation" + }, + { + "@id": "http://schema.org/eventSchedule", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1457", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Event" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Schedule" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1457" + }, + "rdfs:comment": "Associates an Event with a Schedule. There are circumstances where it is preferable to share a schedule for a series of\n repeating events rather than data on the individual events themselves. For example, a website or application might prefer to publish a schedule for a weekly\n gym class rather than provide data on every event. A schedule could be processed by applications to add forthcoming events to a calendar. An Event that\n is associated with a Schedule using this property should not have startDate or endDate properties. These are instead defined within the associated\n Schedule, this avoids any ambiguity for clients using the data. The property might have repeated values to specify different schedules, e.g. for different months\n or seasons.", + "rdfs:label": "eventSchedule" + }, + { + "@id": "http://schema.org/jobTitle", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2192", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/DefinedTerm" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2192" + }, + "rdfs:comment": "The job title of the person (for example, Financial Manager).", + "rdfs:label": "jobTitle" + }, + { + "@id": "http://schema.org/MedicalObservationalStudy", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "An observational study is a type of medical study that attempts to infer the possible effect of a treatment through observation of a cohort of subjects over a period of time. In an observational study, the assignment of subjects into treatment groups versus control groups is outside the control of the investigator. This is in contrast with controlled studies, such as the randomized controlled trials represented by MedicalTrial, where each subject is randomly assigned to a treatment group or a control group before the start of the treatment.", + "rdfs:label": "MedicalObservationalStudy", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalStudy" + } + }, + { + "@id": "http://schema.org/validFor", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1779", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Permit" + }, + { + "@id": "http://schema.org/EducationalOccupationalCredential" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Duration" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1779" + }, + "rdfs:comment": "The duration of validity of a permit or similar thing.", + "rdfs:label": "validFor" + }, + { + "@id": "http://schema.org/EntryPoint", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass" + }, + "rdfs:comment": "An entry point, within some Web-based protocol.", + "rdfs:label": "EntryPoint", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/MerchantReturnUnlimitedWindow", + "@type": "http://schema.org/MerchantReturnEnumeration", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "MerchantReturnUnlimitedWindow: there is an unlimited window for product returns.", + "rdfs:label": "MerchantReturnUnlimitedWindow" + }, + { + "@id": "http://schema.org/DigitalDocumentPermission", + "@type": "rdfs:Class", + "rdfs:comment": "A permission for a particular person or group to access a particular file.", + "rdfs:label": "DigitalDocumentPermission", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/procedure", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalDevice" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "A description of the procedure involved in setting up, using, and/or installing the device.", + "rdfs:label": "procedure" + }, + { + "@id": "http://schema.org/Embassy", + "@type": "rdfs:Class", + "rdfs:comment": "An embassy.", + "rdfs:label": "Embassy", + "rdfs:subClassOf": { + "@id": "http://schema.org/GovernmentBuilding" + } + }, + { + "@id": "http://schema.org/FoodEvent", + "@type": "rdfs:Class", + "rdfs:comment": "Event type: Food event.", + "rdfs:label": "FoodEvent", + "rdfs:subClassOf": { + "@id": "http://schema.org/Event" + } + }, + { + "@id": "http://schema.org/alternateName", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Thing" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "An alias for the item.", + "rdfs:label": "alternateName" + }, + { + "@id": "http://schema.org/incentiveCompensation", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Description of bonus and commission compensation aspects of the job.", + "rdfs:label": "incentiveCompensation" + }, + { + "@id": "http://schema.org/StrengthTraining", + "@type": "http://schema.org/PhysicalActivityCategory", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Physical activity that is engaged in to improve muscle and bone strength. Also referred to as resistance training.", + "rdfs:label": "StrengthTraining" + }, + { + "@id": "http://schema.org/TypesHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Categorization and other types related to a topic.", + "rdfs:label": "TypesHealthAspect" + }, + { + "@id": "http://schema.org/cvdNumC19Died", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2521", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CDCPMDRecord" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" + }, + "rdfs:comment": "numc19died - DEATHS: Patients with suspected or confirmed COVID-19 who died in the hospital, ED, or any overflow location.", + "rdfs:label": "cvdNumC19Died" + }, + { + "@id": "http://schema.org/OutletStore", + "@type": "rdfs:Class", + "rdfs:comment": "An outlet store.", + "rdfs:label": "OutletStore", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" + } + }, + { + "@id": "http://schema.org/cvdNumTotBeds", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2521", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CDCPMDRecord" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" + }, + "rdfs:comment": "numtotbeds - ALL HOSPITAL BEDS: Total number of all Inpatient and outpatient beds, including all staffed,ICU, licensed, and overflow (surge) beds used for inpatients or outpatients.", + "rdfs:label": "cvdNumTotBeds" + }, + { + "@id": "http://schema.org/episodes", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/RadioSeries" + }, + { + "@id": "http://schema.org/VideoGameSeries" + }, + { + "@id": "http://schema.org/TVSeries" + }, + { + "@id": "http://schema.org/CreativeWorkSeason" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Episode" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/episode" + }, + "rdfs:comment": "An episode of a TV/radio series or season.", + "rdfs:label": "episodes" + }, + { + "@id": "http://schema.org/video", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Clip" + }, + { + "@id": "http://schema.org/VideoObject" + } + ], + "rdfs:comment": "An embedded video object.", + "rdfs:label": "video" + }, + { + "@id": "http://schema.org/InviteAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of asking someone to attend an event. Reciprocal of RsvpAction.", + "rdfs:label": "InviteAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/CommunicateAction" + } + }, + { + "@id": "http://schema.org/doorTime", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Event" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/DateTime" + }, + { + "@id": "http://schema.org/Time" + } + ], + "rdfs:comment": "The time admission will commence.", + "rdfs:label": "doorTime" + }, + { + "@id": "http://schema.org/TVEpisode", + "@type": "rdfs:Class", + "rdfs:comment": "A TV episode which can be part of a series or season.", + "rdfs:label": "TVEpisode", + "rdfs:subClassOf": { + "@id": "http://schema.org/Episode" + } + }, + { + "@id": "http://schema.org/NewsMediaOrganization", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1525", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" + } + ], + "rdfs:comment": "A News/Media organization such as a newspaper or TV station.", + "rdfs:label": "NewsMediaOrganization", + "rdfs:subClassOf": { + "@id": "http://schema.org/Organization" + } + }, + { + "@id": "http://schema.org/course", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ExerciseAction" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Place" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/exerciseCourse" + }, + "rdfs:comment": "A sub property of location. The course where this action was taken.", + "rdfs:label": "course", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/location" + } + }, + { + "@id": "http://schema.org/accommodationCategory", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2373", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Accommodation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2373" + }, + "rdfs:comment": "Category of an Accommodation, following real estate conventions e.g. RESO (see PropertySubType, and PropertyType fields for suggested values).", + "rdfs:label": "accommodationCategory", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/category" + } + }, + { + "@id": "http://schema.org/branch", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Nerve" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/AnatomicalStructure" + }, + "http://schema.org/supersededBy": [ + { + "@id": "http://schema.org/nerveBranch" + }, + { + "@id": "http://schema.org/veinBranch" + }, + { + "@id": "http://schema.org/arterialBranch" + } + ], + "rdfs:comment": "The branches that delineate from the nerve bundle. Not to be confused with branchOf.", + "rdfs:label": "branch" + }, + { + "@id": "http://schema.org/appliesToDeliveryMethod", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/DeliveryChargeSpecification" + }, + { + "@id": "http://schema.org/PaymentChargeSpecification" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DeliveryMethod" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The delivery method(s) to which the delivery charge or payment charge specification applies.", + "rdfs:label": "appliesToDeliveryMethod" + }, + { + "@id": "http://schema.org/assembly", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/APIReference" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/executableLibraryName" + }, + "rdfs:comment": "Library file name e.g., mscorlib.dll, system.web.dll.", + "rdfs:label": "assembly" + }, + { + "@id": "http://schema.org/loanRepaymentForm", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/LoanOrCredit" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/RepaymentSpecification" + }, + "http://schema.org/source": [ + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + } + ], + "rdfs:comment": "A form of paying back money previously borrowed from a lender. Repayment usually takes the form of periodic payments that normally include part principal plus interest in each payment.", + "rdfs:label": "loanRepaymentForm" + }, + { + "@id": "http://schema.org/accessibilityFeature", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility (WebSchemas wiki lists possible values).", + "rdfs:label": "accessibilityFeature" + }, + { + "@id": "http://schema.org/numberedPosition", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/OrganizationRole" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "rdfs:comment": "A number associated with a role in an organization, for example, the number on an athlete's jersey.", + "rdfs:label": "numberedPosition" + }, + { + "@id": "http://schema.org/workHours", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).", + "rdfs:label": "workHours" + }, + { + "@id": "http://schema.org/studySubject", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalStudy" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalEntity" + }, + "rdfs:comment": "A subject of the study, i.e. one of the medical conditions, therapies, devices, drugs, etc. investigated by the study.", + "rdfs:label": "studySubject" + }, + { + "@id": "http://schema.org/Casino", + "@type": "rdfs:Class", + "rdfs:comment": "A casino.", + "rdfs:label": "Casino", + "rdfs:subClassOf": { + "@id": "http://schema.org/EntertainmentBusiness" + } + }, + { + "@id": "http://schema.org/HearingImpairedSupported", + "@type": "http://schema.org/ContactPointOption", + "rdfs:comment": "Uses devices to support users with hearing impairments.", + "rdfs:label": "HearingImpairedSupported" + }, + { + "@id": "http://schema.org/dateIssued", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Ticket" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/DateTime" + }, + { + "@id": "http://schema.org/Date" + } + ], + "rdfs:comment": "The date the ticket was issued.", + "rdfs:label": "dateIssued" + }, + { + "@id": "http://schema.org/LivingWithHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Information about coping or life related to the topic.", + "rdfs:label": "LivingWithHealthAspect" + }, + { + "@id": "http://schema.org/MusicGroup", + "@type": "rdfs:Class", + "rdfs:comment": "A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician.", + "rdfs:label": "MusicGroup", + "rdfs:subClassOf": { + "@id": "http://schema.org/PerformingGroup" + } + }, + { + "@id": "http://schema.org/NotYetRecruiting", + "@type": "http://schema.org/MedicalStudyStatus", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Not yet recruiting.", + "rdfs:label": "NotYetRecruiting" + }, + { + "@id": "http://schema.org/ContactPointOption", + "@type": "rdfs:Class", + "rdfs:comment": "Enumerated options related to a ContactPoint.", + "rdfs:label": "ContactPointOption", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } + }, + { + "@id": "http://schema.org/AmusementPark", + "@type": "rdfs:Class", + "rdfs:comment": "An amusement park.", + "rdfs:label": "AmusementPark", + "rdfs:subClassOf": { + "@id": "http://schema.org/EntertainmentBusiness" + } + }, + { + "@id": "http://schema.org/geoIntersects", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/GeospatialGeometry" + }, + { + "@id": "http://schema.org/Place" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/GeospatialGeometry" + } + ], + "rdfs:comment": "Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in DE-9IM.", + "rdfs:label": "geoIntersects" + }, + { + "@id": "http://schema.org/LegislationObject", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1156", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "http://publications.europa.eu/mdr/eli/index.html" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" + } + ], + "http://www.w3.org/2004/02/skos/core#closeMatch": { + "@id": "http://data.europa.eu/eli/ontology#Format" + }, + "rdfs:comment": "A specific object or file containing a Legislation. Note that the same Legislation can be published in multiple files. For example, a digitally signed PDF, a plain PDF and an HTML version.", + "rdfs:label": "LegislationObject", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/MediaObject" + }, + { + "@id": "http://schema.org/Legislation" + } + ] + }, + { + "@id": "http://schema.org/dateRead", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Message" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/DateTime" + }, + { + "@id": "http://schema.org/Date" + } + ], + "rdfs:comment": "The date/time at which the message has been read by the recipient if a single recipient exists.", + "rdfs:label": "dateRead" + }, + { + "@id": "http://schema.org/publisher", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Person" + }, + { + "@id": "http://schema.org/Organization" + } + ], + "rdfs:comment": "The publisher of the creative work.", + "rdfs:label": "publisher" + }, + { + "@id": "http://schema.org/jobLocationType", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1591", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1591" + }, + "rdfs:comment": "A description of the job location (e.g TELECOMMUTE for telecommute jobs).", + "rdfs:label": "jobLocationType" + }, + { + "@id": "http://schema.org/subOrganization", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Organization" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/parentOrganization" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Organization" + }, + "rdfs:comment": "A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property.", + "rdfs:label": "subOrganization" + }, + { + "@id": "http://schema.org/PublicationVolume", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" + }, + "rdfs:comment": "A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.

\n\nSee also blog post.", + "rdfs:label": "PublicationVolume", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/vehicleEngine", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/EngineSpecification" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "Information about the engine or engines of the vehicle.", + "rdfs:label": "vehicleEngine" + }, + { + "@id": "http://schema.org/GameServer", + "@type": "rdfs:Class", + "rdfs:comment": "Server that provides game interaction in a multiplayer game.", + "rdfs:label": "GameServer", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/DepositAccount", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + }, + "rdfs:comment": "A type of Bank Account with a main purpose of depositing funds to gain interest or other benefits.", + "rdfs:label": "DepositAccount", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/InvestmentOrDeposit" + }, + { + "@id": "http://schema.org/BankAccount" + } + ] + }, + { + "@id": "http://schema.org/Motel", + "@type": "rdfs:Class", + "rdfs:comment": "A motel.\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", + "rdfs:label": "Motel", + "rdfs:subClassOf": { + "@id": "http://schema.org/LodgingBusiness" + } + }, + { + "@id": "http://schema.org/text", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The textual content of this CreativeWork.", + "rdfs:label": "text" + }, + { + "@id": "http://schema.org/DigitalDocumentPermissionType", + "@type": "rdfs:Class", + "rdfs:comment": "A type of permission which can be granted for accessing a digital document.", + "rdfs:label": "DigitalDocumentPermissionType", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } + }, + { + "@id": "http://schema.org/primaryPrevention", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalCondition" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalTherapy" + }, + "rdfs:comment": "A preventative therapy used to prevent an initial occurrence of the medical condition, such as vaccination.", + "rdfs:label": "primaryPrevention" + }, + { + "@id": "http://schema.org/broadcastServiceTier", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BroadcastChannel" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The type of service required to have access to the channel (e.g. Standard or Premium).", + "rdfs:label": "broadcastServiceTier" + }, + { + "@id": "http://schema.org/SubscribeAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates pushed to.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "SubscribeAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/InteractAction" + } + }, + { + "@id": "http://schema.org/isrcCode", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MusicRecording" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "The International Standard Recording Code for the recording.", + "rdfs:label": "isrcCode" + }, + { + "@id": "http://schema.org/availableTest", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DiagnosticLab" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalTest" + }, + "rdfs:comment": "A diagnostic test or procedure offered by this lab.", + "rdfs:label": "availableTest" + }, + { + "@id": "http://schema.org/geoOverlaps", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/GeospatialGeometry" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/GeospatialGeometry" + } + ], + "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in DE-9IM.", + "rdfs:label": "geoOverlaps" + }, + { + "@id": "http://schema.org/valuePattern", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PropertyValueSpecification" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Specifies a regular expression for testing literal values according to the HTML spec.", + "rdfs:label": "valuePattern" + }, + { + "@id": "http://schema.org/publication", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/PublicationEvent" + }, + "rdfs:comment": "A publication event associated with the item.", + "rdfs:label": "publication" + }, + { + "@id": "http://schema.org/hasOfferCatalog", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Service" + }, + { + "@id": "http://schema.org/Person" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/OfferCatalog" + }, + "rdfs:comment": "Indicates an OfferCatalog listing for this Organization, Person, or Service.", + "rdfs:label": "hasOfferCatalog" + }, + { + "@id": "http://schema.org/cvdNumBeds", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2521", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CDCPMDRecord" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" + }, + "rdfs:comment": "numbeds - HOSPITAL INPATIENT BEDS: Inpatient beds, including all staffed, licensed, and overflow (surge) beds used for inpatients.", + "rdfs:label": "cvdNumBeds" + }, + { + "@id": "http://schema.org/AgreeAction", + "@type": "rdfs:Class", + "rdfs:comment": "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.", + "rdfs:label": "AgreeAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/ReactAction" + } + }, + { + "@id": "http://schema.org/underName", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Ticket" + }, + { + "@id": "http://schema.org/Reservation" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Person" + }, + { + "@id": "http://schema.org/Organization" + } + ], + "rdfs:comment": "The person or organization the reservation or ticket is for.", + "rdfs:label": "underName" + }, + { + "@id": "http://schema.org/BusinessEvent", + "@type": "rdfs:Class", + "rdfs:comment": "Event type: Business event.", + "rdfs:label": "BusinessEvent", + "rdfs:subClassOf": { + "@id": "http://schema.org/Event" + } + }, + { + "@id": "http://schema.org/smokingAllowed", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Place" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Boolean" + }, + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.", + "rdfs:label": "smokingAllowed" + }, + { + "@id": "http://schema.org/MediaReview", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2450", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2450" + }, + "rdfs:comment": "(editorial work in progress, this definition is incomplete and unreviewed)\n A MediaReview is a more specialized form of Review dedicated to the evaluation of media content online, typically in the context of fact-checking and misinformation.\n For more general reviews of media in the broader sense, use UserReview, CriticReview or other Review types.", + "rdfs:label": "MediaReview", + "rdfs:subClassOf": { + "@id": "http://schema.org/Review" + } + }, + { + "@id": "http://schema.org/ChildCare", + "@type": "rdfs:Class", + "rdfs:comment": "A Childcare center.", + "rdfs:label": "ChildCare", + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } + }, + { + "@id": "http://schema.org/vehicleModelDate", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Date" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The release date of a vehicle model (often used to differentiate versions of the same make and model).", + "rdfs:label": "vehicleModelDate" + }, + { + "@id": "http://schema.org/globalLocationNumber", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Person" + }, + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Place" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.", + "rdfs:label": "globalLocationNumber", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" + } + }, + { + "@id": "http://schema.org/videoFrameSize", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/VideoObject" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The frame size of the video.", + "rdfs:label": "videoFrameSize" + }, + { + "@id": "http://schema.org/CarUsageType", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "A value indicating a special usage of a car, e.g. commercial rental, driving school, or as a taxi.", + "rdfs:label": "CarUsageType", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } + }, + { + "@id": "http://schema.org/status", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/MedicalProcedure" + }, + { + "@id": "http://schema.org/MedicalCondition" + }, + { + "@id": "http://schema.org/MedicalStudy" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/MedicalStudyStatus" + }, + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/EventStatusType" + } + ], + "rdfs:comment": "The status of the study (enumerated).", + "rdfs:label": "status" + }, + { + "@id": "http://schema.org/deathPlace", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Place" + }, + "rdfs:comment": "The place where the person died.", + "rdfs:label": "deathPlace" + }, + { + "@id": "http://schema.org/diseasePreventionInfo", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2490", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SpecialAnnouncement" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/WebContent" + }, + { + "@id": "http://schema.org/URL" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2490" + }, + "rdfs:comment": "Information about disease prevention.", + "rdfs:label": "diseasePreventionInfo" + }, + { + "@id": "http://schema.org/accelerationTime", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The time needed to accelerate the vehicle from a given start velocity to a given target velocity.

\n\nTypical unit code(s): SEC for seconds

\n\n\n", + "rdfs:label": "accelerationTime" + }, + { + "@id": "http://schema.org/name", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Thing" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://purl.org/dc/terms/title" + }, + "rdfs:comment": "The name of the item.", + "rdfs:label": "name", + "rdfs:subPropertyOf": { + "@id": "rdfs:label" + } + }, + { + "@id": "http://schema.org/numberOfBathroomsTotal", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2373", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/FloorPlan" + }, + { + "@id": "http://schema.org/Accommodation" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2373" + }, + "rdfs:comment": "The total integer number of bathrooms in a some Accommodation, following real estate conventions as documented in RESO: \"The simple sum of the number of bathrooms. For example for a property with two Full Bathrooms and one Half Bathroom, the Bathrooms Total Integer will be 3.\". See also numberOfRooms.", + "rdfs:label": "numberOfBathroomsTotal" + }, + { + "@id": "http://schema.org/value", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/PropertyValue" + }, + { + "@id": "http://schema.org/MonetaryAmount" + }, + { + "@id": "http://schema.org/QuantitativeValue" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Boolean" + }, + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/StructuredValue" + }, + { + "@id": "http://schema.org/Number" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The value of the quantitative value or property value node.

\n\n\n", + "rdfs:label": "value" + }, + { + "@id": "http://schema.org/MultiPlayer", + "@type": "http://schema.org/GamePlayMode", + "rdfs:comment": "Play mode: MultiPlayer. Requiring or allowing multiple human players to play simultaneously.", + "rdfs:label": "MultiPlayer" + }, + { + "@id": "http://schema.org/MedicalCode", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A code for a medical entity.", + "rdfs:label": "MedicalCode", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/CategoryCode" + }, + { + "@id": "http://schema.org/MedicalIntangible" + } + ] + }, + { + "@id": "http://schema.org/MusicAlbumReleaseType", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "The kind of release which this album is: single, EP or album.", + "rdfs:label": "MusicAlbumReleaseType", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } + }, + { + "@id": "http://schema.org/DefinedTermSet", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-894", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/894" + }, + "rdfs:comment": "A set of defined terms for example a set of categories or a classification scheme, a glossary, dictionary or enumeration.", + "rdfs:label": "DefinedTermSet", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/subStructure", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/AnatomicalStructure" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/AnatomicalStructure" + }, + "rdfs:comment": "Component (sub-)structure(s) that comprise this anatomical structure.", + "rdfs:label": "subStructure" + }, + { + "@id": "http://schema.org/legalStatus", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Drug" + }, + { + "@id": "http://schema.org/DietarySupplement" + }, + { + "@id": "http://schema.org/MedicalEntity" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/DrugLegalStatus" + }, + { + "@id": "http://schema.org/MedicalEnumeration" + } + ], + "rdfs:comment": "The drug or supplement's legal status, including any controlled substance schedules that apply.", + "rdfs:label": "legalStatus" + }, + { + "@id": "http://schema.org/contributor", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Event" + }, + { + "@id": "http://schema.org/CreativeWork" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" + } + ], + "rdfs:comment": "A secondary contributor to the CreativeWork or Event.", + "rdfs:label": "contributor" + }, + { + "@id": "http://schema.org/subStageSuffix", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalConditionStage" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The substage, e.g. 'a' for Stage IIIa.", + "rdfs:label": "subStageSuffix" + }, + { + "@id": "http://schema.org/numberOfDoors", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Number" + }, + { + "@id": "http://schema.org/QuantitativeValue" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The number of doors.

\n\nTypical unit code(s): C62", + "rdfs:label": "numberOfDoors" + }, + { + "@id": "http://schema.org/exerciseType", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/ExercisePlan" + }, + { + "@id": "http://schema.org/ExerciseAction" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Type(s) of exercise or activity, such as strength training, flexibility training, aerobics, cardiac rehabilitation, etc.", + "rdfs:label": "exerciseType" + }, + { + "@id": "http://schema.org/loanTerm", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/LoanOrCredit" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + }, + "rdfs:comment": "The duration of the loan or credit agreement.", + "rdfs:label": "loanTerm", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/duration" + } + }, + { + "@id": "http://schema.org/deliveryStatus", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ParcelDelivery" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DeliveryEvent" + }, + "rdfs:comment": "New entry added as the package passes through each leg of its journey (from shipment to final delivery).", + "rdfs:label": "deliveryStatus" + }, + { + "@id": "http://schema.org/publishedOn", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PublicationEvent" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/BroadcastService" + }, + "rdfs:comment": "A broadcast service associated with the publication event.", + "rdfs:label": "publishedOn" + }, + { + "@id": "http://schema.org/SelfCareHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Self care actions or measures that can be taken to sooth, health or avoid a topic. This may be carried at home and can be carried/managed by the person itself.", + "rdfs:label": "SelfCareHealthAspect" + }, + { + "@id": "http://schema.org/knownVehicleDamages", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "A textual description of known damages, both repaired and unrepaired.", + "rdfs:label": "knownVehicleDamages" + }, + { + "@id": "http://schema.org/duringMedia", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/HowToDirection" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/MediaObject" + } + ], + "rdfs:comment": "A media object representing the circumstances while performing this direction.", + "rdfs:label": "duringMedia" + }, + { + "@id": "http://schema.org/PaymentStatusType", + "@type": "rdfs:Class", + "rdfs:comment": "A specific payment status. For example, PaymentDue, PaymentComplete, etc.", + "rdfs:label": "PaymentStatusType", + "rdfs:subClassOf": { + "@id": "http://schema.org/StatusEnumeration" + } + }, + { + "@id": "http://schema.org/InternetCafe", + "@type": "rdfs:Class", + "rdfs:comment": "An internet cafe.", + "rdfs:label": "InternetCafe", + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } + }, + { + "@id": "http://schema.org/PublicationIssue", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" + }, + "http://www.w3.org/2002/07/owl#equivalentClass": { + "@id": "http://purl.org/ontology/bibo/Issue" + }, + "rdfs:comment": "A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.

\n\nSee also blog post.", + "rdfs:label": "PublicationIssue", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/UsedCondition", + "@type": "http://schema.org/OfferItemCondition", + "rdfs:comment": "Indicates that the item is used.", + "rdfs:label": "UsedCondition" + }, + { + "@id": "http://schema.org/antagonist", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Muscle" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Muscle" + }, + "rdfs:comment": "The muscle whose action counteracts the specified muscle.", + "rdfs:label": "antagonist" + }, + { + "@id": "http://schema.org/MixedEventAttendanceMode", + "@type": "http://schema.org/EventAttendanceModeEnumeration", + "http://schema.org/category": "issue-1842", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1842" + }, + "rdfs:comment": "MixedEventAttendanceMode - an event that is conducted as a combination of both offline and online modes.", + "rdfs:label": "MixedEventAttendanceMode" + }, + { + "@id": "http://schema.org/healthPlanNetworkId", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1062", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/HealthPlanNetwork" + }, + { + "@id": "http://schema.org/MedicalOrganization" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "Name or unique ID of network. (Networks are often reused across different insurance plans).", + "rdfs:label": "healthPlanNetworkId" + }, + { + "@id": "http://schema.org/applicationDeadline", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2419", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EducationalOccupationalProgram" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Date" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2419" + }, + "rdfs:comment": "The date at which the program stops collecting applications for the next enrollment cycle.", + "rdfs:label": "applicationDeadline" + }, + { + "@id": "http://schema.org/Recommendation", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2405", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2405" + }, + "rdfs:comment": "Recommendation is a type of Review that suggests or proposes something as the best option or best course of action. Recommendations may be for products or services, or other concrete things, as in the case of a ranked list or product guide. A Guide may list multiple recommendations for different categories. For example, in a Guide about which TVs to buy, the author may have several Recommendations.", + "rdfs:label": "Recommendation", + "rdfs:subClassOf": { + "@id": "http://schema.org/Review" + } + }, + { + "@id": "http://schema.org/TheaterEvent", + "@type": "rdfs:Class", + "rdfs:comment": "Event type: Theater performance.", + "rdfs:label": "TheaterEvent", + "rdfs:subClassOf": { + "@id": "http://schema.org/Event" + } + }, + { + "@id": "http://schema.org/DefenceEstablishment", + "@type": "rdfs:Class", + "rdfs:comment": "A defence establishment, such as an army or navy base.", + "rdfs:label": "DefenceEstablishment", + "rdfs:subClassOf": { + "@id": "http://schema.org/GovernmentBuilding" + } + }, + { + "@id": "http://schema.org/Church", + "@type": "rdfs:Class", + "rdfs:comment": "A church.", + "rdfs:label": "Church", + "rdfs:subClassOf": { + "@id": "http://schema.org/PlaceOfWorship" + } + }, + { + "@id": "http://schema.org/LiquorStore", + "@type": "rdfs:Class", + "rdfs:comment": "A shop that sells alcoholic drinks such as wine, beer, whisky and other spirits.", + "rdfs:label": "LiquorStore", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" + } + }, + { + "@id": "http://schema.org/competitor", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SportsEvent" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/SportsTeam" + }, + { + "@id": "http://schema.org/Person" + } + ], + "rdfs:comment": "A competitor in a sports event.", + "rdfs:label": "competitor" + }, + { + "@id": "http://schema.org/cvdNumC19OFMechVentPats", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2521", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CDCPMDRecord" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" + }, + "rdfs:comment": "numc19ofmechventpats - ED/OVERFLOW and VENTILATED: Patients with suspected or confirmed COVID-19 who are in the ED or any overflow location awaiting an inpatient bed and on a mechanical ventilator.", + "rdfs:label": "cvdNumC19OFMechVentPats" + }, + { + "@id": "http://schema.org/ReportedDoseSchedule", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A patient-reported or observed dosing schedule for a drug or supplement.", + "rdfs:label": "ReportedDoseSchedule", + "rdfs:subClassOf": { + "@id": "http://schema.org/DoseSchedule" + } + }, + { + "@id": "http://schema.org/episodeNumber", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Episode" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/Integer" + } + ], + "rdfs:comment": "Position of the episode within an ordered group of episodes.", + "rdfs:label": "episodeNumber", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/position" + } + }, + { + "@id": "http://schema.org/datasetTimeInterval", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Dataset" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DateTime" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/temporalCoverage" + }, + "rdfs:comment": "The range of temporal applicability of a dataset, e.g. for a 2011 census dataset, the year 2011 (in ISO 8601 time interval format).", + "rdfs:label": "datasetTimeInterval" + }, + { + "@id": "http://schema.org/OriginalShippingFees", + "@type": "http://schema.org/ReturnFeesEnumeration", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "OriginalShippingFees ...", + "rdfs:label": "OriginalShippingFees" + }, + { + "@id": "http://schema.org/MapCategoryType", + "@type": "rdfs:Class", + "rdfs:comment": "An enumeration of several kinds of Map.", + "rdfs:label": "MapCategoryType", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } + }, + { + "@id": "http://schema.org/yearsInOperation", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BusinessAudience" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "rdfs:comment": "The age of the business.", + "rdfs:label": "yearsInOperation" + }, + { + "@id": "http://schema.org/MerchantReturnPolicy", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "A MerchantReturnPolicy provides information about product return policies associated with an Organization or Product.", + "rdfs:label": "MerchantReturnPolicy", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/paymentMethod", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Invoice" + }, + { + "@id": "http://schema.org/Order" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/PaymentMethod" + }, + "rdfs:comment": "The name of the credit card or other method of payment for the order.", + "rdfs:label": "paymentMethod" + }, + { + "@id": "http://schema.org/ParkingMap", + "@type": "http://schema.org/MapCategoryType", + "rdfs:comment": "A parking map.", + "rdfs:label": "ParkingMap" + }, + { + "@id": "http://schema.org/checkinTime", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/LodgingReservation" + }, + { + "@id": "http://schema.org/LodgingBusiness" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/DateTime" + }, + { + "@id": "http://schema.org/Time" + } + ], + "rdfs:comment": "The earliest someone may check into a lodging establishment.", + "rdfs:label": "checkinTime" + }, + { + "@id": "http://schema.org/VideoGame", + "@type": "rdfs:Class", + "rdfs:comment": "A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device.", + "rdfs:label": "VideoGame", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/Game" + }, + { + "@id": "http://schema.org/SoftwareApplication" + } + ] + }, + { + "@id": "http://schema.org/WebPageElement", + "@type": "rdfs:Class", + "rdfs:comment": "A web page element, like a table or an image.", + "rdfs:label": "WebPageElement", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/MedicalTrial", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A medical trial is a type of medical study that uses scientific process used to compare the safety and efficacy of medical therapies or medical procedures. In general, medical trials are controlled and subjects are allocated at random to the different treatment and/or control groups.", + "rdfs:label": "MedicalTrial", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalStudy" + } + }, + { + "@id": "http://schema.org/resultReview", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ReviewAction" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Review" + }, + "rdfs:comment": "A sub property of result. The review that resulted in the performing of the action.", + "rdfs:label": "resultReview", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/result" + } + }, + { + "@id": "http://schema.org/ApplyAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of registering to an organization/service without the guarantee to receive it.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "ApplyAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/OrganizeAction" + } + }, + { + "@id": "http://schema.org/runtime", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareSourceCode" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/runtimePlatform" + }, + "rdfs:comment": "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).", + "rdfs:label": "runtime" + }, + { + "@id": "http://schema.org/coursePrerequisites", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Course" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/Course" + }, + { + "@id": "http://schema.org/AlignmentObject" + } + ], + "rdfs:comment": "Requirements for taking the Course. May be completion of another Course or a textual description like \"permission of instructor\". Requirements may be a pre-requisite competency, referenced using AlignmentObject.", + "rdfs:label": "coursePrerequisites" + }, + { + "@id": "http://schema.org/Article", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" + }, + "rdfs:comment": "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 them all.

\n\nSee also blog post.", + "rdfs:label": "Article", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/timeOfDay", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2419", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EducationalOccupationalProgram" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2419" + }, + "rdfs:comment": "The time of day the program normally runs. For example, \"evenings\".", + "rdfs:label": "timeOfDay" + }, + { + "@id": "http://schema.org/signDetected", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalTest" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalSign" + }, + "rdfs:comment": "A sign detected by the test.", + "rdfs:label": "signDetected" + }, + { + "@id": "http://schema.org/LibrarySystem", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1495", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1495" + }, + "rdfs:comment": "A LibrarySystem is a collaborative system amongst several libraries.", + "rdfs:label": "LibrarySystem", + "rdfs:subClassOf": { + "@id": "http://schema.org/Organization" + } + }, + { + "@id": "http://schema.org/albumProductionType", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MusicAlbum" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MusicAlbumProductionType" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "Classification of the album by it's type of content: soundtrack, live album, studio album, etc.", + "rdfs:label": "albumProductionType" + }, + { + "@id": "http://schema.org/UserTweets", + "@type": "rdfs:Class", + "http://schema.org/supersededBy": { + "@id": "http://schema.org/InteractionCounter" + }, + "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", + "rdfs:label": "UserTweets", + "rdfs:subClassOf": { + "@id": "http://schema.org/UserInteraction" + } + }, + { + "@id": "http://schema.org/softwareAddOn", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareApplication" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/SoftwareApplication" + }, + "rdfs:comment": "Additional content for a software application.", + "rdfs:label": "softwareAddOn" + }, + { + "@id": "http://schema.org/checkoutTime", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/LodgingBusiness" + }, + { + "@id": "http://schema.org/LodgingReservation" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Time" + }, + { + "@id": "http://schema.org/DateTime" + } + ], + "rdfs:comment": "The latest someone may check out of a lodging establishment.", + "rdfs:label": "checkoutTime" + }, + { + "@id": "http://schema.org/OnlineOnly", + "@type": "http://schema.org/ItemAvailability", + "rdfs:comment": "Indicates that the item is available only online.", + "rdfs:label": "OnlineOnly" + }, + { + "@id": "http://schema.org/OnlineFull", + "@type": "http://schema.org/GameServerStatus", + "rdfs:comment": "Game server status: OnlineFull. Server is online but unavailable. The maximum number of players has reached.", + "rdfs:label": "OnlineFull" + }, + { + "@id": "http://schema.org/masthead", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1525", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/NewsMediaOrganization" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/CreativeWork" + } + ], + "http://schema.org/source": [ + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" + } + ], + "rdfs:comment": "For a NewsMediaOrganization, a link to the masthead page or a page listing top editorial management.", + "rdfs:label": "masthead", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/publishingPrinciples" + } + }, + { + "@id": "http://schema.org/seller", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/BuyAction" + }, + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Flight" + }, + { + "@id": "http://schema.org/Order" + }, + { + "@id": "http://schema.org/Demand" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" + } + ], + "rdfs:comment": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider.", + "rdfs:label": "seller", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/participant" + } + }, + { + "@id": "http://schema.org/trainingSalary", + "@type": "rdf:Property", + "http://schema.org/category": [ + "issue-2460", + "issue-2289" + ], + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/WorkBasedProgram" + }, + { + "@id": "http://schema.org/EducationalOccupationalProgram" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MonetaryAmountDistribution" + }, + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/2289" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/2460" + } + ], + "rdfs:comment": "The estimated salary earned while in the program.", + "rdfs:label": "trainingSalary" + }, + { + "@id": "http://schema.org/DaySpa", + "@type": "rdfs:Class", + "rdfs:comment": "A day spa.", + "rdfs:label": "DaySpa", + "rdfs:subClassOf": { + "@id": "http://schema.org/HealthAndBeautyBusiness" + } + }, + { + "@id": "http://schema.org/modifiedTime", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Reservation" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DateTime" + }, + "rdfs:comment": "The date and time the reservation was modified.", + "rdfs:label": "modifiedTime" + }, + { + "@id": "http://schema.org/encodingFormat", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/MediaObject" + }, + { + "@id": "http://schema.org/CreativeWork" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).

\n\nIn cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.

\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.", + "rdfs:label": "encodingFormat" + }, + { + "@id": "http://schema.org/roofLoad", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Car" + }, + { + "@id": "http://schema.org/BusOrCoach" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The permitted total weight of cargo and installations (e.g. a roof rack) on top of the vehicle.

\n\nTypical unit code(s): KGM for kilogram, LBR for pound

\n\n\n", + "rdfs:label": "roofLoad" + }, + { + "@id": "http://schema.org/expectedArrivalUntil", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ParcelDelivery" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Date" + }, + { + "@id": "http://schema.org/DateTime" + } + ], + "rdfs:comment": "The latest date the package may arrive.", + "rdfs:label": "expectedArrivalUntil" + }, + { + "@id": "http://schema.org/CommunityHealth", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A field of public health focusing on improving health characteristics of a defined population in relation with their geographical or environment areas", + "rdfs:label": "CommunityHealth", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalBusiness" + } + }, + { + "@id": "http://schema.org/NonprofitANBI", + "@type": "http://schema.org/NLNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "NonprofitANBI: Non-profit type referring to a Public Benefit Organization (NL).", + "rdfs:label": "NonprofitANBI" + }, + { + "@id": "http://schema.org/OpenTrial", + "@type": "http://schema.org/MedicalTrialDesign", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A trial design in which the researcher knows the full details of the treatment, and so does the patient.", + "rdfs:label": "OpenTrial" + }, + { + "@id": "http://schema.org/appearance", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1828", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Claim" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1828" + }, + "rdfs:comment": "Indicates an occurence of a Claim in some CreativeWork.", + "rdfs:label": "appearance", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/workExample" + } + }, + { + "@id": "http://schema.org/Clip", + "@type": "rdfs:Class", + "rdfs:comment": "A short TV or radio program or a segment/part of a program.", + "rdfs:label": "Clip", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/Permit", + "@type": "rdfs:Class", + "rdfs:comment": "A permit issued by an organization, e.g. a parking pass.", + "rdfs:label": "Permit", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/Seat", + "@type": "rdfs:Class", + "rdfs:comment": "Used to describe a seat, such as a reserved seat in an event reservation.", + "rdfs:label": "Seat", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/ratingCount", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/AggregateRating" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "rdfs:comment": "The count of total number of ratings.", + "rdfs:label": "ratingCount" + }, + { + "@id": "http://schema.org/foundingLocation", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Organization" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Place" + }, + "rdfs:comment": "The place where the Organization was founded.", + "rdfs:label": "foundingLocation" + }, + { + "@id": "http://schema.org/SymptomsHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Symptoms or related symptoms of a Topic.", + "rdfs:label": "SymptomsHealthAspect" + }, + { + "@id": "http://schema.org/OnSitePickup", + "@type": "http://schema.org/DeliveryMethod", + "rdfs:comment": "A DeliveryMethod in which an item is collected on site, e.g. in a store or at a box office.", + "rdfs:label": "OnSitePickup" + }, + { + "@id": "http://schema.org/OfflineEventAttendanceMode", + "@type": "http://schema.org/EventAttendanceModeEnumeration", + "http://schema.org/category": "issue-1842", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1842" + }, + "rdfs:comment": "OfflineEventAttendanceMode - an event that is primarily conducted offline.", + "rdfs:label": "OfflineEventAttendanceMode" + }, + { + "@id": "http://schema.org/ItemAvailability", + "@type": "rdfs:Class", + "rdfs:comment": "A list of possible product availability options.", + "rdfs:label": "ItemAvailability", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } + }, + { + "@id": "http://schema.org/FailedActionStatus", + "@type": "http://schema.org/ActionStatusType", + "rdfs:comment": "An action that failed to complete. The action's error property and the HTTP return code contain more information about the failure.", + "rdfs:label": "FailedActionStatus" + }, + { + "@id": "http://schema.org/offerCount", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/AggregateOffer" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "rdfs:comment": "The number of offers for the product.", + "rdfs:label": "offerCount" + }, + { + "@id": "http://schema.org/partOfTrip", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1810", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Trip" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/subTrip" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Trip" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" + }, + "rdfs:comment": "Identifies that this Trip is a subTrip of another Trip. For example Day 1, Day 2, etc. of a multi-day trip.", + "rdfs:label": "partOfTrip" + }, + { + "@id": "http://schema.org/seriousAdverseOutcome", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/MedicalTherapy" + }, + { + "@id": "http://schema.org/MedicalDevice" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalEntity" + }, + "rdfs:comment": "A possible serious complication and/or serious side effect of this therapy. Serious adverse outcomes include those that are life-threatening; result in death, disability, or permanent damage; require hospitalization or prolong existing hospitalization; cause congenital anomalies or birth defects; or jeopardize the patient and may require medical or surgical intervention to prevent one of the outcomes in this definition.", + "rdfs:label": "seriousAdverseOutcome" + }, + { + "@id": "http://schema.org/WantAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of expressing a desire about the object. An agent wants an object.", + "rdfs:label": "WantAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/ReactAction" + } + }, + { + "@id": "http://schema.org/schoolClosuresInfo", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2490", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SpecialAnnouncement" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/WebContent" + }, + { + "@id": "http://schema.org/URL" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2490" + }, + "rdfs:comment": "Information about school closures.", + "rdfs:label": "schoolClosuresInfo" + }, + { + "@id": "http://schema.org/thumbnail", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/VideoObject" + }, + { + "@id": "http://schema.org/ImageObject" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/ImageObject" + }, + "rdfs:comment": "Thumbnail image for an image or video.", + "rdfs:label": "thumbnail" + }, + { + "@id": "http://schema.org/musicArrangement", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MusicComposition" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MusicComposition" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "An arrangement derived from the composition.", + "rdfs:label": "musicArrangement" + }, + { + "@id": "http://schema.org/review", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/Event" + }, + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Service" + }, + { + "@id": "http://schema.org/Brand" + }, + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/Place" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Review" + }, + "rdfs:comment": "A review of the item.", + "rdfs:label": "review" + }, + { + "@id": "http://schema.org/TaxiService", + "@type": "rdfs:Class", + "rdfs:comment": "A service for a vehicle for hire with a driver for local travel. Fares are usually calculated based on distance traveled.", + "rdfs:label": "TaxiService", + "rdfs:subClassOf": { + "@id": "http://schema.org/Service" + } + }, + { + "@id": "http://schema.org/geographicArea", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Audience" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/AdministrativeArea" + }, + "rdfs:comment": "The geographic area associated with the audience.", + "rdfs:label": "geographicArea" + }, + { + "@id": "http://schema.org/acceptedOffer", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Order" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Offer" + }, + "rdfs:comment": "The offer(s) -- e.g., product, quantity and price combinations -- included in the order.", + "rdfs:label": "acceptedOffer" + }, + { + "@id": "http://schema.org/ReadAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of consuming written content.", + "rdfs:label": "ReadAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/ConsumeAction" + } + }, + { + "@id": "http://schema.org/Specialty", + "@type": "rdfs:Class", + "rdfs:comment": "Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort.", + "rdfs:label": "Specialty", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } + }, + { + "@id": "http://schema.org/accessibilityControl", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Identifies input methods that are sufficient to fully control the described resource (WebSchemas wiki lists possible values).", + "rdfs:label": "accessibilityControl" + }, + { + "@id": "http://schema.org/ComicStory", + "@type": "rdfs:Class", + "http://schema.org/category": "Comics", + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "rdfs:comment": "The term \"story\" is any indivisible, re-printable\n unit of a comic, including the interior stories, covers, and backmatter. Most\n comics have at least two stories: a cover (ComicCoverArt) and an interior story.", + "rdfs:label": "ComicStory", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/targetPlatform", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/APIReference" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Type of app development: phone, Metro style, desktop, XBox, etc.", + "rdfs:label": "targetPlatform" + }, + { + "@id": "http://schema.org/musicGroupMember", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MusicGroup" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/member" + }, + "rdfs:comment": "A member of a music group—for example, John, Paul, George, or Ringo.", + "rdfs:label": "musicGroupMember" + }, + { + "@id": "http://schema.org/contactlessPayment", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PaymentCard" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Boolean" + }, + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + } + ], + "rdfs:comment": "A secure method for consumers to purchase products or services via debit, credit or smartcards by using RFID or NFC technology.", + "rdfs:label": "contactlessPayment" + }, + { + "@id": "http://schema.org/Cardiovascular", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that pertains to diagnosis and treatment of disorders of heart and vasculature.", + "rdfs:label": "Cardiovascular" + }, + { + "@id": "http://schema.org/busNumber", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BusTrip" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The unique identifier for the bus.", + "rdfs:label": "busNumber" + }, + { + "@id": "http://schema.org/description", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Thing" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://purl.org/dc/terms/description" + }, + "rdfs:comment": "A description of the item.", + "rdfs:label": "description" + }, + { + "@id": "http://schema.org/musicReleaseFormat", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MusicRelease" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MusicReleaseFormatType" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).", + "rdfs:label": "musicReleaseFormat" + }, + { + "@id": "http://schema.org/Wholesale", + "@type": "http://schema.org/DrugCostCategory", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "The drug's cost represents the wholesale acquisition cost of the drug.", + "rdfs:label": "Wholesale" + }, + { + "@id": "http://schema.org/Plumber", + "@type": "rdfs:Class", + "rdfs:comment": "A plumbing service.", + "rdfs:label": "Plumber", + "rdfs:subClassOf": { + "@id": "http://schema.org/HomeAndConstructionBusiness" + } + }, + { + "@id": "http://schema.org/shippingRate", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2506", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/ShippingRateSettings" + }, + { + "@id": "http://schema.org/OfferShippingDetails" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MonetaryAmount" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "The shipping rate is the cost of shipping to the specified destination. Typically, the maxValue and currency values (of the MonetaryAmount) are most appropriate.", + "rdfs:label": "shippingRate" + }, + { + "@id": "http://schema.org/depth", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/VisualArtwork" + }, + { + "@id": "http://schema.org/Product" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Distance" + }, + { + "@id": "http://schema.org/QuantitativeValue" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The depth of the item.", + "rdfs:label": "depth" + }, + { + "@id": "http://schema.org/mainEntityOfPage", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Thing" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/mainEntity" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/CreativeWork" + } + ], + "rdfs:comment": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details.", + "rdfs:label": "mainEntityOfPage" + }, + { + "@id": "http://schema.org/relatedTherapy", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/SuperficialAnatomy" + }, + { + "@id": "http://schema.org/AnatomicalSystem" + }, + { + "@id": "http://schema.org/AnatomicalStructure" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalTherapy" + }, + "rdfs:comment": "A medical therapy related to this anatomy.", + "rdfs:label": "relatedTherapy" + }, + { + "@id": "http://schema.org/owns", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/OwnershipInfo" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "Products owned by the organization or person.", + "rdfs:label": "owns" + }, + { + "@id": "http://schema.org/Occupation", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1698", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + }, + "rdfs:comment": "A profession, may involve prolonged training and/or a formal qualification.", + "rdfs:label": "Occupation", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/totalPaymentDue", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Invoice" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/MonetaryAmount" + }, + { + "@id": "http://schema.org/PriceSpecification" + } + ], + "rdfs:comment": "The total amount due.", + "rdfs:label": "totalPaymentDue" + }, + { + "@id": "http://schema.org/illustrator", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Book" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "The illustrator of the book.", + "rdfs:label": "illustrator" + }, + { + "@id": "http://schema.org/ArtGallery", + "@type": "rdfs:Class", + "rdfs:comment": "An art gallery.", + "rdfs:label": "ArtGallery", + "rdfs:subClassOf": { + "@id": "http://schema.org/EntertainmentBusiness" + } + }, + { + "@id": "http://schema.org/Toxicologic", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that is concerned with poisons, their nature, effects and detection and involved in the treatment of poisoning.", + "rdfs:label": "Toxicologic" + }, + { + "@id": "http://schema.org/license", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/URL" + } + ], + "rdfs:comment": "A license document that applies to this content, typically indicated by URL.", + "rdfs:label": "license" + }, + { + "@id": "http://schema.org/GeoCircle", + "@type": "rdfs:Class", + "rdfs:comment": "A GeoCircle is a GeoShape representing a circular geographic area. As it is a GeoShape\n it provides the simple textual property 'circle', but also allows the combination of postalCode alongside geoRadius.\n The center of the circle can be indicated via the 'geoMidpoint' property, or more approximately using 'address', 'postalCode'.", + "rdfs:label": "GeoCircle", + "rdfs:subClassOf": { + "@id": "http://schema.org/GeoShape" + } + }, + { + "@id": "http://schema.org/dateVehicleFirstRegistered", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Date" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The date of the first registration of the vehicle with the respective public authorities.", + "rdfs:label": "dateVehicleFirstRegistered" + }, + { + "@id": "http://schema.org/sponsor", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Person" + }, + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Grant" + }, + { + "@id": "http://schema.org/Event" + }, + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/MedicalStudy" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" + } + ], + "rdfs:comment": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.", + "rdfs:label": "sponsor" + }, + { + "@id": "http://schema.org/encodings", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MediaObject" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/encoding" + }, + "rdfs:comment": "A media object that encodes this CreativeWork.", + "rdfs:label": "encodings" + }, + { + "@id": "http://schema.org/sport", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1951", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/SportsOrganization" + }, + { + "@id": "http://schema.org/SportsEvent" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1951" + }, + "rdfs:comment": "A type of sport (e.g. Baseball).", + "rdfs:label": "sport" + }, + { + "@id": "http://schema.org/event", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/InviteAction" + }, + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/InformAction" + }, + { + "@id": "http://schema.org/LeaveAction" + }, + { + "@id": "http://schema.org/PlayAction" + }, + { + "@id": "http://schema.org/JoinAction" + }, + { + "@id": "http://schema.org/Place" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Event" + }, + "rdfs:comment": "Upcoming or past event associated with this place, organization, or action.", + "rdfs:label": "event" + }, + { + "@id": "http://schema.org/relatedStructure", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/AnatomicalSystem" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/AnatomicalStructure" + }, + "rdfs:comment": "Related anatomical structure(s) that are not part of the system but relate or connect to it, such as vascular bundles associated with an organ system.", + "rdfs:label": "relatedStructure" + }, + { + "@id": "http://schema.org/readBy", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Audiobook" + }, + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "A person who reads (performs) the audiobook.", + "rdfs:label": "readBy", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/actor" + } + }, + { + "@id": "http://schema.org/SheetMusic", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1448", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1448" + }, + "rdfs:comment": "Printed music, as opposed to performed or recorded music.", + "rdfs:label": "SheetMusic", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/BusinessFunction", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "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 offer. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Proprietary specifications of access rights are also instances of this class.

\n\nCommonly used values:

\n\n\n", + "rdfs:label": "BusinessFunction", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } + }, + { + "@id": "http://schema.org/reviewBody", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Review" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The actual body of the review.", + "rdfs:label": "reviewBody" + }, + { + "@id": "http://schema.org/colorist", + "@type": "rdf:Property", + "http://schema.org/category": "Comics", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/ComicStory" + }, + { + "@id": "http://schema.org/ComicIssue" + }, + { + "@id": "http://schema.org/VisualArtwork" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "The individual who adds color to inked drawings.", + "rdfs:label": "colorist" + }, + { + "@id": "http://schema.org/ProductReturnEnumeration", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://attic.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/MerchantReturnEnumeration" + }, + "rdfs:comment": "ProductReturnEnumeration enumerates several kinds of product return policy. Note that this structure may not capture all aspects of the policy.", + "rdfs:label": "ProductReturnEnumeration", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } + }, + { + "@id": "http://schema.org/OrderCancelled", + "@type": "http://schema.org/OrderStatus", + "rdfs:comment": "OrderStatus representing cancellation of an order.", + "rdfs:label": "OrderCancelled" + }, + { + "@id": "http://schema.org/stupidProperty", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/StupidType" + }, + { + "@id": "http://schema.org/Vehicle" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://attic.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "rdfs:comment": "This is a StupidProperty! - for testing only", + "rdfs:label": "stupidProperty" + }, + { + "@id": "http://schema.org/Preschool", + "@type": "rdfs:Class", + "rdfs:comment": "A preschool.", + "rdfs:label": "Preschool", + "rdfs:subClassOf": { + "@id": "http://schema.org/EducationalOrganization" + } + }, + { + "@id": "http://schema.org/UserLikes", + "@type": "rdfs:Class", + "http://schema.org/supersededBy": { + "@id": "http://schema.org/InteractionCounter" + }, + "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", + "rdfs:label": "UserLikes", + "rdfs:subClassOf": { + "@id": "http://schema.org/UserInteraction" + } + }, + { + "@id": "http://schema.org/Gastroenterologic", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that pertains to diagnosis and treatment of disorders of digestive system.", + "rdfs:label": "Gastroenterologic" + }, + { + "@id": "http://schema.org/RejectAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of rejecting to/adopting an object.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "RejectAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/AllocateAction" + } + }, + { + "@id": "http://schema.org/Diet", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A strategy of regulating the intake of food to achieve or maintain a specific health-related goal.", + "rdfs:label": "Diet", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/LifestyleModification" + } + ] + }, + { + "@id": "http://schema.org/productionDate", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/Vehicle" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Date" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The date of production of the item, e.g. vehicle.", + "rdfs:label": "productionDate" + }, + { + "@id": "http://schema.org/cookingMethod", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Recipe" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The method of cooking, such as Frying, Steaming, ...", + "rdfs:label": "cookingMethod" + }, + { + "@id": "http://schema.org/ReportageNewsArticle", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1525", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" + } + ], + "rdfs:comment": "The ReportageNewsArticle type is a subtype of NewsArticle representing\n news articles which are the result of journalistic news reporting conventions.

\n\nIn practice many news publishers produce a wide variety of article types, many of which might be considered a NewsArticle but not a ReportageNewsArticle. For example, opinion pieces, reviews, analysis, sponsored or satirical articles, or articles that combine several of these elements.

\n\nThe ReportageNewsArticle type is based on a stricter ideal for \"news\" as a work of journalism, with articles based on factual information either observed or verified by the author, or reported and verified from knowledgeable sources. This often includes perspectives from multiple viewpoints on a particular issue (distinguishing news reports from public relations or propaganda). News reports in the ReportageNewsArticle sense de-emphasize the opinion of the author, with commentary and value judgements typically expressed elsewhere.

\n\nA ReportageNewsArticle which goes deeper into analysis can also be marked with an additional type of AnalysisNewsArticle.", + "rdfs:label": "ReportageNewsArticle", + "rdfs:subClassOf": { + "@id": "http://schema.org/NewsArticle" + } + }, + { + "@id": "http://schema.org/bookingTime", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Reservation" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DateTime" + }, + "rdfs:comment": "The date and time the reservation was booked.", + "rdfs:label": "bookingTime" + }, + { + "@id": "http://schema.org/accountMinimumInflow", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BankAccount" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MonetaryAmount" + }, + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + } + ], + "rdfs:comment": "A minimum amount that has to be paid in every month.", + "rdfs:label": "accountMinimumInflow" + }, + { + "@id": "http://schema.org/CriticReview", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1589", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1589" + }, + "rdfs:comment": "A CriticReview is a more specialized form of Review written or published by a source that is recognized for its reviewing activities. These can include online columns, travel and food guides, TV and radio shows, blogs and other independent Web sites. CriticReviews are typically more in-depth and professionally written. For simpler, casually written user/visitor/viewer/customer reviews, it is more appropriate to use the UserReview type. Review aggregator sites such as Metacritic already separate out the site's user reviews from selected critic reviews that originate from third-party sources.", + "rdfs:label": "CriticReview", + "rdfs:subClassOf": { + "@id": "http://schema.org/Review" + } + }, + { + "@id": "http://schema.org/BroadcastService", + "@type": "rdfs:Class", + "rdfs:comment": "A delivery service through which content is provided via broadcast over the air or online.", + "rdfs:label": "BroadcastService", + "rdfs:subClassOf": { + "@id": "http://schema.org/Service" + } + }, + { + "@id": "http://schema.org/lesser", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/QualitativeValue" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QualitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is lesser than the object.", + "rdfs:label": "lesser" + }, + { + "@id": "http://schema.org/MotorcycleRepair", + "@type": "rdfs:Class", + "rdfs:comment": "A motorcycle repair shop.", + "rdfs:label": "MotorcycleRepair", + "rdfs:subClassOf": { + "@id": "http://schema.org/AutomotiveBusiness" + } + }, + { + "@id": "http://schema.org/DefinedRegion", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2506", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "A DefinedRegion is a geographic area defined by potentially arbitrary (rather than political, administrative or natural geographical) criteria. Properties are provided for defining a region by reference to sets of postal codes.

\n\nExamples: a delivery destination when shopping. Region where regional pricing is configured.

\n\nRequirement 1:\nCountry: US\nStates: \"NY\", \"CA\"

\n\nRequirement 2:\nCountry: US\nPostalCode Set: { [94000-94585], [97000, 97999], [13000, 13599]}\n{ [12345, 12345], [78945, 78945], }\nRegion = state, canton, prefecture, autonomous community...", + "rdfs:label": "DefinedRegion", + "rdfs:subClassOf": { + "@id": "http://schema.org/StructuredValue" + } + }, + { + "@id": "http://schema.org/permitAudience", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Permit" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Audience" + }, + "rdfs:comment": "The target audience for this permit.", + "rdfs:label": "permitAudience" + }, + { + "@id": "http://schema.org/RandomizedTrial", + "@type": "http://schema.org/MedicalTrialDesign", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A randomized trial design.", + "rdfs:label": "RandomizedTrial" + }, + { + "@id": "http://schema.org/about", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1670", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/CommunicateAction" + }, + { + "@id": "http://schema.org/Event" + }, + { + "@id": "http://schema.org/CreativeWork" + } + ], + "http://schema.org/inverseOf": { + "@id": "http://schema.org/subjectOf" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Thing" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1670" + }, + "rdfs:comment": "The subject matter of the content.", + "rdfs:label": "about" + }, + { + "@id": "http://schema.org/archiveHeld", + "@type": "rdf:Property", + "http://schema.org/category": { + "@language": "en", + "@value": "issue-1758" + }, + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ArchiveOrganization" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/holdingArchive" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/ArchiveComponent" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1758" + }, + "rdfs:comment": "Collection, fonds, or item held, kept or maintained by an ArchiveOrganization.", + "rdfs:label": { + "@language": "en", + "@value": "archiveHeld" + } + }, + { + "@id": "http://schema.org/departureTerminal", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Flight" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Identifier of the flight's departure terminal.", + "rdfs:label": "departureTerminal" + }, + { + "@id": "http://schema.org/Female", + "@type": "http://schema.org/GenderType", + "rdfs:comment": "The female gender.", + "rdfs:label": "Female" + }, + { + "@id": "http://schema.org/enginePower", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EngineSpecification" + }, + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The power of the vehicle's engine.\n Typical unit code(s): KWT for kilowatt, BHP for brake horsepower, N12 for metric horsepower (PS, with 1 PS = 735,49875 W)

\n\n\n", + "rdfs:label": "enginePower" + }, + { + "@id": "http://schema.org/estimatedFlightDuration", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Flight" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/Duration" + } + ], + "rdfs:comment": "The estimated time the flight will take.", + "rdfs:label": "estimatedFlightDuration" + }, + { + "@id": "http://schema.org/Nonprofit501c1", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c1: Non-profit type referring to Corporations Organized Under Act of Congress, including Federal Credit Unions and National Farm Loan Associations.", + "rdfs:label": "Nonprofit501c1" + }, + { + "@id": "http://schema.org/FurnitureStore", + "@type": "rdfs:Class", + "rdfs:comment": "A furniture store.", + "rdfs:label": "FurnitureStore", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" + } + }, + { + "@id": "http://schema.org/ProfessionalService", + "@type": "rdfs:Class", + "rdfs:comment": "Original definition: \"provider of professional services.\"

\n\nThe general ProfessionalService type for local businesses was deprecated due to confusion with Service. For reference, the types that it included were: Dentist,\n AccountingService, Attorney, Notary, as well as types for several kinds of HomeAndConstructionBusiness: Electrician, GeneralContractor,\n HousePainter, Locksmith, Plumber, RoofingContractor. LegalService was introduced as a more inclusive supertype of Attorney.", + "rdfs:label": "ProfessionalService", + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } + }, + { + "@id": "http://schema.org/Energy", + "@type": "rdfs:Class", + "rdfs:comment": "Properties that take Energy as values are of the form '<Number> <Energy unit of measure>'.", + "rdfs:label": "Energy", + "rdfs:subClassOf": { + "@id": "http://schema.org/Quantity" + } + }, + { + "@id": "http://schema.org/deathDate", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Date" + }, + "rdfs:comment": "Date of death.", + "rdfs:label": "deathDate" + }, + { + "@id": "http://schema.org/percentile90", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1698", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/QuantitativeValueDistribution" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + }, + "rdfs:comment": "The 90th percentile value.", + "rdfs:label": "percentile90" + }, + { + "@id": "http://schema.org/pathophysiology", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/MedicalCondition" + }, + { + "@id": "http://schema.org/PhysicalActivity" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Changes in the normal mechanical, physical, and biochemical functions that are associated with this activity or condition.", + "rdfs:label": "pathophysiology" + }, + { + "@id": "http://schema.org/healthPlanDrugOption", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1062", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/HealthInsurancePlan" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "TODO.", + "rdfs:label": "healthPlanDrugOption" + }, + { + "@id": "http://schema.org/eligibleCustomerType", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Demand" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/BusinessEntityType" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The type(s) of customers for which the given offer is valid.", + "rdfs:label": "eligibleCustomerType" + }, + { + "@id": "http://schema.org/containsPlace", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Place" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/containedInPlace" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Place" + }, + "rdfs:comment": "The basic containment relation between a place and another that it contains.", + "rdfs:label": "containsPlace" + }, + { + "@id": "http://schema.org/marginOfError", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2291", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Observation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DateTime" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2291" + }, + "rdfs:comment": "A marginOfError for an Observation.", + "rdfs:label": "marginOfError" + }, + { + "@id": "http://schema.org/disambiguatingDescription", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Thing" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.", + "rdfs:label": "disambiguatingDescription", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/description" + } + }, + { + "@id": "http://schema.org/Resort", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "A resort is a place used for relaxation or recreation, attracting visitors for holidays or vacations. Resorts are places, towns or sometimes commercial establishment operated by a single company (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Resort).\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", + "rdfs:label": "Resort", + "rdfs:subClassOf": { + "@id": "http://schema.org/LodgingBusiness" + } + }, + { + "@id": "http://schema.org/InForce", + "@type": "http://schema.org/LegalForceStatus", + "http://schema.org/category": "issue-1156", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "http://publications.europa.eu/mdr/eli/index.html" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" + } + ], + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#InForce-inForce" + }, + "rdfs:comment": "Indicates that a legislation is in force.", + "rdfs:label": "InForce" + }, + { + "@id": "http://schema.org/measurementTechnique", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1425", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Dataset" + }, + { + "@id": "http://schema.org/DataCatalog" + }, + { + "@id": "http://schema.org/DataDownload" + }, + { + "@id": "http://schema.org/PropertyValue" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/URL" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1425" + }, + "rdfs:comment": "A technique or technology used in a Dataset (or DataDownload, DataCatalog),\ncorresponding to the method used for measuring the corresponding variable(s) (described using variableMeasured). This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but rather as a high level summary for dataset discovery.

\n\nFor example, if variableMeasured is: molecule concentration, measurementTechnique could be: \"mass spectrometry\" or \"nmr spectroscopy\" or \"colorimetry\" or \"immunofluorescence\".

\n\nIf the variableMeasured is \"depression rating\", the measurementTechnique could be \"Zung Scale\" or \"HAM-D\" or \"Beck Depression Inventory\".

\n\nIf there are several variableMeasured properties recorded for some given data object, use a PropertyValue for each variableMeasured and attach the corresponding measurementTechnique.", + "rdfs:label": "measurementTechnique" + }, + { + "@id": "http://schema.org/purchaseDate", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/Vehicle" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Date" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The date the item e.g. vehicle was purchased by the current owner.", + "rdfs:label": "purchaseDate" + }, + { + "@id": "http://schema.org/geoTouches", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/GeospatialGeometry" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/GeospatialGeometry" + }, + { + "@id": "http://schema.org/Place" + } + ], + "rdfs:comment": "Represents spatial relations in which two geometries (or the places they represent) touch: they have at least one boundary point in common, but no interior points.\" (a symmetric relationship, as defined in DE-9IM )", + "rdfs:label": "geoTouches" + }, + { + "@id": "http://schema.org/ArchiveOrganization", + "@type": "rdfs:Class", + "http://schema.org/category": { + "@language": "en", + "@value": "issue-1758" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1758" + }, + "rdfs:comment": "An organization with archival holdings. An organization which keeps and preserves archival material and typically makes it accessible to the public.", + "rdfs:label": { + "@language": "en", + "@value": "ArchiveOrganization" + }, + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } + }, + { + "@id": "http://schema.org/Head", + "@type": "http://schema.org/PhysicalExam", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Head assessment with clinical examination.", + "rdfs:label": "Head" + }, + { + "@id": "http://schema.org/resultComment", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/CommentAction" + }, + { + "@id": "http://schema.org/ReplyAction" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Comment" + }, + "rdfs:comment": "A sub property of result. The Comment created or sent as a result of this action.", + "rdfs:label": "resultComment", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/result" + } + }, + { + "@id": "http://schema.org/OpeningHoursSpecification", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "A structured value providing information about the opening hours of a place or a certain service inside a place.

\n\nThe place is open if the opens property is specified, and closed otherwise.

\n\nIf the value for the closes property is less than the value for the opens property then the hour range is assumed to span over the next day.", + "rdfs:label": "OpeningHoursSpecification", + "rdfs:subClassOf": { + "@id": "http://schema.org/StructuredValue" + } + }, + { + "@id": "http://schema.org/InsertAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of adding at a specific location in an ordered collection.", + "rdfs:label": "InsertAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/AddAction" + } + }, + { + "@id": "http://schema.org/GovernmentPermit", + "@type": "rdfs:Class", + "rdfs:comment": "A permit issued by a government agency.", + "rdfs:label": "GovernmentPermit", + "rdfs:subClassOf": { + "@id": "http://schema.org/Permit" + } + }, + { + "@id": "http://schema.org/itemCondition", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Demand" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/OfferItemCondition" + }, + "rdfs:comment": "A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer.", + "rdfs:label": "itemCondition" + }, + { + "@id": "http://schema.org/isResizable", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2394", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/3DModel" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Boolean" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2394" + }, + "rdfs:comment": "Whether the 3DModel allows resizing. For example, room layout applications often do not allow 3DModel elements to be resized to reflect reality.", + "rdfs:label": "isResizable" + }, + { + "@id": "http://schema.org/MerchantReturnEnumeration", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "MerchantReturnEnumeration enumerates several kinds of product return policy. Note that this structure may not capture all aspects of the policy.", + "rdfs:label": "MerchantReturnEnumeration", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } + }, + { + "@id": "http://schema.org/inverseOf", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Property" + }, + "http://schema.org/isPartOf": { + "@id": "http://meta.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Property" + }, + "rdfs:comment": "Relates a property to a property that is its inverse. Inverse properties relate the same pairs of items to each other, but in reversed direction. For example, the 'alumni' and 'alumniOf' properties are inverseOf each other. Some properties don't have explicit inverses; in these situations RDFa and JSON-LD syntax for reverse properties can be used.", + "rdfs:label": "inverseOf" + }, + { + "@id": "http://schema.org/elevation", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/GeoCoordinates" + }, + { + "@id": "http://schema.org/GeoShape" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/Number" + } + ], + "rdfs:comment": "The elevation of a location (WGS 84). Values may be of the form 'NUMBER UNITOFMEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters.", + "rdfs:label": "elevation" + }, + { + "@id": "http://schema.org/isBasedOn", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/CreativeWork" + } + ], + "rdfs:comment": "A resource from which this work is derived or from which it is a modification or adaption.", + "rdfs:label": "isBasedOn" + }, + { + "@id": "http://schema.org/URL", + "@type": "rdfs:Class", + "rdfs:comment": "Data type: URL.", + "rdfs:label": "URL", + "rdfs:subClassOf": { + "@id": "http://schema.org/Text" + } + }, + { + "@id": "http://schema.org/RentalVehicleUsage", + "@type": "http://schema.org/CarUsageType", + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "Indicates the usage of the vehicle as a rental car.", + "rdfs:label": "RentalVehicleUsage" + }, + { + "@id": "http://schema.org/NonprofitType", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "NonprofitType enumerates several kinds of official non-profit types of which a non-profit organization can be.", + "rdfs:label": "NonprofitType", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } + }, + { + "@id": "http://schema.org/userInteractionCount", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/InteractionCounter" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "rdfs:comment": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication.", + "rdfs:label": "userInteractionCount" + }, + { + "@id": "http://schema.org/Invoice", + "@type": "rdfs:Class", + "rdfs:comment": "A statement of the money due for goods or services; a bill.", + "rdfs:label": "Invoice", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/Table", + "@type": "rdfs:Class", + "rdfs:comment": "A table on a Web page.", + "rdfs:label": "Table", + "rdfs:subClassOf": { + "@id": "http://schema.org/WebPageElement" + } + }, + { + "@id": "http://schema.org/overdosage", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Any information related to overdose on a drug, including signs or symptoms, treatments, contact information for emergency response.", + "rdfs:label": "overdosage" + }, + { + "@id": "http://schema.org/language", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/WriteAction" + }, + { + "@id": "http://schema.org/CommunicateAction" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Language" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/inLanguage" + }, + "rdfs:comment": "A sub property of instrument. The language used on this action.", + "rdfs:label": "language", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/instrument" + } + }, + { + "@id": "http://schema.org/MedicalRiskFactor", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A risk factor is anything that increases a person's likelihood of developing or contracting a disease, medical condition, or complication.", + "rdfs:label": "MedicalRiskFactor", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEntity" + } + }, + { + "@id": "http://schema.org/Atlas", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "http://schema.org/source": { + "@id": "http://www.productontology.org/id/Atlas" + }, + "rdfs:comment": "A collection or bound volume of maps, charts, plates or tables, physical or in media form illustrating any subject.", + "rdfs:label": "Atlas", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/legislationType", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1156", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Legislation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/CategoryCode" + } + ], + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" + }, + { + "@id": "http://publications.europa.eu/mdr/eli/index.html" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://data.europa.eu/eli/ontology#type_document" + }, + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#type_document" + }, + "rdfs:comment": "The type of the legislation. Examples of values are \"law\", \"act\", \"directive\", \"decree\", \"regulation\", \"statutory instrument\", \"loi organique\", \"règlement grand-ducal\", etc., depending on the country.", + "rdfs:label": "legislationType", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/genre" + } + }, + { + "@id": "http://schema.org/RecommendedDoseSchedule", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A recommended dosing schedule for a drug or supplement as prescribed or recommended by an authority or by the drug/supplement's manufacturer. Capture the recommending authority in the recognizingAuthority property of MedicalEntity.", + "rdfs:label": "RecommendedDoseSchedule", + "rdfs:subClassOf": { + "@id": "http://schema.org/DoseSchedule" + } + }, + { + "@id": "http://schema.org/commentTime", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/UserComments" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Date" + }, + { + "@id": "http://schema.org/DateTime" + } + ], + "rdfs:comment": "The time at which the UserComment was made.", + "rdfs:label": "commentTime" + }, + { + "@id": "http://schema.org/MoneyTransfer", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1253", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + } + ], + "rdfs:comment": "The act of transferring money from one place to another place. This may occur electronically or physically.", + "rdfs:label": "MoneyTransfer", + "rdfs:subClassOf": { + "@id": "http://schema.org/TransferAction" + } + }, + { + "@id": "http://schema.org/InStoreOnly", + "@type": "http://schema.org/ItemAvailability", + "rdfs:comment": "Indicates that the item is available only at physical locations.", + "rdfs:label": "InStoreOnly" + }, + { + "@id": "http://schema.org/employmentType", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).", + "rdfs:label": "employmentType" + }, + { + "@id": "http://schema.org/affiliation", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Organization" + }, + "rdfs:comment": "An organization that this person is affiliated with. For example, a school/university, a club, or a team.", + "rdfs:label": "affiliation", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/memberOf" + } + }, + { + "@id": "http://schema.org/termsOfService", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1423", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Service" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1423" + }, + "rdfs:comment": "Human-readable terms of service documentation.", + "rdfs:label": "termsOfService" + }, + { + "@id": "http://schema.org/Oncologic", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that deals with benign and malignant tumors, including the study of their development, diagnosis, treatment and prevention.", + "rdfs:label": "Oncologic", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalBusiness" + } + }, + { + "@id": "http://schema.org/founder", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Organization" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "A person who founded this organization.", + "rdfs:label": "founder" + }, + { + "@id": "http://schema.org/creator", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/UserComments" + }, + { + "@id": "http://schema.org/CreativeWork" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" + } + ], + "rdfs:comment": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.", + "rdfs:label": "creator" + }, + { + "@id": "http://schema.org/FoodEstablishmentReservation", + "@type": "rdfs:Class", + "rdfs:comment": "A reservation to dine at a food-related business.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.", + "rdfs:label": "FoodEstablishmentReservation", + "rdfs:subClassOf": { + "@id": "http://schema.org/Reservation" + } + }, + { + "@id": "http://schema.org/partOfSystem", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/AnatomicalStructure" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/AnatomicalSystem" + }, + "rdfs:comment": "The anatomical or organ system that this structure is part of.", + "rdfs:label": "partOfSystem" + }, + { + "@id": "http://schema.org/multipleValues", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PropertyValueSpecification" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Boolean" + }, + "rdfs:comment": "Whether multiple values are allowed for the property. Default is false.", + "rdfs:label": "multipleValues" + }, + { + "@id": "http://schema.org/Hackathon", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2526", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2526" + }, + "rdfs:comment": "A hackathon event.", + "rdfs:label": "Hackathon", + "rdfs:subClassOf": { + "@id": "http://schema.org/Event" + } + }, + { + "@id": "http://schema.org/CompoundPriceSpecification", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "A compound price specification is one that bundles multiple prices that all apply in combination for different dimensions of consumption. Use the name property of the attached unit price specification for indicating the dimension of a price component (e.g. \"electricity\" or \"final cleaning\").", + "rdfs:label": "CompoundPriceSpecification", + "rdfs:subClassOf": { + "@id": "http://schema.org/PriceSpecification" + } + }, + { + "@id": "http://schema.org/financialAidEligible", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2418", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EducationalOccupationalProgram" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/DefinedTerm" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2418" + }, + "rdfs:comment": "A financial aid type or program which students may use to pay for tuition or fees associated with the program.", + "rdfs:label": "financialAidEligible" + }, + { + "@id": "http://schema.org/PeopleAudience", + "@type": "rdfs:Class", + "rdfs:comment": "A set of characteristics belonging to people, e.g. who compose an item's target audience.", + "rdfs:label": "PeopleAudience", + "rdfs:subClassOf": { + "@id": "http://schema.org/Audience" + } + }, + { + "@id": "http://schema.org/upvoteCount", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Question" + }, + { + "@id": "http://schema.org/Comment" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "rdfs:comment": "The number of upvotes this question, answer or comment has received from the community.", + "rdfs:label": "upvoteCount" + }, + { + "@id": "http://schema.org/ScreeningHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Content about how to screen or further filter a topic.", + "rdfs:label": "ScreeningHealthAspect" + }, + { + "@id": "http://schema.org/availableThrough", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DeliveryEvent" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DateTime" + }, + "rdfs:comment": "After this date, the item will no longer be available for pickup.", + "rdfs:label": "availableThrough" + }, + { + "@id": "http://schema.org/credentialCategory", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1779", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EducationalOccupationalCredential" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/DefinedTerm" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1779" + }, + "rdfs:comment": "The category or type of credential being described, for example \"degree”, “certificate”, “badge”, or more specific term.", + "rdfs:label": "credentialCategory" + }, + { + "@id": "http://schema.org/subEvent", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Event" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/superEvent" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Event" + }, + "rdfs:comment": "An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference.", + "rdfs:label": "subEvent" + }, + { + "@id": "http://schema.org/OwnershipInfo", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "A structured value providing information about when a certain organization or person owned a certain product.", + "rdfs:label": "OwnershipInfo", + "rdfs:subClassOf": { + "@id": "http://schema.org/StructuredValue" + } + }, + { + "@id": "http://schema.org/cashBack", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PaymentCard" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Boolean" + }, + { + "@id": "http://schema.org/Number" + } + ], + "http://schema.org/source": [ + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + } + ], + "rdfs:comment": "A cardholder benefit that pays the cardholder a small percentage of their net expenditures.", + "rdfs:label": "cashBack" + }, + { + "@id": "http://schema.org/BasicIncome", + "@type": "http://schema.org/GovernmentBenefitsType", + "http://schema.org/category": "issue-2534", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2534" + }, + "rdfs:comment": "BasicIncome: this is a benefit for basic income.", + "rdfs:label": "BasicIncome" + }, + { + "@id": "http://schema.org/Physician", + "@type": "rdfs:Class", + "rdfs:comment": "A doctor's office.", + "rdfs:label": "Physician", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/MedicalOrganization" + }, + { + "@id": "http://schema.org/MedicalBusiness" + } + ] + }, + { + "@id": "http://schema.org/serviceType", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Service" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/GovernmentBenefitsType" + } + ], + "rdfs:comment": "The type of service being offered, e.g. veterans' benefits, emergency relief, etc.", + "rdfs:label": "serviceType" + }, + { + "@id": "http://schema.org/GroupBoardingPolicy", + "@type": "http://schema.org/BoardingPolicyType", + "rdfs:comment": "The airline boards by groups based on check-in time, priority, etc.", + "rdfs:label": "GroupBoardingPolicy" + }, + { + "@id": "http://schema.org/releaseNotes", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareApplication" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/URL" + } + ], + "rdfs:comment": "Description of what changed in this version.", + "rdfs:label": "releaseNotes" + }, + { + "@id": "http://schema.org/scheduledTime", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PlanAction" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DateTime" + }, + "rdfs:comment": "The time the object is scheduled to.", + "rdfs:label": "scheduledTime" + }, + { + "@id": "http://schema.org/RsvpResponseType", + "@type": "rdfs:Class", + "rdfs:comment": "RsvpResponseType is an enumeration type whose instances represent responding to an RSVP request.", + "rdfs:label": "RsvpResponseType", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } + }, + { + "@id": "http://schema.org/rsvpResponse", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/RsvpAction" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/RsvpResponseType" + }, + "rdfs:comment": "The response (yes, no, maybe) to the RSVP.", + "rdfs:label": "rsvpResponse" + }, + { + "@id": "http://schema.org/PaymentChargeSpecification", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "The costs of settling the payment using a particular payment method.", + "rdfs:label": "PaymentChargeSpecification", + "rdfs:subClassOf": { + "@id": "http://schema.org/PriceSpecification" + } + }, + { + "@id": "http://schema.org/itemOffered", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Demand" + }, + { + "@id": "http://schema.org/Offer" + } + ], + "http://schema.org/inverseOf": { + "@id": "http://schema.org/offers" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/MenuItem" + }, + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/Event" + }, + { + "@id": "http://schema.org/Service" + }, + { + "@id": "http://schema.org/AggregateOffer" + }, + { + "@id": "http://schema.org/Trip" + } + ], + "rdfs:comment": "An item being offered (or demanded). The transactional nature of the offer or demand is documented using businessFunction, e.g. sell, lease etc. While several common expected types are listed explicitly in this definition, others can be used. Using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", + "rdfs:label": "itemOffered" + }, + { + "@id": "http://schema.org/gettingTestedInfo", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2490", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SpecialAnnouncement" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/WebContent" + }, + { + "@id": "http://schema.org/URL" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2490" + }, + "rdfs:comment": "Information about getting tested (for a MedicalCondition), e.g. in the context of a pandemic.", + "rdfs:label": "gettingTestedInfo" + }, + { + "@id": "http://schema.org/fiberContent", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/NutritionInformation" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Mass" + }, + "rdfs:comment": "The number of grams of fiber.", + "rdfs:label": "fiberContent" + }, + { + "@id": "http://schema.org/BusReservation", + "@type": "rdfs:Class", + "rdfs:comment": "A reservation for bus travel.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.", + "rdfs:label": "BusReservation", + "rdfs:subClassOf": { + "@id": "http://schema.org/Reservation" + } + }, + { + "@id": "http://schema.org/costOrigin", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DrugCost" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Additional details to capture the origin of the cost data. For example, 'Medicare Part B'.", + "rdfs:label": "costOrigin" + }, + { + "@id": "http://schema.org/legislationChanges", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1156", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Legislation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Legislation" + }, + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" + }, + { + "@id": "http://publications.europa.eu/mdr/eli/index.html" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://data.europa.eu/eli/ontology#changes" + }, + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#changes" + }, + "rdfs:comment": "Another legislation that this legislation changes. This encompasses the notions of amendment, replacement, correction, repeal, or other types of change. This may be a direct change (textual or non-textual amendment) or a consequential or indirect change. The property is to be used to express the existence of a change relationship between two acts rather than the existence of a consolidated version of the text that shows the result of the change. For consolidation relationships, use the legislationConsolidates property.", + "rdfs:label": "legislationChanges" + }, + { + "@id": "http://schema.org/suggestedMinAge", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PeopleAudience" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "rdfs:comment": "Minimal age recommended for viewing content.", + "rdfs:label": "suggestedMinAge" + }, + { + "@id": "http://schema.org/DefinitiveLegalValue", + "@type": "http://schema.org/LegalValueLevel", + "http://schema.org/category": "issue-1156", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" + }, + { + "@id": "http://publications.europa.eu/mdr/eli/index.html" + } + ], + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#LegalValue-definitive" + }, + "rdfs:comment": "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 Journal.)\n Something \"Definitive\" is considered to be also AuthoritativeLegalValue.", + "rdfs:label": "DefinitiveLegalValue" + }, + { + "@id": "http://schema.org/Taxi", + "@type": "rdfs:Class", + "http://schema.org/supersededBy": { + "@id": "http://schema.org/TaxiService" + }, + "rdfs:comment": "A taxi.", + "rdfs:label": "Taxi", + "rdfs:subClassOf": { + "@id": "http://schema.org/Service" + } + }, + { + "@id": "http://schema.org/numberOfCredits", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2419", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/EducationalOccupationalProgram" + }, + { + "@id": "http://schema.org/Course" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/StructuredValue" + }, + { + "@id": "http://schema.org/Integer" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2419" + }, + "rdfs:comment": "The number of credits or units awarded by a Course or required to complete an EducationalOccupationalProgram.", + "rdfs:label": "numberOfCredits" + }, + { + "@id": "http://schema.org/DVDFormat", + "@type": "http://schema.org/MusicReleaseFormatType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "DVDFormat.", + "rdfs:label": "DVDFormat" + }, + { + "@id": "http://schema.org/ticketedSeat", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Ticket" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Seat" + }, + "rdfs:comment": "The seat associated with the ticket.", + "rdfs:label": "ticketedSeat" + }, + { + "@id": "http://schema.org/pickupLocation", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/TaxiReservation" + }, + { + "@id": "http://schema.org/RentalCarReservation" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Place" + }, + "rdfs:comment": "Where a taxi will pick up a passenger or a rental car can be picked up.", + "rdfs:label": "pickupLocation" + }, + { + "@id": "http://schema.org/lowPrice", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/AggregateOffer" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/Number" + } + ], + "rdfs:comment": "The lowest price of all offers available.

\n\nUsage guidelines:

\n\n\n", + "rdfs:label": "lowPrice" + }, + { + "@id": "http://schema.org/legislationPassedBy", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1156", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Legislation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" + } + ], + "http://schema.org/source": [ + { + "@id": "http://publications.europa.eu/mdr/eli/index.html" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://data.europa.eu/eli/ontology#passed_by" + }, + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#passed_by" + }, + "rdfs:comment": "The person or organization that originally passed or made the law : typically parliament (for primary legislation) or government (for secondary legislation). This indicates the \"legal author\" of the law, as opposed to its physical author.", + "rdfs:label": "legislationPassedBy", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/creator" + } + }, + { + "@id": "http://schema.org/calories", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/NutritionInformation" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Energy" + }, + "rdfs:comment": "The number of calories.", + "rdfs:label": "calories" + }, + { + "@id": "http://schema.org/frequency", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DoseSchedule" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "How often the dose is taken, e.g. 'daily'.", + "rdfs:label": "frequency" + }, + { + "@id": "http://schema.org/TipAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of giving money voluntarily to a beneficiary in recognition of services rendered.", + "rdfs:label": "TipAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/TradeAction" + } + }, + { + "@id": "http://schema.org/cssSelector", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1389", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/SpeakableSpecification" + }, + { + "@id": "http://schema.org/WebPageElement" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/CssSelectorType" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1389" + }, + "rdfs:comment": "A CSS selector, e.g. of a SpeakableSpecification or WebPageElement. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\".", + "rdfs:label": "cssSelector" + }, + { + "@id": "http://schema.org/CafeOrCoffeeShop", + "@type": "rdfs:Class", + "rdfs:comment": "A cafe or coffee shop.", + "rdfs:label": "CafeOrCoffeeShop", + "rdfs:subClassOf": { + "@id": "http://schema.org/FoodEstablishment" + } + }, + { + "@id": "http://schema.org/HowToDirection", + "@type": "rdfs:Class", + "rdfs:comment": "A direction indicating a single action to do in the instructions for how to achieve a result.", + "rdfs:label": "HowToDirection", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/ListItem" + }, + { + "@id": "http://schema.org/CreativeWork" + } + ] + }, + { + "@id": "http://schema.org/medicalSpecialty", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Hospital" + }, + { + "@id": "http://schema.org/MedicalOrganization" + }, + { + "@id": "http://schema.org/Physician" + }, + { + "@id": "http://schema.org/MedicalClinic" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalSpecialty" + }, + "rdfs:comment": "A medical specialty of the provider.", + "rdfs:label": "medicalSpecialty" + }, + { + "@id": "http://schema.org/Apartment", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "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 a building (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Apartment).", + "rdfs:label": "Apartment", + "rdfs:subClassOf": { + "@id": "http://schema.org/Accommodation" + } + }, + { + "@id": "http://schema.org/NoteDigitalDocument", + "@type": "rdfs:Class", + "rdfs:comment": "A file containing a note, primarily for the author.", + "rdfs:label": "NoteDigitalDocument", + "rdfs:subClassOf": { + "@id": "http://schema.org/DigitalDocument" + } + }, + { + "@id": "http://schema.org/geoMidpoint", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/GeoCircle" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/GeoCoordinates" + }, + "rdfs:comment": "Indicates the GeoCoordinates at the centre of a GeoShape e.g. GeoCircle.", + "rdfs:label": "geoMidpoint" + }, + { + "@id": "http://schema.org/Service", "@type": "rdfs:Class", - "rdfs:comment": "A diet restricted to certain foods or preparations for cultural, religious, health or lifestyle reasons.", - "rdfs:label": "RestrictedDiet", + "rdfs:comment": "A service provided by an organization, e.g. delivery service, print services, etc.", + "rdfs:label": "Service", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/supply", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/HowTo" + }, + { + "@id": "http://schema.org/HowToDirection" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/HowToSupply" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "A sub-property of instrument. A supply consumed when performing instructions or a direction.", + "rdfs:label": "supply", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/instrument" + } + }, + { + "@id": "http://schema.org/carrierRequirements", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MobileApplication" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network).", + "rdfs:label": "carrierRequirements" + }, + { + "@id": "http://schema.org/DanceEvent", + "@type": "rdfs:Class", + "rdfs:comment": "Event type: A social dance.", + "rdfs:label": "DanceEvent", + "rdfs:subClassOf": { + "@id": "http://schema.org/Event" + } + }, + { + "@id": "http://schema.org/DietarySupplement", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A product taken by mouth that contains a dietary ingredient intended to supplement the diet. Dietary ingredients may include vitamins, minerals, herbs or other botanicals, amino acids, and substances such as enzymes, organ tissues, glandulars and metabolites.", + "rdfs:label": "DietarySupplement", + "rdfs:subClassOf": { + "@id": "http://schema.org/Substance" + } + }, + { + "@id": "http://schema.org/holdingArchive", + "@type": "rdf:Property", + "http://schema.org/category": { + "@language": "en", + "@value": "issue-1758" + }, + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ArchiveComponent" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/archiveHeld" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/ArchiveOrganization" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1758" + }, + "rdfs:comment": "ArchiveOrganization that holds, keeps or maintains the ArchiveComponent.", + "rdfs:label": { + "@language": "en", + "@value": "holdingArchive" + } + }, + { + "@id": "http://schema.org/flightDistance", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Flight" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Distance" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "The distance of the flight.", + "rdfs:label": "flightDistance" + }, + { + "@id": "http://schema.org/DayOfWeek", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer.

\n\nOriginally, URLs from GoodRelations were used (for Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday plus a special entry for PublicHolidays); these have now been integrated directly into schema.org.", + "rdfs:label": "DayOfWeek", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { - "@id": "http://schema.org/GovernmentOffice", + "@id": "http://schema.org/ratingExplanation", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2300", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Rating" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2300" + }, + "rdfs:comment": "A short explanation (e.g. one to two sentences) providing background context and other information that led to the conclusion expressed in the rating. This is particularly applicable to ratings associated with \"fact check\" markup using ClaimReview.", + "rdfs:label": "ratingExplanation" + }, + { + "@id": "http://schema.org/OrderItem", "@type": "rdfs:Class", - "rdfs:comment": "A government office—for example, an IRS or DMV office.", - "rdfs:label": "GovernmentOffice", + "rdfs:comment": "An order item is a line of an order. It includes the quantity and shipping details of a bought offer.", + "rdfs:label": "OrderItem", "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/Place", + "@id": "http://schema.org/polygon", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/GeoShape" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical.", + "rdfs:label": "polygon" + }, + { + "@id": "http://schema.org/BusinessEntityType", "@type": "rdfs:Class", - "rdfs:comment": "Entities that have a somewhat fixed, physical extension.", - "rdfs:label": "Place", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.

\n\nCommonly used values:

\n\n\n", + "rdfs:label": "BusinessEntityType", "rdfs:subClassOf": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/Enumeration" + } + }, + { + "@id": "http://schema.org/TennisComplex", + "@type": "rdfs:Class", + "rdfs:comment": "A tennis complex.", + "rdfs:label": "TennisComplex", + "rdfs:subClassOf": { + "@id": "http://schema.org/SportsActivityLocation" + } + }, + { + "@id": "http://schema.org/afterMedia", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/HowToDirection" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/MediaObject" + } + ], + "rdfs:comment": "A media object representing the circumstances after performing this direction.", + "rdfs:label": "afterMedia" + }, + { + "@id": "http://schema.org/Thing", + "@type": "rdfs:Class", + "rdfs:comment": "The most generic type of item.", + "rdfs:label": "Thing" + }, + { + "@id": "http://schema.org/BookStore", + "@type": "rdfs:Class", + "rdfs:comment": "A bookstore.", + "rdfs:label": "BookStore", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" + } + }, + { + "@id": "http://schema.org/Photograph", + "@type": "rdfs:Class", + "rdfs:comment": "A photograph.", + "rdfs:label": "Photograph", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/ProductReturnUnspecified", + "@type": "http://schema.org/ProductReturnEnumeration", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://attic.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/MerchantReturnUnspecified" + }, + "rdfs:comment": "ProductReturnUnspecified: a product return policy is not specified here.", + "rdfs:label": "ProductReturnUnspecified" + }, + { + "@id": "http://schema.org/Renal", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that pertains to the study of the kidneys and its respective disease states.", + "rdfs:label": "Renal" + }, + { + "@id": "http://schema.org/workPresented", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ScreeningEvent" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Movie" + }, + "rdfs:comment": "The movie presented during this event.", + "rdfs:label": "workPresented", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/workFeatured" + } + }, + { + "@id": "http://schema.org/healthPlanDrugTier", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1062", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/HealthInsurancePlan" + }, + { + "@id": "http://schema.org/HealthPlanFormulary" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "The tier(s) of drugs offered by this formulary or insurance plan.", + "rdfs:label": "healthPlanDrugTier" + }, + { + "@id": "http://schema.org/SubwayStation", + "@type": "rdfs:Class", + "rdfs:comment": "A subway station.", + "rdfs:label": "SubwayStation", + "rdfs:subClassOf": { + "@id": "http://schema.org/CivicStructure" } }, { - "@id": "http://schema.org/QualitativeValue", + "@id": "http://schema.org/supportingData", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareApplication" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DataFeed" + }, + "rdfs:comment": "Supporting data for a SoftwareApplication.", + "rdfs:label": "supportingData" + }, + { + "@id": "http://schema.org/WebAPI", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "http://schema.org/category": "issue-1423", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "A predefined value for a product characteristic, e.g. the power cord plug type 'US' or the garment sizes 'S', 'M', 'L', and 'XL'.", - "rdfs:label": "QualitativeValue", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1423" + }, + "rdfs:comment": "An application programming interface accessible over Web/Internet technologies.", + "rdfs:label": "WebAPI", "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "@id": "http://schema.org/Service" } }, { - "@id": "http://schema.org/petsAllowed", + "@id": "http://schema.org/error", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Action" }, - "http://schema.org/domainIncludes": [ + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Thing" + }, + "rdfs:comment": "For failed actions, more information on the cause of the failure.", + "rdfs:label": "error" + }, + { + "@id": "http://schema.org/diseaseSpreadStatistics", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2490", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SpecialAnnouncement" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/LodgingBusiness" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/Accommodation" + "@id": "http://schema.org/Observation" + }, + { + "@id": "http://schema.org/WebContent" + }, + { + "@id": "http://schema.org/Dataset" } ], - "http://schema.org/rangeIncludes": [ + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2490" + }, + "rdfs:comment": "Statistical information about the spread of a disease, either as WebContent, or\n described directly as a Dataset, or the specific Observations in the dataset. When a WebContent URL is\n provided, the page indicated might also contain more such markup.", + "rdfs:label": "diseaseSpreadStatistics" + }, + { + "@id": "http://schema.org/healthPlanNetworkTier", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1062", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/HealthPlanNetwork" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "The tier(s) for this network.", + "rdfs:label": "healthPlanNetworkTier" + }, + { + "@id": "http://schema.org/Campground", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "A camping site, campsite, or Campground is a place used for overnight stay in the outdoors, typically containing individual CampingPitch locations.

\n\nIn British English a campsite is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites (Source: Wikipedia see https://en.wikipedia.org/wiki/Campsite).

\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", + "rdfs:label": "Campground", + "rdfs:subClassOf": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/CivicStructure" }, { - "@id": "http://schema.org/Boolean" + "@id": "http://schema.org/LodgingBusiness" } - ], - "rdfs:comment": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.", - "rdfs:label": "petsAllowed" + ] }, { - "@id": "http://schema.org/artEdition", + "@id": "http://schema.org/workload", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/VisualArtwork" + "@id": "http://schema.org/ExercisePlan" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/Energy" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/QuantitativeValue" } ], - "rdfs:comment": "The number of copies when multiple copies of a piece of artwork are produced - e.g. for a limited edition of 20 prints, 'artEdition' refers to the total number of copies (in this example \"20\").", - "rdfs:label": "artEdition" + "rdfs:comment": "Quantitative measure of the physiologic output of the exercise; also referred to as energy expenditure.", + "rdfs:label": "workload" }, { - "@id": "http://schema.org/award", + "@id": "http://schema.org/labelDetails", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/URL" + }, + "rdfs:comment": "Link to the drug's label details.", + "rdfs:label": "labelDetails" + }, + { + "@id": "http://schema.org/validIn", "@type": "rdf:Property", + "http://schema.org/category": "issue-1779", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Product" - }, - { - "@id": "http://schema.org/Service" - }, - { - "@id": "http://schema.org/Person" - }, - { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Permit" }, { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/EducationalOccupationalCredential" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/AdministrativeArea" }, - "rdfs:comment": "An award won by or for this item.", - "rdfs:label": "award" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1779" + }, + "rdfs:comment": "The geographic area where a permit or similar thing is valid.", + "rdfs:label": "validIn" }, { - "@id": "http://schema.org/application", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/EntryPoint" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/HealthPlanFormulary", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1062", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/actionApplication" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, - "rdfs:comment": "An application that can complete the request.", - "rdfs:label": "application" + "rdfs:comment": "For a given health insurance plan, the specification for costs and coverage of prescription drugs.", + "rdfs:label": "HealthPlanFormulary", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } }, { - "@id": "http://schema.org/streetAddress", + "@id": "http://schema.org/VenueMap", + "@type": "http://schema.org/MapCategoryType", + "rdfs:comment": "A venue map (e.g. for malls, auditoriums, museums, etc.).", + "rdfs:label": "VenueMap" + }, + { + "@id": "http://schema.org/insertion", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PostalAddress" + "@id": "http://schema.org/Muscle" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/AnatomicalStructure" }, - "rdfs:comment": "The street address. For example, 1600 Amphitheatre Pkwy.", - "rdfs:label": "streetAddress" + "rdfs:comment": "The place of attachment of a muscle, or what the muscle moves.", + "rdfs:label": "insertion" }, { - "@id": "http://schema.org/containsSeason", + "@id": "http://schema.org/geoDisjoint", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/TVSeries" + "@id": "http://schema.org/Place" }, { - "@id": "http://schema.org/RadioSeries" + "@id": "http://schema.org/GeospatialGeometry" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/GeospatialGeometry" }, { - "@id": "http://schema.org/VideoGameSeries" + "@id": "http://schema.org/Place" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWorkSeason" - }, - "rdfs:comment": "A season that is part of the media series.", - "rdfs:label": "containsSeason", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/hasPart" - } + "rdfs:comment": "Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: they have no point in common. They form a set of disconnected geometries.\" (a symmetric relationship, as defined in DE-9IM)", + "rdfs:label": "geoDisjoint" }, { - "@id": "http://schema.org/category", + "@id": "http://schema.org/publishingPrinciples", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1741" - }, - "http://schema.org/category": "issue-1741", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/CreativeWork" }, { - "@id": "http://schema.org/ActionAccessSpecification" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/Person" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/CreativeWork" }, { - "@id": "http://schema.org/Invoice" + "@id": "http://schema.org/URL" + } + ], + "rdfs:comment": "The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.

\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology.", + "rdfs:label": "publishingPrinciples" + }, + { + "@id": "http://schema.org/unitCode", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/QuantitativeValue" }, { - "@id": "http://schema.org/Service" + "@id": "http://schema.org/PropertyValue" }, { - "@id": "http://schema.org/PhysicalActivity" + "@id": "http://schema.org/TypeAndQuantityNode" + }, + { + "@id": "http://schema.org/UnitPriceSpecification" } ], "http://schema.org/rangeIncludes": [ @@ -9144,13365 +23222,15514 @@ "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Thing" - }, - { - "@id": "http://schema.org/PhysicalActivityCategory" + "@id": "http://schema.org/URL" } ], - "rdfs:comment": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.", - "rdfs:label": "category" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon.", + "rdfs:label": "unitCode" }, { - "@id": "http://schema.org/contactOption", + "@id": "http://schema.org/breastfeedingWarning", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ContactPoint" + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ContactPointOption" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers).", - "rdfs:label": "contactOption" + "rdfs:comment": "Any precaution, guidance, contraindication, etc. related to this drug's use by breastfeeding mothers.", + "rdfs:label": "breastfeedingWarning" }, { - "@id": "http://schema.org/SendAction", + "@id": "http://schema.org/interactionType", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/InteractionCounter" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Action" + }, + "rdfs:comment": "The Action representing the type of interaction. For up votes, +1s, etc. use LikeAction. For down votes use DislikeAction. Otherwise, use the most specific Action.", + "rdfs:label": "interactionType" + }, + { + "@id": "http://schema.org/Courthouse", "@type": "rdfs:Class", - "rdfs:comment": "The act of physically/electronically dispatching an object for transfer from an origin to a destination.Related actions:

\n\n\n", - "rdfs:label": "SendAction", + "rdfs:comment": "A courthouse.", + "rdfs:label": "Courthouse", "rdfs:subClassOf": { - "@id": "http://schema.org/TransferAction" + "@id": "http://schema.org/GovernmentBuilding" } }, { - "@id": "http://schema.org/VinylFormat", - "@type": "http://schema.org/MusicReleaseFormatType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "@id": "http://schema.org/producer", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" }, - "rdfs:comment": "VinylFormat.", - "rdfs:label": "VinylFormat" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" + } + ], + "rdfs:comment": "The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.).", + "rdfs:label": "producer" }, { - "@id": "http://schema.org/LeaveAction", + "@id": "http://schema.org/Grant", "@type": "rdfs:Class", - "rdfs:comment": "An agent leaves an event / group with participants/friends at a location.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "LeaveAction", + "http://schema.org/category": "issue-383", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab" + }, + "rdfs:comment": "A grant, typically financial or otherwise quantifiable, of resources. Typically a funder sponsors some MonetaryAmount to an Organization or Person,\n sometimes not necessarily via a dedicated or long-lived Project, resulting in one or more outputs, or fundedItems. For financial sponsorship, indicate the funder of a MonetaryGrant. For non-financial support, indicate sponsor of Grants of resources (e.g. office space).

\n\nGrants support activities directed towards some agreed collective goals, often but not always organized as Projects. Long-lived projects are sometimes sponsored by a variety of grants over time, but it is also common for a project to be associated with a single grant.

\n\nThe amount of a Grant is represented using amount as a MonetaryAmount.", + "rdfs:label": "Grant", "rdfs:subClassOf": { - "@id": "http://schema.org/InteractAction" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/claimReviewed", + "@id": "http://schema.org/PatientExperienceHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Content about the real life experience of patients or people that have lived a similar experience about the topic. May be forums, topics, Q-and-A and related material.", + "rdfs:label": "PatientExperienceHealthAspect" + }, + { + "@id": "http://schema.org/lyrics", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1061" - }, - "http://schema.org/category": "issue-1061", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ClaimReview" + "@id": "http://schema.org/MusicComposition" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/CreativeWork" }, - "rdfs:comment": "A short summary of the specific claims reviewed in a ClaimReview.", - "rdfs:label": "claimReviewed" - }, - { - "@id": "http://schema.org/GasStation", - "@type": "rdfs:Class", - "rdfs:comment": "A gas station.", - "rdfs:label": "GasStation", - "rdfs:subClassOf": { - "@id": "http://schema.org/AutomotiveBusiness" - } + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "The words in the song.", + "rdfs:label": "lyrics" }, { - "@id": "http://schema.org/pageEnd", + "@id": "http://schema.org/estimatedSalary", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" - }, + "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Chapter" + "@id": "http://schema.org/Occupation" }, { - "@id": "http://schema.org/Article" + "@id": "http://schema.org/JobPosting" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Number" }, { - "@id": "http://schema.org/PublicationIssue" + "@id": "http://schema.org/MonetaryAmount" }, { - "@id": "http://schema.org/PublicationVolume" + "@id": "http://schema.org/MonetaryAmountDistribution" } ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + }, + "rdfs:comment": "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.", + "rdfs:label": "estimatedSalary" + }, + { + "@id": "http://schema.org/correction", + "@type": "rdf:Property", + "http://schema.org/category": [ + "issue-1688", + "issue-1950" + ], + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/CorrectionComment" + }, { "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/URL" } ], - "http://www.w3.org/2002/07/owl#equivalentProperty": { - "@id": "http://purl.org/ontology/bibo/pageEnd" - }, - "rdfs:comment": "The page on which the work ends; for example \"138\" or \"xvi\".", - "rdfs:label": "pageEnd" - }, - { - "@id": "http://schema.org/Mosque", - "@type": "rdfs:Class", - "rdfs:comment": "A mosque.", - "rdfs:label": "Mosque", - "rdfs:subClassOf": { - "@id": "http://schema.org/PlaceOfWorship" - } + "http://schema.org/source": [ + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1950" + } + ], + "rdfs:comment": "Indicates a correction to a CreativeWork, either via a CorrectionComment, textually or in another document.", + "rdfs:label": "correction" }, { - "@id": "http://schema.org/birthDate", + "@id": "http://schema.org/discountCurrency", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Order" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "Date of birth.", - "rdfs:label": "birthDate" + "rdfs:comment": "The currency of the discount.

\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", + "rdfs:label": "discountCurrency" }, { - "@id": "http://schema.org/AssessAction", + "@id": "http://schema.org/Vein", "@type": "rdfs:Class", - "rdfs:comment": "The act of forming one's opinion, reaction or sentiment.", - "rdfs:label": "AssessAction", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A type of blood vessel that specifically carries blood to the heart.", + "rdfs:label": "Vein", "rdfs:subClassOf": { - "@id": "http://schema.org/Action" + "@id": "http://schema.org/Vessel" } }, { - "@id": "http://schema.org/CommentAction", + "@id": "http://schema.org/StupidType", "@type": "rdfs:Class", - "rdfs:comment": "The act of generating a comment about a subject.", - "rdfs:label": "CommentAction", + "http://schema.org/isPartOf": { + "@id": "http://attic.schema.org" + }, + "rdfs:comment": "A StupidType for testing.", + "rdfs:label": "StupidType", "rdfs:subClassOf": { - "@id": "http://schema.org/CommunicateAction" + "@id": "http://schema.org/Thing" } }, { - "@id": "http://schema.org/ItemListOrderDescending", - "@type": "http://schema.org/ItemListOrderType", - "rdfs:comment": "An ItemList ordered with higher values listed first.", - "rdfs:label": "ItemListOrderDescending" - }, - { - "@id": "http://schema.org/Library", - "@type": "rdfs:Class", - "rdfs:comment": "A library.", - "rdfs:label": "Library", - "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" - } + "@id": "http://schema.org/availableFrom", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DeliveryEvent" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DateTime" + }, + "rdfs:comment": "When the item is available for pickup from the store, locker, etc.", + "rdfs:label": "availableFrom" }, { - "@id": "http://schema.org/TouristInformationCenter", + "@id": "http://schema.org/OfferForLease", "@type": "rdfs:Class", - "rdfs:comment": "A tourist information center.", - "rdfs:label": "TouristInformationCenter", + "http://schema.org/category": "issue-2348", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2348" + }, + "rdfs:comment": "An OfferForLease in Schema.org represents an Offer to lease out something, i.e. an Offer whose\n businessFunction is lease out. See Good Relations for\n background on the underlying concepts.", + "rdfs:label": "OfferForLease", "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" + "@id": "http://schema.org/Offer" } }, { - "@id": "http://schema.org/step", + "@id": "http://schema.org/highPrice", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/HowTo" + "@id": "http://schema.org/AggregateOffer" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/HowToStep" - }, - { - "@id": "http://schema.org/HowToSection" - }, - { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Number" } ], - "rdfs:comment": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection.", - "rdfs:label": "step" + "rdfs:comment": "The highest price of all offers available.

\n\nUsage guidelines:

\n\n\n", + "rdfs:label": "highPrice" }, { - "@id": "http://schema.org/MusicComposition", + "@id": "http://schema.org/EmployerReview", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "http://schema.org/category": "issue-1576", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "A musical composition.", - "rdfs:label": "MusicComposition", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1589" + }, + "rdfs:comment": "An EmployerReview is a review of an Organization regarding its role as an employer, written by a current or former employee of that organization.", + "rdfs:label": "EmployerReview", "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Review" } }, { - "@id": "http://schema.org/photos", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Place" - }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Photograph" - }, - { - "@id": "http://schema.org/ImageObject" - } - ], - "http://schema.org/supersededBy": { - "@id": "http://schema.org/photo" - }, - "rdfs:comment": "Photographs of this place.", - "rdfs:label": "photos" + "@id": "http://schema.org/HardwareStore", + "@type": "rdfs:Class", + "rdfs:comment": "A hardware store.", + "rdfs:label": "HardwareStore", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" + } }, { - "@id": "http://schema.org/makesOffer", + "@id": "http://schema.org/workTranslation", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Person" - }, - { - "@id": "http://schema.org/Organization" - } - ], "http://schema.org/inverseOf": { - "@id": "http://schema.org/offeredBy" + "@id": "http://schema.org/translationOfWork" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Offer" - }, - "rdfs:comment": "A pointer to products or services offered by the organization or person.", - "rdfs:label": "makesOffer" - }, - { - "@id": "http://schema.org/map", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Place" + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/hasMap" + "@id": "http://schema.org/CreativeWork" }, - "rdfs:comment": "A URL to a map of the place.", - "rdfs:label": "map" - }, - { - "@id": "http://schema.org/ProfessionalService", - "@type": "rdfs:Class", - "rdfs:comment": "Original definition: \"provider of professional services.\"

\n\nThe general ProfessionalService type for local businesses was deprecated due to confusion with Service. For reference, the types that it included were: Dentist,\n AccountingService, Attorney, Notary, as well as types for several kinds of HomeAndConstructionBusiness: Electrician, GeneralContractor,\n HousePainter, Locksmith, Plumber, RoofingContractor. LegalService was introduced as a more inclusive supertype of Attorney.", - "rdfs:label": "ProfessionalService", - "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" - } + "rdfs:comment": "A work that is a translation of the content of this work. e.g. 西遊記 has an English workTranslation “Journey to the West”,a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo.", + "rdfs:label": "workTranslation" }, { - "@id": "http://schema.org/Aquarium", + "@id": "http://schema.org/Project", "@type": "rdfs:Class", - "rdfs:comment": "Aquarium.", - "rdfs:label": "Aquarium", + "http://schema.org/category": "issue-383", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab" + }, + "rdfs:comment": "An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim.\nUse properties from Organization, subOrganization/parentOrganization to indicate project sub-structures.", + "rdfs:label": "Project", "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/Organization" } }, { - "@id": "http://schema.org/orderQuantity", + "@id": "http://schema.org/transitTime", "@type": "rdf:Property", + "http://schema.org/category": "issue-2506", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/OrderItem" + "@id": "http://schema.org/ShippingDeliveryTime" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/QuantitativeValue" }, - "rdfs:comment": "The number of the item ordered. If the property is not set, assume the quantity is one.", - "rdfs:label": "orderQuantity" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "The typical delay the order has been sent for delivery and the goods reach the final customer. Typical properties: minValue, maxValue, unitCode (d for DAY).", + "rdfs:label": "transitTime" }, { - "@id": "http://schema.org/width", + "@id": "http://schema.org/AskAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of posing a question / favor to someone.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "AskAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/CommunicateAction" + } + }, + { + "@id": "http://schema.org/numberOfPlayers", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/VisualArtwork" - }, - { - "@id": "http://schema.org/Product" - }, - { - "@id": "http://schema.org/MediaObject" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Distance" + "@id": "http://schema.org/VideoGameSeries" }, { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Game" } ], - "rdfs:comment": "The width of the item.", - "rdfs:label": "width" - }, - { - "@id": "http://schema.org/priceValidUntil", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Offer" - }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/QuantitativeValue" }, - "rdfs:comment": "The date after which the price is no longer available.", - "rdfs:label": "priceValidUntil" + "rdfs:comment": "Indicate how many people can play this game (minimum, maximum, or range).", + "rdfs:label": "numberOfPlayers" }, { - "@id": "http://schema.org/givenName", + "@id": "http://schema.org/jobLocation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/JobPosting" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Place" }, - "rdfs:comment": "Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property.", - "rdfs:label": "givenName" + "rdfs:comment": "A (typically single) geographic location associated with the job position.", + "rdfs:label": "jobLocation" }, { - "@id": "http://schema.org/SelfStorage", + "@id": "http://schema.org/ReservationStatusType", "@type": "rdfs:Class", - "rdfs:comment": "A self-storage facility.", - "rdfs:label": "SelfStorage", + "rdfs:comment": "Enumerated status values for Reservation.", + "rdfs:label": "ReservationStatusType", "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" + "@id": "http://schema.org/StatusEnumeration" } }, { - "@id": "http://schema.org/ticketNumber", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Ticket" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The unique identifier for the ticket.", - "rdfs:label": "ticketNumber" - }, - { - "@id": "http://schema.org/proficiencyLevel", + "@id": "http://schema.org/arrivalTerminal", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/TechArticle" + "@id": "http://schema.org/Flight" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "Proficiency needed for this content; expected values: 'Beginner', 'Expert'.", - "rdfs:label": "proficiencyLevel" + "rdfs:comment": "Identifier of the flight's arrival terminal.", + "rdfs:label": "arrivalTerminal" }, { - "@id": "http://schema.org/valueMaxLength", + "@id": "http://schema.org/mentions", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PropertyValueSpecification" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Thing" }, - "rdfs:comment": "Specifies the allowed range for number of characters in a literal value.", - "rdfs:label": "valueMaxLength" + "rdfs:comment": "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.", + "rdfs:label": "mentions" }, { - "@id": "http://schema.org/cholesterolContent", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/NutritionInformation" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Mass" + "@id": "http://schema.org/Corporation", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" }, - "rdfs:comment": "The number of milligrams of cholesterol.", - "rdfs:label": "cholesterolContent" + "rdfs:comment": "Organization: A business corporation.", + "rdfs:label": "Corporation", + "rdfs:subClassOf": { + "@id": "http://schema.org/Organization" + } }, { - "@id": "http://schema.org/ReservationPending", - "@type": "http://schema.org/ReservationStatusType", - "rdfs:comment": "The status of a reservation when a request has been sent, but not confirmed.", - "rdfs:label": "ReservationPending" + "@id": "http://schema.org/Researcher", + "@type": "http://schema.org/Audience", + "rdfs:comment": "Researchers.", + "rdfs:label": "Researcher" }, { - "@id": "http://schema.org/GeoShape", + "@id": "http://schema.org/TrackAction", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" - }, - "rdfs:comment": "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points.", - "rdfs:label": "GeoShape", + "rdfs:comment": "An agent tracks an object for updates.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "TrackAction", "rdfs:subClassOf": { - "@id": "http://schema.org/StructuredValue" + "@id": "http://schema.org/FindAction" } }, { - "@id": "http://schema.org/EntertainmentBusiness", + "@id": "http://schema.org/VisualArtsEvent", "@type": "rdfs:Class", - "rdfs:comment": "A business providing entertainment.", - "rdfs:label": "EntertainmentBusiness", + "rdfs:comment": "Event type: Visual arts event.", + "rdfs:label": "VisualArtsEvent", "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" + "@id": "http://schema.org/Event" } }, { - "@id": "http://schema.org/creditedTo", + "@id": "http://schema.org/numAdults", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicRelease" + "@id": "http://schema.org/LodgingReservation" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/QuantitativeValue" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Integer" } ], - "rdfs:comment": "The group the release is credited to if different than the byArtist. For example, Red and Blue is credited to \"Stefani Germanotta Band\", but by Lady Gaga.", - "rdfs:label": "creditedTo" + "rdfs:comment": "The number of adults staying in the unit.", + "rdfs:label": "numAdults" }, { - "@id": "http://schema.org/datePosted", + "@id": "http://schema.org/medicalAudience", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/JobPosting" + "@id": "http://schema.org/MedicalWebPage" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "Publication date for the job posting.", - "rdfs:label": "datePosted" - }, - { - "@id": "http://schema.org/BroadcastChannel", - "@type": "rdfs:Class", - "rdfs:comment": "A unique instance of a BroadcastService on a CableOrSatelliteService lineup.", - "rdfs:label": "BroadcastChannel", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } - }, - { - "@id": "http://schema.org/Florist", - "@type": "rdfs:Class", - "rdfs:comment": "A florist.", - "rdfs:label": "Florist", - "rdfs:subClassOf": { - "@id": "http://schema.org/Store" - } + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/MedicalAudience" + }, + { + "@id": "http://schema.org/MedicalAudienceType" + } + ], + "rdfs:comment": "Medical audience for page.", + "rdfs:label": "medicalAudience" }, { - "@id": "http://schema.org/directors", + "@id": "http://schema.org/baseSalary", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/VideoGame" - }, - { - "@id": "http://schema.org/VideoGameSeries" - }, - { - "@id": "http://schema.org/Episode" - }, - { - "@id": "http://schema.org/RadioSeries" - }, - { - "@id": "http://schema.org/VideoObject" + "@id": "http://schema.org/JobPosting" }, { - "@id": "http://schema.org/Clip" - }, + "@id": "http://schema.org/EmployeeRole" + } + ], + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/TVSeries" + "@id": "http://schema.org/Number" }, { - "@id": "http://schema.org/Movie" + "@id": "http://schema.org/MonetaryAmount" }, { - "@id": "http://schema.org/MovieSeries" + "@id": "http://schema.org/PriceSpecification" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "rdfs:comment": "The base salary of the job or of an employee in an EmployeeRole.", + "rdfs:label": "baseSalary" + }, + { + "@id": "http://schema.org/Dermatologic", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/supersededBy": { - "@id": "http://schema.org/director" + "@id": "http://schema.org/Dermatology" }, - "rdfs:comment": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", - "rdfs:label": "directors" + "rdfs:comment": "Something relating to or practicing dermatology", + "rdfs:label": "Dermatologic" }, { - "@id": "http://schema.org/runtimePlatform", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareSourceCode" + "@id": "http://schema.org/SeeDoctorHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, - "rdfs:comment": "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).", - "rdfs:label": "runtimePlatform" + "rdfs:comment": "Information about questions that may be asked, when to see a professional, measures before seeing a doctor or content about the first consultation.", + "rdfs:label": "SeeDoctorHealthAspect" }, { - "@id": "http://schema.org/contactPoints", + "@id": "http://schema.org/acquiredFrom", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/OwnershipInfo" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Organization" } ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The organization or person from which the product was acquired.", + "rdfs:label": "acquiredFrom" + }, + { + "@id": "http://schema.org/shippingSettingsLink", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2506", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/OfferShippingDetails" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ContactPoint" + "@id": "http://schema.org/URL" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/contactPoint" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" }, - "rdfs:comment": "A contact point for a person or organization.", - "rdfs:label": "contactPoints" + "rdfs:comment": "Link to a page containing ShippingRateSettings and DeliveryTimeSettings details.", + "rdfs:label": "shippingSettingsLink" }, { - "@id": "http://schema.org/skills", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": [ - { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" - }, - { - "@id": "https://github.com/schemaorg/schemaorg/issues/2322" - } - ], - "http://schema.org/category": [ - "issue-2322", - "issue-1698" - ], - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Occupation" - }, - { - "@id": "http://schema.org/JobPosting" - } - ], + "@id": "http://schema.org/ComicSeries", + "@type": "rdfs:Class", + "http://schema.org/category": "Comics", + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "rdfs:comment": "A sequential publication of comic stories under a\n unifying title, for example \"The Amazing Spider-Man\" or \"Groo the\n Wanderer\".", + "rdfs:label": "ComicSeries", + "rdfs:subClassOf": { + "@id": "http://schema.org/Periodical" + } + }, + { + "@id": "http://schema.org/PreventionHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Information about actions or measures that can be taken to avoid getting the topic or reaching a critical situation related to the topic.", + "rdfs:label": "PreventionHealthAspect" + }, + { + "@id": "http://schema.org/Barcode", + "@type": "rdfs:Class", + "rdfs:comment": "An image of a visual machine-readable code such as a barcode or QR code.", + "rdfs:label": "Barcode", + "rdfs:subClassOf": { + "@id": "http://schema.org/ImageObject" + } + }, + { + "@id": "http://schema.org/dateDeleted", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DataFeedItem" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/DefinedTerm" + "@id": "http://schema.org/Date" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/DateTime" } ], - "rdfs:comment": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.", - "rdfs:label": "skills" + "rdfs:comment": "The datetime the item was removed from the DataFeed.", + "rdfs:label": "dateDeleted" }, { - "@id": "http://schema.org/copyrightHolder", + "@id": "http://schema.org/artMedium", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/VisualArtwork" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/URL" } ], - "rdfs:comment": "The party holding the legal copyright to the CreativeWork.", - "rdfs:label": "copyrightHolder" + "rdfs:comment": "The material used. (e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)", + "rdfs:label": "artMedium", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/material" + } }, { - "@id": "http://schema.org/paymentStatus", + "@id": "http://schema.org/nextItem", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Invoice" + "@id": "http://schema.org/ListItem" }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/ListItem" + }, + "rdfs:comment": "A link to the ListItem that follows the current one.", + "rdfs:label": "nextItem" + }, + { + "@id": "http://schema.org/isicV4", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/PaymentStatusType" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/Person" } ], - "rdfs:comment": "The status of payment; whether the invoice has been paid or not.", - "rdfs:label": "paymentStatus" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.", + "rdfs:label": "isicV4" }, { - "@id": "http://schema.org/characterName", + "@id": "http://schema.org/game", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PerformanceRole" + "@id": "http://schema.org/GameServer" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/gameServer" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/VideoGame" }, - "rdfs:comment": "The name of a character played in some acting or performing role, i.e. in a PerformanceRole.", - "rdfs:label": "characterName" + "rdfs:comment": "Video game which is played on this server.", + "rdfs:label": "game" }, { - "@id": "http://schema.org/Mass", - "@type": "rdfs:Class", - "rdfs:comment": "Properties that take Mass as values are of the form '<Number> <Mass unit of measure>'. E.g., '7 kg'.", - "rdfs:label": "Mass", - "rdfs:subClassOf": { - "@id": "http://schema.org/Quantity" + "@id": "http://schema.org/announcementLocation", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2514", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SpecialAnnouncement" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/CivicStructure" + }, + { + "@id": "http://schema.org/LocalBusiness" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2514" + }, + "rdfs:comment": "Indicates a specific CivicStructure or LocalBusiness associated with the SpecialAnnouncement. For example, a specific testing facility or business with special opening hours. For a larger geographic region like a quarantine of an entire region, use spatialCoverage.", + "rdfs:label": "announcementLocation", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/spatialCoverage" } }, { - "@id": "http://schema.org/breadcrumb", + "@id": "http://schema.org/LowSaltDiet", + "@type": "http://schema.org/RestrictedDiet", + "rdfs:comment": "A diet focused on reduced sodium intake.", + "rdfs:label": "LowSaltDiet" + }, + { + "@id": "http://schema.org/acceptsReservations", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/WebPage" + "@id": "http://schema.org/FoodEstablishment" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/BreadcrumbList" + "@id": "http://schema.org/Boolean" + }, + { + "@id": "http://schema.org/URL" } ], - "rdfs:comment": "A set of links that can help a user understand and navigate a website hierarchy.", - "rdfs:label": "breadcrumb" + "rdfs:comment": "Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or (for backwards compatibility) the strings Yes or No.", + "rdfs:label": "acceptsReservations" }, { - "@id": "http://schema.org/dependencies", + "@id": "http://schema.org/tracks", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/TechArticle" - }, + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/MusicPlaylist" + }, + { + "@id": "http://schema.org/MusicGroup" + } + ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/MusicRecording" }, - "rdfs:comment": "Prerequisites needed to fulfill steps in article.", - "rdfs:label": "dependencies" - }, - { - "@id": "http://schema.org/HowToTool", - "@type": "rdfs:Class", - "rdfs:comment": "A tool used (but not consumed) when performing instructions for how to achieve a result.", - "rdfs:label": "HowToTool", - "rdfs:subClassOf": { - "@id": "http://schema.org/HowToItem" - } - }, - { - "@id": "http://schema.org/CassetteFormat", - "@type": "http://schema.org/MusicReleaseFormatType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/track" }, - "rdfs:comment": "CassetteFormat.", - "rdfs:label": "CassetteFormat" + "rdfs:comment": "A music recording (track)—usually a single song.", + "rdfs:label": "tracks" }, { - "@id": "http://schema.org/PaymentMethod", + "@id": "http://schema.org/GovernmentService", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" - }, - "rdfs:comment": "A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction.

\n\nCommonly used values:

\n\n\n", - "rdfs:label": "PaymentMethod", + "rdfs:comment": "A service provided by a government organization, e.g. food stamps, veterans benefits, etc.", + "rdfs:label": "GovernmentService", "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "@id": "http://schema.org/Service" } }, { - "@id": "http://schema.org/UserPlusOnes", + "@id": "http://schema.org/DeliveryEvent", "@type": "rdfs:Class", - "http://schema.org/supersededBy": { - "@id": "http://schema.org/InteractionCounter" - }, - "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", - "rdfs:label": "UserPlusOnes", + "rdfs:comment": "An event involving the delivery of an item.", + "rdfs:label": "DeliveryEvent", "rdfs:subClassOf": { - "@id": "http://schema.org/UserInteraction" + "@id": "http://schema.org/Event" } }, { - "@id": "http://schema.org/Barcode", - "@type": "rdfs:Class", - "rdfs:comment": "An image of a visual machine-readable code such as a barcode or QR code.", - "rdfs:label": "Barcode", - "rdfs:subClassOf": { - "@id": "http://schema.org/ImageObject" - } + "@id": "http://schema.org/OccupationalActivity", + "@type": "http://schema.org/PhysicalActivityCategory", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Any physical activity engaged in for job-related purposes. Examples may include waiting tables, maid service, carrying a mailbag, picking fruits or vegetables, construction work, etc.", + "rdfs:label": "OccupationalActivity" }, { - "@id": "http://schema.org/branchCode", + "@id": "http://schema.org/lesserOrEqual", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/QualitativeValue" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/QualitativeValue" }, - "rdfs:comment": "A short textual code (also called \"store code\") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.

\n\nFor example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code \"3047\" is a branchCode for a particular branch.", - "rdfs:label": "branchCode" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object.", + "rdfs:label": "lesserOrEqual" }, { - "@id": "http://schema.org/WebPage", - "@type": "rdfs:Class", - "rdfs:comment": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page.", - "rdfs:label": "WebPage", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" - } + "@id": "http://schema.org/HealthCare", + "@type": "http://schema.org/GovernmentBenefitsType", + "http://schema.org/category": "issue-2534", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2534" + }, + "rdfs:comment": "HealthCare: this is a benefit for health care.", + "rdfs:label": "HealthCare" }, { - "@id": "http://schema.org/merchant", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Order" + "@id": "http://schema.org/LegalForceStatus", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1156", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/source": [ { - "@id": "http://schema.org/Person" + "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { - "@id": "http://schema.org/Organization" + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], - "http://schema.org/supersededBy": { - "@id": "http://schema.org/seller" + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#InForce" }, - "rdfs:comment": "'merchant' is an out-dated term for 'seller'.", - "rdfs:label": "merchant" + "rdfs:comment": "A list of possible statuses for the legal force of a legislation.", + "rdfs:label": "LegalForceStatus", + "rdfs:subClassOf": { + "@id": "http://schema.org/StatusEnumeration" + } }, { - "@id": "http://schema.org/broker", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Invoice" - }, - { - "@id": "http://schema.org/Service" - }, - { - "@id": "http://schema.org/Reservation" - }, - { - "@id": "http://schema.org/Order" - } - ], - "http://schema.org/rangeIncludes": [ + "@id": "http://schema.org/CommunicateAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.", + "rdfs:label": "CommunicateAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/InteractAction" + } + }, + { + "@id": "http://schema.org/Duration", + "@type": "rdfs:Class", + "rdfs:comment": "Quantity: Duration (use ISO 8601 duration format).", + "rdfs:label": "Duration", + "rdfs:subClassOf": { + "@id": "http://schema.org/Quantity" + } + }, + { + "@id": "http://schema.org/openingHours", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/CivicStructure" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/LocalBusiness" } ], - "rdfs:comment": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.", - "rdfs:label": "broker" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.

\n\n\n", + "rdfs:label": "openingHours" }, { - "@id": "http://schema.org/Residence", + "@id": "http://schema.org/Bacteria", + "@type": "http://schema.org/InfectiousAgentClass", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Pathogenic bacteria that cause bacterial infection.", + "rdfs:label": "Bacteria" + }, + { + "@id": "http://schema.org/CurrencyConversionService", "@type": "rdfs:Class", - "rdfs:comment": "The place where a person lives.", - "rdfs:label": "Residence", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + }, + "rdfs:comment": "A service to convert funds from one currency to another currency.", + "rdfs:label": "CurrencyConversionService", "rdfs:subClassOf": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/FinancialProduct" } }, { - "@id": "http://schema.org/UserPageVisits", + "@id": "http://schema.org/DDxElement", "@type": "rdfs:Class", - "http://schema.org/supersededBy": { - "@id": "http://schema.org/InteractionCounter" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", - "rdfs:label": "UserPageVisits", + "rdfs:comment": "An alternative, closely-related condition typically considered later in the differential diagnosis process along with the signs that are used to distinguish it.", + "rdfs:label": "DDxElement", "rdfs:subClassOf": { - "@id": "http://schema.org/UserInteraction" + "@id": "http://schema.org/MedicalIntangible" } }, { - "@id": "http://schema.org/expectedArrivalFrom", + "@id": "http://schema.org/expectsAcceptanceOf", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ParcelDelivery" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/category": "issue-1741", + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/MediaSubscription" }, { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/ActionAccessSpecification" + }, + { + "@id": "http://schema.org/ConsumeAction" } ], - "rdfs:comment": "The earliest date the package may arrive.", - "rdfs:label": "expectedArrivalFrom" - }, - { - "@id": "http://schema.org/UsedCondition", - "@type": "http://schema.org/OfferItemCondition", - "rdfs:comment": "Indicates that the item is used.", - "rdfs:label": "UsedCondition" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Offer" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1741" + }, + "rdfs:comment": "An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it.", + "rdfs:label": "expectsAcceptanceOf" }, { - "@id": "http://schema.org/addOn", + "@id": "http://schema.org/slogan", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Offer" - }, + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Service" + }, + { + "@id": "http://schema.org/Brand" + }, + { + "@id": "http://schema.org/Place" + } + ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "An additional offer that can only be obtained in combination with the first base offer (e.g. supplements and extensions that are available for a surcharge).", - "rdfs:label": "addOn" + "rdfs:comment": "A slogan or motto associated with the item.", + "rdfs:label": "slogan" }, { - "@id": "http://schema.org/FrontWheelDriveConfiguration", - "@type": "http://schema.org/DriveWheelConfigurationValue", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + "@id": "http://schema.org/StatusEnumeration", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2604", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2604" }, - "rdfs:comment": "Front-wheel drive is a transmission layout where the engine drives the front wheels.", - "rdfs:label": "FrontWheelDriveConfiguration" + "rdfs:comment": "Lists or enumerations dealing with status types.", + "rdfs:label": "StatusEnumeration", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } }, { - "@id": "http://schema.org/sportsTeam", + "@id": "http://schema.org/flightNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ExerciseAction" + "@id": "http://schema.org/Flight" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/SportsTeam" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "A sub property of participant. The sports team that participated on this action.", - "rdfs:label": "sportsTeam", + "rdfs:comment": "The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'.", + "rdfs:label": "flightNumber", "rdfs:subPropertyOf": { - "@id": "http://schema.org/participant" + "@id": "http://schema.org/identifier" } }, { - "@id": "http://schema.org/inBroadcastLineup", + "@id": "http://schema.org/includedRiskFactor", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BroadcastChannel" + "@id": "http://schema.org/MedicalRiskEstimator" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CableOrSatelliteService" + "@id": "http://schema.org/MedicalRiskFactor" }, - "rdfs:comment": "The CableOrSatelliteService offering the channel.", - "rdfs:label": "inBroadcastLineup" + "rdfs:comment": "A modifiable or non-modifiable risk factor included in the calculation, e.g. age, coexisting condition.", + "rdfs:label": "includedRiskFactor" }, { - "@id": "http://schema.org/featureList", + "@id": "http://schema.org/eligibleDuration", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Offer" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Demand" } ], - "rdfs:comment": "Features or modules provided by this application (and possibly required by other applications).", - "rdfs:label": "featureList" - }, - { - "@id": "http://schema.org/accessibilityHazard", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/QuantitativeValue" }, - "rdfs:comment": "A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3 (WebSchemas wiki lists possible values).", - "rdfs:label": "accessibilityHazard" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The duration for which the given offer is valid.", + "rdfs:label": "eligibleDuration" }, { - "@id": "http://schema.org/albumReleaseType", + "@id": "http://schema.org/cvdNumVentUse", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, + "http://schema.org/category": "issue-2521", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicAlbum" + "@id": "http://schema.org/CDCPMDRecord" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MusicAlbumReleaseType" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "The kind of release which this album is: single, EP or album.", - "rdfs:label": "albumReleaseType" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" + }, + "rdfs:comment": "numventuse - MECHANICAL VENTILATORS IN USE: Total number of ventilators in use.", + "rdfs:label": "cvdNumVentUse" }, { - "@id": "http://schema.org/surface", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/VisualArtwork" - }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/URL" - }, - { - "@id": "http://schema.org/Text" - } - ], - "http://schema.org/supersededBy": { - "@id": "http://schema.org/artworkSurface" - }, - "rdfs:comment": "A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc.", - "rdfs:label": "surface", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/material" + "@id": "http://schema.org/RVPark", + "@type": "rdfs:Class", + "rdfs:comment": "A place offering space for \"Recreational Vehicles\", Caravans, mobile homes and the like.", + "rdfs:label": "RVPark", + "rdfs:subClassOf": { + "@id": "http://schema.org/CivicStructure" } }, { - "@id": "http://schema.org/copyrightYear", + "@id": "http://schema.org/TransitMap", + "@type": "http://schema.org/MapCategoryType", + "rdfs:comment": "A transit map.", + "rdfs:label": "TransitMap" + }, + { + "@id": "http://schema.org/ChildrensEvent", + "@type": "rdfs:Class", + "rdfs:comment": "Event type: Children's event.", + "rdfs:label": "ChildrensEvent", + "rdfs:subClassOf": { + "@id": "http://schema.org/Event" + } + }, + { + "@id": "http://schema.org/exerciseCourse", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/ExerciseAction" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Place" }, - "rdfs:comment": "The year during which the claimed copyright for the CreativeWork was first asserted.", - "rdfs:label": "copyrightYear" + "rdfs:comment": "A sub property of location. The course where this action was taken.", + "rdfs:label": "exerciseCourse", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/location" + } }, { - "@id": "http://schema.org/sportsEvent", + "@id": "http://schema.org/ownedFrom", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ExerciseAction" + "@id": "http://schema.org/OwnershipInfo" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/SportsEvent" + "@id": "http://schema.org/DateTime" }, - "rdfs:comment": "A sub property of location. The sports event where this action occurred.", - "rdfs:label": "sportsEvent", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/location" - } + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The date and time of obtaining the product.", + "rdfs:label": "ownedFrom" }, { - "@id": "http://schema.org/Continent", + "@id": "http://schema.org/SingleFamilyResidence", "@type": "rdfs:Class", - "rdfs:comment": "One of the continents (for example, Europe or Africa).", - "rdfs:label": "Continent", + "rdfs:comment": "Residence type: Single-family home.", + "rdfs:label": "SingleFamilyResidence", "rdfs:subClassOf": { - "@id": "http://schema.org/Landform" + "@id": "http://schema.org/House" } }, { - "@id": "http://schema.org/actionPlatform", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/EntryPoint" + "@id": "http://schema.org/MedicalSpecialty", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/rangeIncludes": [ + "rdfs:comment": "Any specific branch of medical science or practice. Medical specialities include clinical specialties that pertain to particular organ systems and their respective disease states, as well as allied health specialties. Enumerated type.", + "rdfs:label": "MedicalSpecialty", + "rdfs:subClassOf": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Specialty" }, { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/MedicalEnumeration" } - ], - "rdfs:comment": "The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication.", - "rdfs:label": "actionPlatform" + ] }, { - "@id": "http://schema.org/distance", + "@id": "http://schema.org/gracePeriod", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/category": "issue-1253", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/LoanOrCredit" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Duration" + }, + "http://schema.org/source": [ { - "@id": "http://schema.org/ExerciseAction" + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { - "@id": "http://schema.org/TravelAction" + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Distance" - }, - "rdfs:comment": "The distance travelled, e.g. exercising or travelling.", - "rdfs:label": "distance" + "rdfs:comment": "The period of time after any due date that the borrower has to fulfil its obligations before a default (failure to pay) is deemed to have occurred.", + "rdfs:label": "gracePeriod" }, { - "@id": "http://schema.org/longitude", + "@id": "http://schema.org/toRecipient", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Message" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/GeoCoordinates" + "@id": "http://schema.org/Audience" }, { - "@id": "http://schema.org/Place" - } - ], - "http://schema.org/rangeIncludes": [ + "@id": "http://schema.org/Organization" + }, { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/ContactPoint" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Person" } ], - "rdfs:comment": "The longitude of a location. For example -122.08585 (WGS 84).", - "rdfs:label": "longitude" + "rdfs:comment": "A sub property of recipient. The recipient who was directly sent the message.", + "rdfs:label": "toRecipient", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/recipient" + } }, { - "@id": "http://schema.org/issn", + "@id": "http://schema.org/reviewAspect", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" - }, + "http://schema.org/category": "issue-1689", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/WebSite" - }, - { - "@id": "http://schema.org/Dataset" + "@id": "http://schema.org/Review" }, { - "@id": "http://schema.org/CreativeWorkSeries" + "@id": "http://schema.org/Guide" }, { - "@id": "http://schema.org/Blog" + "@id": "http://schema.org/Rating" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "http://www.w3.org/2002/07/owl#equivalentProperty": { - "@id": "http://purl.org/ontology/bibo/issn" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1689" }, - "rdfs:comment": "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication.", - "rdfs:label": "issn", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/identifier" + "rdfs:comment": "This Review or Rating is relevant to this part or facet of the itemReviewed.", + "rdfs:label": "reviewAspect" + }, + { + "@id": "http://schema.org/HobbyShop", + "@type": "rdfs:Class", + "rdfs:comment": "A store that sells materials useful or necessary for various hobbies.", + "rdfs:label": "HobbyShop", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" } }, { - "@id": "http://schema.org/hasMap", + "@id": "http://schema.org/requiredQuantity", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/HowToItem" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Map" + "@id": "http://schema.org/QuantitativeValue" }, { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/Number" } ], - "rdfs:comment": "A URL to a map of the place.", - "rdfs:label": "hasMap" - }, - { - "@id": "http://schema.org/BusTrip", - "@type": "rdfs:Class", - "rdfs:comment": "A trip on a commercial bus line.", - "rdfs:label": "BusTrip", - "rdfs:subClassOf": { - "@id": "http://schema.org/Trip" - } + "rdfs:comment": "The required quantity of the item(s).", + "rdfs:label": "requiredQuantity" }, { - "@id": "http://schema.org/awards", + "@id": "http://schema.org/location", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Event" + }, + { + "@id": "http://schema.org/Action" + }, { "@id": "http://schema.org/Organization" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/PostalAddress" }, { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/VirtualLocation" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Place" } ], + "rdfs:comment": "The location of for example where the event is happening, an organization is located, or where an action takes place.", + "rdfs:label": "location" + }, + { + "@id": "http://schema.org/encodingType", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EntryPoint" + }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/award" - }, - "rdfs:comment": "Awards won by or for this item.", - "rdfs:label": "awards" + "rdfs:comment": "The supported encoding type(s) for an EntryPoint request.", + "rdfs:label": "encodingType" }, { - "@id": "http://schema.org/hasBroadcastChannel", + "@id": "http://schema.org/StadiumOrArena", + "@type": "rdfs:Class", + "rdfs:comment": "A stadium.", + "rdfs:label": "StadiumOrArena", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/SportsActivityLocation" + }, + { + "@id": "http://schema.org/CivicStructure" + } + ] + }, + { + "@id": "http://schema.org/currenciesAccepted", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1004" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/LocalBusiness" }, - "http://schema.org/category": "issue-1004", + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The currency accepted.

\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", + "rdfs:label": "currenciesAccepted" + }, + { + "@id": "http://schema.org/contentReferenceTime", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1050", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BroadcastService" + "@id": "http://schema.org/CreativeWork" }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/providesBroadcastService" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/BroadcastChannel" + "@id": "http://schema.org/DateTime" }, - "rdfs:comment": "A broadcast channel of a broadcast service.", - "rdfs:label": "hasBroadcastChannel" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1050" + }, + "rdfs:comment": "The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event.", + "rdfs:label": "contentReferenceTime" }, { - "@id": "http://schema.org/incentives", + "@id": "http://schema.org/NewsArticle", + "@type": "rdfs:Class", + "http://schema.org/source": [ + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP-draws" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" + } + ], + "rdfs:comment": "A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news.

\n\nA more detailed overview of schema.org News markup is also available.", + "rdfs:label": "NewsArticle", + "rdfs:subClassOf": { + "@id": "http://schema.org/Article" + } + }, + { + "@id": "http://schema.org/causeOf", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/JobPosting" + "@id": "http://schema.org/MedicalCause" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/MedicalEntity" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/incentiveCompensation" + "rdfs:comment": "The condition, complication, symptom, sign, etc. caused.", + "rdfs:label": "causeOf" + }, + { + "@id": "http://schema.org/containedInPlace", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Place" }, - "rdfs:comment": "Description of bonus and commission compensation aspects of the job.", - "rdfs:label": "incentives" + "http://schema.org/inverseOf": { + "@id": "http://schema.org/containsPlace" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Place" + }, + "rdfs:comment": "The basic containment relation between a place and one that contains it.", + "rdfs:label": "containedInPlace" }, { - "@id": "http://schema.org/printEdition", + "@id": "http://schema.org/salaryUponCompletion", "@type": "rdf:Property", + "http://schema.org/category": "issue-2289", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/NewsArticle" + "@id": "http://schema.org/EducationalOccupationalProgram" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/MonetaryAmountDistribution" }, - "rdfs:comment": "The edition of the print product in which the NewsArticle appears.", - "rdfs:label": "printEdition" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2289" + }, + "rdfs:comment": "The expected salary upon completing the training.", + "rdfs:label": "salaryUponCompletion" }, { - "@id": "http://schema.org/UnRegisterAction", + "@id": "http://schema.org/MedicalRiskEstimator", "@type": "rdfs:Class", - "rdfs:comment": "The act of un-registering from a service.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "UnRegisterAction", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Any rule set or interactive tool for estimating the risk of developing a complication or condition.", + "rdfs:label": "MedicalRiskEstimator", "rdfs:subClassOf": { - "@id": "http://schema.org/InteractAction" + "@id": "http://schema.org/MedicalEntity" } }, { - "@id": "http://schema.org/OfflinePermanently", - "@type": "http://schema.org/GameServerStatus", - "rdfs:comment": "Game server status: OfflinePermanently. Server is offline and not available.", - "rdfs:label": "OfflinePermanently" + "@id": "http://schema.org/relatedDrug", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Drug" + }, + "rdfs:comment": "Any other drug related to this one, for example commonly-prescribed alternatives.", + "rdfs:label": "relatedDrug" }, { - "@id": "http://schema.org/opponent", + "@id": "http://schema.org/serviceAudience", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ExerciseAction" + "@id": "http://schema.org/Service" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Audience" }, - "rdfs:comment": "A sub property of participant. The opponent on this action.", - "rdfs:label": "opponent", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/participant" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/audience" + }, + "rdfs:comment": "The audience eligible for this service.", + "rdfs:label": "serviceAudience" + }, + { + "@id": "http://schema.org/pickupTime", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/RentalCarReservation" + }, + { + "@id": "http://schema.org/TaxiReservation" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DateTime" + }, + "rdfs:comment": "When a taxi will pickup a passenger or a rental car can be picked up.", + "rdfs:label": "pickupTime" + }, + { + "@id": "http://schema.org/PlasticSurgery", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that pertains to therapeutic or cosmetic repair or re-formation of missing, injured or malformed tissues or body parts by manual and instrumental means.", + "rdfs:label": "PlasticSurgery", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalBusiness" } }, { - "@id": "http://schema.org/releaseOf", + "@id": "http://schema.org/servingSize", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicRelease" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/albumRelease" + "@id": "http://schema.org/NutritionInformation" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MusicAlbum" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The album this is a release of.", - "rdfs:label": "releaseOf" + "rdfs:comment": "The serving size, in terms of the number of volume or mass.", + "rdfs:label": "servingSize" }, { - "@id": "http://schema.org/LoseAction", + "@id": "http://schema.org/Observation", "@type": "rdfs:Class", - "rdfs:comment": "The act of being defeated in a competitive activity.", - "rdfs:label": "LoseAction", + "http://schema.org/category": "issue-2291", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2291" + }, + "rdfs:comment": "Instances of the class Observation are used to specify observations about an entity (which may or may not be an instance of a StatisticalPopulation), at a particular time. The principal properties of an Observation are observedNode, measuredProperty, measuredValue (or median, etc.) and observationDate (measuredProperty properties can, but need not always, be W3C RDF Data Cube \"measure properties\", as in the lifeExpectancy example).\nSee also StatisticalPopulation, and the data and datasets overview for more details.", + "rdfs:label": "Observation", "rdfs:subClassOf": { - "@id": "http://schema.org/AchieveAction" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/participant", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Action" - }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Organization" - }, - { - "@id": "http://schema.org/Person" - } - ], - "rdfs:comment": "Other co-agents that participated in the action indirectly. e.g. John wrote a book with Steve.", - "rdfs:label": "participant" - }, - { - "@id": "http://schema.org/ShoppingCenter", + "@id": "http://schema.org/RentalCarReservation", "@type": "rdfs:Class", - "rdfs:comment": "A shopping center or mall.", - "rdfs:label": "ShoppingCenter", + "rdfs:comment": "A reservation for a rental car.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.", + "rdfs:label": "RentalCarReservation", "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" + "@id": "http://schema.org/Reservation" } }, { - "@id": "http://schema.org/Flight", + "@id": "http://schema.org/ConvenienceStore", "@type": "rdfs:Class", - "rdfs:comment": "An airline flight.", - "rdfs:label": "Flight", + "rdfs:comment": "A convenience store.", + "rdfs:label": "ConvenienceStore", "rdfs:subClassOf": { - "@id": "http://schema.org/Trip" + "@id": "http://schema.org/Store" } }, { - "@id": "http://schema.org/menu", + "@id": "http://schema.org/brand", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/FoodEstablishment" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Product" }, { - "@id": "http://schema.org/Menu" + "@id": "http://schema.org/Service" + }, + { + "@id": "http://schema.org/Organization" } ], - "http://schema.org/supersededBy": { - "@id": "http://schema.org/hasMenu" - }, - "rdfs:comment": "Either the actual menu as a structured representation, as text, or a URL of the menu.", - "rdfs:label": "menu" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Brand" + }, + { + "@id": "http://schema.org/Organization" + } + ], + "rdfs:comment": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.", + "rdfs:label": "brand" }, { - "@id": "http://schema.org/servicePostalAddress", + "@id": "http://schema.org/dateCreated", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ServiceChannel" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/PostalAddress" - }, - "rdfs:comment": "The address for accessing the service by mail.", - "rdfs:label": "servicePostalAddress" - }, - { - "@id": "http://schema.org/HowToStep", - "@type": "rdfs:Class", - "rdfs:comment": "A step in the instructions for how to achieve a result. It is an ordered list with HowToDirection and/or HowToTip items.", - "rdfs:label": "HowToStep", - "rdfs:subClassOf": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/ItemList" + "@id": "http://schema.org/CreativeWork" }, { - "@id": "http://schema.org/ListItem" + "@id": "http://schema.org/DataFeedItem" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Date" }, { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/DateTime" } - ] + ], + "rdfs:comment": "The date on which the CreativeWork was created or the item was added to a DataFeed.", + "rdfs:label": "dateCreated" }, { - "@id": "http://schema.org/videoQuality", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/VideoObject" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Trip", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" }, - "rdfs:comment": "The quality of the video.", - "rdfs:label": "videoQuality" + "rdfs:comment": "A trip or journey. An itinerary of visits to one or more places.", + "rdfs:label": "Trip", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } }, { - "@id": "http://schema.org/OfferCatalog", + "@id": "http://schema.org/DepartmentStore", "@type": "rdfs:Class", - "rdfs:comment": "An OfferCatalog is an ItemList that contains related Offers and/or further OfferCatalogs that are offeredBy the same provider.", - "rdfs:label": "OfferCatalog", + "rdfs:comment": "A department store.", + "rdfs:label": "DepartmentStore", "rdfs:subClassOf": { - "@id": "http://schema.org/ItemList" + "@id": "http://schema.org/Store" } }, { - "@id": "http://schema.org/warranty", + "@id": "http://schema.org/recordedIn", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Event" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/recordedAt" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Offer" - }, - { - "@id": "http://schema.org/Demand" - } - ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/WarrantyPromise" + "@id": "http://schema.org/CreativeWork" }, - "rdfs:comment": "The warranty promise(s) included in the offer.", - "rdfs:label": "warranty" + "rdfs:comment": "The CreativeWork that captured all or part of this Event.", + "rdfs:label": "recordedIn" }, { - "@id": "http://schema.org/foundingDate", + "@id": "http://schema.org/reviewRating", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Review" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/Rating" }, - "rdfs:comment": "The date that this organization was founded.", - "rdfs:label": "foundingDate" + "rdfs:comment": "The rating given in this review. Note that reviews can themselves be rated. The reviewRating applies to rating given by the review. The aggregateRating property applies to the review itself, as a creative work.", + "rdfs:label": "reviewRating" }, { - "@id": "http://schema.org/liveBlogUpdate", + "@id": "http://schema.org/hasHealthAspect", "@type": "rdf:Property", + "http://schema.org/category": "issue-2374", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/LiveBlogPosting" + "@id": "http://schema.org/HealthTopicContent" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/BlogPosting" + "@id": "http://schema.org/HealthAspectEnumeration" }, - "rdfs:comment": "An update to the LiveBlog.", - "rdfs:label": "liveBlogUpdate" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2373" + }, + "rdfs:comment": "Indicates the aspect or aspects specifically addressed in some HealthTopicContent. For example, that the content is an overview, or that it talks about treatment, self-care, treatments or their side-effects.", + "rdfs:label": "hasHealthAspect" }, { - "@id": "http://schema.org/CreativeWorkSeries", - "@type": "rdfs:Class", - "rdfs:comment": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).

\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.

\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate.", - "rdfs:label": "CreativeWorkSeries", - "rdfs:subClassOf": [ - { - "@id": "http://schema.org/Series" - }, - { - "@id": "http://schema.org/CreativeWork" - } - ] + "@id": "http://schema.org/CompletedActionStatus", + "@type": "http://schema.org/ActionStatusType", + "rdfs:comment": "An action that has already taken place.", + "rdfs:label": "CompletedActionStatus" }, { - "@id": "http://schema.org/eligibleQuantity", + "@id": "http://schema.org/ActiveActionStatus", + "@type": "http://schema.org/ActionStatusType", + "rdfs:comment": "An in-progress action (e.g, while watching the movie, or driving to a location).", + "rdfs:label": "ActiveActionStatus" + }, + { + "@id": "http://schema.org/valueAddedTaxIncluded", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PriceSpecification" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Offer" - }, - { - "@id": "http://schema.org/PriceSpecification" - }, - { - "@id": "http://schema.org/Demand" - } - ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Boolean" }, - "rdfs:comment": "The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity.", - "rdfs:label": "eligibleQuantity" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "Specifies whether the applicable value-added tax (VAT) is included in the price specification or not.", + "rdfs:label": "valueAddedTaxIncluded" }, { - "@id": "http://schema.org/priceComponent", + "@id": "http://schema.org/sportsActivityLocation", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ExerciseAction" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/SportsActivityLocation" }, + "rdfs:comment": "A sub property of location. The sports activity location where this action occurred.", + "rdfs:label": "sportsActivityLocation", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/location" + } + }, + { + "@id": "http://schema.org/MisconceptionsHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Content about common misconceptions and myths that are related to a topic.", + "rdfs:label": "MisconceptionsHealthAspect" + }, + { + "@id": "http://schema.org/Nonprofit501f", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501f: Non-profit type referring to Cooperative Service Organizations.", + "rdfs:label": "Nonprofit501f" + }, + { + "@id": "http://schema.org/significantLinks", + "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CompoundPriceSpecification" + "@id": "http://schema.org/WebPage" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/UnitPriceSpecification" + "@id": "http://schema.org/URL" }, - "rdfs:comment": "This property links to all UnitPriceSpecification nodes that apply in parallel for the CompoundPriceSpecification node.", - "rdfs:label": "priceComponent" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/significantLink" + }, + "rdfs:comment": "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.", + "rdfs:label": "significantLinks" }, { - "@id": "http://schema.org/ConfirmAction", + "@id": "http://schema.org/WholesaleStore", "@type": "rdfs:Class", - "rdfs:comment": "The act of notifying someone that a future event/action is going to happen as expected.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "ConfirmAction", + "rdfs:comment": "A wholesale store.", + "rdfs:label": "WholesaleStore", "rdfs:subClassOf": { - "@id": "http://schema.org/InformAction" + "@id": "http://schema.org/Store" } }, { - "@id": "http://schema.org/ccRecipient", + "@id": "http://schema.org/acceptedPaymentMethod", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Message" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Offer" }, { - "@id": "http://schema.org/ContactPoint" + "@id": "http://schema.org/Demand" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/PaymentMethod" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/LoanOrCredit" } ], - "rdfs:comment": "A sub property of recipient. The recipient copied on a message.", - "rdfs:label": "ccRecipient", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/recipient" - } - }, - { - "@id": "http://schema.org/significantLink", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/WebPage" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, - "rdfs:comment": "One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.", - "rdfs:label": "significantLink" + "rdfs:comment": "The payment method(s) accepted by seller for this offer.", + "rdfs:label": "acceptedPaymentMethod" }, { - "@id": "http://schema.org/applicationSubCategory", + "@id": "http://schema.org/supersededBy", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Class" + }, + { + "@id": "http://schema.org/Property" + }, + { + "@id": "http://schema.org/Enumeration" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://meta.schema.org" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Class" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Enumeration" + }, + { + "@id": "http://schema.org/Property" } ], - "rdfs:comment": "Subcategory of the application, e.g. 'Arcade Game'.", - "rdfs:label": "applicationSubCategory" + "rdfs:comment": "Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", + "rdfs:label": "supersededBy" }, { - "@id": "http://schema.org/PaymentPastDue", - "@type": "http://schema.org/PaymentStatusType", - "rdfs:comment": "The payment is due and considered late.", - "rdfs:label": "PaymentPastDue" + "@id": "http://schema.org/NoninvasiveProcedure", + "@type": "http://schema.org/MedicalProcedureType", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A type of medical procedure that involves noninvasive techniques.", + "rdfs:label": "NoninvasiveProcedure" }, { - "@id": "http://schema.org/recordedAt", + "@id": "http://schema.org/reservationId", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/recordedIn" + "@id": "http://schema.org/Reservation" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.", - "rdfs:label": "recordedAt" + "rdfs:comment": "A unique identifier for the reservation.", + "rdfs:label": "reservationId" }, { - "@id": "http://schema.org/recordedAs", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicComposition" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/recordingOf" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MusicRecording" + "@id": "http://schema.org/SkiResort", + "@type": "rdfs:Class", + "rdfs:comment": "A ski resort.", + "rdfs:label": "SkiResort", + "rdfs:subClassOf": { + "@id": "http://schema.org/SportsActivityLocation" + } + }, + { + "@id": "http://schema.org/LaboratoryScience", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "An audio recording of the work.", - "rdfs:label": "recordedAs" + "rdfs:comment": "A medical science pertaining to chemical, hematological, immunologic, microscopic, or bacteriological diagnostic analyses or research", + "rdfs:label": "LaboratoryScience" }, { - "@id": "http://schema.org/spatial", + "@id": "http://schema.org/AutomatedTeller", + "@type": "rdfs:Class", + "rdfs:comment": "ATM/cash machine.", + "rdfs:label": "AutomatedTeller", + "rdfs:subClassOf": { + "@id": "http://schema.org/FinancialService" + } + }, + { + "@id": "http://schema.org/hasVariant", "@type": "rdf:Property", + "http://schema.org/category": "issue-1797", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/ProductGroup" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/isVariantOf" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Product" }, - "http://www.w3.org/2002/07/owl#equivalentProperty": { - "@id": "http://purl.org/dc/terms/spatial" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1797" }, - "rdfs:comment": "The \"spatial\" property can be used in cases when more specific properties\n(e.g. locationCreated, spatialCoverage, contentLocation) are not known to be appropriate.", - "rdfs:label": "spatial" + "rdfs:comment": "Indicates a Product that is a member of this ProductGroup (or ProductModel).", + "rdfs:label": "hasVariant" }, { - "@id": "http://schema.org/FourWheelDriveConfiguration", - "@type": "http://schema.org/DriveWheelConfigurationValue", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + "@id": "http://schema.org/Genitourinary", + "@type": "http://schema.org/PhysicalExam", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "Four-wheel drive is a transmission layout where the engine primarily drives two wheels with a part-time four-wheel drive capability.", - "rdfs:label": "FourWheelDriveConfiguration" + "rdfs:comment": "Genitourinary system function assessment with clinical examination.", + "rdfs:label": "Genitourinary" }, { - "@id": "http://schema.org/additionalProperty", + "@id": "http://schema.org/Canal", + "@type": "rdfs:Class", + "rdfs:comment": "A canal, like the Panama Canal.", + "rdfs:label": "Canal", + "rdfs:subClassOf": { + "@id": "http://schema.org/BodyOfWater" + } + }, + { + "@id": "http://schema.org/numberOfRooms", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/QualitativeValue" + "@id": "http://schema.org/Suite" }, { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/Accommodation" }, { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Apartment" + }, + { + "@id": "http://schema.org/LodgingBusiness" + }, + { + "@id": "http://schema.org/House" + }, + { + "@id": "http://schema.org/FloorPlan" + }, + { + "@id": "http://schema.org/SingleFamilyResidence" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/QuantitativeValue" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/PropertyValue" - }, - "rdfs:comment": "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.

\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.", - "rdfs:label": "additionalProperty" - }, - { - "@id": "http://schema.org/serviceOutput", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Service" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, - "rdfs:comment": "The tangible thing generated by the service, e.g. a passport, permit, etc.", - "rdfs:label": "serviceOutput" + "rdfs:comment": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue.", + "rdfs:label": "numberOfRooms" }, { - "@id": "http://schema.org/DataFeed", + "@id": "http://schema.org/NGO", "@type": "rdfs:Class", - "rdfs:comment": "A single feed providing structured information about one or more entities or topics.", - "rdfs:label": "DataFeed", + "rdfs:comment": "Organization: Non-governmental Organization.", + "rdfs:label": "NGO", "rdfs:subClassOf": { - "@id": "http://schema.org/Dataset" + "@id": "http://schema.org/Organization" } }, { - "@id": "http://schema.org/State", + "@id": "http://schema.org/SatiricalArticle", "@type": "rdfs:Class", - "rdfs:comment": "A state or province of a country.", - "rdfs:label": "State", + "http://schema.org/category": "issue-1525", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" + } + ], + "rdfs:comment": "An Article whose content is primarily [satirical] in nature, i.e. unlikely to be literally true. A satirical article is sometimes but not necessarily also a NewsArticle. ScholarlyArticles are also sometimes satirized.", + "rdfs:label": "SatiricalArticle", "rdfs:subClassOf": { - "@id": "http://schema.org/AdministrativeArea" + "@id": "http://schema.org/Article" } }, { - "@id": "http://schema.org/commentCount", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/CaseSeries", + "@type": "http://schema.org/MedicalObservationalStudyDesign", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.", - "rdfs:label": "commentCount" + "rdfs:comment": "A case series (also known as a clinical series) is a medical research study that tracks patients with a known exposure given similar treatment or examines their medical records for exposure and outcome. A case series can be retrospective or prospective and usually involves a smaller number of patients than the more powerful case-control studies or randomized controlled trials. Case series may be consecutive or non-consecutive, depending on whether all cases presenting to the reporting authors over a period of time were included, or only a selection.", + "rdfs:label": "CaseSeries" }, { - "@id": "http://schema.org/Playground", + "@id": "http://schema.org/DrugClass", "@type": "rdfs:Class", - "rdfs:comment": "A playground.", - "rdfs:label": "Playground", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A class of medical drugs, e.g., statins. Classes can represent general pharmacological class, common mechanisms of action, common physiological effects, etc.", + "rdfs:label": "DrugClass", "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/MedicalEntity" } }, { - "@id": "http://schema.org/relatedLink", + "@id": "http://schema.org/memberOf", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/WebPage" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Person" + }, + { + "@id": "http://schema.org/Organization" + } + ], + "http://schema.org/inverseOf": { + "@id": "http://schema.org/member" }, - "rdfs:comment": "A link related to this web page, for example to other related web pages.", - "rdfs:label": "relatedLink" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/ProgramMembership" + } + ], + "rdfs:comment": "An Organization (or ProgramMembership) to which this Person or Organization belongs.", + "rdfs:label": "memberOf" }, { - "@id": "http://schema.org/AppendAction", + "@id": "http://schema.org/CorrectionComment", "@type": "rdfs:Class", - "rdfs:comment": "The act of inserting at the end if an ordered collection.", - "rdfs:label": "AppendAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/InsertAction" - } - }, - { - "@id": "http://schema.org/replacee", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ReplaceAction" + "http://schema.org/category": "issue-1950", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1950" }, - "rdfs:comment": "A sub property of object. The object that is being replaced.", - "rdfs:label": "replacee", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/object" - } - }, - { - "@id": "http://schema.org/InteractionCounter", - "@type": "rdfs:Class", - "rdfs:comment": "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.", - "rdfs:label": "InteractionCounter", + "rdfs:comment": "A comment that corrects CreativeWork.", + "rdfs:label": "CorrectionComment", "rdfs:subClassOf": { - "@id": "http://schema.org/StructuredValue" + "@id": "http://schema.org/Comment" } }, { - "@id": "http://schema.org/replacer", + "@id": "http://schema.org/educationalUse", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ReplaceAction" - }, + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/LearningResource" + }, + { + "@id": "http://schema.org/CreativeWork" + } + ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "A sub property of object. The object that replaces.", - "rdfs:label": "replacer", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/object" - } - }, - { - "@id": "http://schema.org/ParkingFacility", - "@type": "rdfs:Class", - "rdfs:comment": "A parking lot or other parking facility.", - "rdfs:label": "ParkingFacility", - "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" - } + "rdfs:comment": "The purpose of a work in the context of education; for example, 'assignment', 'group work'.", + "rdfs:label": "educationalUse" }, { - "@id": "http://schema.org/reportNumber", + "@id": "http://schema.org/honorificSuffix", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Report" + "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The number or other unique designator assigned to a Report by the publishing organization.", - "rdfs:label": "reportNumber" + "rdfs:comment": "An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW.", + "rdfs:label": "honorificSuffix" }, { - "@id": "http://schema.org/CookAction", + "@id": "http://schema.org/Schedule", "@type": "rdfs:Class", - "rdfs:comment": "The act of producing/preparing food.", - "rdfs:label": "CookAction", + "http://schema.org/category": "issue-1457", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1457" + }, + "rdfs:comment": "A schedule defines a repeating time period used to describe a regularly occurring Event. At a minimum a schedule will specify repeatFrequency which describes the interval between occurences of the event. Additional information can be provided to specify the schedule more precisely.\n This includes identifying the day(s) of the week or month when the recurring event will take place, in addition to its start and end time. Schedules may also\n have start and end dates to indicate when they are active, e.g. to define a limited calendar of events.", + "rdfs:label": "Schedule", "rdfs:subClassOf": { - "@id": "http://schema.org/CreateAction" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/Male", - "@type": "http://schema.org/GenderType", - "rdfs:comment": "The male gender.", - "rdfs:label": "Male" - }, - { - "@id": "http://schema.org/AuthorizeAction", + "@id": "http://schema.org/OrganizationRole", "@type": "rdfs:Class", - "rdfs:comment": "The act of granting permission to an object.", - "rdfs:label": "AuthorizeAction", + "rdfs:comment": "A subclass of Role used to describe roles within organizations.", + "rdfs:label": "OrganizationRole", "rdfs:subClassOf": { - "@id": "http://schema.org/AllocateAction" + "@id": "http://schema.org/Role" } }, { - "@id": "http://schema.org/BookSeries", - "@type": "rdfs:Class", - "rdfs:comment": "A series of books. Included books can be indicated with the hasPart property.", - "rdfs:label": "BookSeries", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWorkSeries" - } + "@id": "http://schema.org/ParentalSupport", + "@type": "http://schema.org/GovernmentBenefitsType", + "http://schema.org/category": "issue-2534", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2534" + }, + "rdfs:comment": "ParentalSupport: this is a benefit for parental support.", + "rdfs:label": "ParentalSupport" }, { - "@id": "http://schema.org/SpokenWordAlbum", - "@type": "http://schema.org/MusicAlbumProductionType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "@id": "http://schema.org/teaches", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2427", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/LearningResource" + }, + { + "@id": "http://schema.org/EducationEvent" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "SpokenWordAlbum.", - "rdfs:label": "SpokenWordAlbum" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/DefinedTerm" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2427" + }, + "rdfs:comment": "The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.", + "rdfs:label": "teaches" }, { - "@id": "http://schema.org/vendor", + "@id": "http://schema.org/referenceQuantity", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BuyAction" + "@id": "http://schema.org/UnitPriceSpecification" }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": [ { - "@id": "http://schema.org/Organization" + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsProperties" }, { - "@id": "http://schema.org/Person" + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" } ], - "http://schema.org/supersededBy": { - "@id": "http://schema.org/seller" + "rdfs:comment": "The reference quantity for which a certain price applies, e.g. 1 EUR per 4 kWh of electricity. This property is a replacement for unitOfMeasurement for the advanced cases where the price does not relate to a standard unit.", + "rdfs:label": "referenceQuantity" + }, + { + "@id": "http://schema.org/playersOnline", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/GameServer" }, - "rdfs:comment": "'vendor' is an earlier term for 'seller'.", - "rdfs:label": "vendor", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/participant" - } + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "rdfs:comment": "Number of players on the server.", + "rdfs:label": "playersOnline" }, { - "@id": "http://schema.org/UserDownloads", + "@id": "http://schema.org/nationality", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Country" + }, + "rdfs:comment": "Nationality of the person.", + "rdfs:label": "nationality" + }, + { + "@id": "http://schema.org/HealthAspectEnumeration", "@type": "rdfs:Class", - "http://schema.org/supersededBy": { - "@id": "http://schema.org/InteractionCounter" + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", - "rdfs:label": "UserDownloads", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "HealthAspectEnumeration enumerates several aspects of health content online, each of which might be described using hasHealthAspect and HealthTopicContent.", + "rdfs:label": "HealthAspectEnumeration", "rdfs:subClassOf": { - "@id": "http://schema.org/UserInteraction" + "@id": "http://schema.org/Enumeration" } }, { - "@id": "http://schema.org/PawnShop", + "@id": "http://schema.org/Distance", "@type": "rdfs:Class", - "rdfs:comment": "A shop that will buy, or lend money against the security of, personal possessions.", - "rdfs:label": "PawnShop", + "rdfs:comment": "Properties that take Distances as values are of the form '<Number> <Length unit of measure>'. E.g., '7 ft'.", + "rdfs:label": "Distance", "rdfs:subClassOf": { - "@id": "http://schema.org/Store" + "@id": "http://schema.org/Quantity" } }, { - "@id": "http://schema.org/winner", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/LoseAction" + "@id": "http://schema.org/GovernmentBenefitsType", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2534", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2534" }, - "rdfs:comment": "A sub property of participant. The winner of the action.", - "rdfs:label": "winner", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/participant" + "rdfs:comment": "GovernmentBenefitsType enumerates several kinds of government benefits to support the COVID-19 situation. Note that this structure may not capture all benefits offered.", + "rdfs:label": "GovernmentBenefitsType", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" } }, { - "@id": "http://schema.org/articleSection", + "@id": "http://schema.org/MusicPlaylist", + "@type": "rdfs:Class", + "rdfs:comment": "A collection of music tracks in playlist form.", + "rdfs:label": "MusicPlaylist", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/educationalFramework", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Article" + "@id": "http://schema.org/AlignmentObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.", - "rdfs:label": "articleSection" + "rdfs:comment": "The framework to which the resource being described is aligned.", + "rdfs:label": "educationalFramework" }, { - "@id": "http://schema.org/AssignAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of allocating an action/event/task to some destination (someone or something).", - "rdfs:label": "AssignAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/AllocateAction" + "@id": "http://schema.org/inDefinedTermSet", + "@type": "rdf:Property", + "http://schema.org/category": "issue-894", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DefinedTerm" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/DefinedTermSet" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/894" + }, + "rdfs:comment": "A DefinedTermSet that contains this term.", + "rdfs:label": "inDefinedTermSet", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/isPartOf" } }, { - "@id": "http://schema.org/PayAction", + "@id": "http://schema.org/MotorizedBicycle", "@type": "rdfs:Class", - "rdfs:comment": "An agent pays a price to a participant.", - "rdfs:label": "PayAction", + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "A motorized bicycle is a bicycle with an attached motor used to power the vehicle, or to assist with pedaling.", + "rdfs:label": "MotorizedBicycle", "rdfs:subClassOf": { - "@id": "http://schema.org/TradeAction" + "@id": "http://schema.org/Vehicle" } }, { - "@id": "http://schema.org/HighSchool", + "@id": "http://schema.org/TVSeries", "@type": "rdfs:Class", - "rdfs:comment": "A high school.", - "rdfs:label": "HighSchool", - "rdfs:subClassOf": { - "@id": "http://schema.org/EducationalOrganization" - } + "rdfs:comment": "CreativeWorkSeries dedicated to TV broadcast and associated online delivery.", + "rdfs:label": "TVSeries", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/CreativeWorkSeries" + }, + { + "@id": "http://schema.org/CreativeWork" + } + ] }, { - "@id": "http://schema.org/leiCode", + "@id": "http://schema.org/vatID", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#GLEIF" + "@id": "http://schema.org/Organization" }, { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + "@id": "http://schema.org/Person" } ], - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Organization" - }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "An organization identifier that uniquely identifies a legal entity as defined in ISO 17442.", - "rdfs:label": "leiCode", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/identifier" - } + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The Value-added Tax ID of the organization or person.", + "rdfs:label": "vatID" }, { - "@id": "http://schema.org/fileFormat", + "@id": "http://schema.org/departureTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Trip" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/DateTime" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Time" } ], - "http://schema.org/supersededBy": { - "@id": "http://schema.org/encodingFormat" - }, - "rdfs:comment": "Media type, typically MIME format (see IANA site) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.", - "rdfs:label": "fileFormat" + "rdfs:comment": "The expected departure time.", + "rdfs:label": "departureTime" }, { - "@id": "http://schema.org/TypeAndQuantityNode", + "@id": "http://schema.org/Nerve", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "A structured value indicating the quantity, unit of measurement, and business function of goods included in a bundle offer.", - "rdfs:label": "TypeAndQuantityNode", + "rdfs:comment": "A common pathway for the electrochemical nerve impulses that are transmitted along each of the axons.", + "rdfs:label": "Nerve", "rdfs:subClassOf": { - "@id": "http://schema.org/StructuredValue" + "@id": "http://schema.org/AnatomicalStructure" } }, { - "@id": "http://schema.org/OwnershipInfo", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "@id": "http://schema.org/monthlyMinimumRepaymentAmount", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PaymentCard" }, - "rdfs:comment": "A structured value providing information about when a certain organization or person owned a certain product.", - "rdfs:label": "OwnershipInfo", - "rdfs:subClassOf": { - "@id": "http://schema.org/StructuredValue" - } + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/MonetaryAmount" + }, + { + "@id": "http://schema.org/Number" + } + ], + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + } + ], + "rdfs:comment": "The minimum payment is the lowest amount of money that one is required to pay on a credit card statement each month.", + "rdfs:label": "monthlyMinimumRepaymentAmount" }, { - "@id": "http://schema.org/AudiobookFormat", - "@type": "http://schema.org/BookFormatType", - "rdfs:comment": "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 includes Audiobook specific properties.", - "rdfs:label": "AudiobookFormat" + "@id": "http://schema.org/Float", + "@type": "rdfs:Class", + "rdfs:comment": "Data type: Floating number.", + "rdfs:label": "Float", + "rdfs:subClassOf": { + "@id": "http://schema.org/Number" + } }, { - "@id": "http://schema.org/SportsClub", + "@id": "http://schema.org/DataType", "@type": "rdfs:Class", - "rdfs:comment": "A sports club.", - "rdfs:label": "SportsClub", + "rdfs:comment": "The basic data types such as Integers, Strings, etc.", + "rdfs:label": "DataType", "rdfs:subClassOf": { - "@id": "http://schema.org/SportsActivityLocation" + "@id": "rdfs:Class" } }, { - "@id": "http://schema.org/instrument", + "@id": "http://schema.org/downloadUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Action" + "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/URL" }, - "rdfs:comment": "The object that helped the agent perform the action. e.g. John wrote a book with a pen.", - "rdfs:label": "instrument" - }, - { - "@id": "http://schema.org/OrderDelivered", - "@type": "http://schema.org/OrderStatus", - "rdfs:comment": "OrderStatus representing successful delivery of an order.", - "rdfs:label": "OrderDelivered" + "rdfs:comment": "If the file can be downloaded, URL to download the binary.", + "rdfs:label": "downloadUrl" }, { - "@id": "http://schema.org/validUntil", + "@id": "http://schema.org/scheduleTimezone", "@type": "rdf:Property", + "http://schema.org/category": "issue-1457", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Permit" + "@id": "http://schema.org/Schedule" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The date when the item is no longer valid.", - "rdfs:label": "validUntil" - }, - { - "@id": "http://schema.org/NewsArticle", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": [ - { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" - }, - { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP-draws" - } - ], - "rdfs:comment": "A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news.

\n\nA more detailed overview of schema.org News markup is also available.", - "rdfs:label": "NewsArticle", - "rdfs:subClassOf": { - "@id": "http://schema.org/Article" - } - }, - { - "@id": "http://schema.org/Bridge", - "@type": "rdfs:Class", - "rdfs:comment": "A bridge.", - "rdfs:label": "Bridge", - "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" - } + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1457" + }, + "rdfs:comment": "Indicates the timezone for which the time(s) indicated in the Schedule are given. The value provided should be among those listed in the IANA Time Zone Database.", + "rdfs:label": "scheduleTimezone" }, { - "@id": "http://schema.org/TrainStation", - "@type": "rdfs:Class", - "rdfs:comment": "A train station.", - "rdfs:label": "TrainStation", - "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" - } + "@id": "http://schema.org/LowFatDiet", + "@type": "http://schema.org/RestrictedDiet", + "rdfs:comment": "A diet focused on reduced fat and cholesterol intake.", + "rdfs:label": "LowFatDiet" }, { - "@id": "http://schema.org/typeOfBed", + "@id": "http://schema.org/startOffset", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" - }, + "http://schema.org/category": "issue-2021", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BedDetails" + "@id": "http://schema.org/Clip" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/BedType" - }, - { - "@id": "http://schema.org/Text" - } - ], - "rdfs:comment": "The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity.", - "rdfs:label": "typeOfBed" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2021" + }, + "rdfs:comment": "The start time of the clip expressed as the number of seconds from the beginning of the work.", + "rdfs:label": "startOffset" }, { - "@id": "http://schema.org/DatedMoneySpecification", - "@type": "rdfs:Class", - "http://schema.org/supersededBy": { - "@id": "http://schema.org/MonetaryAmount" + "@id": "http://schema.org/proficiencyLevel", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/TechArticle" }, - "rdfs:comment": "A DatedMoneySpecification represents monetary values with optional start and end dates. For example, this could represent an employee's salary over a specific period of time. Note: This type has been superseded by MonetaryAmount use of that type is recommended", - "rdfs:label": "DatedMoneySpecification", - "rdfs:subClassOf": { - "@id": "http://schema.org/StructuredValue" - } + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Proficiency needed for this content; expected values: 'Beginner', 'Expert'.", + "rdfs:label": "proficiencyLevel" }, { - "@id": "http://schema.org/inLanguage", + "@id": "http://schema.org/unitText", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/CreativeWork" - }, - { - "@id": "http://schema.org/CommunicateAction" - }, - { - "@id": "http://schema.org/LinkRole" + "@id": "http://schema.org/UnitPriceSpecification" }, { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/PropertyValue" }, { - "@id": "http://schema.org/WriteAction" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/TypeAndQuantityNode" }, { - "@id": "http://schema.org/Language" + "@id": "http://schema.org/QuantitativeValue" } ], - "rdfs:comment": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage.", - "rdfs:label": "inLanguage" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for\nunitCode.", + "rdfs:label": "unitText" }, { - "@id": "http://schema.org/familyName", + "@id": "http://schema.org/releaseDate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Product" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Date" }, - "rdfs:comment": "Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the name property.", - "rdfs:label": "familyName" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The release date of a product or product model. This can be used to distinguish the exact variant of a product.", + "rdfs:label": "releaseDate" }, { - "@id": "http://schema.org/fuelEfficiency", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + "@id": "http://schema.org/BedDetails", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" + "rdfs:comment": "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 certain type, you can use bed directly with a text. See also BedType (under development).", + "rdfs:label": "BedDetails", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/hasCredential", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2289", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/EducationalOccupationalCredential" }, - "rdfs:comment": "The distance traveled per unit of fuel used; most commonly miles per gallon (mpg) or kilometers per liter (km/L).

\n\n\n", - "rdfs:label": "fuelEfficiency" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2289" + }, + "rdfs:comment": "A credential awarded to the Person or Organization.", + "rdfs:label": "hasCredential" }, - { - "@id": "http://schema.org/PaymentDue", - "@type": "http://schema.org/PaymentStatusType", - "rdfs:comment": "The payment is due, but still within an acceptable time to be received.", - "rdfs:label": "PaymentDue" + { + "@id": "http://schema.org/OrderPaymentDue", + "@type": "http://schema.org/OrderStatus", + "rdfs:comment": "OrderStatus representing that payment is due on an order.", + "rdfs:label": "OrderPaymentDue" }, { - "@id": "http://schema.org/track", + "@id": "http://schema.org/knowsLanguage", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, + "http://schema.org/category": "issue-1688", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/MusicPlaylist" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/MusicGroup" + "@id": "http://schema.org/Person" } ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/ItemList" + "@id": "http://schema.org/Language" }, { - "@id": "http://schema.org/MusicRecording" + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "A music recording (track)—usually a single song. If an ItemList is given, the list should contain items of type MusicRecording.", - "rdfs:label": "track" - }, - { - "@id": "http://schema.org/seeks", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, - "http://schema.org/domainIncludes": [ + "http://schema.org/source": [ { - "@id": "http://schema.org/Person" + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" }, { - "@id": "http://schema.org/Organization" + "@id": "https://github.com/schemaorg/schemaorg/issues/1688" } ], + "rdfs:comment": "Of a Person, and less typically of an Organization, to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the IETF BCP 47 standard.", + "rdfs:label": "knowsLanguage" + }, + { + "@id": "http://schema.org/iswcCode", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MusicComposition" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Demand" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "A pointer to products or services sought by the organization or person (demand).", - "rdfs:label": "seeks" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "The International Standard Musical Work Code for the composition.", + "rdfs:label": "iswcCode" }, { - "@id": "http://schema.org/member", + "@id": "http://schema.org/verificationFactCheckingPolicy", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/category": "issue-1525", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/NewsMediaOrganization" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/ProgramMembership" + "@id": "http://schema.org/CreativeWork" } ], - "http://schema.org/inverseOf": { - "@id": "http://schema.org/memberOf" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/source": [ { - "@id": "http://schema.org/Organization" + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" }, { - "@id": "http://schema.org/Person" + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" } ], - "rdfs:comment": "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.", - "rdfs:label": "member" + "rdfs:comment": "Disclosure about verification and fact-checking processes for a NewsMediaOrganization or other fact-checking Organization.", + "rdfs:label": "verificationFactCheckingPolicy", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/publishingPrinciples" + } }, { - "@id": "http://schema.org/touristType", + "@id": "http://schema.org/greaterOrEqual", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/QualitativeValue" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QualitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is greater than or equal to the object.", + "rdfs:label": "greaterOrEqual" + }, + { + "@id": "http://schema.org/XPathType", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1672", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1672" + }, + "rdfs:comment": "Text representing an XPath (typically but not necessarily version 1.0).", + "rdfs:label": "XPathType", + "rdfs:subClassOf": { + "@id": "http://schema.org/Text" + } + }, + { + "@id": "http://schema.org/actors", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it" + "@id": "http://schema.org/MovieSeries" }, { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" - } - ], - "http://schema.org/category": "issue-1810", - "http://schema.org/domainIncludes": [ + "@id": "http://schema.org/TVSeries" + }, { - "@id": "http://schema.org/TouristAttraction" + "@id": "http://schema.org/VideoObject" }, { - "@id": "http://schema.org/TouristDestination" + "@id": "http://schema.org/VideoGame" }, { - "@id": "http://schema.org/TouristTrip" - } - ], - "http://schema.org/rangeIncludes": [ + "@id": "http://schema.org/Clip" + }, { - "@id": "http://schema.org/Audience" + "@id": "http://schema.org/Episode" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/VideoGameSeries" + }, + { + "@id": "http://schema.org/Movie" + }, + { + "@id": "http://schema.org/RadioSeries" } ], - "rdfs:comment": "Attraction suitable for type(s) of tourist. eg. Children, visitors from a particular country, etc.", - "rdfs:label": "touristType" - }, - { - "@id": "http://schema.org/founders", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Organization" - }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/supersededBy": { - "@id": "http://schema.org/founder" - }, - "rdfs:comment": "A person who founded this organization.", - "rdfs:label": "founders" - }, - { - "@id": "http://schema.org/Friday", - "@type": "http://schema.org/DayOfWeek", - "http://schema.org/sameAs": { - "@id": "http://www.wikidata.org/entity/Q130" + "@id": "http://schema.org/actor" }, - "rdfs:comment": "The day of the week between Thursday and Saturday.", - "rdfs:label": "Friday" + "rdfs:comment": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", + "rdfs:label": "actors" }, { - "@id": "http://schema.org/suggestedMaxAge", + "@id": "http://schema.org/title", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PeopleAudience" + "@id": "http://schema.org/JobPosting" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "Maximal age recommended for viewing content.", - "rdfs:label": "suggestedMaxAge" + "rdfs:comment": "The title of the job.", + "rdfs:label": "title" }, { - "@id": "http://schema.org/yearlyRevenue", + "@id": "http://schema.org/byMonth", "@type": "rdf:Property", + "http://schema.org/category": "issue-1457", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BusinessAudience" + "@id": "http://schema.org/Schedule" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Integer" }, - "rdfs:comment": "The size of the business in annual revenue.", - "rdfs:label": "yearlyRevenue" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1457" + }, + "rdfs:comment": "Defines the month(s) of the year on which a recurring Event takes place. Specified as an Integer between 1-12. January is 1.", + "rdfs:label": "byMonth" }, { - "@id": "http://schema.org/episodeNumber", + "@id": "http://schema.org/partOfSeries", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Episode" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/CreativeWorkSeason" }, { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/Clip" + }, + { + "@id": "http://schema.org/Episode" } ], - "rdfs:comment": "Position of the episode within an ordered group of episodes.", - "rdfs:label": "episodeNumber", + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/CreativeWorkSeries" + }, + "rdfs:comment": "The series to which this episode or season belongs.", + "rdfs:label": "partOfSeries", "rdfs:subPropertyOf": { - "@id": "http://schema.org/position" + "@id": "http://schema.org/isPartOf" } }, { - "@id": "http://schema.org/temporal", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/RelatedTopicsHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/DateTime" - }, - { - "@id": "http://schema.org/Text" - } - ], - "rdfs:comment": "The \"temporal\" property can be used in cases where more specific properties\n(e.g. temporalCoverage, dateCreated, dateModified, datePublished) are not known to be appropriate.", - "rdfs:label": "temporal" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Other prominent or relevant topics tied to the main topic.", + "rdfs:label": "RelatedTopicsHealthAspect" }, { - "@id": "http://schema.org/ReserveAction", + "@id": "http://schema.org/QuantitativeValue", "@type": "rdfs:Class", - "rdfs:comment": "Reserving a concrete object.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "ReserveAction", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "A point value or interval for product characteristics and other purposes.", + "rdfs:label": "QuantitativeValue", "rdfs:subClassOf": { - "@id": "http://schema.org/PlanAction" + "@id": "http://schema.org/StructuredValue" } }, { - "@id": "http://schema.org/WritePermission", - "@type": "http://schema.org/DigitalDocumentPermissionType", - "rdfs:comment": "Permission to write or edit the document.", - "rdfs:label": "WritePermission" + "@id": "http://schema.org/AcceptAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of committing to/adopting an object.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "AcceptAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/AllocateAction" + } }, { - "@id": "http://schema.org/sibling", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" - }, - "rdfs:comment": "A sibling of the person.", - "rdfs:label": "sibling" + "@id": "http://schema.org/PaymentAutomaticallyApplied", + "@type": "http://schema.org/PaymentStatusType", + "rdfs:comment": "An automatic payment system is in place and will be used.", + "rdfs:label": "PaymentAutomaticallyApplied" }, { - "@id": "http://schema.org/requirements", + "@id": "http://schema.org/MensClothingStore", + "@type": "rdfs:Class", + "rdfs:comment": "A men's clothing store.", + "rdfs:label": "MensClothingStore", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" + } + }, + { + "@id": "http://schema.org/Language", + "@type": "rdfs:Class", + "rdfs:comment": "Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in BCP 47 can be used via the alternateName property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using ComputerLanguage.", + "rdfs:label": "Language", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/tool", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" - }, + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/HowToDirection" + }, + { + "@id": "http://schema.org/HowTo" + } + ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/HowToTool" }, { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Text" } ], - "http://schema.org/supersededBy": { - "@id": "http://schema.org/softwareRequirements" - }, - "rdfs:comment": "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).", - "rdfs:label": "requirements" + "rdfs:comment": "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.", + "rdfs:label": "tool", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/instrument" + } }, { - "@id": "http://schema.org/orderedItem", + "@id": "http://schema.org/toLocation", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Order" + "@id": "http://schema.org/TransferAction" }, { - "@id": "http://schema.org/OrderItem" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/ExerciseAction" }, { - "@id": "http://schema.org/Service" + "@id": "http://schema.org/InsertAction" }, { - "@id": "http://schema.org/OrderItem" + "@id": "http://schema.org/MoveAction" } ], - "rdfs:comment": "The item ordered.", - "rdfs:label": "orderedItem" - }, - { - "@id": "http://schema.org/PaymentService", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Place" }, - "rdfs:comment": "A Service to transfer funds from a person or organization to a beneficiary person or organization.", - "rdfs:label": "PaymentService", - "rdfs:subClassOf": { - "@id": "http://schema.org/FinancialProduct" + "rdfs:comment": "A sub property of location. The final location of the object or the agent after the action.", + "rdfs:label": "toLocation", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/location" } }, { - "@id": "http://schema.org/SpeakableSpecification", + "@id": "http://schema.org/MediaGallery", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1389" - }, - "http://schema.org/category": "issue-1389", - "rdfs:comment": "A SpeakableSpecification indicates (typically via xpath or cssSelector) sections of a document that are highlighted as particularly speakable. Instances of this type are expected to be used primarily as values of the speakable property.", - "rdfs:label": "SpeakableSpecification", + "rdfs:comment": "Web page type: Media gallery page. A mixed-media page that can contains media such as images, videos, and other multimedia.", + "rdfs:label": "MediaGallery", "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" + "@id": "http://schema.org/CollectionPage" } }, { - "@id": "http://schema.org/lesser", + "@id": "http://schema.org/photo", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/QualitativeValue" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QualitativeValue" + "@id": "http://schema.org/Place" }, - "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is lesser than the object.", - "rdfs:label": "lesser" - }, - { - "@id": "http://schema.org/playMode", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/VideoGame" + "@id": "http://schema.org/Photograph" }, { - "@id": "http://schema.org/VideoGameSeries" + "@id": "http://schema.org/ImageObject" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/GamePlayMode" - }, - "rdfs:comment": "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time.", - "rdfs:label": "playMode" + "rdfs:comment": "A photograph of this place.", + "rdfs:label": "photo", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/image" + } }, { - "@id": "http://schema.org/alumni", + "@id": "http://schema.org/legislationResponsible", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/category": "issue-1156", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Legislation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Person" + }, { "@id": "http://schema.org/Organization" + } + ], + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" }, { - "@id": "http://schema.org/EducationalOrganization" + "@id": "http://publications.europa.eu/mdr/eli/index.html" } ], - "http://schema.org/inverseOf": { - "@id": "http://schema.org/alumniOf" + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://data.europa.eu/eli/ontology#responsibility_of" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#responsibility_of" }, - "rdfs:comment": "Alumni of an organization.", - "rdfs:label": "alumni" + "rdfs:comment": "An individual or organization that has some kind of responsibility for the legislation. Typically the ministry who is/was in charge of elaborating the legislation, or the adressee for potential questions about the legislation once it is published.", + "rdfs:label": "legislationResponsible" }, { - "@id": "http://schema.org/RsvpResponseNo", - "@type": "http://schema.org/RsvpResponseType", - "rdfs:comment": "The invitee will not attend.", - "rdfs:label": "RsvpResponseNo" - }, - { - "@id": "http://schema.org/dissolutionDate", + "@id": "http://schema.org/cvdNumC19MechVentPats", "@type": "rdf:Property", + "http://schema.org/category": "issue-2521", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/CDCPMDRecord" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" - }, - "rdfs:comment": "The date that this organization was dissolved.", - "rdfs:label": "dissolutionDate" - }, - { - "@id": "http://schema.org/InteractAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of interacting with another person or organization.", - "rdfs:label": "InteractAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/Action" - } - }, - { - "@id": "http://schema.org/requiredMinAge", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PeopleAudience" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" - }, - "rdfs:comment": "Audiences defined by a person's minimum age.", - "rdfs:label": "requiredMinAge" - }, - { - "@id": "http://schema.org/AMRadioChannel", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1004" - }, - "http://schema.org/category": "issue-1004", - "rdfs:comment": "A radio channel that uses AM.", - "rdfs:label": "AMRadioChannel", - "rdfs:subClassOf": { - "@id": "http://schema.org/RadioChannel" - } - }, - { - "@id": "http://schema.org/arrivalStation", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/TrainTrip" + "@id": "http://schema.org/Number" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/TrainStation" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" }, - "rdfs:comment": "The station where the train trip ends.", - "rdfs:label": "arrivalStation" - }, - { - "@id": "http://schema.org/AutoBodyShop", - "@type": "rdfs:Class", - "rdfs:comment": "Auto body shop.", - "rdfs:label": "AutoBodyShop", - "rdfs:subClassOf": { - "@id": "http://schema.org/AutomotiveBusiness" - } + "rdfs:comment": "numc19mechventpats - HOSPITALIZED and VENTILATED: Patients hospitalized in an NHSN inpatient care location who have suspected or confirmed COVID-19 and are on a mechanical ventilator.", + "rdfs:label": "cvdNumC19MechVentPats" }, { - "@id": "http://schema.org/Permit", + "@id": "http://schema.org/SaleEvent", "@type": "rdfs:Class", - "rdfs:comment": "A permit issued by an organization, e.g. a parking pass.", - "rdfs:label": "Permit", + "rdfs:comment": "Event type: Sales event.", + "rdfs:label": "SaleEvent", "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" + "@id": "http://schema.org/Event" } }, { - "@id": "http://schema.org/LaserDiscFormat", - "@type": "http://schema.org/MusicReleaseFormatType", - "http://purl.org/dc/terms/source": { + "@id": "http://schema.org/DJMixAlbum", + "@type": "http://schema.org/MusicAlbumProductionType", + "http://schema.org/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, - "rdfs:comment": "LaserDiscFormat.", - "rdfs:label": "LaserDiscFormat" + "rdfs:comment": "DJMixAlbum.", + "rdfs:label": "DJMixAlbum" }, { - "@id": "http://schema.org/reviewCount", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/AggregateRating" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" - }, - "rdfs:comment": "The count of total number of reviews.", - "rdfs:label": "reviewCount" + "@id": "http://schema.org/False", + "@type": "http://schema.org/Boolean", + "rdfs:comment": "The boolean value false.", + "rdfs:label": "False" }, { - "@id": "http://schema.org/contentUrl", + "@id": "http://schema.org/episode", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MediaObject" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" - }, - "rdfs:comment": "Actual bytes of the media object, for example the image file or video file.", - "rdfs:label": "contentUrl" - }, - { - "@id": "http://schema.org/ConvenienceStore", - "@type": "rdfs:Class", - "rdfs:comment": "A convenience store.", - "rdfs:label": "ConvenienceStore", - "rdfs:subClassOf": { - "@id": "http://schema.org/Store" - } - }, - { - "@id": "http://schema.org/School", - "@type": "rdfs:Class", - "rdfs:comment": "A school.", - "rdfs:label": "School", - "rdfs:subClassOf": { - "@id": "http://schema.org/EducationalOrganization" - } - }, - { - "@id": "http://schema.org/TelevisionStation", - "@type": "rdfs:Class", - "rdfs:comment": "A television station.", - "rdfs:label": "TelevisionStation", - "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/TVSeries" + }, + { + "@id": "http://schema.org/RadioSeries" + }, + { + "@id": "http://schema.org/CreativeWorkSeason" + }, + { + "@id": "http://schema.org/VideoGameSeries" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Episode" + }, + "rdfs:comment": "An episode of a tv, radio or game media within a series or season.", + "rdfs:label": "episode", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/hasPart" } }, { - "@id": "http://schema.org/HomeGoodsStore", + "@id": "http://schema.org/NightClub", "@type": "rdfs:Class", - "rdfs:comment": "A home goods store.", - "rdfs:label": "HomeGoodsStore", + "rdfs:comment": "A nightclub or discotheque.", + "rdfs:label": "NightClub", "rdfs:subClassOf": { - "@id": "http://schema.org/Store" + "@id": "http://schema.org/EntertainmentBusiness" } }, { - "@id": "http://schema.org/LakeBodyOfWater", + "@id": "http://schema.org/Game", "@type": "rdfs:Class", - "rdfs:comment": "A lake (for example, Lake Pontrachain).", - "rdfs:label": "LakeBodyOfWater", + "rdfs:comment": "The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting.", + "rdfs:label": "Game", "rdfs:subClassOf": { - "@id": "http://schema.org/BodyOfWater" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/LowLactoseDiet", - "@type": "http://schema.org/RestrictedDiet", - "rdfs:comment": "A diet appropriate for people with lactose intolerance.", - "rdfs:label": "LowLactoseDiet" - }, - { - "@id": "http://schema.org/circle", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/GeoShape" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.", - "rdfs:label": "circle" - }, - { - "@id": "http://schema.org/BodyOfWater", + "@id": "http://schema.org/Brewery", "@type": "rdfs:Class", - "rdfs:comment": "A body of water, such as a sea, ocean, or lake.", - "rdfs:label": "BodyOfWater", + "rdfs:comment": "Brewery.", + "rdfs:label": "Brewery", "rdfs:subClassOf": { - "@id": "http://schema.org/Landform" + "@id": "http://schema.org/FoodEstablishment" } }, { - "@id": "http://schema.org/availableLanguage", + "@id": "http://schema.org/composer", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/ServiceChannel" - }, - { - "@id": "http://schema.org/LodgingBusiness" - }, - { - "@id": "http://schema.org/ContactPoint" + "@id": "http://schema.org/Event" }, { - "@id": "http://schema.org/TouristAttraction" + "@id": "http://schema.org/MusicComposition" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Language" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Person" } ], - "rdfs:comment": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage", - "rdfs:label": "availableLanguage" - }, - { - "@id": "http://schema.org/performerIn", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Event" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, - "rdfs:comment": "Event that this person is a performer or participant in.", - "rdfs:label": "performerIn" - }, - { - "@id": "http://schema.org/RadioSeries", - "@type": "rdfs:Class", - "rdfs:comment": "CreativeWorkSeries dedicated to radio broadcast and associated online delivery.", - "rdfs:label": "RadioSeries", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWorkSeries" - } + "rdfs:comment": "The person or organization who wrote a composition, or who is the composer of a work performed at some event.", + "rdfs:label": "composer" }, { - "@id": "http://schema.org/MusicVideoObject", + "@id": "http://schema.org/Answer", "@type": "rdfs:Class", - "rdfs:comment": "A music video file.", - "rdfs:label": "MusicVideoObject", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange" + }, + "rdfs:comment": "An answer offered to a question; perhaps correct, perhaps opinionated or wrong.", + "rdfs:label": "Answer", "rdfs:subClassOf": { - "@id": "http://schema.org/MediaObject" + "@id": "http://schema.org/Comment" } }, { - "@id": "http://schema.org/question", + "@id": "http://schema.org/includedDataCatalog", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/AskAction" + "@id": "http://schema.org/Dataset" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Question" - }, - "rdfs:comment": "A sub property of object. A question.", - "rdfs:label": "question", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/object" - } - }, - { - "@id": "http://schema.org/numberOfItems", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ItemList" + "@id": "http://schema.org/DataCatalog" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/includedInDataCatalog" }, - "rdfs:comment": "The number of items in an ItemList. Note that some descriptions might not fully describe all items in a list (e.g., multi-page pagination); in such cases, the numberOfItems would be for the entire list.", - "rdfs:label": "numberOfItems" + "rdfs:comment": "A data catalog which contains this dataset (this property was previously 'catalog', preferred name is now 'includedInDataCatalog').", + "rdfs:label": "includedDataCatalog" }, { - "@id": "http://schema.org/responsibilities", + "@id": "http://schema.org/prepTime", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" - }, - "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/JobPosting" + "@id": "http://schema.org/HowToDirection" }, { - "@id": "http://schema.org/Occupation" + "@id": "http://schema.org/HowTo" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Duration" }, - "rdfs:comment": "Responsibilities associated with this role or Occupation.", - "rdfs:label": "responsibilities" + "rdfs:comment": "The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format.", + "rdfs:label": "prepTime" }, { - "@id": "http://schema.org/isGift", + "@id": "http://schema.org/speed", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Order" + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Boolean" + "@id": "http://schema.org/QuantitativeValue" }, - "rdfs:comment": "Was the offer accepted as a gift for someone other than the buyer.", - "rdfs:label": "isGift" - }, - { - "@id": "http://schema.org/Beach", - "@type": "rdfs:Class", - "rdfs:comment": "Beach.", - "rdfs:label": "Beach", - "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" - } + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The speed range of the vehicle. If the vehicle is powered by an engine, the upper limit of the speed range (indicated by maxValue should be the maximum speed achievable under regular conditions.

\n\nTypical unit code(s): KMH for km/h, HM for mile per hour (0.447 04 m/s), KNT for knot

\n\n*Note 1: Use minValue and maxValue to indicate the range. Typically, the minimal value is zero.\n* Note 2: There are many different ways of measuring the speed range. You can link to information about how the given value has been determined using the valueReference property.", + "rdfs:label": "speed" }, { - "@id": "http://schema.org/SpreadsheetDigitalDocument", + "@id": "http://schema.org/AllocateAction", "@type": "rdfs:Class", - "rdfs:comment": "A spreadsheet file.", - "rdfs:label": "SpreadsheetDigitalDocument", + "rdfs:comment": "The act of organizing tasks/objects/events by associating resources to it.", + "rdfs:label": "AllocateAction", "rdfs:subClassOf": { - "@id": "http://schema.org/DigitalDocument" + "@id": "http://schema.org/OrganizeAction" } }, { - "@id": "http://schema.org/referencesOrder", + "@id": "http://schema.org/governmentBenefitsInfo", "@type": "rdf:Property", + "http://schema.org/category": "issue-2534", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Invoice" + "@id": "http://schema.org/SpecialAnnouncement" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Order" + "@id": "http://schema.org/GovernmentService" }, - "rdfs:comment": "The Order(s) related to this Invoice. One or more Orders may be combined into a single Invoice.", - "rdfs:label": "referencesOrder" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2534" + }, + "rdfs:comment": "governmentBenefitsInfo provides information about government benefits associated with a SpecialAnnouncement.", + "rdfs:label": "governmentBenefitsInfo" }, { - "@id": "http://schema.org/HowToItem", - "@type": "rdfs:Class", - "rdfs:comment": "An item used as either a tool or supply when performing the instructions for how to to achieve a result.", - "rdfs:label": "HowToItem", - "rdfs:subClassOf": { - "@id": "http://schema.org/ListItem" - } + "@id": "http://schema.org/events", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/Organization" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Event" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/event" + }, + "rdfs:comment": "Upcoming or past events associated with this place or organization.", + "rdfs:label": "events" }, { - "@id": "http://schema.org/ShareAction", + "@id": "http://schema.org/countriesNotSupported", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareApplication" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Countries for which the application is not supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.", + "rdfs:label": "countriesNotSupported" + }, + { + "@id": "http://schema.org/DataCatalog", "@type": "rdfs:Class", - "rdfs:comment": "The act of distributing content to people for their amusement or edification.", - "rdfs:label": "ShareAction", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass" + }, + "http://www.w3.org/2002/07/owl#equivalentClass": { + "@id": "http://www.w3.org/ns/dcat#Catalog" + }, + "rdfs:comment": "A collection of datasets.", + "rdfs:label": "DataCatalog", "rdfs:subClassOf": { - "@id": "http://schema.org/CommunicateAction" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/validFrom", + "@id": "http://schema.org/byMonthWeek", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/category": "issue-2599", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Schedule" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Demand" - }, - { - "@id": "http://schema.org/LocationFeatureSpecification" - }, - { - "@id": "http://schema.org/OpeningHoursSpecification" - }, - { - "@id": "http://schema.org/MonetaryAmount" - }, - { - "@id": "http://schema.org/Permit" - }, - { - "@id": "http://schema.org/PriceSpecification" - }, - { - "@id": "http://schema.org/Offer" - } - ], - "http://schema.org/rangeIncludes": [ + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2599" + }, + "rdfs:comment": "Defines the week(s) of the month on which a recurring Event takes place. Specified as an Integer between 1-5. For clarity, byMonthWeek is best used in conjunction with byDay to indicate concepts like the first and third Mondays of a month.", + "rdfs:label": "byMonthWeek" + }, + { + "@id": "http://schema.org/AdvertiserContentArticle", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1525", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ { - "@id": "http://schema.org/DateTime" + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" }, { - "@id": "http://schema.org/Date" + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" } ], - "rdfs:comment": "The date when the item becomes valid.", - "rdfs:label": "validFrom" + "rdfs:comment": "An Article that an external entity has paid to place or to produce to its specifications. Includes advertorials, sponsored content, native advertising and other paid content.", + "rdfs:label": "AdvertiserContentArticle", + "rdfs:subClassOf": { + "@id": "http://schema.org/Article" + } }, { - "@id": "http://schema.org/box", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/GeoShape" + "@id": "http://schema.org/Thursday", + "@type": "http://schema.org/DayOfWeek", + "http://schema.org/sameAs": { + "@id": "http://www.wikidata.org/entity/Q129" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "rdfs:comment": "The day of the week between Wednesday and Friday.", + "rdfs:label": "Thursday" + }, + { + "@id": "http://schema.org/Virus", + "@type": "http://schema.org/InfectiousAgentClass", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character.", - "rdfs:label": "box" + "rdfs:comment": "Pathogenic virus that causes viral infection.", + "rdfs:label": "Virus" }, { - "@id": "http://schema.org/sportsActivityLocation", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ExerciseAction" + "@id": "http://schema.org/ShortStory", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1976", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/SportsActivityLocation" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1976" }, - "rdfs:comment": "A sub property of location. The sports activity location where this action occurred.", - "rdfs:label": "sportsActivityLocation", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/location" + "rdfs:comment": "Short story or tale. A brief work of literature, usually written in narrative prose.", + "rdfs:label": "ShortStory", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/subReservation", + "@id": "http://schema.org/DrugCostCategory", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Enumerated categories of medical drug costs.", + "rdfs:label": "DrugCostCategory", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEnumeration" + } + }, + { + "@id": "http://schema.org/CausesHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Information about the causes and main actions that gave rise to the topic.", + "rdfs:label": "CausesHealthAspect" + }, + { + "@id": "http://schema.org/recognizingAuthority", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ReservationPackage" + "@id": "http://schema.org/MedicalEntity" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Reservation" + "@id": "http://schema.org/Organization" }, - "rdfs:comment": "The individual reservations included in the package. Typically a repeated property.", - "rdfs:label": "subReservation" + "rdfs:comment": "If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine.", + "rdfs:label": "recognizingAuthority" }, { - "@id": "http://schema.org/WPHeader", + "@id": "http://schema.org/ResearchProject", "@type": "rdfs:Class", - "rdfs:comment": "The header section of the page.", - "rdfs:label": "WPHeader", + "http://schema.org/category": "issue-383", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab" + }, + "rdfs:comment": "A Research project.", + "rdfs:label": "ResearchProject", "rdfs:subClassOf": { - "@id": "http://schema.org/WebPageElement" + "@id": "http://schema.org/Project" } }, { - "@id": "http://schema.org/device", + "@id": "http://schema.org/TheaterGroup", + "@type": "rdfs:Class", + "rdfs:comment": "A theater group or company, for example, the Royal Shakespeare Company or Druid Theatre.", + "rdfs:label": "TheaterGroup", + "rdfs:subClassOf": { + "@id": "http://schema.org/PerformingGroup" + } + }, + { + "@id": "http://schema.org/alternativeHeadline", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/availableOnDevice" - }, - "rdfs:comment": "Device required to run the application. Used in cases where a specific make/model is required to run the application.", - "rdfs:label": "device" + "rdfs:comment": "A secondary title of the CreativeWork.", + "rdfs:label": "alternativeHeadline" }, { - "@id": "http://schema.org/LandmarksOrHistoricalBuildings", + "@id": "http://schema.org/BoardingPolicyType", "@type": "rdfs:Class", - "rdfs:comment": "An historical landmark or building.", - "rdfs:label": "LandmarksOrHistoricalBuildings", + "rdfs:comment": "A type of boarding policy used by an airline.", + "rdfs:label": "BoardingPolicyType", "rdfs:subClassOf": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Enumeration" } }, { - "@id": "http://schema.org/MarryAction", + "@id": "http://schema.org/MedicalSignOrSymptom", "@type": "rdfs:Class", - "rdfs:comment": "The act of marrying a person.", - "rdfs:label": "MarryAction", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Any feature associated or not with a medical condition. In medicine a symptom is generally subjective while a sign is objective.", + "rdfs:label": "MedicalSignOrSymptom", "rdfs:subClassOf": { - "@id": "http://schema.org/InteractAction" + "@id": "http://schema.org/MedicalCondition" } }, { - "@id": "http://schema.org/baseSalary", + "@id": "http://schema.org/permissionType", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/JobPosting" - }, - { - "@id": "http://schema.org/EmployeeRole" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/PriceSpecification" - }, - { - "@id": "http://schema.org/MonetaryAmount" - }, - { - "@id": "http://schema.org/Number" - } - ], - "rdfs:comment": "The base salary of the job or of an employee in an EmployeeRole.", - "rdfs:label": "baseSalary" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DigitalDocumentPermission" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DigitalDocumentPermissionType" + }, + "rdfs:comment": "The type of permission granted the person, organization, or audience.", + "rdfs:label": "permissionType" }, { - "@id": "http://schema.org/foodEvent", + "@id": "http://schema.org/boardingGroup", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CookAction" + "@id": "http://schema.org/FlightReservation" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/FoodEvent" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "A sub property of location. The specific food event where the action occurred.", - "rdfs:label": "foodEvent", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/location" - } + "rdfs:comment": "The airline-specific indicator of boarding order / preference.", + "rdfs:label": "boardingGroup" }, { - "@id": "http://schema.org/accessibilityAPI", + "@id": "http://schema.org/CommentPermission", + "@type": "http://schema.org/DigitalDocumentPermissionType", + "rdfs:comment": "Permission to add comments to the document.", + "rdfs:label": "CommentPermission" + }, + { + "@id": "http://schema.org/addressLocality", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/PostalAddress" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "Indicates that the resource is compatible with the referenced accessibility API (WebSchemas wiki lists possible values).", - "rdfs:label": "accessibilityAPI" + "rdfs:comment": "The locality in which the street address is, and which is in the region. For example, Mountain View.", + "rdfs:label": "addressLocality" }, { - "@id": "http://schema.org/billingAddress", + "@id": "http://schema.org/imagingTechnique", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Order" + "@id": "http://schema.org/ImagingTest" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/PostalAddress" + "@id": "http://schema.org/MedicalImagingTechnique" }, - "rdfs:comment": "The billing address for the order.", - "rdfs:label": "billingAddress" + "rdfs:comment": "Imaging technique used.", + "rdfs:label": "imagingTechnique" }, { - "@id": "http://schema.org/boardingPolicy", + "@id": "http://schema.org/publishedBy", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PublicationEvent" + }, + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Flight" + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/Airline" + "@id": "http://schema.org/Organization" } ], + "rdfs:comment": "An agent associated with the publication event.", + "rdfs:label": "publishedBy" + }, + { + "@id": "http://schema.org/hasCourseInstance", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Course" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/BoardingPolicyType" + "@id": "http://schema.org/CourseInstance" }, - "rdfs:comment": "The type of boarding policy used by the airline (e.g. zone-based or group-based).", - "rdfs:label": "boardingPolicy" + "rdfs:comment": "An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students.", + "rdfs:label": "hasCourseInstance" }, { - "@id": "http://schema.org/Notary", + "@id": "http://schema.org/PublicSwimmingPool", "@type": "rdfs:Class", - "rdfs:comment": "A notary.", - "rdfs:label": "Notary", + "rdfs:comment": "A public swimming pool.", + "rdfs:label": "PublicSwimmingPool", "rdfs:subClassOf": { - "@id": "http://schema.org/LegalService" + "@id": "http://schema.org/SportsActivityLocation" } }, { - "@id": "http://schema.org/events", + "@id": "http://schema.org/operatingSystem", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Place" - }, - { - "@id": "http://schema.org/Organization" - } - ], + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareApplication" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/Text" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/event" + "rdfs:comment": "Operating systems supported (Windows 7, OSX 10.6, Android 1.6).", + "rdfs:label": "operatingSystem" + }, + { + "@id": "http://schema.org/FundingAgency", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-383", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "Upcoming or past events associated with this place or organization.", - "rdfs:label": "events" + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab" + }, + "rdfs:comment": "A FundingAgency is an organization that implements one or more FundingSchemes and manages\n the granting process (via Grants, typically MonetaryGrants).\n A funding agency is not always required for grant funding, e.g. philanthropic giving, corporate sponsorship etc.

\n\n
Examples of funding agencies include ERC, REA, NIH, Bill and Melinda Gates Foundation...\n
\n", + "rdfs:label": "FundingAgency", + "rdfs:subClassOf": { + "@id": "http://schema.org/Project" + } }, { - "@id": "http://schema.org/honorificPrefix", + "@id": "http://schema.org/referencesOrder", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Invoice" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Order" }, - "rdfs:comment": "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.", - "rdfs:label": "honorificPrefix" + "rdfs:comment": "The Order(s) related to this Invoice. One or more Orders may be combined into a single Invoice.", + "rdfs:label": "referencesOrder" }, { - "@id": "http://schema.org/specialOpeningHoursSpecification", + "@id": "http://schema.org/diet", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/ExerciseAction" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/OpeningHoursSpecification" + "@id": "http://schema.org/Diet" }, - "rdfs:comment": "The special opening hours of a certain place.

\n\nUse this to explicitly override general opening hours brought in scope by openingHoursSpecification or openingHours.", - "rdfs:label": "specialOpeningHoursSpecification" + "rdfs:comment": "A sub property of instrument. The diet used in this action.", + "rdfs:label": "diet", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/instrument" + } }, { - "@id": "http://schema.org/byArtist", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/MusicAlbum" - }, - { - "@id": "http://schema.org/MusicRecording" - } - ], + "@id": "http://schema.org/Obstetric", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that specializes in the care of women during the prenatal and postnatal care and with the delivery of the child.", + "rdfs:label": "Obstetric", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalBusiness" + } + }, + { + "@id": "http://schema.org/Hardcover", + "@type": "http://schema.org/BookFormatType", + "rdfs:comment": "Book format: Hardcover.", + "rdfs:label": "Hardcover" + }, + { + "@id": "http://schema.org/itinerary", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1810", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Trip" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Place" }, { - "@id": "http://schema.org/MusicGroup" + "@id": "http://schema.org/ItemList" } ], - "rdfs:comment": "The artist that performed this album or recording.", - "rdfs:label": "byArtist" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" + }, + "rdfs:comment": "Destination(s) ( Place ) that make up a trip. For a trip where destination order is important use ItemList to specify that order (see examples).", + "rdfs:label": "itinerary" }, { - "@id": "http://schema.org/ReactAction", + "@id": "http://schema.org/3DModel", "@type": "rdfs:Class", - "rdfs:comment": "The act of responding instinctively and emotionally to an object, expressing a sentiment.", - "rdfs:label": "ReactAction", + "http://schema.org/category": "issue-2140", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2140" + }, + "rdfs:comment": "A 3D model represents some kind of 3D content, which may have encodings in one or more MediaObjects. Many 3D formats are available (e.g. see Wikipedia); specific encoding formats can be represented using the encodingFormat property applied to the relevant MediaObject. For the\ncase of a single file published after Zip compression, the convention of appending '+zip' to the encodingFormat can be used. Geospatial, AR/VR, artistic/animation, gaming, engineering and scientific content can all be represented using 3DModel.", + "rdfs:label": "3DModel", "rdfs:subClassOf": { - "@id": "http://schema.org/AssessAction" + "@id": "http://schema.org/MediaObject" } }, { - "@id": "http://schema.org/isAccessoryOrSparePartFor", + "@id": "http://schema.org/targetProduct", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/SoftwareSourceCode" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/SoftwareApplication" }, - "rdfs:comment": "A pointer to another product (or multiple products) for which this product is an accessory or spare part.", - "rdfs:label": "isAccessoryOrSparePartFor" + "rdfs:comment": "Target Operating System / Product to which the code applies. If applies to several versions, just the product name can be used.", + "rdfs:label": "targetProduct" }, { - "@id": "http://schema.org/additionalName", + "@id": "http://schema.org/RadioChannel", + "@type": "rdfs:Class", + "rdfs:comment": "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup.", + "rdfs:label": "RadioChannel", + "rdfs:subClassOf": { + "@id": "http://schema.org/BroadcastChannel" + } + }, + { + "@id": "http://schema.org/healthPlanCopayOption", "@type": "rdf:Property", + "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/HealthPlanCostSharingSpecification" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "An additional name for a Person, can be used for a middle name.", - "rdfs:label": "additionalName" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "Whether the copay is before or after deductible, etc. TODO: Is this a closed set?", + "rdfs:label": "healthPlanCopayOption" }, { - "@id": "http://schema.org/passengerSequenceNumber", + "@id": "http://schema.org/PerformingGroup", + "@type": "rdfs:Class", + "rdfs:comment": "A performance group, such as a band, an orchestra, or a circus.", + "rdfs:label": "PerformingGroup", + "rdfs:subClassOf": { + "@id": "http://schema.org/Organization" + } + }, + { + "@id": "http://schema.org/trialDesign", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/FlightReservation" + "@id": "http://schema.org/MedicalTrial" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/MedicalTrialDesign" }, - "rdfs:comment": "The passenger's sequence number as assigned by the airline.", - "rdfs:label": "passengerSequenceNumber" + "rdfs:comment": "Specifics about the trial design (enumerated).", + "rdfs:label": "trialDesign" }, { - "@id": "http://schema.org/addressCountry", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/GeoCoordinates" - }, - { - "@id": "http://schema.org/GeoShape" - }, - { - "@id": "http://schema.org/PostalAddress" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Country" - }, - { - "@id": "http://schema.org/Text" - } - ], - "rdfs:comment": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.", - "rdfs:label": "addressCountry" + "@id": "http://schema.org/MediaObject", + "@type": "rdfs:Class", + "rdfs:comment": "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 have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).", + "rdfs:label": "MediaObject", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } }, { - "@id": "http://schema.org/toLocation", + "@id": "http://schema.org/datePublished", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/MoveAction" - }, - { - "@id": "http://schema.org/InsertAction" - }, + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/TransferAction" + "@id": "http://schema.org/DateTime" }, { - "@id": "http://schema.org/ExerciseAction" + "@id": "http://schema.org/Date" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" - }, - "rdfs:comment": "A sub property of location. The final location of the object or the agent after the action.", - "rdfs:label": "toLocation", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/location" - } + "rdfs:comment": "Date of first broadcast/publication.", + "rdfs:label": "datePublished" }, { - "@id": "http://schema.org/Message", + "@id": "http://schema.org/Cemetery", "@type": "rdfs:Class", - "rdfs:comment": "A single message from a sender to one or more organizations or people.", - "rdfs:label": "Message", + "rdfs:comment": "A graveyard.", + "rdfs:label": "Cemetery", "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/CivicStructure" } }, { - "@id": "http://schema.org/InvestmentOrDeposit", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + "@id": "http://schema.org/reservedTicket", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Reservation" }, - "rdfs:comment": "A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return.", - "rdfs:label": "InvestmentOrDeposit", - "rdfs:subClassOf": { - "@id": "http://schema.org/FinancialProduct" - } - }, - { - "@id": "http://schema.org/DryCleaningOrLaundry", - "@type": "rdfs:Class", - "rdfs:comment": "A dry-cleaning business.", - "rdfs:label": "DryCleaningOrLaundry", - "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" - } + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Ticket" + }, + "rdfs:comment": "A ticket associated with the reservation.", + "rdfs:label": "reservedTicket" }, { - "@id": "http://schema.org/interactionStatistic", + "@id": "http://schema.org/serverStatus", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/GameServer" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/InteractionCounter" + "@id": "http://schema.org/GameServerStatus" }, - "rdfs:comment": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.", - "rdfs:label": "interactionStatistic" + "rdfs:comment": "Status of a game server.", + "rdfs:label": "serverStatus" }, { - "@id": "http://schema.org/seatSection", + "@id": "http://schema.org/steeringPosition", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Seat" + "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/SteeringPositionValue" }, - "rdfs:comment": "The section location of the reserved seat (e.g. Orchestra).", - "rdfs:label": "seatSection" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The position of the steering wheel or similar device (mostly for cars).", + "rdfs:label": "steeringPosition" }, { - "@id": "http://schema.org/DeactivateAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of stopping or deactivating a device or application (e.g. stopping a timer or turning off a flashlight).", - "rdfs:label": "DeactivateAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/ControlAction" - } + "@id": "http://schema.org/Date", + "@type": [ + "rdfs:Class", + "http://schema.org/DataType" + ], + "rdfs:comment": "A date value in ISO 8601 date format.", + "rdfs:label": "Date" }, { - "@id": "http://schema.org/validThrough", + "@id": "http://schema.org/mapType", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Map" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MapCategoryType" + }, + "rdfs:comment": "Indicates the kind of Map, from the MapCategoryType Enumeration.", + "rdfs:label": "mapType" + }, + { + "@id": "http://schema.org/lender", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BorrowAction" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/MonetaryAmount" - }, - { - "@id": "http://schema.org/PriceSpecification" - }, - { - "@id": "http://schema.org/Offer" - }, - { - "@id": "http://schema.org/JobPosting" - }, - { - "@id": "http://schema.org/Demand" - }, - { - "@id": "http://schema.org/LocationFeatureSpecification" - }, - { - "@id": "http://schema.org/OpeningHoursSpecification" - } - ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/Person" } ], - "rdfs:comment": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.", - "rdfs:label": "validThrough" + "rdfs:comment": "A sub property of participant. The person that lends the object being borrowed.", + "rdfs:label": "lender", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/participant" + } + }, + { + "@id": "http://schema.org/MusicReleaseFormatType", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).", + "rdfs:label": "MusicReleaseFormatType", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } }, { - "@id": "http://schema.org/aircraft", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Flight" + "@id": "http://schema.org/UnofficialLegalValue", + "@type": "http://schema.org/LegalValueLevel", + "http://schema.org/category": "issue-1156", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/source": [ { - "@id": "http://schema.org/Vehicle" + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" }, { - "@id": "http://schema.org/Text" + "@id": "http://publications.europa.eu/mdr/eli/index.html" } ], - "rdfs:comment": "The kind of aircraft (e.g., \"Boeing 747\").", - "rdfs:label": "aircraft" + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#LegalValue-unofficial" + }, + "rdfs:comment": "Indicates that a document has no particular or special standing (e.g. a republication of a law by a private publisher).", + "rdfs:label": "UnofficialLegalValue" }, { - "@id": "http://schema.org/recipient", + "@id": "http://schema.org/MenuItem", + "@type": "rdfs:Class", + "rdfs:comment": "A food or drink item listed in a menu or menu section.", + "rdfs:label": "MenuItem", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/UnemploymentSupport", + "@type": "http://schema.org/GovernmentBenefitsType", + "http://schema.org/category": "issue-2534", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2534" + }, + "rdfs:comment": "UnemploymentSupport: this is a benefit for unemployment support.", + "rdfs:label": "UnemploymentSupport" + }, + { + "@id": "http://schema.org/Airport", + "@type": "rdfs:Class", + "rdfs:comment": "An airport.", + "rdfs:label": "Airport", + "rdfs:subClassOf": { + "@id": "http://schema.org/CivicStructure" + } + }, + { + "@id": "http://schema.org/nonProprietaryName", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/PayAction" - }, - { - "@id": "http://schema.org/ReturnAction" - }, - { - "@id": "http://schema.org/AuthorizeAction" - }, - { - "@id": "http://schema.org/DonateAction" - }, - { - "@id": "http://schema.org/SendAction" - }, - { - "@id": "http://schema.org/CommunicateAction" - }, - { - "@id": "http://schema.org/TipAction" - }, - { - "@id": "http://schema.org/GiveAction" + "@id": "http://schema.org/Drug" }, { - "@id": "http://schema.org/Message" + "@id": "http://schema.org/DietarySupplement" } ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Person" - }, - { - "@id": "http://schema.org/ContactPoint" - }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The generic name of this drug or supplement.", + "rdfs:label": "nonProprietaryName" + }, + { + "@id": "http://schema.org/xpath", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1389", + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/SpeakableSpecification" }, { - "@id": "http://schema.org/Audience" + "@id": "http://schema.org/WebPageElement" } ], - "rdfs:comment": "A sub property of participant. The participant who is at the receiving end of the action.", - "rdfs:label": "recipient", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/participant" - } + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/XPathType" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1389" + }, + "rdfs:comment": "An XPath, e.g. of a SpeakableSpecification or WebPageElement. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\".", + "rdfs:label": "xpath" }, { - "@id": "http://schema.org/FastFoodRestaurant", - "@type": "rdfs:Class", - "rdfs:comment": "A fast-food restaurant.", - "rdfs:label": "FastFoodRestaurant", - "rdfs:subClassOf": { - "@id": "http://schema.org/FoodEstablishment" - } + "@id": "http://schema.org/orderItemNumber", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/OrderItem" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The identifier of the order item.", + "rdfs:label": "orderItemNumber" }, { - "@id": "http://schema.org/DataFeedItem", - "@type": "rdfs:Class", - "rdfs:comment": "A single item within a larger data feed.", - "rdfs:label": "DataFeedItem", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } + "@id": "http://schema.org/SinglePlayer", + "@type": "http://schema.org/GamePlayMode", + "rdfs:comment": "Play mode: SinglePlayer. Which is played by a lone player.", + "rdfs:label": "SinglePlayer" }, { - "@id": "http://schema.org/attendee", + "@id": "http://schema.org/seasonNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/CreativeWorkSeason" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Integer" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "A person or organization attending the event.", - "rdfs:label": "attendee" + "rdfs:comment": "Position of the season within an ordered group of seasons.", + "rdfs:label": "seasonNumber", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/position" + } }, { - "@id": "http://schema.org/successorOf", + "@id": "http://schema.org/cvdNumVent", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, + "http://schema.org/category": "issue-2521", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ProductModel" + "@id": "http://schema.org/CDCPMDRecord" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ProductModel" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "A pointer from a newer variant of a product to its previous, often discontinued predecessor.", - "rdfs:label": "successorOf" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" + }, + "rdfs:comment": "numvent - MECHANICAL VENTILATORS: Total number of ventilators available.", + "rdfs:label": "cvdNumVent" }, { - "@id": "http://schema.org/collection", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/UpdateAction" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/targetCollection" + "@id": "http://schema.org/BrainStructure", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "A sub property of object. The collection target of the action.", - "rdfs:label": "collection", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/object" + "rdfs:comment": "Any anatomical structure which pertains to the soft nervous tissue functioning as the coordinating center of sensation and intellectual and nervous activity.", + "rdfs:label": "BrainStructure", + "rdfs:subClassOf": { + "@id": "http://schema.org/AnatomicalStructure" } }, { - "@id": "http://schema.org/OrderStatus", + "@id": "http://schema.org/EventStatusType", "@type": "rdfs:Class", - "rdfs:comment": "Enumerated status values for Order.", - "rdfs:label": "OrderStatus", + "rdfs:comment": "EventStatusType is an enumeration type whose instances represent several states that an Event may be in.", + "rdfs:label": "EventStatusType", "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "@id": "http://schema.org/StatusEnumeration" } }, { - "@id": "http://schema.org/SocialMediaPosting", + "@id": "http://schema.org/CheckInAction", "@type": "rdfs:Class", - "rdfs:comment": "A post to a social media platform, including blog posts, tweets, Facebook posts, etc.", - "rdfs:label": "SocialMediaPosting", + "rdfs:comment": "The act of an agent communicating (service provider, social media, etc) their arrival by registering/confirming for a previously reserved service (e.g. flight check in) or at a place (e.g. hotel), possibly resulting in a result (boarding pass, etc).

\n\nRelated actions:

\n\n\n", + "rdfs:label": "CheckInAction", "rdfs:subClassOf": { - "@id": "http://schema.org/Article" + "@id": "http://schema.org/CommunicateAction" } }, { - "@id": "http://schema.org/subjectOf", + "@id": "http://schema.org/shippingDetails", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1670" - }, - "http://schema.org/category": "issue-1670", + "http://schema.org/category": "issue-2506", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Thing" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/about" + "@id": "http://schema.org/Offer" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/CreativeWork" - }, - { - "@id": "http://schema.org/Event" - } - ], - "rdfs:comment": "A CreativeWork or Event about this Thing.", - "rdfs:label": "subjectOf" - }, - { - "@id": "http://schema.org/siblings", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/OfferShippingDetails" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/sibling" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" }, - "rdfs:comment": "A sibling of the person.", - "rdfs:label": "siblings" + "rdfs:comment": "Indicates information about the shipping policies and options associated with an Offer.", + "rdfs:label": "shippingDetails" }, { - "@id": "http://schema.org/amenityFeature", + "@id": "http://schema.org/distribution", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Dataset" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Accommodation" - }, - { - "@id": "http://schema.org/LodgingBusiness" - }, - { - "@id": "http://schema.org/Place" - } - ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/LocationFeatureSpecification" + "@id": "http://schema.org/DataDownload" }, - "rdfs:comment": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.", - "rdfs:label": "amenityFeature" - }, - { - "@id": "http://schema.org/Park", - "@type": "rdfs:Class", - "rdfs:comment": "A park.", - "rdfs:label": "Park", - "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" - } + "rdfs:comment": "A downloadable form of this dataset, at a specific location, in a specific format.", + "rdfs:label": "distribution" }, { - "@id": "http://schema.org/contentRating", + "@id": "http://schema.org/priceType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/UnitPriceSpecification" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Rating" - }, - { - "@id": "http://schema.org/Text" - } - ], - "rdfs:comment": "Official rating of a piece of content—for example,'MPAA PG-13'.", - "rdfs:label": "contentRating" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "A short text or acronym indicating multiple price specifications for the same offer, e.g. SRP for the suggested retail price or INVOICE for the invoice price, mostly used in the car industry.", + "rdfs:label": "priceType" }, { - "@id": "http://schema.org/starRating", + "@id": "http://schema.org/isAccessibleForFree", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" - }, "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/FoodEstablishment" + "@id": "http://schema.org/Place" }, { - "@id": "http://schema.org/LodgingBusiness" + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/Event" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Rating" + "@id": "http://schema.org/Boolean" }, - "rdfs:comment": "An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).", - "rdfs:label": "starRating" + "rdfs:comment": "A flag to signal that the item, event, or place is accessible for free.", + "rdfs:label": "isAccessibleForFree" }, { - "@id": "http://schema.org/applicationCategory", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/SideEffectsHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/URL" - } - ], - "rdfs:comment": "Type of software application, e.g. 'Game, Multimedia'.", - "rdfs:label": "applicationCategory" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Side effects that can be observed from the usage of the topic.", + "rdfs:label": "SideEffectsHealthAspect" }, { - "@id": "http://schema.org/geoRadius", + "@id": "http://schema.org/arterialBranch", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/GeoCircle" + "@id": "http://schema.org/Artery" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Number" - }, - { - "@id": "http://schema.org/Distance" - }, - { - "@id": "http://schema.org/Text" - } - ], - "rdfs:comment": "Indicates the approximate radius of a GeoCircle (metres unless indicated otherwise via Distance notation).", - "rdfs:label": "geoRadius" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/AnatomicalStructure" + }, + "rdfs:comment": "The branches that comprise the arterial structure.", + "rdfs:label": "arterialBranch" }, { - "@id": "http://schema.org/VoteAction", + "@id": "http://schema.org/House", "@type": "rdfs:Class", - "rdfs:comment": "The act of expressing a preference from a fixed/finite/structured set of choices/options.", - "rdfs:label": "VoteAction", + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "A house is a building or structure that has the ability to be occupied for habitation by humans or other creatures (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/House).", + "rdfs:label": "House", "rdfs:subClassOf": { - "@id": "http://schema.org/ChooseAction" + "@id": "http://schema.org/Accommodation" } }, { - "@id": "http://schema.org/dropoffLocation", + "@id": "http://schema.org/LodgingBusiness", + "@type": "rdfs:Class", + "rdfs:comment": "A lodging business, such as a motel, hotel, or inn.", + "rdfs:label": "LodgingBusiness", + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } + }, + { + "@id": "http://schema.org/RecyclingCenter", + "@type": "rdfs:Class", + "rdfs:comment": "A recycling center.", + "rdfs:label": "RecyclingCenter", + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } + }, + { + "@id": "http://schema.org/DrivingSchoolVehicleUsage", + "@type": "http://schema.org/CarUsageType", + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "Indicates the usage of the vehicle for driving school.", + "rdfs:label": "DrivingSchoolVehicleUsage" + }, + { + "@id": "http://schema.org/coach", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/RentalCarReservation" + "@id": "http://schema.org/SportsTeam" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Person" }, - "rdfs:comment": "Where a rental car can be dropped off.", - "rdfs:label": "dropoffLocation" + "rdfs:comment": "A person that acts in a coaching role for a sports team.", + "rdfs:label": "coach" }, { - "@id": "http://schema.org/logo", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Organization" - }, - { - "@id": "http://schema.org/Product" - }, - { - "@id": "http://schema.org/Place" - }, + "@id": "http://schema.org/WPAdBlock", + "@type": "rdfs:Class", + "rdfs:comment": "An advertising section of the page.", + "rdfs:label": "WPAdBlock", + "rdfs:subClassOf": { + "@id": "http://schema.org/WebPageElement" + } + }, + { + "@id": "http://schema.org/Hospital", + "@type": "rdfs:Class", + "rdfs:comment": "A hospital.", + "rdfs:label": "Hospital", + "rdfs:subClassOf": [ { - "@id": "http://schema.org/Brand" + "@id": "http://schema.org/CivicStructure" }, { - "@id": "http://schema.org/Service" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/ImageObject" + "@id": "http://schema.org/MedicalOrganization" }, { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/EmergencyService" } - ], - "rdfs:comment": "An associated logo.", - "rdfs:label": "logo", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/image" - } + ] }, { - "@id": "http://schema.org/BookFormatType", + "@id": "http://schema.org/Festival", "@type": "rdfs:Class", - "rdfs:comment": "The publication format of the book.", - "rdfs:label": "BookFormatType", + "rdfs:comment": "Event type: Festival.", + "rdfs:label": "Festival", "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "@id": "http://schema.org/Event" } }, { - "@id": "http://schema.org/LoanOrCredit", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + "@id": "http://schema.org/UsageOrScheduleHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "A financial product for the loaning of an amount of money under agreed terms and charges.", - "rdfs:label": "LoanOrCredit", - "rdfs:subClassOf": { - "@id": "http://schema.org/FinancialProduct" - } + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Content about how, when, frequency and dosage of a topic.", + "rdfs:label": "UsageOrScheduleHealthAspect" }, { - "@id": "http://schema.org/Zoo", + "@id": "http://schema.org/ownedThrough", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/OwnershipInfo" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DateTime" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The date and time of giving up ownership on the product.", + "rdfs:label": "ownedThrough" + }, + { + "@id": "http://schema.org/PhysicalActivity", "@type": "rdfs:Class", - "rdfs:comment": "A zoo.", - "rdfs:label": "Zoo", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Any bodily activity that enhances or maintains physical fitness and overall health and wellness. Includes activity that is part of daily living and routine, structured exercise, and exercise prescribed as part of a medical treatment or recovery plan.", + "rdfs:label": "PhysicalActivity", "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/LifestyleModification" } }, { - "@id": "http://schema.org/Boolean", - "@type": [ - "http://schema.org/DataType", - "rdfs:Class" - ], - "rdfs:comment": "Boolean: True or False.", - "rdfs:label": "Boolean" + "@id": "http://schema.org/ItemListUnordered", + "@type": "http://schema.org/ItemListOrderType", + "rdfs:comment": "An ItemList ordered with no explicit order.", + "rdfs:label": "ItemListUnordered" }, { - "@id": "http://schema.org/ItemListOrderType", + "@id": "http://schema.org/RoofingContractor", "@type": "rdfs:Class", - "rdfs:comment": "Enumerated for values for itemListOrder for indicating how an ordered ItemList is organized.", - "rdfs:label": "ItemListOrderType", + "rdfs:comment": "A roofing contractor.", + "rdfs:label": "RoofingContractor", "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "@id": "http://schema.org/HomeAndConstructionBusiness" } }, { - "@id": "http://schema.org/Tuesday", - "@type": "http://schema.org/DayOfWeek", - "http://schema.org/sameAs": { - "@id": "http://www.wikidata.org/entity/Q127" - }, - "rdfs:comment": "The day of the week between Monday and Wednesday.", - "rdfs:label": "Tuesday" - }, - { - "@id": "http://schema.org/ComedyClub", + "@id": "http://schema.org/HealthPlanNetwork", "@type": "rdfs:Class", - "rdfs:comment": "A comedy club.", - "rdfs:label": "ComedyClub", + "http://schema.org/category": "issue-1062", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "A US-style health insurance plan network.", + "rdfs:label": "HealthPlanNetwork", "rdfs:subClassOf": { - "@id": "http://schema.org/EntertainmentBusiness" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/ServiceChannel", + "@id": "http://schema.org/Reservation", "@type": "rdfs:Class", - "rdfs:comment": "A means for accessing a service, e.g. a government office location, web site, or phone number.", - "rdfs:label": "ServiceChannel", + "rdfs:comment": "Describes a reservation for travel, dining or an event. Some reservations require tickets.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer.", + "rdfs:label": "Reservation", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/requiredCollateral", + "@id": "http://schema.org/propertyID", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PropertyValue" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/URL" + } + ], + "rdfs:comment": "A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property. propertyID can be\n(1) a prefixed string, mainly meant to be used with standards for product properties; (2) a site-specific, non-prefixed string (e.g. the primary key of the property or the vendor-specific id of the property), or (3)\na URL indicating the type of the property, either pointing to an external vocabulary, or a Web resource that describes the property (e.g. a glossary entry).\nStandards bodies should promote a standard prefix for the identifiers of properties from their standards.", + "rdfs:label": "propertyID" + }, + { + "@id": "http://schema.org/distinguishingSign", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DDxElement" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalSignOrSymptom" + }, + "rdfs:comment": "One of a set of signs and symptoms that can be used to distinguish this diagnosis from others in the differential diagnosis.", + "rdfs:label": "distinguishingSign" + }, + { + "@id": "http://schema.org/numTracks", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MusicPlaylist" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "rdfs:comment": "The number of tracks in this album or playlist.", + "rdfs:label": "numTracks" + }, + { + "@id": "http://schema.org/clipNumber", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/LoanOrCredit" + "@id": "http://schema.org/Clip" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/Integer" }, { "@id": "http://schema.org/Text" } ], - "rdfs:comment": "Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)", - "rdfs:label": "requiredCollateral" - }, - { - "@id": "http://schema.org/ExhibitionEvent", - "@type": "rdfs:Class", - "rdfs:comment": "Event type: Exhibition event, e.g. at a museum, library, archive, tradeshow, ...", - "rdfs:label": "ExhibitionEvent", - "rdfs:subClassOf": { - "@id": "http://schema.org/Event" + "rdfs:comment": "Position of the clip within an ordered group of clips.", + "rdfs:label": "clipNumber", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/position" } }, { - "@id": "http://schema.org/isVariantOf", + "@id": "http://schema.org/processingTime", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ProductModel" + "@id": "http://schema.org/ServiceChannel" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ProductModel" + "@id": "http://schema.org/Duration" }, - "rdfs:comment": "A pointer to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive.", - "rdfs:label": "isVariantOf" + "rdfs:comment": "Estimated processing time for the service using this channel.", + "rdfs:label": "processingTime" }, { - "@id": "http://schema.org/readonlyValue", + "@id": "http://schema.org/FindAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of finding an object.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "FindAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/Action" + } + }, + { + "@id": "http://schema.org/fileSize", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PropertyValueSpecification" + "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Boolean" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "Whether or not a property is mutable. Default is false. Specifying this for a property that also has a value makes it act similar to a \"hidden\" input in an HTML form.", - "rdfs:label": "readonlyValue" + "rdfs:comment": "Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed.", + "rdfs:label": "fileSize" }, { - "@id": "http://schema.org/numberOfAxles", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" + "@id": "http://schema.org/MortgageLoan", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1253", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/source": [ { - "@id": "http://schema.org/Number" + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" }, { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" } ], - "rdfs:comment": "The number of axles.

\n\nTypical unit code(s): C62", - "rdfs:label": "numberOfAxles" - }, - { - "@id": "http://schema.org/RentAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of giving money in return for temporary use, but not ownership, of an object such as a vehicle or property. For example, an agent rents a property from a landlord in exchange for a periodic payment.", - "rdfs:label": "RentAction", + "rdfs:comment": "A loan in which property or real estate is used as collateral. (A loan securitized against some real estate.)", + "rdfs:label": "MortgageLoan", "rdfs:subClassOf": { - "@id": "http://schema.org/TradeAction" + "@id": "http://schema.org/LoanOrCredit" } }, { - "@id": "http://schema.org/sharedContent", + "@id": "http://schema.org/publicAccess", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SocialMediaPosting" + "@id": "http://schema.org/Place" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Boolean" }, - "rdfs:comment": "A CreativeWork such as an image, video, or audio clip shared as part of this posting.", - "rdfs:label": "sharedContent" + "rdfs:comment": "A flag to signal that the Place is open to public visitors. If this property is omitted there is no assumed default boolean value", + "rdfs:label": "publicAccess" }, { - "@id": "http://schema.org/EmployeeRole", + "@id": "http://schema.org/wheelbase", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The distance between the centers of the front and rear wheels.

\n\nTypical unit code(s): CMT for centimeters, MTR for meters, INH for inches, FOT for foot/feet", + "rdfs:label": "wheelbase" + }, + { + "@id": "http://schema.org/RadioSeason", "@type": "rdfs:Class", - "rdfs:comment": "A subclass of OrganizationRole used to describe employee relationships.", - "rdfs:label": "EmployeeRole", + "rdfs:comment": "Season dedicated to radio broadcast and associated online delivery.", + "rdfs:label": "RadioSeason", "rdfs:subClassOf": { - "@id": "http://schema.org/OrganizationRole" + "@id": "http://schema.org/CreativeWorkSeason" } }, { - "@id": "http://schema.org/price", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/TradeAction" - }, - { - "@id": "http://schema.org/Offer" - }, - { - "@id": "http://schema.org/PriceSpecification" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/Number" - } - ], - "rdfs:comment": "The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.

\n\nUsage guidelines:

\n\n\n", - "rdfs:label": "price" - }, - { - "@id": "http://schema.org/EmploymentAgency", + "@id": "http://schema.org/ClothingStore", "@type": "rdfs:Class", - "rdfs:comment": "An employment agency.", - "rdfs:label": "EmploymentAgency", + "rdfs:comment": "A clothing store.", + "rdfs:label": "ClothingStore", "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" + "@id": "http://schema.org/Store" } }, { - "@id": "http://schema.org/PrependAction", + "@id": "http://schema.org/LockerDelivery", + "@type": "http://schema.org/DeliveryMethod", + "rdfs:comment": "A DeliveryMethod in which an item is made available via locker.", + "rdfs:label": "LockerDelivery" + }, + { + "@id": "http://schema.org/LegalValueLevel", "@type": "rdfs:Class", - "rdfs:comment": "The act of inserting at the beginning if an ordered collection.", - "rdfs:label": "PrependAction", + "http://schema.org/category": "issue-1156", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" + }, + { + "@id": "http://publications.europa.eu/mdr/eli/index.html" + } + ], + "http://www.w3.org/2004/02/skos/core#closeMatch": { + "@id": "http://data.europa.eu/eli/ontology#LegalValue" + }, + "rdfs:comment": "A list of possible levels for the legal validity of a legislation.", + "rdfs:label": "LegalValueLevel", "rdfs:subClassOf": { - "@id": "http://schema.org/InsertAction" + "@id": "http://schema.org/Enumeration" } }, { - "@id": "http://schema.org/hiringOrganization", + "@id": "http://schema.org/hasCategoryCode", "@type": "rdf:Property", + "http://schema.org/category": "issue-894", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/JobPosting" + "@id": "http://schema.org/CategoryCodeSet" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/CategoryCode" }, - "rdfs:comment": "Organization offering the job position.", - "rdfs:label": "hiringOrganization" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/894" + }, + "rdfs:comment": "A Category code contained in this code set.", + "rdfs:label": "hasCategoryCode", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/hasDefinedTerm" + } }, { - "@id": "http://schema.org/numberOfSeasons", + "@id": "http://schema.org/vehicleSeatingCapacity", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/VideoGameSeries" - }, + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/TVSeries" + "@id": "http://schema.org/Number" }, { - "@id": "http://schema.org/RadioSeries" + "@id": "http://schema.org/QuantitativeValue" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, - "rdfs:comment": "The number of seasons in this series.", - "rdfs:label": "numberOfSeasons" + "rdfs:comment": "The number of passengers that can be seated in the vehicle, both in terms of the physical space available, and in terms of limitations set by law.

\n\nTypical unit code(s): C62 for persons.", + "rdfs:label": "vehicleSeatingCapacity" }, { - "@id": "http://schema.org/FireStation", - "@type": "rdfs:Class", - "rdfs:comment": "A fire station. With firemen.", - "rdfs:label": "FireStation", - "rdfs:subClassOf": [ + "@id": "http://schema.org/downPayment", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/RepaymentSpecification" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/MonetaryAmount" }, { - "@id": "http://schema.org/EmergencyService" + "@id": "http://schema.org/Number" } - ] - }, - { - "@id": "http://schema.org/CourseInstance", - "@type": "rdfs:Class", - "rdfs:comment": "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 modes of study or to a specific section of students.", - "rdfs:label": "CourseInstance", - "rdfs:subClassOf": { - "@id": "http://schema.org/Event" - } + ], + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + } + ], + "rdfs:comment": "a type of payment made in cash during the onset of the purchase of an expensive good/service. The payment typically represents only a percentage of the full purchase price.", + "rdfs:label": "downPayment" }, { - "@id": "http://schema.org/valueMinLength", + "@id": "http://schema.org/programPrerequisites", "@type": "rdf:Property", + "http://schema.org/category": "issue-2289", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PropertyValueSpecification" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/EducationalOccupationalProgram" }, - "rdfs:comment": "Specifies the minimum allowed range for number of characters in a literal value.", - "rdfs:label": "valueMinLength" - }, - { - "@id": "http://schema.org/Hotel", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "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).\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", - "rdfs:label": "Hotel", - "rdfs:subClassOf": { - "@id": "http://schema.org/LodgingBusiness" - } - }, - { - "@id": "http://schema.org/IndividualProduct", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Course" + }, + { + "@id": "http://schema.org/AlignmentObject" + }, + { + "@id": "http://schema.org/EducationalOccupationalCredential" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2289" }, - "rdfs:comment": "A single, identifiable product instance (e.g. a laptop with a particular serial number).", - "rdfs:label": "IndividualProduct", - "rdfs:subClassOf": { - "@id": "http://schema.org/Product" - } - }, - { - "@id": "http://schema.org/StructuredValue", - "@type": "rdfs:Class", - "rdfs:comment": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing.", - "rdfs:label": "StructuredValue", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } + "rdfs:comment": "Prerequisites for enrolling in the program.", + "rdfs:label": "programPrerequisites" }, { - "@id": "http://schema.org/dropoffTime", + "@id": "http://schema.org/preOp", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/RentalCarReservation" + "@id": "http://schema.org/MedicalDevice" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "When a rental car can be dropped off.", - "rdfs:label": "dropoffTime" + "rdfs:comment": "A description of the workup, testing, and other preparations required before implanting this device.", + "rdfs:label": "preOp" }, { - "@id": "http://schema.org/workPerformed", + "@id": "http://schema.org/paymentDueDate", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Order" + }, + { + "@id": "http://schema.org/Invoice" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/DateTime" + }, + { + "@id": "http://schema.org/Date" + } + ], + "rdfs:comment": "The date that payment is due.", + "rdfs:label": "paymentDueDate" + }, + { + "@id": "http://schema.org/yield", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Event" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/HowTo" }, - "rdfs:comment": "A work performed in some event, for example a play performed in a TheaterEvent.", - "rdfs:label": "workPerformed", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/workFeatured" - } + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/QuantitativeValue" + } + ], + "rdfs:comment": "The quantity that results by performing instructions. For example, a paper airplane, 10 personalized candles.", + "rdfs:label": "yield" }, { - "@id": "http://schema.org/hasCourseInstance", + "@id": "http://schema.org/dietFeatures", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Course" + "@id": "http://schema.org/Diet" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CourseInstance" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students.", - "rdfs:label": "hasCourseInstance" + "rdfs:comment": "Nutritional information specific to the dietary plan. May include dietary recommendations on what foods to avoid, what foods to consume, and specific alterations/deviations from the USDA or other regulatory body's approved dietary guidelines.", + "rdfs:label": "dietFeatures" }, { - "@id": "http://schema.org/RadioClip", + "@id": "http://schema.org/MedicalDevice", "@type": "rdfs:Class", - "rdfs:comment": "A short radio program or a segment/part of a radio program.", - "rdfs:label": "RadioClip", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://www.w3.org/2002/07/owl#equivalentClass": { + "@id": "http://purl.bioontology.org/ontology/SNOMEDCT/63653004" + }, + "rdfs:comment": "Any object used in a medical capacity, such as to diagnose or treat a patient.", + "rdfs:label": "MedicalDevice", "rdfs:subClassOf": { - "@id": "http://schema.org/Clip" + "@id": "http://schema.org/MedicalEntity" } }, { - "@id": "http://schema.org/Intangible", + "@id": "http://schema.org/PsychologicalTreatment", "@type": "rdfs:Class", - "rdfs:comment": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.", - "rdfs:label": "Intangible", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A process of care relying upon counseling, dialogue and communication aimed at improving a mental health condition without use of drugs.", + "rdfs:label": "PsychologicalTreatment", "rdfs:subClassOf": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/TherapeuticProcedure" } }, { - "@id": "http://schema.org/ElectronicsStore", + "@id": "http://schema.org/AMRadioChannel", "@type": "rdfs:Class", - "rdfs:comment": "An electronics store.", - "rdfs:label": "ElectronicsStore", + "http://schema.org/category": "issue-1004", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1004" + }, + "rdfs:comment": "A radio channel that uses AM.", + "rdfs:label": "AMRadioChannel", "rdfs:subClassOf": { - "@id": "http://schema.org/Store" + "@id": "http://schema.org/RadioChannel" } }, { - "@id": "http://schema.org/eventStatus", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Event" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/EventStatusType" - }, - "rdfs:comment": "An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.", - "rdfs:label": "eventStatus" - }, - { - "@id": "http://schema.org/gtin14", + "@id": "http://schema.org/hasMenuSection", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Product" - }, - { - "@id": "http://schema.org/Demand" + "@id": "http://schema.org/Menu" }, { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/MenuSection" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/MenuSection" }, - "rdfs:comment": "The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details.", - "rdfs:label": "gtin14", - "rdfs:subPropertyOf": [ - { - "@id": "http://schema.org/gtin" - }, - { - "@id": "http://schema.org/identifier" - } - ] + "rdfs:comment": "A subgrouping of the menu (by dishes, course, serving time period, etc.).", + "rdfs:label": "hasMenuSection" }, { - "@id": "http://schema.org/gtin13", + "@id": "http://schema.org/UpdateAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of managing by changing/editing the state of the object.", + "rdfs:label": "UpdateAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/Action" + } + }, + { + "@id": "http://schema.org/letterer", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, + "http://schema.org/category": "Comics", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/VisualArtwork" }, { - "@id": "http://schema.org/Demand" + "@id": "http://schema.org/ComicIssue" }, { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/ComicStory" } ], + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Person" }, - "rdfs:comment": "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero. See GS1 GTIN Summary for more details.", - "rdfs:label": "gtin13", - "rdfs:subPropertyOf": [ - { - "@id": "http://schema.org/gtin" - }, - { - "@id": "http://schema.org/identifier" - } - ] + "rdfs:comment": "The individual who adds lettering, including speech balloons and sound effects, to artwork.", + "rdfs:label": "letterer" }, { - "@id": "http://schema.org/gtin12", + "@id": "http://schema.org/relatedTo", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Product" - }, + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "The most generic familial relation.", + "rdfs:label": "relatedTo" + }, + { + "@id": "http://schema.org/Legislation", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1156", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ { - "@id": "http://schema.org/Offer" + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" }, { - "@id": "http://schema.org/Demand" + "@id": "http://publications.europa.eu/mdr/eli/index.html" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See GS1 GTIN Summary for more details.", - "rdfs:label": "gtin12", - "rdfs:subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#closeMatch": [ { - "@id": "http://schema.org/gtin" + "@id": "http://data.europa.eu/eli/ontology#LegalExpression" }, { - "@id": "http://schema.org/identifier" + "@id": "http://data.europa.eu/eli/ontology#LegalResource" } - ] - }, - { - "@id": "http://schema.org/OfflineTemporarily", - "@type": "http://schema.org/GameServerStatus", - "rdfs:comment": "Game server status: OfflineTemporarily. Server is offline now but it can be online soon.", - "rdfs:label": "OfflineTemporarily" + ], + "rdfs:comment": "A legal document such as an act, decree, bill, etc. (enforceable or not) or a component of a legal act (like an article).", + "rdfs:label": "Legislation", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } }, { - "@id": "http://schema.org/employees", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Organization" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/employee" - }, - "rdfs:comment": "People working for this organization.", - "rdfs:label": "employees" + "@id": "http://schema.org/AggregateRating", + "@type": "rdfs:Class", + "rdfs:comment": "The average rating based on multiple ratings or reviews.", + "rdfs:label": "AggregateRating", + "rdfs:subClassOf": { + "@id": "http://schema.org/Rating" + } }, { - "@id": "http://schema.org/learningResourceType", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/MixtapeAlbum", + "@type": "http://schema.org/MusicAlbumProductionType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, - "rdfs:comment": "The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.", - "rdfs:label": "learningResourceType" + "rdfs:comment": "MixtapeAlbum.", + "rdfs:label": "MixtapeAlbum" }, { - "@id": "http://schema.org/Order", + "@id": "http://schema.org/MonetaryAmountDistribution", "@type": "rdfs:Class", - "rdfs:comment": "An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer.", - "rdfs:label": "Order", + "http://schema.org/category": "issue-1698", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + }, + "rdfs:comment": "A statistical distribution of monetary amounts.", + "rdfs:label": "MonetaryAmountDistribution", "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" + "@id": "http://schema.org/QuantitativeValueDistribution" } }, { - "@id": "http://schema.org/suitableForDiet", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/MenuItem" - }, - { - "@id": "http://schema.org/Recipe" - } - ], + "@id": "http://schema.org/fuelEfficiency", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/RestrictedDiet" + "@id": "http://schema.org/QuantitativeValue" }, - "rdfs:comment": "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.", - "rdfs:label": "suitableForDiet" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The distance traveled per unit of fuel used; most commonly miles per gallon (mpg) or kilometers per liter (km/L).

\n\n\n", + "rdfs:label": "fuelEfficiency" }, { - "@id": "http://schema.org/warrantyScope", + "@id": "http://schema.org/strengthValue", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/WarrantyPromise" + "@id": "http://schema.org/DrugStrength" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/WarrantyScope" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "The scope of the warranty promise.", - "rdfs:label": "warrantyScope" + "rdfs:comment": "The value of an active ingredient's strength, e.g. 325.", + "rdfs:label": "strengthValue" }, { - "@id": "http://schema.org/valueReference", + "@id": "http://schema.org/diversityStaffingReport", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, + "http://schema.org/category": "issue-1525", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/QualitativeValue" - }, - { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/NewsMediaOrganization" }, { - "@id": "http://schema.org/PropertyValue" + "@id": "http://schema.org/Organization" } ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Enumeration" - }, - { - "@id": "http://schema.org/PropertyValue" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/QuantitativeValue" - }, + "@id": "http://schema.org/Article" + } + ], + "http://schema.org/source": [ { - "@id": "http://schema.org/StructuredValue" + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" }, { - "@id": "http://schema.org/QualitativeValue" + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" } ], - "rdfs:comment": "A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature.", - "rdfs:label": "valueReference" + "rdfs:comment": "For an Organization (often but not necessarily a NewsMediaOrganization), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported.", + "rdfs:label": "diversityStaffingReport", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/publishingPrinciples" + } }, { - "@id": "http://schema.org/EventScheduled", - "@type": "http://schema.org/EventStatusType", - "rdfs:comment": "The event is taking place or has taken place on the startDate as scheduled. Use of this value is optional, as it is assumed by default.", - "rdfs:label": "EventScheduled" + "@id": "http://schema.org/dateline", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/NewsArticle" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "A dateline is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided.

\n\nStructured representations of dateline-related information can also be expressed more explicitly using locationCreated (which represents where a work was created e.g. where a news report was written). For location depicted or described in the content, use contentLocation.

\n\nDateline summaries are oriented more towards human readers than towards automated processing, and can vary substantially. Some examples: \"BEIRUT, Lebanon, June 2.\", \"Paris, France\", \"December 19, 2017 11:43AM Reporting from Washington\", \"Beijing/Moscow\", \"QUEZON CITY, Philippines\".", + "rdfs:label": "dateline" }, { - "@id": "http://schema.org/accessMode", + "@id": "http://schema.org/headline", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1100" - }, - "http://schema.org/category": "issue-1110", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Expected values include: auditory, tactile, textual, visual, colorDependent, chartOnVisual, chemOnVisual, diagramOnVisual, mathOnVisual, musicOnVisual, textOnVisual.", - "rdfs:label": "accessMode" + "rdfs:comment": "Headline of the article.", + "rdfs:label": "headline" }, { - "@id": "http://schema.org/TVClip", - "@type": "rdfs:Class", - "rdfs:comment": "A short TV program or a segment/part of a TV program.", - "rdfs:label": "TVClip", - "rdfs:subClassOf": { - "@id": "http://schema.org/Clip" + "@id": "http://schema.org/activityFrequency", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ExercisePlan" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/QuantitativeValue" + } + ], + "rdfs:comment": "How often one should engage in the activity.", + "rdfs:label": "activityFrequency" + }, + { + "@id": "http://schema.org/borrower", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/LendAction" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "A sub property of participant. The person that borrows the object being lent.", + "rdfs:label": "borrower", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/participant" } }, { - "@id": "http://schema.org/NailSalon", + "@id": "http://schema.org/translationOfWork", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/workTranslation" + }, + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "rdfs:comment": "The work that this work has been translated from. e.g. 物种起源 is a translationOf “On the Origin of Species”", + "rdfs:label": "translationOfWork" + }, + { + "@id": "http://schema.org/Enumeration", "@type": "rdfs:Class", - "rdfs:comment": "A nail salon.", - "rdfs:label": "NailSalon", + "rdfs:comment": "Lists or enumerations—for example, a list of cuisines or music genres, etc.", + "rdfs:label": "Enumeration", "rdfs:subClassOf": { - "@id": "http://schema.org/HealthAndBeautyBusiness" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/startDate", + "@id": "http://schema.org/dayOfWeek", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/CreativeWorkSeason" - }, - { - "@id": "http://schema.org/Role" - }, - { - "@id": "http://schema.org/CreativeWorkSeries" - }, - { - "@id": "http://schema.org/Event" - }, - { - "@id": "http://schema.org/DatedMoneySpecification" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/OpeningHoursSpecification" }, { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/EducationalOccupationalProgram" } ], - "rdfs:comment": "The start date and time of the item (in ISO 8601 date format).", - "rdfs:label": "startDate" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DayOfWeek" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The day of the week for which these opening hours are valid.", + "rdfs:label": "dayOfWeek" }, { - "@id": "http://schema.org/telephone", + "@id": "http://schema.org/speechToTextMarkup", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Person" - }, - { - "@id": "http://schema.org/Place" - }, - { - "@id": "http://schema.org/ContactPoint" - }, - { - "@id": "http://schema.org/Organization" - } - ], + "http://schema.org/category": "issue-2108", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PronounceableText" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The telephone number.", - "rdfs:label": "telephone" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2108" + }, + "rdfs:comment": "Form of markup used. eg. SSML or IPA.", + "rdfs:label": "speechToTextMarkup" }, { - "@id": "http://schema.org/realEstateAgent", + "@id": "http://schema.org/lyricist", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/RentAction" + "@id": "http://schema.org/MusicComposition" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/RealEstateAgent" + "@id": "http://schema.org/Person" }, - "rdfs:comment": "A sub property of participant. The real estate agent involved in the action.", - "rdfs:label": "realEstateAgent", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "The person who wrote the words.", + "rdfs:label": "lyricist" + }, + { + "@id": "http://schema.org/acquireLicensePage", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2454", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/URL" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2454" + }, + "rdfs:comment": "Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item.", + "rdfs:label": "acquireLicensePage", "rdfs:subPropertyOf": { - "@id": "http://schema.org/participant" + "@id": "http://schema.org/usageInfo" } }, { - "@id": "http://schema.org/ContactPoint", + "@id": "http://schema.org/CatholicChurch", "@type": "rdfs:Class", - "rdfs:comment": "A contact point—for example, a Customer Complaints department.", - "rdfs:label": "ContactPoint", + "rdfs:comment": "A Catholic church.", + "rdfs:label": "CatholicChurch", + "rdfs:subClassOf": { + "@id": "http://schema.org/Church" + } + }, + { + "@id": "http://schema.org/PostalCodeRangeSpecification", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2506", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "Indicates a range of postalcodes, usually defined as the set of valid codes between postalCodeBegin and postalCodeEnd, inclusively.", + "rdfs:label": "PostalCodeRangeSpecification", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { - "@id": "http://schema.org/mainContentOfPage", + "@id": "http://schema.org/measuredProperty", "@type": "rdf:Property", + "http://schema.org/category": "issue-2291", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/WebPage" + "@id": "http://schema.org/Observation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/WebPageElement" + "@id": "http://schema.org/Property" }, - "rdfs:comment": "Indicates if this web page element is the main subject of the page.", - "rdfs:label": "mainContentOfPage" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2291" + }, + "rdfs:comment": "The measuredProperty of an Observation, either a schema.org property, a property from other RDF-compatible systems e.g. W3C RDF Data Cube, or schema.org extensions such as GS1's.", + "rdfs:label": "measuredProperty" }, { - "@id": "http://schema.org/url", + "@id": "http://schema.org/exceptDate", "@type": "rdf:Property", + "http://schema.org/category": "issue-1457", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/Schedule" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "URL of the item.", - "rdfs:label": "url" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/DateTime" + }, + { + "@id": "http://schema.org/Date" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1457" + }, + "rdfs:comment": "Defines a Date or DateTime during which a scheduled Event will not take place. The property allows exceptions to\n a Schedule to be specified. If an exception is specified as a DateTime then only the event that would have started at that specific date and time\n should be excluded from the schedule. If an exception is specified as a Date then any event that is scheduled for that 24 hour period should be\n excluded from the schedule. This allows a whole day to be excluded from the schedule without having to itemise every scheduled event.", + "rdfs:label": "exceptDate" + }, + { + "@id": "http://schema.org/EmailMessage", + "@type": "rdfs:Class", + "rdfs:comment": "An email message.", + "rdfs:label": "EmailMessage", + "rdfs:subClassOf": { + "@id": "http://schema.org/Message" + } + }, + { + "@id": "http://schema.org/DateTime", + "@type": [ + "rdfs:Class", + "http://schema.org/DataType" + ], + "rdfs:comment": "A combination of date and time of day in the form [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] (see Chapter 5.4 of ISO 8601).", + "rdfs:label": "DateTime" }, { - "@id": "http://schema.org/PreSale", - "@type": "http://schema.org/ItemAvailability", - "rdfs:comment": "Indicates that the item is available for ordering and delivery before general availability.", - "rdfs:label": "PreSale" + "@id": "http://schema.org/Paperback", + "@type": "http://schema.org/BookFormatType", + "rdfs:comment": "Book format: Paperback.", + "rdfs:label": "Paperback" }, { - "@id": "http://schema.org/serviceUrl", + "@id": "http://schema.org/PET", + "@type": "http://schema.org/MedicalImagingTechnique", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Positron emission tomography imaging.", + "rdfs:label": "PET" + }, + { + "@id": "http://schema.org/follows", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ServiceChannel" + "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Person" }, - "rdfs:comment": "The website to access the service.", - "rdfs:label": "serviceUrl" + "rdfs:comment": "The most generic uni-directional social relation.", + "rdfs:label": "follows" }, { - "@id": "http://schema.org/director", + "@id": "http://schema.org/industry", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/MovieSeries" - }, - { - "@id": "http://schema.org/TVSeries" - }, - { - "@id": "http://schema.org/CreativeWorkSeason" - }, - { - "@id": "http://schema.org/Movie" - }, - { - "@id": "http://schema.org/VideoGame" - }, - { - "@id": "http://schema.org/RadioSeries" - }, - { - "@id": "http://schema.org/Clip" - }, - { - "@id": "http://schema.org/VideoObject" - }, - { - "@id": "http://schema.org/VideoGameSeries" - }, + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/DefinedTerm" }, { - "@id": "http://schema.org/Episode" + "@id": "http://schema.org/Text" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "rdfs:comment": "The industry associated with the job position.", + "rdfs:label": "industry" + }, + { + "@id": "http://schema.org/CohortStudy", + "@type": "http://schema.org/MedicalObservationalStudyDesign", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip.", - "rdfs:label": "director" + "rdfs:comment": "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 compared with a cross-sectional study. A cohort is a group of people who share a common characteristic or experience within a defined period (e.g., are born, leave school, lose their job, are exposed to a drug or a vaccine, etc.). The comparison group may be the general population from which the cohort is drawn, or it may be another cohort of persons thought to have had little or no exposure to the substance under investigation, but otherwise similar. Alternatively, subgroups within the cohort may be compared with each other.", + "rdfs:label": "CohortStudy" }, { - "@id": "http://schema.org/InStock", - "@type": "http://schema.org/ItemAvailability", - "rdfs:comment": "Indicates that the item is in stock.", - "rdfs:label": "InStock" + "@id": "http://schema.org/BusStation", + "@type": "rdfs:Class", + "rdfs:comment": "A bus station.", + "rdfs:label": "BusStation", + "rdfs:subClassOf": { + "@id": "http://schema.org/CivicStructure" + } }, { - "@id": "http://schema.org/transcript", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/AudioObject" - }, - { - "@id": "http://schema.org/VideoObject" - } - ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/MedicalEntity", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "If this MediaObject is an AudioObject or VideoObject, the transcript of that object.", - "rdfs:label": "transcript" + "rdfs:comment": "The most generic type of entity related to health and the practice of medicine.", + "rdfs:label": "MedicalEntity", + "rdfs:subClassOf": { + "@id": "http://schema.org/Thing" + } }, { - "@id": "http://schema.org/TelevisionChannel", + "@id": "http://schema.org/MobilePhoneStore", "@type": "rdfs:Class", - "rdfs:comment": "A unique instance of a television BroadcastService on a CableOrSatelliteService lineup.", - "rdfs:label": "TelevisionChannel", + "rdfs:comment": "A store that sells mobile phones and related accessories.", + "rdfs:label": "MobilePhoneStore", "rdfs:subClassOf": { - "@id": "http://schema.org/BroadcastChannel" + "@id": "http://schema.org/Store" } }, { - "@id": "http://schema.org/softwareVersion", + "@id": "http://schema.org/nonprofitStatus", "@type": "rdf:Property", + "http://schema.org/category": "issue-2543", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/Organization" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/NonprofitType" }, - "rdfs:comment": "Version of the software instance.", - "rdfs:label": "softwareVersion" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "nonprofit Status indicates the legal status of a non-profit organization in its primary place of business.", + "rdfs:label": "nonprofitStatus" }, { - "@id": "http://schema.org/providesBroadcastService", + "@id": "http://schema.org/billingIncrement", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BroadcastChannel" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/hasBroadcastChannel" + "@id": "http://schema.org/UnitPriceSpecification" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/BroadcastService" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "The BroadcastService offered on this channel.", - "rdfs:label": "providesBroadcastService" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "This property specifies the minimal quantity and rounding increment that will be the basis for the billing. The unit of measurement is specified by the unitCode property.", + "rdfs:label": "billingIncrement" }, { - "@id": "http://schema.org/superEvent", + "@id": "http://schema.org/GeoCoordinates", + "@type": "rdfs:Class", + "rdfs:comment": "The geographic coordinates of a place or event.", + "rdfs:label": "GeoCoordinates", + "rdfs:subClassOf": { + "@id": "http://schema.org/StructuredValue" + } + }, + { + "@id": "http://schema.org/performer", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/subEvent" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Event" - }, - "rdfs:comment": "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.", - "rdfs:label": "superEvent" - }, - { - "@id": "http://schema.org/material", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/CreativeWork" - }, - { - "@id": "http://schema.org/Product" - } - ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/URL" - }, - { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Organization" } ], - "rdfs:comment": "A material that something is made from, e.g. leather, wool, cotton, paper.", - "rdfs:label": "material" + "rdfs:comment": "A performer at the event—for example, a presenter, musician, musical group or actor.", + "rdfs:label": "performer" }, { - "@id": "http://schema.org/GovernmentBuilding", + "@id": "http://schema.org/maps", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Place" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/URL" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/hasMap" + }, + "rdfs:comment": "A URL to a map of the place.", + "rdfs:label": "maps" + }, + { + "@id": "http://schema.org/CrossSectional", + "@type": "http://schema.org/MedicalObservationalStudyDesign", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Studies carried out on pre-existing data (usually from 'snapshot' surveys), such as that collected by the Census Bureau. Sometimes called Prevalence Studies.", + "rdfs:label": "CrossSectional" + }, + { + "@id": "http://schema.org/AutomotiveBusiness", "@type": "rdfs:Class", - "rdfs:comment": "A government building.", - "rdfs:label": "GovernmentBuilding", + "rdfs:comment": "Car repair, sales, or parts.", + "rdfs:label": "AutomotiveBusiness", "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/LocalBusiness" } }, { - "@id": "http://schema.org/EmergencyService", + "@id": "http://schema.org/MusculoskeletalExam", + "@type": "http://schema.org/PhysicalExam", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Musculoskeletal system clinical examination.", + "rdfs:label": "MusculoskeletalExam" + }, + { + "@id": "http://schema.org/MiddleSchool", "@type": "rdfs:Class", - "rdfs:comment": "An emergency service, such as a fire station or ER.", - "rdfs:label": "EmergencyService", + "rdfs:comment": "A middle school (typically for children aged around 11-14, although this varies somewhat).", + "rdfs:label": "MiddleSchool", "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" + "@id": "http://schema.org/EducationalOrganization" } }, { - "@id": "http://schema.org/issuedBy", + "@id": "http://schema.org/gameLocation", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Permit" + "@id": "http://schema.org/VideoGameSeries" }, { - "@id": "http://schema.org/Ticket" + "@id": "http://schema.org/Game" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" - }, - "rdfs:comment": "The organization issuing the ticket or permit.", - "rdfs:label": "issuedBy" - }, - { - "@id": "http://schema.org/email", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/ContactPoint" + "@id": "http://schema.org/PostalAddress" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Place" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "Email address.", - "rdfs:label": "email" + "rdfs:comment": "Real or fictional location of the game (or part of game).", + "rdfs:label": "gameLocation" }, { - "@id": "http://schema.org/albumRelease", + "@id": "http://schema.org/driveWheelConfiguration", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicAlbum" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/releaseOf" + "@id": "http://schema.org/Vehicle" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MusicRelease" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/DriveWheelConfigurationValue" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, - "rdfs:comment": "A release of this album.", - "rdfs:label": "albumRelease" + "rdfs:comment": "The drive wheel configuration, i.e. which roadwheels will receive torque from the vehicle's engine via the drivetrain.", + "rdfs:label": "driveWheelConfiguration" }, { - "@id": "http://schema.org/FinancialService", + "@id": "http://schema.org/BowlingAlley", "@type": "rdfs:Class", - "rdfs:comment": "Financial services business.", - "rdfs:label": "FinancialService", + "rdfs:comment": "A bowling alley.", + "rdfs:label": "BowlingAlley", "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" + "@id": "http://schema.org/SportsActivityLocation" } }, { - "@id": "http://schema.org/VideoObject", + "@id": "http://schema.org/Pharmacy", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" - }, - "rdfs:comment": "A video file.", - "rdfs:label": "VideoObject", - "rdfs:subClassOf": { - "@id": "http://schema.org/MediaObject" - } + "rdfs:comment": "A pharmacy or drugstore.", + "rdfs:label": "Pharmacy", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/MedicalBusiness" + }, + { + "@id": "http://schema.org/MedicalOrganization" + } + ] }, { - "@id": "http://schema.org/potentialAction", + "@id": "http://schema.org/loanPaymentAmount", "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Thing" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Action" + "@id": "http://schema.org/RepaymentSpecification" }, - "rdfs:comment": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.", - "rdfs:label": "potentialAction" - }, - { - "@id": "http://schema.org/isFamilyFriendly", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Boolean" - }, - "rdfs:comment": "Indicates whether this content is family friendly.", - "rdfs:label": "isFamilyFriendly" - }, - { - "@id": "http://schema.org/weight", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "@id": "http://schema.org/MonetaryAmount" }, - "http://schema.org/domainIncludes": [ + "http://schema.org/source": [ { - "@id": "http://schema.org/Product" + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" }, { - "@id": "http://schema.org/Person" + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" - }, - "rdfs:comment": "The weight of the product or person.", - "rdfs:label": "weight" + "rdfs:comment": "The amount of money to pay in a single payment.", + "rdfs:label": "loanPaymentAmount" }, { - "@id": "http://schema.org/Menu", + "@id": "http://schema.org/ImageGallery", "@type": "rdfs:Class", - "rdfs:comment": "A structured representation of food or drink items available from a FoodEstablishment.", - "rdfs:label": "Menu", + "rdfs:comment": "Web page type: Image gallery page.", + "rdfs:label": "ImageGallery", "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/MediaGallery" } }, { - "@id": "http://schema.org/Periodical", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" - }, - "http://www.w3.org/2002/07/owl#equivalentClass": { - "@id": "http://purl.org/ontology/bibo/Periodical" + "@id": "http://schema.org/downvoteCount", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Comment" + }, + { + "@id": "http://schema.org/Question" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" }, - "rdfs:comment": "A publication in any medium issued in successive parts bearing numerical or chronological designations and intended, such as a magazine, scholarly journal, or newspaper to continue indefinitely.

\n\nSee also blog post.", - "rdfs:label": "Periodical", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWorkSeries" - } + "rdfs:comment": "The number of downvotes this question, answer or comment has received from the community.", + "rdfs:label": "downvoteCount" }, { - "@id": "http://schema.org/broadcastOfEvent", + "@id": "http://schema.org/valueRequired", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BroadcastEvent" + "@id": "http://schema.org/PropertyValueSpecification" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/Boolean" }, - "rdfs:comment": "The event being broadcast such as a sporting event or awards ceremony.", - "rdfs:label": "broadcastOfEvent" + "rdfs:comment": "Whether the property must be filled in to complete the action. Default is false.", + "rdfs:label": "valueRequired" }, { - "@id": "http://schema.org/numberOfBeds", + "@id": "http://schema.org/ItemListOrderAscending", + "@type": "http://schema.org/ItemListOrderType", + "rdfs:comment": "An ItemList ordered with lower values listed first.", + "rdfs:label": "ItemListOrderAscending" + }, + { + "@id": "http://schema.org/candidate", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BedDetails" + "@id": "http://schema.org/VoteAction" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Person" }, - "rdfs:comment": "The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment.", - "rdfs:label": "numberOfBeds" - }, - { - "@id": "http://schema.org/MovieSeries", - "@type": "rdfs:Class", - "rdfs:comment": "A series of movies. Included movies can be indicated with the hasPart property.", - "rdfs:label": "MovieSeries", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWorkSeries" + "rdfs:comment": "A sub property of object. The candidate subject of this action.", + "rdfs:label": "candidate", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/object" } }, { - "@id": "http://schema.org/Series", + "@id": "http://schema.org/Offer", "@type": "rdfs:Class", - "rdfs:comment": "A Series in schema.org is a group of related items, typically but not necessarily of the same kind. See also CreativeWorkSeries, EventSeries.", - "rdfs:label": "Series", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "An offer to transfer some rights to an item or to provide a service — for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.

\n\nNote: As the businessFunction property, which identifies the form of offer (e.g. sell, lease, repair, dispose), defaults to http://purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.

\n\nFor GTIN-related fields, see Check Digit calculator and validation guide from GS1.", + "rdfs:label": "Offer", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/VegetarianDiet", - "@type": "http://schema.org/RestrictedDiet", - "rdfs:comment": "A diet exclusive of animal meat.", - "rdfs:label": "VegetarianDiet" - }, - { - "@id": "http://schema.org/Electrician", - "@type": "rdfs:Class", - "rdfs:comment": "An electrician.", - "rdfs:label": "Electrician", - "rdfs:subClassOf": { - "@id": "http://schema.org/HomeAndConstructionBusiness" - } - }, - { - "@id": "http://schema.org/depth", + "@id": "http://schema.org/typicalCreditsPerTerm", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/category": "issue-2419", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EducationalOccupationalProgram" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/VisualArtwork" - }, - { - "@id": "http://schema.org/Product" - } - ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/StructuredValue" }, { - "@id": "http://schema.org/Distance" + "@id": "http://schema.org/Integer" } ], - "rdfs:comment": "The depth of the item.", - "rdfs:label": "depth" - }, - { - "@id": "http://schema.org/printSection", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/NewsArticle" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "If this NewsArticle appears in print, this field indicates the print section in which the article appeared.", - "rdfs:label": "printSection" - }, - { - "@id": "http://schema.org/WarrantyScope", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2419" }, - "rdfs:comment": "A range of of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.

\n\nCommonly used values:

\n\n\n", - "rdfs:label": "WarrantyScope", - "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" - } + "rdfs:comment": "The number of credits or units a full-time student would be expected to take in 1 term however 'term' is defined by the institution.", + "rdfs:label": "typicalCreditsPerTerm" }, { - "@id": "http://schema.org/httpMethod", + "@id": "http://schema.org/accessCode", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/EntryPoint" + "@id": "http://schema.org/DeliveryEvent" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP.", - "rdfs:label": "httpMethod" + "rdfs:comment": "Password, PIN, or access code needed for delivery (e.g. from a locker).", + "rdfs:label": "accessCode" }, { - "@id": "http://schema.org/CollectionPage", + "@id": "http://schema.org/Product", "@type": "rdfs:Class", - "rdfs:comment": "Web page type: Collection page.", - "rdfs:label": "CollectionPage", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "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.", + "rdfs:label": "Product", "rdfs:subClassOf": { - "@id": "http://schema.org/WebPage" + "@id": "http://schema.org/Thing" } }, { - "@id": "http://schema.org/PhotographAction", + "@id": "http://schema.org/SocialEvent", "@type": "rdfs:Class", - "rdfs:comment": "The act of capturing still images of objects using a camera.", - "rdfs:label": "PhotographAction", + "rdfs:comment": "Event type: Social event.", + "rdfs:label": "SocialEvent", "rdfs:subClassOf": { - "@id": "http://schema.org/CreateAction" + "@id": "http://schema.org/Event" } }, { - "@id": "http://schema.org/vehicleInteriorType", + "@id": "http://schema.org/clinicalPharmacology", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The type or material of the interior of the vehicle (e.g. synthetic fabric, leather, wood, etc.). While most interior types are characterized by the material used, an interior type can also be based on vehicle usage or target audience.", - "rdfs:label": "vehicleInteriorType" - }, - { - "@id": "http://schema.org/relevantOccupation", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + "@id": "http://schema.org/Drug" }, - "http://schema.org/category": "issue-1698", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/JobPosting" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Occupation" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The Occupation for the JobPosting.", - "rdfs:label": "relevantOccupation" + "rdfs:comment": "Description of the absorption and elimination of drugs, including their concentration (pharmacokinetics, pK) and biological effects (pharmacodynamics, pD).", + "rdfs:label": "clinicalPharmacology" }, { - "@id": "http://schema.org/performTime", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/HowTo" - }, - { - "@id": "http://schema.org/HowToDirection" - } - ], + "@id": "http://schema.org/contentType", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EntryPoint" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Duration" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format.", - "rdfs:label": "performTime" + "rdfs:comment": "The supported content type(s) for an EntryPoint response.", + "rdfs:label": "contentType" }, { - "@id": "http://schema.org/HealthAndBeautyBusiness", + "@id": "http://schema.org/EatAction", "@type": "rdfs:Class", - "rdfs:comment": "Health and beauty.", - "rdfs:label": "HealthAndBeautyBusiness", + "rdfs:comment": "The act of swallowing solid objects.", + "rdfs:label": "EatAction", "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" + "@id": "http://schema.org/ConsumeAction" } }, { - "@id": "http://schema.org/LegislativeBuilding", + "@id": "http://schema.org/LearningResource", "@type": "rdfs:Class", - "rdfs:comment": "A legislative building—for example, the state capitol.", - "rdfs:label": "LegislativeBuilding", + "http://schema.org/category": "issue-1401", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1401" + }, + "rdfs:comment": "The LearningResource type can be used to indicate CreativeWorks (whether physical or digital) that have a particular and explicit orientation towards learning, education, skill acquisition, and other educational purposes.

\n\nLearningResource is expected to be used as an addition to a primary type such as Book, Video, Product etc.

\n\nEducationEvent serves a similar purpose for event-like things (e.g. a Trip). A LearningResource may be created as a result of an EducationEvent, for example by recording one.", + "rdfs:label": "LearningResource", "rdfs:subClassOf": { - "@id": "http://schema.org/GovernmentBuilding" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/exampleOfWork", + "@id": "http://schema.org/knows", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/workExample" + "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Person" }, - "rdfs:comment": "A creative work that this work is an example/instance/realization/derivation of.", - "rdfs:label": "exampleOfWork" + "rdfs:comment": "The most generic bi-directional social/work relation.", + "rdfs:label": "knows" }, { - "@id": "http://schema.org/UserCheckins", + "@id": "http://schema.org/ReservationHold", + "@type": "http://schema.org/ReservationStatusType", + "rdfs:comment": "The status of a reservation on hold pending an update like credit card number or flight changes.", + "rdfs:label": "ReservationHold" + }, + { + "@id": "http://schema.org/SpecialAnnouncement", "@type": "rdfs:Class", - "http://schema.org/supersededBy": { - "@id": "http://schema.org/InteractionCounter" + "http://schema.org/category": "issue-2490", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", - "rdfs:label": "UserCheckins", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2490" + }, + "rdfs:comment": "A SpecialAnnouncement combines a simple date-stamped textual information update\n with contextualized Web links and other structured data. It represents an information update made by a\n locally-oriented organization, for example schools, pharmacies, healthcare providers, community groups, police,\n local government.

\n\nFor work in progress guidelines on Coronavirus-related markup see this doc.

\n\nThe motivating scenario for SpecialAnnouncement is the Coronavirus pandemic, and the initial vocabulary is oriented to this urgent situation. Schema.org\nexpect to improve the markup iteratively as it is deployed and as feedback emerges from use. In addition to our\nusual Github entry, feedback comments can also be provided in this document.

\n\nWhile this schema is designed to communicate urgent crisis-related information, it is not the same as an emergency warning technology like CAP, although there may be overlaps. The intent is to cover\nthe kinds of everyday practical information being posted to existing websites during an emergency situation.

\n\nSeveral kinds of information can be provided:

\n\nWe encourage the provision of \"name\", \"text\", \"datePosted\", \"expires\" (if appropriate), \"category\" and\n\"url\" as a simple baseline. It is important to provide a value for \"category\" where possible, most ideally as a well known\nURL from Wikipedia or Wikidata. In the case of the 2019-2020 Coronavirus pandemic, this should be \"https://en.wikipedia.org/w/index.php?title=2019-20_coronavirus_pandemic\" or \"https://www.wikidata.org/wiki/Q81068910\".

\n\nFor many of the possible properties, values can either be simple links or an inline description, depending on whether a summary is available. For a link, provide just the URL of the appropriate page as the property's value. For an inline description, use a WebContent type, and provide the url as a property of that, alongside at least a simple \"text\" summary of the page. It is\nunlikely that a single SpecialAnnouncement will need all of the possible properties simultaneously.

\n\nWe expect that in many cases the page referenced might contain more specialized structured data, e.g. contact info, openingHours, Event, FAQPage etc. By linking to those pages from a SpecialAnnouncement you can help make it clearer that the events are related to the situation (e.g. Coronavirus) indicated by the category property of the SpecialAnnouncement.

\n\nMany SpecialAnnouncements will relate to particular regions and to identifiable local organizations. Use spatialCoverage for the region, and announcementLocation to indicate specific LocalBusinesses and CivicStructures. If the announcement affects both a particular region and a specific location (for example, a library closure that serves an entire region), use both spatialCoverage and announcementLocation.

\n\nThe about property can be used to indicate entities that are the focus of the announcement. We now recommend using about only\nfor representing non-location entities (e.g. a Course or a RadioStation). For places, use announcementLocation and spatialCoverage. Consumers of this markup should be aware that the initial design encouraged the use of /about for locations too.

\n\nThe basic content of SpecialAnnouncement is similar to that of an RSS or Atom feed. For publishers without such feeds, basic feed-like information can be shared by posting\nSpecialAnnouncement updates in a page, e.g. using JSON-LD. For sites with Atom/RSS functionality, you can point to a feed\nwith the webFeed property. This can be a simple URL, or an inline DataFeed object, with encodingFormat providing\nmedia type information e.g. \"application/rss+xml\" or \"application/atom+xml\".", + "rdfs:label": "SpecialAnnouncement", "rdfs:subClassOf": { - "@id": "http://schema.org/UserInteraction" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/opens", + "@id": "http://schema.org/specialty", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/OpeningHoursSpecification" + "@id": "http://schema.org/WebPage" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Time" + "@id": "http://schema.org/Specialty" }, - "rdfs:comment": "The opening hour of the place or service on the given day(s) of the week.", - "rdfs:label": "opens" + "rdfs:comment": "One of the domain specialities to which this web page's content applies.", + "rdfs:label": "specialty" }, { - "@id": "http://schema.org/version", + "@id": "http://schema.org/permittedUsage", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Accommodation" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/Number" - } - ], - "rdfs:comment": "The version of the CreativeWork embodied by a specified resource.", - "rdfs:label": "version" - }, - { - "@id": "http://schema.org/paymentMethod", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Invoice" - }, - { - "@id": "http://schema.org/Order" - } - ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/PaymentMethod" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The name of the credit card or other method of payment for the order.", - "rdfs:label": "paymentMethod" + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "Indications regarding the permitted usage of the accommodation.", + "rdfs:label": "permittedUsage" }, { - "@id": "http://schema.org/dateModified", + "@id": "http://schema.org/item", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/CreativeWork" - }, { "@id": "http://schema.org/DataFeedItem" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Date" }, { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/ListItem" } ], - "rdfs:comment": "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.", - "rdfs:label": "dateModified" - }, - { - "@id": "http://schema.org/VideoGameSeries", - "@type": "rdfs:Class", - "rdfs:comment": "A video game series.", - "rdfs:label": "VideoGameSeries", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWorkSeries" - } - }, - { - "@id": "http://schema.org/BroadcastService", - "@type": "rdfs:Class", - "rdfs:comment": "A delivery service through which content is provided via broadcast over the air or online.", - "rdfs:label": "BroadcastService", - "rdfs:subClassOf": { - "@id": "http://schema.org/Service" - } - }, - { - "@id": "http://schema.org/associatedArticle", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MediaObject" - }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/NewsArticle" + "@id": "http://schema.org/Thing" }, - "rdfs:comment": "A NewsArticle associated with the Media Object.", - "rdfs:label": "associatedArticle" + "rdfs:comment": "An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')’.", + "rdfs:label": "item" }, { - "@id": "http://schema.org/mainEntity", + "@id": "http://schema.org/conditionsOfAccess", "@type": "rdf:Property", + "http://schema.org/category": "issue-2173", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/mainEntityOfPage" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "Indicates the primary entity described in some page or other CreativeWork.", - "rdfs:label": "mainEntity", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/about" - } + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2173" + }, + "rdfs:comment": "Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an ArchiveComponent held by an ArchiveOrganization. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.

\n\nFor example \"Available by appointment from the Reading Room\" or \"Accessible only from logged-in accounts \".", + "rdfs:label": "conditionsOfAccess" }, { - "@id": "http://schema.org/productionCompany", + "@id": "http://schema.org/seatingCapacity", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/CreativeWorkSeason" - }, - { - "@id": "http://schema.org/TVSeries" - }, - { - "@id": "http://schema.org/Movie" - }, - { - "@id": "http://schema.org/RadioSeries" - }, - { - "@id": "http://schema.org/MovieSeries" - }, - { - "@id": "http://schema.org/MediaObject" - }, + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/VideoGameSeries" + "@id": "http://schema.org/Number" }, { - "@id": "http://schema.org/Episode" + "@id": "http://schema.org/QuantitativeValue" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, - "rdfs:comment": "The production company or studio responsible for the item e.g. series, video game, episode etc.", - "rdfs:label": "productionCompany" - }, - { - "@id": "http://schema.org/WearAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of dressing oneself in clothing.", - "rdfs:label": "WearAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/UseAction" - } - }, - { - "@id": "http://schema.org/TravelAgency", - "@type": "rdfs:Class", - "rdfs:comment": "A travel agency.", - "rdfs:label": "TravelAgency", - "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" - } - }, - { - "@id": "http://schema.org/PerformingGroup", - "@type": "rdfs:Class", - "rdfs:comment": "A performance group, such as a band, an orchestra, or a circus.", - "rdfs:label": "PerformingGroup", - "rdfs:subClassOf": { - "@id": "http://schema.org/Organization" - } - }, - { - "@id": "http://schema.org/Hostel", - "@type": "rdfs:Class", - "rdfs:comment": "A hostel - cheap accommodation, often in shared dormitories.\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", - "rdfs:label": "Hostel", - "rdfs:subClassOf": { - "@id": "http://schema.org/LodgingBusiness" - } + "rdfs:comment": "The number of persons that can be seated (e.g. in a vehicle), both in terms of the physical space available, and in terms of limitations set by law.

\n\nTypical unit code(s): C62 for persons", + "rdfs:label": "seatingCapacity" }, { - "@id": "http://schema.org/deliveryMethod", + "@id": "http://schema.org/maximumIntake", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/ReceiveAction" - }, - { - "@id": "http://schema.org/TrackAction" + "@id": "http://schema.org/DrugStrength" }, { - "@id": "http://schema.org/OrderAction" + "@id": "http://schema.org/Drug" }, { - "@id": "http://schema.org/SendAction" - } - ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DeliveryMethod" - }, - "rdfs:comment": "A sub property of instrument. The method of delivery.", - "rdfs:label": "deliveryMethod", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/instrument" - } - }, - { - "@id": "http://schema.org/endorsee", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/EndorseAction" - }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/DietarySupplement" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Substance" } ], - "rdfs:comment": "A sub property of participant. The person/organization being supported.", - "rdfs:label": "endorsee", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/participant" - } - }, - { - "@id": "http://schema.org/webCheckinTime", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Flight" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/MaximumDoseSchedule" }, - "rdfs:comment": "The time when a passenger can check into the flight online.", - "rdfs:label": "webCheckinTime" + "rdfs:comment": "Recommended intake of this supplement for a given population as defined by a specific recommending authority.", + "rdfs:label": "maximumIntake" }, { - "@id": "http://schema.org/assemblyVersion", + "@id": "http://schema.org/Pond", + "@type": "rdfs:Class", + "rdfs:comment": "A pond.", + "rdfs:label": "Pond", + "rdfs:subClassOf": { + "@id": "http://schema.org/BodyOfWater" + } + }, + { + "@id": "http://schema.org/LiteraryEvent", + "@type": "rdfs:Class", + "rdfs:comment": "Event type: Literary event.", + "rdfs:label": "LiteraryEvent", + "rdfs:subClassOf": { + "@id": "http://schema.org/Event" + } + }, + { + "@id": "http://schema.org/FollowAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates polled from.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "FollowAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/InteractAction" + } + }, + { + "@id": "http://schema.org/discountCode", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/APIReference" + "@id": "http://schema.org/Order" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "Associated product/technology version. e.g., .NET Framework 4.5.", - "rdfs:label": "assemblyVersion" + "rdfs:comment": "Code used to redeem a discount.", + "rdfs:label": "discountCode" }, { - "@id": "http://schema.org/branchOf", + "@id": "http://schema.org/numberOfPartialBathrooms", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/LocalBusiness" + "http://schema.org/category": "issue-2373", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Accommodation" + }, + { + "@id": "http://schema.org/FloorPlan" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Number" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/parentOrganization" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, - "rdfs:comment": "The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical)branch.", - "rdfs:label": "branchOf" - }, - { - "@id": "http://schema.org/BankOrCreditUnion", - "@type": "rdfs:Class", - "rdfs:comment": "Bank or credit union.", - "rdfs:label": "BankOrCreditUnion", - "rdfs:subClassOf": { - "@id": "http://schema.org/FinancialService" - } - }, - { - "@id": "http://schema.org/Quantity", - "@type": "rdfs:Class", - "rdfs:comment": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'.", - "rdfs:label": "Quantity", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } + "rdfs:comment": "Number of partial bathrooms - The total number of half and ¼ bathrooms in an Accommodation. This corresponds to the BathroomsPartial field in RESO.", + "rdfs:label": "numberOfPartialBathrooms" }, { - "@id": "http://schema.org/AllWheelDriveConfiguration", - "@type": "http://schema.org/DriveWheelConfigurationValue", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + "@id": "http://schema.org/PercutaneousProcedure", + "@type": "http://schema.org/MedicalProcedureType", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "All-wheel Drive is a transmission layout where the engine drives all four wheels.", - "rdfs:label": "AllWheelDriveConfiguration" + "rdfs:comment": "A type of medical procedure that involves percutaneous techniques, where access to organs or tissue is achieved via needle-puncture of the skin. For example, catheter-based procedures like stent delivery.", + "rdfs:label": "PercutaneousProcedure" }, { - "@id": "http://schema.org/geo", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/RepaymentSpecification", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1253", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/source": [ { - "@id": "http://schema.org/GeoCoordinates" + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" }, { - "@id": "http://schema.org/GeoShape" + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" } ], - "rdfs:comment": "The geo coordinates of the place.", - "rdfs:label": "geo" + "rdfs:comment": "A structured value representing repayment.", + "rdfs:label": "RepaymentSpecification", + "rdfs:subClassOf": { + "@id": "http://schema.org/StructuredValue" + } }, { - "@id": "http://schema.org/VideoGallery", + "@id": "http://schema.org/GamePlayMode", "@type": "rdfs:Class", - "rdfs:comment": "Web page type: Video gallery page.", - "rdfs:label": "VideoGallery", + "rdfs:comment": "Indicates whether this game is multi-player, co-op or single-player.", + "rdfs:label": "GamePlayMode", "rdfs:subClassOf": { - "@id": "http://schema.org/CollectionPage" + "@id": "http://schema.org/Enumeration" } }, { - "@id": "http://schema.org/EducationalAudience", + "@id": "http://schema.org/SportsEvent", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass" - }, - "rdfs:comment": "An EducationalAudience.", - "rdfs:label": "EducationalAudience", + "rdfs:comment": "Event type: Sports event.", + "rdfs:label": "SportsEvent", "rdfs:subClassOf": { - "@id": "http://schema.org/Audience" + "@id": "http://schema.org/Event" } }, { - "@id": "http://schema.org/department", + "@id": "http://schema.org/installUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/URL" }, - "rdfs:comment": "A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe.", - "rdfs:label": "department" + "rdfs:comment": "URL at which the app may be installed, if different from the URL of the item.", + "rdfs:label": "installUrl" }, { - "@id": "http://schema.org/targetUrl", + "@id": "http://schema.org/loanType", "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/AlignmentObject" + "@id": "http://schema.org/LoanOrCredit" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": [ + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + } + ], + "rdfs:comment": "The type of a loan or credit.", + "rdfs:label": "loanType" + }, + { + "@id": "http://schema.org/citation", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.", + "rdfs:label": "citation" + }, + { + "@id": "http://schema.org/possibleTreatment", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/MedicalCondition" + }, + { + "@id": "http://schema.org/MedicalSignOrSymptom" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/MedicalTherapy" }, - "rdfs:comment": "The URL of a node in an established educational framework.", - "rdfs:label": "targetUrl" + "rdfs:comment": "A possible treatment to address this condition, sign or symptom.", + "rdfs:label": "possibleTreatment" }, { - "@id": "http://schema.org/CityHall", + "@id": "http://schema.org/ArchiveComponent", "@type": "rdfs:Class", - "rdfs:comment": "A city hall.", - "rdfs:label": "CityHall", + "http://schema.org/category": { + "@language": "en", + "@value": "issue-1758" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1758" + }, + "rdfs:comment": "An intangible type to be applied to any archive content, carrying with it a set of properties required to describe archival items and collections.", + "rdfs:label": { + "@language": "en", + "@value": "ArchiveComponent" + }, "rdfs:subClassOf": { - "@id": "http://schema.org/GovernmentBuilding" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/ReservationCancelled", - "@type": "http://schema.org/ReservationStatusType", - "rdfs:comment": "The status for a previously confirmed reservation that is now cancelled.", - "rdfs:label": "ReservationCancelled" + "@id": "http://schema.org/album", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MusicGroup" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MusicAlbum" + }, + "rdfs:comment": "A music album.", + "rdfs:label": "album" }, { - "@id": "http://schema.org/carbohydrateContent", + "@id": "http://schema.org/termDuration", "@type": "rdf:Property", + "http://schema.org/category": "issue-2419", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/NutritionInformation" + "@id": "http://schema.org/EducationalOccupationalProgram" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Mass" + "@id": "http://schema.org/Duration" }, - "rdfs:comment": "The number of grams of carbohydrates.", - "rdfs:label": "carbohydrateContent" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2419" + }, + "rdfs:comment": "The amount of time in a term as defined by the institution. A term is a length of time where students take one or more classes. Semesters and quarters are common units for term.", + "rdfs:label": "termDuration" }, { - "@id": "http://schema.org/ComedyEvent", + "@id": "http://schema.org/TakeAction", "@type": "rdfs:Class", - "rdfs:comment": "Event type: Comedy event.", - "rdfs:label": "ComedyEvent", + "rdfs:comment": "The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "TakeAction", "rdfs:subClassOf": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/TransferAction" } }, { - "@id": "http://schema.org/isSimilarTo", + "@id": "http://schema.org/worksFor", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Person" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Product" - }, - { - "@id": "http://schema.org/Service" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Service" - }, - { - "@id": "http://schema.org/Product" - } - ], - "rdfs:comment": "A pointer to another, functionally similar product (or multiple products).", - "rdfs:label": "isSimilarTo" - }, - { - "@id": "http://schema.org/DonateAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of providing goods, services, or money without compensation, often for philanthropic reasons.", - "rdfs:label": "DonateAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/TradeAction" - } + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Organization" + }, + "rdfs:comment": "Organizations that the person works for.", + "rdfs:label": "worksFor" }, { - "@id": "http://schema.org/closes", + "@id": "http://schema.org/musicalKey", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/OpeningHoursSpecification" + "@id": "http://schema.org/MusicComposition" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Time" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The closing hour of the place or service on the given day(s) of the week.", - "rdfs:label": "closes" - }, - { - "@id": "http://schema.org/Brand", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, - "rdfs:comment": "A brand is a name used by an organization or business person for labeling a product, product group, or similar.", - "rdfs:label": "Brand", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } + "rdfs:comment": "The key, mode, or scale this composition uses.", + "rdfs:label": "musicalKey" }, { - "@id": "http://schema.org/MovingCompany", - "@type": "rdfs:Class", - "rdfs:comment": "A moving company.", - "rdfs:label": "MovingCompany", - "rdfs:subClassOf": { - "@id": "http://schema.org/HomeAndConstructionBusiness" - } + "@id": "http://schema.org/healthPlanCopay", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1062", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/HealthPlanCostSharingSpecification" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/PriceSpecification" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "Whether The copay amount.", + "rdfs:label": "healthPlanCopay" }, { - "@id": "http://schema.org/Question", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange" + "@id": "http://schema.org/replyToUrl", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/UserComments" }, - "rdfs:comment": "A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document.", - "rdfs:label": "Question", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" - } + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/URL" + }, + "rdfs:comment": "The URL at which a reply may be posted to the specified UserComment.", + "rdfs:label": "replyToUrl" }, { - "@id": "http://schema.org/ZoneBoardingPolicy", - "@type": "http://schema.org/BoardingPolicyType", - "rdfs:comment": "The airline boards by zones of the plane.", - "rdfs:label": "ZoneBoardingPolicy" + "@id": "http://schema.org/cvdNumICUBeds", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2521", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CDCPMDRecord" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" + }, + "rdfs:comment": "numicubeds - ICU BEDS: Total number of staffed inpatient intensive care unit (ICU) beds.", + "rdfs:label": "cvdNumICUBeds" }, { - "@id": "http://schema.org/storageRequirements", + "@id": "http://schema.org/floorLevel", "@type": "rdf:Property", + "http://schema.org/category": "issue-2373", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/Accommodation" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/URL" - } - ], - "rdfs:comment": "Storage requirements (free space required).", - "rdfs:label": "storageRequirements" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2373" + }, + "rdfs:comment": "The floor level for an Accommodation in a multi-storey building. Since counting\n systems vary internationally, the local system should be used where possible.", + "rdfs:label": "floorLevel" }, { - "@id": "http://schema.org/BorrowAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "BorrowAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/TransferAction" - } + "@id": "http://schema.org/arrivalStation", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/TrainTrip" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/TrainStation" + }, + "rdfs:comment": "The station where the train trip ends.", + "rdfs:label": "arrivalStation" }, { - "@id": "http://schema.org/GardenStore", + "@id": "http://schema.org/InteractAction", "@type": "rdfs:Class", - "rdfs:comment": "A garden store.", - "rdfs:label": "GardenStore", + "rdfs:comment": "The act of interacting with another person or organization.", + "rdfs:label": "InteractAction", "rdfs:subClassOf": { - "@id": "http://schema.org/Store" + "@id": "http://schema.org/Action" } }, { - "@id": "http://schema.org/estimatedCost", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/HowToSupply" - }, - { - "@id": "http://schema.org/HowTo" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/MonetaryAmount" - }, - { - "@id": "http://schema.org/Text" - } - ], - "rdfs:comment": "The estimated cost of the supply or supplies consumed when performing instructions.", - "rdfs:label": "estimatedCost" - }, - { - "@id": "http://schema.org/contactPoint", + "@id": "http://schema.org/requiredMinAge", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/HealthInsurancePlan" - }, - { - "@id": "http://schema.org/Person" - }, - { - "@id": "http://schema.org/Organization" - } - ], + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PeopleAudience" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ContactPoint" + "@id": "http://schema.org/Integer" }, - "rdfs:comment": "A contact point for a person or organization.", - "rdfs:label": "contactPoint" + "rdfs:comment": "Audiences defined by a person's minimum age.", + "rdfs:label": "requiredMinAge" }, { - "@id": "http://schema.org/genre", + "@id": "http://schema.org/address", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/MusicGroup" + "@id": "http://schema.org/Place" }, { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/GeoShape" }, { - "@id": "http://schema.org/BroadcastChannel" - } - ], - "http://schema.org/rangeIncludes": [ + "@id": "http://schema.org/Organization" + }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/GeoCoordinates" }, { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Person" } ], - "rdfs:comment": "Genre of the creative work, broadcast channel or group.", - "rdfs:label": "genre" - }, - { - "@id": "http://schema.org/volumeNumber", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PublicationVolume" - }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/PostalAddress" } ], - "http://www.w3.org/2002/07/owl#equivalentProperty": { - "@id": "http://purl.org/ontology/bibo/volume" - }, - "rdfs:comment": "Identifies the volume of publication or multi-part work; for example, \"iii\" or \"2\".", - "rdfs:label": "volumeNumber", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/position" - } + "rdfs:comment": "Physical address of the item.", + "rdfs:label": "address" }, { - "@id": "http://schema.org/requiredGender", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PeopleAudience" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/LaserDiscFormat", + "@type": "http://schema.org/MusicReleaseFormatType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, - "rdfs:comment": "Audiences defined by a person's gender.", - "rdfs:label": "requiredGender" + "rdfs:comment": "LaserDiscFormat.", + "rdfs:label": "LaserDiscFormat" }, { - "@id": "http://schema.org/ReviewAction", + "@id": "http://schema.org/AutoBodyShop", "@type": "rdfs:Class", - "rdfs:comment": "The act of producing a balanced opinion about the object for an audience. An agent reviews an object with participants resulting in a review.", - "rdfs:label": "ReviewAction", + "rdfs:comment": "Auto body shop.", + "rdfs:label": "AutoBodyShop", "rdfs:subClassOf": { - "@id": "http://schema.org/AssessAction" + "@id": "http://schema.org/AutomotiveBusiness" } }, { - "@id": "http://schema.org/maxValue", + "@id": "http://schema.org/byDay", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/category": "issue-1457", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Schedule" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/QuantitativeValue" - }, - { - "@id": "http://schema.org/PropertyValueSpecification" - }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/PropertyValue" + "@id": "http://schema.org/DayOfWeek" }, { - "@id": "http://schema.org/MonetaryAmount" + "@id": "http://schema.org/Text" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1457" }, - "rdfs:comment": "The upper value of some characteristic or property.", - "rdfs:label": "maxValue" + "rdfs:comment": "Defines the day(s) of the week on which a recurring Event takes place. May be specified using either DayOfWeek, or alternatively Text conforming to iCal's syntax for byDay recurrence rules", + "rdfs:label": "byDay" }, { - "@id": "http://schema.org/UserComments", + "@id": "http://schema.org/BroadcastEvent", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/InteractionCounter" - }, - "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", - "rdfs:label": "UserComments", + "rdfs:comment": "An over the air or online broadcast event.", + "rdfs:label": "BroadcastEvent", "rdfs:subClassOf": { - "@id": "http://schema.org/UserInteraction" + "@id": "http://schema.org/PublicationEvent" } }, { - "@id": "http://schema.org/NewCondition", - "@type": "http://schema.org/OfferItemCondition", - "rdfs:comment": "Indicates that the item is new.", - "rdfs:label": "NewCondition" + "@id": "http://schema.org/reviewCount", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/AggregateRating" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "rdfs:comment": "The count of total number of reviews.", + "rdfs:label": "reviewCount" }, { - "@id": "http://schema.org/parentOrganization", + "@id": "http://schema.org/endOffset", "@type": "rdf:Property", + "http://schema.org/category": "issue-2021", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Clip" }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/subOrganization" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "The larger organization that this organization is a subOrganization of, if any.", - "rdfs:label": "parentOrganization" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2021" + }, + "rdfs:comment": "The end time of the clip expressed as the number of seconds from the beginning of the work.", + "rdfs:label": "endOffset" }, { - "@id": "http://schema.org/PaintAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of producing a painting, typically with paint and canvas as instruments.", - "rdfs:label": "PaintAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreateAction" - } + "@id": "http://schema.org/contentUrl", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MediaObject" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/URL" + }, + "rdfs:comment": "Actual bytes of the media object, for example the image file or video file.", + "rdfs:label": "contentUrl" }, { - "@id": "http://schema.org/Blog", + "@id": "http://schema.org/Zoo", "@type": "rdfs:Class", - "rdfs:comment": "A blog.", - "rdfs:label": "Blog", + "rdfs:comment": "A zoo.", + "rdfs:label": "Zoo", "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/CivicStructure" } }, { - "@id": "http://schema.org/duration", + "@id": "http://schema.org/exifData", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ImageObject" }, - "http://schema.org/category": "issue-1698", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/MediaObject" - }, - { - "@id": "http://schema.org/Event" - }, - { - "@id": "http://schema.org/Audiobook" - }, - { - "@id": "http://schema.org/MusicRecording" - }, - { - "@id": "http://schema.org/QuantitativeValueDistribution" - }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Movie" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/MusicRelease" + "@id": "http://schema.org/PropertyValue" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Duration" + "rdfs:comment": "exif data for this object.", + "rdfs:label": "exifData" + }, + { + "@id": "http://schema.org/LakeBodyOfWater", + "@type": "rdfs:Class", + "rdfs:comment": "A lake (for example, Lake Pontrachain).", + "rdfs:label": "LakeBodyOfWater", + "rdfs:subClassOf": { + "@id": "http://schema.org/BodyOfWater" + } + }, + { + "@id": "http://schema.org/LowLactoseDiet", + "@type": "http://schema.org/RestrictedDiet", + "rdfs:comment": "A diet appropriate for people with lactose intolerance.", + "rdfs:label": "LowLactoseDiet" + }, + { + "@id": "http://schema.org/PrescriptionOnly", + "@type": "http://schema.org/DrugPrescriptionStatus", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.", - "rdfs:label": "duration" + "rdfs:comment": "Available by prescription only.", + "rdfs:label": "PrescriptionOnly" }, { - "@id": "http://schema.org/SportsActivityLocation", + "@id": "http://schema.org/TelevisionStation", "@type": "rdfs:Class", - "rdfs:comment": "A sports location, such as a playing field.", - "rdfs:label": "SportsActivityLocation", + "rdfs:comment": "A television station.", + "rdfs:label": "TelevisionStation", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { - "@id": "http://schema.org/acceptedAnswer", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Question" + "@id": "http://schema.org/SpeakableSpecification", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1389", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1389" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Answer" - }, - { - "@id": "http://schema.org/ItemList" - } - ], - "rdfs:comment": "The answer(s) that has been accepted as best, typically on a Question/Answer site. Sites vary in their selection mechanisms, e.g. drawing on community opinion and/or the view of the Question author.", - "rdfs:label": "acceptedAnswer", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/suggestedAnswer" + "rdfs:comment": "A SpeakableSpecification indicates (typically via xpath or cssSelector) sections of a document that are highlighted as particularly speakable. Instances of this type are expected to be used primarily as values of the speakable property.", + "rdfs:label": "SpeakableSpecification", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/WarrantyPromise", + "@id": "http://schema.org/PaymentService", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, - "rdfs:comment": "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 of a product.", - "rdfs:label": "WarrantyPromise", + "rdfs:comment": "A Service to transfer funds from a person or organization to a beneficiary person or organization.", + "rdfs:label": "PaymentService", "rdfs:subClassOf": { - "@id": "http://schema.org/StructuredValue" + "@id": "http://schema.org/FinancialProduct" } }, { - "@id": "http://schema.org/EmployerAggregateRating", + "@id": "http://schema.org/RefundTypeEnumeration", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1689" + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/category": "issue-1689", - "rdfs:comment": "An aggregate rating of an Organization related to its role as an employer.", - "rdfs:label": "EmployerAggregateRating", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "RefundTypeEnumeration enumerates several kinds of product return refund types.", + "rdfs:label": "RefundTypeEnumeration", "rdfs:subClassOf": { - "@id": "http://schema.org/AggregateRating" + "@id": "http://schema.org/Enumeration" } }, { - "@id": "http://schema.org/fromLocation", + "@id": "http://schema.org/playMode", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/TransferAction" - }, - { - "@id": "http://schema.org/MoveAction" + "@id": "http://schema.org/VideoGameSeries" }, { - "@id": "http://schema.org/ExerciseAction" + "@id": "http://schema.org/VideoGame" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" - }, - "rdfs:comment": "A sub property of location. The original location of the object or the agent before the action.", - "rdfs:label": "fromLocation", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/location" - } - }, - { - "@id": "http://schema.org/Event", - "@type": "rdfs:Class", - "http://www.w3.org/2002/07/owl#equivalentClass": { - "@id": "http://purl.org/dc/dcmitype/Event" + "@id": "http://schema.org/GamePlayMode" }, - "rdfs:comment": "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 events may be structured as separate Event objects.", - "rdfs:label": "Event", - "rdfs:subClassOf": { - "@id": "http://schema.org/Thing" - } + "rdfs:comment": "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time.", + "rdfs:label": "playMode" }, { - "@id": "http://schema.org/keywords", + "@id": "http://schema.org/alcoholWarning", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.", - "rdfs:label": "keywords" - }, - { - "@id": "http://schema.org/House", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" - }, - "rdfs:comment": "A house is a building or structure that has the ability to be occupied for habitation by humans or other creatures (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/House).", - "rdfs:label": "House", - "rdfs:subClassOf": { - "@id": "http://schema.org/Accommodation" - } + "rdfs:comment": "Any precaution, guidance, contraindication, etc. related to consumption of alcohol while taking this drug.", + "rdfs:label": "alcoholWarning" }, { - "@id": "http://schema.org/hostingOrganization", + "@id": "http://schema.org/alumni", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ProgramMembership" + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/EducationalOrganization" + } + ], + "http://schema.org/inverseOf": { + "@id": "http://schema.org/alumniOf" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Person" }, - "rdfs:comment": "The organization (airline, travelers' club, etc.) the membership is made with.", - "rdfs:label": "hostingOrganization" + "rdfs:comment": "Alumni of an organization.", + "rdfs:label": "alumni" }, { - "@id": "http://schema.org/arrivalTime", + "@id": "http://schema.org/RsvpResponseNo", + "@type": "http://schema.org/RsvpResponseType", + "rdfs:comment": "The invitee will not attend.", + "rdfs:label": "RsvpResponseNo" + }, + { + "@id": "http://schema.org/strengthUnit", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Trip" + "@id": "http://schema.org/DrugStrength" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/DateTime" - }, - { - "@id": "http://schema.org/Time" - } - ], - "rdfs:comment": "The expected arrival time.", - "rdfs:label": "arrivalTime" - }, - { - "@id": "http://schema.org/CompilationAlbum", - "@type": "http://schema.org/MusicAlbumProductionType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "CompilationAlbum.", - "rdfs:label": "CompilationAlbum" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The units of an active ingredient's strength, e.g. mg.", + "rdfs:label": "strengthUnit" }, { - "@id": "http://schema.org/StudioAlbum", - "@type": "http://schema.org/MusicAlbumProductionType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "@id": "http://schema.org/RadiationTherapy", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "StudioAlbum.", - "rdfs:label": "StudioAlbum" + "rdfs:comment": "A process of care using radiation aimed at improving a health condition.", + "rdfs:label": "RadiationTherapy", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalTherapy" + } }, { - "@id": "http://schema.org/hasDigitalDocumentPermission", + "@id": "http://schema.org/dissolutionDate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/DigitalDocument" + "@id": "http://schema.org/Organization" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DigitalDocumentPermission" + "@id": "http://schema.org/Date" }, - "rdfs:comment": "A permission related to the access to this document (e.g. permission to read or write an electronic document). For a public document, specify a grantee with an Audience with audienceType equal to \"public\".", - "rdfs:label": "hasDigitalDocumentPermission" + "rdfs:comment": "The date that this organization was dissolved.", + "rdfs:label": "dissolutionDate" }, { - "@id": "http://schema.org/programmingModel", + "@id": "http://schema.org/totalJobOpenings", "@type": "rdf:Property", + "http://schema.org/category": "issue-2329", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/APIReference" + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Integer" }, - "rdfs:comment": "Indicates whether API is managed or unmanaged.", - "rdfs:label": "programmingModel" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2329" + }, + "rdfs:comment": "The number of positions open for this job posting. Use a positive integer. Do not use if the number of positions is unclear or not known.", + "rdfs:label": "totalJobOpenings" }, { - "@id": "http://schema.org/colleague", + "@id": "http://schema.org/responsibilities", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/category": "issue-1698", + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Occupation" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/JobPosting" } ], - "rdfs:comment": "A colleague of the person.", - "rdfs:label": "colleague" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + }, + "rdfs:comment": "Responsibilities associated with this role or Occupation.", + "rdfs:label": "responsibilities" }, { - "@id": "http://schema.org/children", + "@id": "http://schema.org/isGift", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Order" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Boolean" }, - "rdfs:comment": "A child of the person.", - "rdfs:label": "children" + "rdfs:comment": "Was the offer accepted as a gift for someone other than the buyer.", + "rdfs:label": "isGift" }, { - "@id": "http://schema.org/applicationSuite", + "@id": "http://schema.org/numberOfItems", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/ItemList" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Integer" }, - "rdfs:comment": "The name of the application suite to which the application belongs (e.g. Excel belongs to Office).", - "rdfs:label": "applicationSuite" + "rdfs:comment": "The number of items in an ItemList. Note that some descriptions might not fully describe all items in a list (e.g., multi-page pagination); in such cases, the numberOfItems would be for the entire list.", + "rdfs:label": "numberOfItems" }, { - "@id": "http://schema.org/educationalRole", + "@id": "http://schema.org/Beach", + "@type": "rdfs:Class", + "rdfs:comment": "Beach.", + "rdfs:label": "Beach", + "rdfs:subClassOf": { + "@id": "http://schema.org/CivicStructure" + } + }, + { + "@id": "http://schema.org/code", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/EducationalAudience" + "@id": "http://schema.org/MedicalEntity" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/MedicalCode" }, - "rdfs:comment": "An educationalRole of an EducationalAudience.", - "rdfs:label": "educationalRole" + "rdfs:comment": "A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.", + "rdfs:label": "code" }, { - "@id": "http://schema.org/encodesCreativeWork", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MediaObject" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/encoding" + "@id": "http://schema.org/DisabilitySupport", + "@type": "http://schema.org/GovernmentBenefitsType", + "http://schema.org/category": "issue-2534", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWork" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2534" }, - "rdfs:comment": "The CreativeWork encoded by this media object.", - "rdfs:label": "encodesCreativeWork" + "rdfs:comment": "DisabilitySupport: this is a benefit for disability support.", + "rdfs:label": "DisabilitySupport" }, { - "@id": "http://schema.org/seller", + "@id": "http://schema.org/restPeriods", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Demand" - }, - { - "@id": "http://schema.org/Order" - }, - { - "@id": "http://schema.org/Flight" - }, - { - "@id": "http://schema.org/BuyAction" - }, - { - "@id": "http://schema.org/Offer" - } - ], + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ExercisePlan" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/QuantitativeValue" } ], - "rdfs:comment": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider.", - "rdfs:label": "seller", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/participant" - } + "rdfs:comment": "How often one should break from the activity.", + "rdfs:label": "restPeriods" }, { - "@id": "http://schema.org/AdultEntertainment", + "@id": "http://schema.org/Recruiting", + "@type": "http://schema.org/MedicalStudyStatus", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Recruiting participants.", + "rdfs:label": "Recruiting" + }, + { + "@id": "http://schema.org/HowToItem", "@type": "rdfs:Class", - "rdfs:comment": "An adult entertainment establishment.", - "rdfs:label": "AdultEntertainment", + "rdfs:comment": "An item used as either a tool or supply when performing the instructions for how to to achieve a result.", + "rdfs:label": "HowToItem", "rdfs:subClassOf": { - "@id": "http://schema.org/EntertainmentBusiness" + "@id": "http://schema.org/ListItem" } }, { - "@id": "http://schema.org/interactionCount", + "@id": "http://schema.org/circle", "@type": "rdf:Property", - "http://schema.org/supersededBy": { - "@id": "http://schema.org/interactionStatistic" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/GeoShape" }, - "rdfs:comment": "This property is deprecated, alongside the UserInteraction types on which it depended.", - "rdfs:label": "interactionCount" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.", + "rdfs:label": "circle" }, { - "@id": "http://schema.org/author", + "@id": "http://schema.org/BodyOfWater", + "@type": "rdfs:Class", + "rdfs:comment": "A body of water, such as a sea, ocean, or lake.", + "rdfs:label": "BodyOfWater", + "rdfs:subClassOf": { + "@id": "http://schema.org/Landform" + } + }, + { + "@id": "http://schema.org/availableLanguage", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Rating" + "@id": "http://schema.org/LodgingBusiness" }, { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/TouristAttraction" + }, + { + "@id": "http://schema.org/ServiceChannel" + }, + { + "@id": "http://schema.org/ContactPoint" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Language" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.", - "rdfs:label": "author" + "rdfs:comment": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage", + "rdfs:label": "availableLanguage" }, { - "@id": "http://schema.org/DriveWheelConfigurationValue", + "@id": "http://schema.org/RadioSeries", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, - "rdfs:comment": "A value indicating which roadwheels will receive torque.", - "rdfs:label": "DriveWheelConfigurationValue", + "rdfs:comment": "CreativeWorkSeries dedicated to radio broadcast and associated online delivery.", + "rdfs:label": "RadioSeries", "rdfs:subClassOf": { - "@id": "http://schema.org/QualitativeValue" + "@id": "http://schema.org/CreativeWorkSeries" } }, { - "@id": "http://schema.org/courseCode", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Course" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The identifier for the Course used by the course provider (e.g. CS101 or 6.001).", - "rdfs:label": "courseCode" - }, - { - "@id": "http://schema.org/Role", + "@id": "http://schema.org/PathologyTest", "@type": "rdfs:Class", - "rdfs:comment": "Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'.

\n\nSee also blog post.", - "rdfs:label": "Role", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } - }, - { - "@id": "http://schema.org/LowCalorieDiet", - "@type": "http://schema.org/RestrictedDiet", - "rdfs:comment": "A diet focused on reduced calorie intake.", - "rdfs:label": "LowCalorieDiet" - }, - { - "@id": "http://schema.org/RearWheelDriveConfiguration", - "@type": "http://schema.org/DriveWheelConfigurationValue", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, - "rdfs:comment": "Real-wheel drive is a transmission layout where the engine drives the rear wheels.", - "rdfs:label": "RearWheelDriveConfiguration" - }, - { - "@id": "http://schema.org/targetName", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/AlignmentObject" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The name of a node in an established educational framework.", - "rdfs:label": "targetName" - }, - { - "@id": "http://schema.org/dataset", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/DataCatalog" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/includedInDataCatalog" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Dataset" - }, - "rdfs:comment": "A dataset contained in this catalog.", - "rdfs:label": "dataset" - }, - { - "@id": "http://schema.org/City", - "@type": "rdfs:Class", - "rdfs:comment": "A city or town.", - "rdfs:label": "City", + "rdfs:comment": "A medical test performed by a laboratory that typically involves examination of a tissue sample by a pathologist.", + "rdfs:label": "PathologyTest", "rdfs:subClassOf": { - "@id": "http://schema.org/AdministrativeArea" + "@id": "http://schema.org/MedicalTest" } }, { - "@id": "http://schema.org/recipeCuisine", + "@id": "http://schema.org/performerIn", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Recipe" + "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Event" }, - "rdfs:comment": "The cuisine of the recipe (for example, French or Ethiopian).", - "rdfs:label": "recipeCuisine" - }, - { - "@id": "http://schema.org/ConsumeAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of ingesting information/resources/food.", - "rdfs:label": "ConsumeAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/Action" - } + "rdfs:comment": "Event that this person is a performer or participant in.", + "rdfs:label": "performerIn" }, { - "@id": "http://schema.org/ScreeningEvent", + "@id": "http://schema.org/MusicVideoObject", "@type": "rdfs:Class", - "rdfs:comment": "A screening of a movie or other video.", - "rdfs:label": "ScreeningEvent", + "rdfs:comment": "A music video file.", + "rdfs:label": "MusicVideoObject", "rdfs:subClassOf": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/MediaObject" } }, { - "@id": "http://schema.org/legalName", + "@id": "http://schema.org/question", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/AskAction" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Question" }, - "rdfs:comment": "The official name of the organization, e.g. the registered company name.", - "rdfs:label": "legalName" + "rdfs:comment": "A sub property of object. A question.", + "rdfs:label": "question", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/object" + } }, { - "@id": "http://schema.org/LimitedAvailability", - "@type": "http://schema.org/ItemAvailability", - "rdfs:comment": "Indicates that the item has limited availability.", - "rdfs:label": "LimitedAvailability" + "@id": "http://schema.org/MarryAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of marrying a person.", + "rdfs:label": "MarryAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/InteractAction" + } }, { - "@id": "http://schema.org/specialCommitments", + "@id": "http://schema.org/device", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/JobPosting" + "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.", - "rdfs:label": "specialCommitments" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/availableOnDevice" + }, + "rdfs:comment": "Device required to run the application. Used in cases where a specific make/model is required to run the application.", + "rdfs:label": "device" }, { - "@id": "http://schema.org/ticketToken", + "@id": "http://schema.org/advanceBookingRequirement", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Ticket" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Offer" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Demand" } ], - "rdfs:comment": "Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance.", - "rdfs:label": "ticketToken" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The amount of time that is required between accepting the offer and the actual usage of the resource or service.", + "rdfs:label": "advanceBookingRequirement" }, { - "@id": "http://schema.org/ArriveAction", + "@id": "http://schema.org/PotentialActionStatus", + "@type": "http://schema.org/ActionStatusType", + "rdfs:comment": "A description of an action that is supported.", + "rdfs:label": "PotentialActionStatus" + }, + { + "@id": "http://schema.org/AnalysisNewsArticle", "@type": "rdfs:Class", - "rdfs:comment": "The act of arriving at a place. An agent arrives at a destination from a fromLocation, optionally with participants.", - "rdfs:label": "ArriveAction", + "http://schema.org/category": "issue-1525", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" + }, + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" + } + ], + "rdfs:comment": "An AnalysisNewsArticle is a NewsArticle that, while based on factual reporting, incorporates the expertise of the author/producer, offering interpretations and conclusions.", + "rdfs:label": "AnalysisNewsArticle", "rdfs:subClassOf": { - "@id": "http://schema.org/MoveAction" + "@id": "http://schema.org/NewsArticle" } }, { - "@id": "http://schema.org/cookTime", + "@id": "http://schema.org/foodEvent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Recipe" + "@id": "http://schema.org/CookAction" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Duration" + "@id": "http://schema.org/FoodEvent" }, - "rdfs:comment": "The time it takes to actually cook the dish, in ISO 8601 duration format.", - "rdfs:label": "cookTime", + "rdfs:comment": "A sub property of location. The specific food event where the action occurred.", + "rdfs:label": "foodEvent", "rdfs:subPropertyOf": { - "@id": "http://schema.org/performTime" + "@id": "http://schema.org/location" } }, { - "@id": "http://schema.org/knownVehicleDamages", + "@id": "http://schema.org/accessibilityAPI", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "A textual description of known damages, both repaired and unrepaired.", - "rdfs:label": "knownVehicleDamages" + "rdfs:comment": "Indicates that the resource is compatible with the referenced accessibility API (WebSchemas wiki lists possible values).", + "rdfs:label": "accessibilityAPI" }, { - "@id": "http://schema.org/occupationalCategory", + "@id": "http://schema.org/characterAttribute", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": [ - { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" - }, + "http://schema.org/domainIncludes": [ { - "@id": "https://github.com/schemaorg/schemaorg/issues/2192" + "@id": "http://schema.org/Game" }, { - "@id": "https://github.com/schemaorg/schemaorg/issues/2289" + "@id": "http://schema.org/VideoGameSeries" } ], - "http://schema.org/category": [ - "issue-2192", - "issue-1698", - "issue-2289" - ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Thing" + }, + "rdfs:comment": "A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage).", + "rdfs:label": "characterAttribute" + }, + { + "@id": "http://schema.org/Neuro", + "@type": "http://schema.org/PhysicalExam", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Neurological system clinical examination.", + "rdfs:label": "Neuro" + }, + { + "@id": "http://schema.org/tourBookingPage", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2373", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/WorkBasedProgram" - }, - { - "@id": "http://schema.org/Occupation" + "@id": "http://schema.org/ApartmentComplex" }, { - "@id": "http://schema.org/JobPosting" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/CategoryCode" + "@id": "http://schema.org/Place" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Accommodation" } ], - "rdfs:comment": "A category describing the job, preferably using a term from a taxonomy such as BLS O*NET-SOC, ISCO-08 or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.

\n\nNote: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.", - "rdfs:label": "occupationalCategory" - }, - { - "@id": "http://schema.org/securityScreening", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/FlightReservation" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The type of security screening the passenger is subject to.", - "rdfs:label": "securityScreening" - }, - { - "@id": "http://schema.org/addressRegion", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PostalAddress" + "@id": "http://schema.org/URL" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, - "rdfs:comment": "The region in which the locality is, and which is in the country. For example, California or another appropriate first-level Administrative division", - "rdfs:label": "addressRegion" + "rdfs:comment": "A page providing information on how to book a tour of some Place, such as an Accommodation or ApartmentComplex in a real estate setting, as well as other kinds of tours as appropriate.", + "rdfs:label": "tourBookingPage" }, { - "@id": "http://schema.org/EventCancelled", - "@type": "http://schema.org/EventStatusType", - "rdfs:comment": "The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date(s).", - "rdfs:label": "EventCancelled" + "@id": "http://schema.org/MedicalBusiness", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A particular physical or virtual business of an organization for medical purposes. Examples of MedicalBusiness include differents business run by health professionals.", + "rdfs:label": "MedicalBusiness", + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } }, { - "@id": "http://schema.org/object", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Action" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" - }, - "rdfs:comment": "The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). e.g. John read a book.", - "rdfs:label": "object" + "@id": "http://schema.org/GeneralContractor", + "@type": "rdfs:Class", + "rdfs:comment": "A general contractor.", + "rdfs:label": "GeneralContractor", + "rdfs:subClassOf": { + "@id": "http://schema.org/HomeAndConstructionBusiness" + } }, { - "@id": "http://schema.org/assembly", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/APIReference" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/executableLibraryName" + "@id": "http://schema.org/Otolaryngologic", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "Library file name e.g., mscorlib.dll, system.web.dll.", - "rdfs:label": "assembly" + "rdfs:comment": "A specific branch of medical science that is concerned with the ear, nose and throat and their respective disease states.", + "rdfs:label": "Otolaryngologic", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalBusiness" + } }, { - "@id": "http://schema.org/geoCovers", + "@id": "http://schema.org/validFrom", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/OpeningHoursSpecification" }, { - "@id": "http://schema.org/GeospatialGeometry" + "@id": "http://schema.org/Permit" + }, + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Demand" + }, + { + "@id": "http://schema.org/LocationFeatureSpecification" + }, + { + "@id": "http://schema.org/MonetaryAmount" + }, + { + "@id": "http://schema.org/PriceSpecification" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Date" }, { - "@id": "http://schema.org/GeospatialGeometry" + "@id": "http://schema.org/DateTime" } ], - "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. \"Every point of b is a point of (the interior or boundary of) a\". As defined in DE-9IM.", - "rdfs:label": "geoCovers" - }, - { - "@id": "http://schema.org/CreateAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of deliberately creating/producing/generating/building a result out of the agent.", - "rdfs:label": "CreateAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/Action" - } + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The date when the item becomes valid.", + "rdfs:label": "validFrom" }, { - "@id": "http://schema.org/ScheduleAction", + "@id": "http://schema.org/ShareAction", "@type": "rdfs:Class", - "rdfs:comment": "Scheduling future actions, events, or tasks.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "ScheduleAction", + "rdfs:comment": "The act of distributing content to people for their amusement or edification.", + "rdfs:label": "ShareAction", "rdfs:subClassOf": { - "@id": "http://schema.org/PlanAction" - } - }, - { - "@id": "http://schema.org/Dentist", - "@type": "rdfs:Class", - "rdfs:comment": "A dentist.", - "rdfs:label": "Dentist", - "rdfs:subClassOf": [ + "@id": "http://schema.org/CommunicateAction" + } + }, + { + "@id": "http://schema.org/fundedItem", + "@type": "rdf:Property", + "http://schema.org/category": [ + "issue-383", + "issue-1688" + ], + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Grant" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Thing" + }, + "http://schema.org/source": [ { - "@id": "http://schema.org/MedicalOrganization" + "@id": "https://github.com/schemaorg/schemaorg/issues/383" }, { - "@id": "http://schema.org/MedicalBusiness" + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" }, { - "@id": "http://schema.org/LocalBusiness" + "@id": "https://github.com/schemaorg/schemaorg/issues/1950" } - ] - }, - { - "@id": "http://schema.org/DiscoverAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of discovering/finding an object.", - "rdfs:label": "DiscoverAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/FindAction" - } + ], + "rdfs:comment": "Indicates an item funded or sponsored through a Grant.", + "rdfs:label": "fundedItem" }, { - "@id": "http://schema.org/TattooParlor", - "@type": "rdfs:Class", - "rdfs:comment": "A tattoo parlor.", - "rdfs:label": "TattooParlor", - "rdfs:subClassOf": { - "@id": "http://schema.org/HealthAndBeautyBusiness" - } + "@id": "http://schema.org/box", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/GeoShape" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character.", + "rdfs:label": "box" }, { - "@id": "http://schema.org/EndorsementRating", + "@id": "http://schema.org/WPHeader", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1293" - }, - "http://schema.org/category": "issue-1293", - "rdfs:comment": "An EndorsementRating is a rating that expresses some level of endorsement, for example inclusion in a \"critic's pick\" blog, a\n\"Like\" or \"+1\" on a social network. It can be considered the result of an EndorseAction in which the object of the action is rated positively by\nsome agent. As is common elsewhere in schema.org, it is sometimes more useful to describe the results of such an action without explicitly describing the Action.

\n\nAn EndorsementRating may be part of a numeric scale or organized system, but this is not required: having an explicit type for indicating a positive,\nendorsement rating is particularly useful in the absence of numeric scales as it helps consumers understand that the rating is broadly positive.", - "rdfs:label": "EndorsementRating", + "rdfs:comment": "The header section of the page.", + "rdfs:label": "WPHeader", "rdfs:subClassOf": { - "@id": "http://schema.org/Rating" + "@id": "http://schema.org/WebPageElement" } }, { - "@id": "http://schema.org/memoryRequirements", + "@id": "http://schema.org/variesBy", "@type": "rdf:Property", + "http://schema.org/category": "issue-1797", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/ProductGroup" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/DefinedTerm" }, { "@id": "http://schema.org/Text" } ], - "rdfs:comment": "Minimum memory requirements.", - "rdfs:label": "memoryRequirements" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1797" + }, + "rdfs:comment": "Indicates the property or properties by which the variants in a ProductGroup vary, e.g. their size, color etc. Schema.org properties can be referenced by their short name e.g. \"color\"; terms defined elsewhere can be referenced with their URIs.", + "rdfs:label": "variesBy" }, { - "@id": "http://schema.org/numberOfAirbags", + "@id": "http://schema.org/subReservation", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ReservationPackage" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Reservation" }, + "rdfs:comment": "The individual reservations included in the package. Typically a repeated property.", + "rdfs:label": "subReservation" + }, + { + "@id": "http://schema.org/cutoffTime", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2506", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" + "@id": "http://schema.org/ShippingDeliveryTime" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Number" - }, - { - "@id": "http://schema.org/Text" - } - ], - "rdfs:comment": "The number or type of airbags in the vehicle.", - "rdfs:label": "numberOfAirbags" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Time" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "Order cutoff time allows merchants to describe the time after which they will no longer process orders received on that day. For orders processed after cutoff time, one day gets added to the delivery time estimate. This property is expected to be most typically used via the ShippingRateSettings publication pattern. The time is indicated using the ISO-8601 Time format, e.g. \"23:30:00-05:00\" would represent 6:30 pm Eastern Standard Time (EST) which is 5 hours behind Coordinated Universal Time (UTC).", + "rdfs:label": "cutoffTime" }, { - "@id": "http://schema.org/Reservoir", + "@id": "http://schema.org/ActionAccessSpecification", "@type": "rdfs:Class", - "rdfs:comment": "A reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir.", - "rdfs:label": "Reservoir", + "http://schema.org/category": "issue-1741", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1741" + }, + "rdfs:comment": "A set of requirements that a must be fulfilled in order to perform an Action.", + "rdfs:label": "ActionAccessSpecification", "rdfs:subClassOf": { - "@id": "http://schema.org/BodyOfWater" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/MusicEvent", - "@type": "rdfs:Class", - "rdfs:comment": "Event type: Music event.", - "rdfs:label": "MusicEvent", - "rdfs:subClassOf": { - "@id": "http://schema.org/Event" - } + "@id": "http://schema.org/passengerSequenceNumber", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/FlightReservation" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The passenger's sequence number as assigned by the airline.", + "rdfs:label": "passengerSequenceNumber" }, { - "@id": "http://schema.org/Store", - "@type": "rdfs:Class", - "rdfs:comment": "A retail good store.", - "rdfs:label": "Store", - "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" - } + "@id": "http://schema.org/estimatesRiskOf", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalRiskEstimator" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalEntity" + }, + "rdfs:comment": "The condition, complication, or symptom whose risk is being estimated.", + "rdfs:label": "estimatesRiskOf" }, { - "@id": "http://schema.org/MonetaryAmount", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + "@id": "http://schema.org/addressCountry", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2506", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/PostalAddress" + }, + { + "@id": "http://schema.org/DefinedRegion" + }, + { + "@id": "http://schema.org/GeoCoordinates" + }, + { + "@id": "http://schema.org/GeoShape" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/Country" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" }, - "rdfs:comment": "A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc. It is recommended to use PriceSpecification Types to describe the price of an Offer, Invoice, etc.", - "rdfs:label": "MonetaryAmount", + "rdfs:comment": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.", + "rdfs:label": "addressCountry" + }, + { + "@id": "http://schema.org/IceCreamShop", + "@type": "rdfs:Class", + "rdfs:comment": "An ice cream shop.", + "rdfs:label": "IceCreamShop", "rdfs:subClassOf": { - "@id": "http://schema.org/StructuredValue" + "@id": "http://schema.org/FoodEstablishment" } }, { - "@id": "http://schema.org/paymentMethodId", + "@id": "http://schema.org/boardingPolicy", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Order" + "@id": "http://schema.org/Airline" }, { - "@id": "http://schema.org/Invoice" + "@id": "http://schema.org/Flight" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/BoardingPolicyType" }, - "rdfs:comment": "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).", - "rdfs:label": "paymentMethodId" + "rdfs:comment": "The type of boarding policy used by the airline (e.g. zone-based or group-based).", + "rdfs:label": "boardingPolicy" }, { - "@id": "http://schema.org/HairSalon", + "@id": "http://schema.org/Notary", "@type": "rdfs:Class", - "rdfs:comment": "A hair salon.", - "rdfs:label": "HairSalon", + "rdfs:comment": "A notary.", + "rdfs:label": "Notary", "rdfs:subClassOf": { - "@id": "http://schema.org/HealthAndBeautyBusiness" + "@id": "http://schema.org/LegalService" } }, { - "@id": "http://schema.org/isBasedOnUrl", + "@id": "http://schema.org/byArtist", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/MusicRecording" }, { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/MusicAlbum" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/MusicGroup" } ], - "http://schema.org/supersededBy": { - "@id": "http://schema.org/isBasedOn" - }, - "rdfs:comment": "A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.", - "rdfs:label": "isBasedOnUrl" + "rdfs:comment": "The artist that performed this album or recording.", + "rdfs:label": "byArtist" }, { - "@id": "http://schema.org/ownedThrough", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/OwnershipInfo" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DateTime" - }, - "rdfs:comment": "The date and time of giving up ownership on the product.", - "rdfs:label": "ownedThrough" + "@id": "http://schema.org/ReactAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of responding instinctively and emotionally to an object, expressing a sentiment.", + "rdfs:label": "ReactAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/AssessAction" + } }, { - "@id": "http://schema.org/alignmentType", + "@id": "http://schema.org/honorificPrefix", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/AlignmentObject" + "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "A category of alignment between the learning resource and the framework node. Recommended values include: 'assesses', 'teaches', 'requires', 'textComplexity', 'readingLevel', 'educationalSubject', and 'educationalLevel'.", - "rdfs:label": "alignmentType" - }, - { - "@id": "http://schema.org/DaySpa", - "@type": "rdfs:Class", - "rdfs:comment": "A day spa.", - "rdfs:label": "DaySpa", - "rdfs:subClassOf": { - "@id": "http://schema.org/HealthAndBeautyBusiness" - } + "rdfs:comment": "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.", + "rdfs:label": "honorificPrefix" }, { - "@id": "http://schema.org/alternativeHeadline", + "@id": "http://schema.org/specialOpeningHoursSpecification", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Place" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/OpeningHoursSpecification" }, - "rdfs:comment": "A secondary title of the CreativeWork.", - "rdfs:label": "alternativeHeadline" + "rdfs:comment": "The special opening hours of a certain place.

\n\nUse this to explicitly override general opening hours brought in scope by openingHoursSpecification or openingHours.", + "rdfs:label": "specialOpeningHoursSpecification" }, { - "@id": "http://schema.org/mealService", + "@id": "http://schema.org/isAccessoryOrSparePartFor", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Flight" + "@id": "http://schema.org/Product" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Product" }, - "rdfs:comment": "Description of the meals that will be provided or available for purchase.", - "rdfs:label": "mealService" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "A pointer to another product (or multiple products) for which this product is an accessory or spare part.", + "rdfs:label": "isAccessoryOrSparePartFor" }, { - "@id": "http://schema.org/EngineSpecification", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + "@id": "http://schema.org/MerchantReturnUnspecified", + "@type": "http://schema.org/MerchantReturnEnumeration", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "Information about the engine of the vehicle. A vehicle can have multiple engines represented by multiple engine specification entities.", - "rdfs:label": "EngineSpecification", - "rdfs:subClassOf": { - "@id": "http://schema.org/StructuredValue" - } + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "MerchantReturnUnspecified: a product return policy is not specified here.", + "rdfs:label": "MerchantReturnUnspecified" }, { - "@id": "http://schema.org/printPage", + "@id": "http://schema.org/meetsEmissionStandard", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/NewsArticle" + "@id": "http://schema.org/Vehicle" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" }, - "rdfs:comment": "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).", - "rdfs:label": "printPage" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/QualitativeValue" + }, + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "Indicates that the vehicle meets the respective emission standard.", + "rdfs:label": "meetsEmissionStandard" }, { - "@id": "http://schema.org/discusses", + "@id": "http://schema.org/additionalName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/UserComments" + "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "Specifies the CreativeWork associated with the UserComment.", - "rdfs:label": "discusses" + "rdfs:comment": "An additional name for a Person, can be used for a middle name.", + "rdfs:label": "additionalName" }, { - "@id": "http://schema.org/broadcastFrequencyValue", + "@id": "http://schema.org/aircraft", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1004" - }, - "http://schema.org/category": "issue-1004", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BroadcastFrequencySpecification" + "@id": "http://schema.org/Flight" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Vehicle" }, { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "The frequency in MHz for a particular broadcast.", - "rdfs:label": "broadcastFrequencyValue" + "rdfs:comment": "The kind of aircraft (e.g., \"Boeing 747\").", + "rdfs:label": "aircraft" }, { - "@id": "http://schema.org/messageAttachment", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Message" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Retail", + "@type": "http://schema.org/DrugCostCategory", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "A CreativeWork attached to the message.", - "rdfs:label": "messageAttachment" + "rdfs:comment": "The drug's cost represents the retail cost of the drug.", + "rdfs:label": "Retail" }, { - "@id": "http://schema.org/ActivateAction", + "@id": "http://schema.org/DeactivateAction", "@type": "rdfs:Class", - "rdfs:comment": "The act of starting or activating a device or application (e.g. starting a timer or turning on a flashlight).", - "rdfs:label": "ActivateAction", + "rdfs:comment": "The act of stopping or deactivating a device or application (e.g. stopping a timer or turning off a flashlight).", + "rdfs:label": "DeactivateAction", "rdfs:subClassOf": { "@id": "http://schema.org/ControlAction" } }, { - "@id": "http://schema.org/timeRequired", + "@id": "http://schema.org/validThrough", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Duration" + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/PriceSpecification" + }, + { + "@id": "http://schema.org/Demand" + }, + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/LocationFeatureSpecification" + }, + { + "@id": "http://schema.org/OpeningHoursSpecification" + }, + { + "@id": "http://schema.org/JobPosting" + }, + { + "@id": "http://schema.org/MonetaryAmount" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/DateTime" + }, + { + "@id": "http://schema.org/Date" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, - "rdfs:comment": "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", - "rdfs:label": "timeRequired" - }, - { - "@id": "http://schema.org/EventVenue", - "@type": "rdfs:Class", - "rdfs:comment": "An event venue.", - "rdfs:label": "EventVenue", - "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" - } + "rdfs:comment": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.", + "rdfs:label": "validThrough" }, { - "@id": "http://schema.org/geoEquals", + "@id": "http://schema.org/amount", "@type": "rdf:Property", + "http://schema.org/category": [ + "issue-1253", + "issue-1698" + ], "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/GeospatialGeometry" + "@id": "http://schema.org/DatedMoneySpecification" }, { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/MonetaryGrant" + }, + { + "@id": "http://schema.org/MoneyTransfer" + }, + { + "@id": "http://schema.org/LoanOrCredit" + }, + { + "@id": "http://schema.org/InvestmentOrDeposit" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/GeospatialGeometry" + "@id": "http://schema.org/Number" }, { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/MonetaryAmount" } ], - "rdfs:comment": "Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in DE-9IM. \"Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other\" (a symmetric relationship)", - "rdfs:label": "geoEquals" + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + } + ], + "rdfs:comment": "The amount of money.", + "rdfs:label": "amount" }, { - "@id": "http://schema.org/RadioEpisode", + "@id": "http://schema.org/FastFoodRestaurant", "@type": "rdfs:Class", - "rdfs:comment": "A radio episode which can be part of a series or season.", - "rdfs:label": "RadioEpisode", + "rdfs:comment": "A fast-food restaurant.", + "rdfs:label": "FastFoodRestaurant", "rdfs:subClassOf": { - "@id": "http://schema.org/Episode" + "@id": "http://schema.org/FoodEstablishment" } }, { - "@id": "http://schema.org/ElementarySchool", - "@type": "rdfs:Class", - "rdfs:comment": "An elementary school.", - "rdfs:label": "ElementarySchool", - "rdfs:subClassOf": { - "@id": "http://schema.org/EducationalOrganization" - } + "@id": "http://schema.org/stage", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalCondition" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalConditionStage" + }, + "rdfs:comment": "The stage of the condition, if applicable.", + "rdfs:label": "stage" }, { - "@id": "http://schema.org/translator", + "@id": "http://schema.org/recipient", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/TipAction" }, { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/PayAction" + }, + { + "@id": "http://schema.org/CommunicateAction" + }, + { + "@id": "http://schema.org/DonateAction" + }, + { + "@id": "http://schema.org/Message" + }, + { + "@id": "http://schema.org/ReturnAction" + }, + { + "@id": "http://schema.org/SendAction" + }, + { + "@id": "http://schema.org/AuthorizeAction" + }, + { + "@id": "http://schema.org/GiveAction" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/ContactPoint" + }, + { + "@id": "http://schema.org/Audience" + }, + { + "@id": "http://schema.org/Organization" } ], - "rdfs:comment": "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.", - "rdfs:label": "translator" + "rdfs:comment": "A sub property of participant. The participant who is at the receiving end of the action.", + "rdfs:label": "recipient", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/participant" + } }, { - "@id": "http://schema.org/discount", + "@id": "http://schema.org/attendee", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Order" + "@id": "http://schema.org/Event" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Person" }, - { - "@id": "http://schema.org/Number" - } - ], - "rdfs:comment": "Any discount applied (to an Order).", - "rdfs:label": "discount" - }, - { - "@id": "http://schema.org/ReplaceAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of editing a recipient by replacing an old object with a new object.", - "rdfs:label": "ReplaceAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/UpdateAction" - } + { + "@id": "http://schema.org/Organization" + } + ], + "rdfs:comment": "A person or organization attending the event.", + "rdfs:label": "attendee" }, { - "@id": "http://schema.org/CreditCard", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": [ + "@id": "http://schema.org/feesAndCommissionsSpecification", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "@id": "http://schema.org/FinancialProduct" }, { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + "@id": "http://schema.org/FinancialService" } ], - "rdfs:comment": "A card payment method of a particular brand or name. Used to mark up a particular payment method and/or the financial product/service that supplies the card account.

\n\nCommonly used values:

\n\n\n", - "rdfs:label": "CreditCard", - "rdfs:subClassOf": [ + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/LoanOrCredit" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/PaymentCard" + "@id": "http://schema.org/URL" } - ] + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + }, + "rdfs:comment": "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.", + "rdfs:label": "feesAndCommissionsSpecification" }, { - "@id": "http://schema.org/OpeningHoursSpecification", + "@id": "http://schema.org/DataFeedItem", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" - }, - "rdfs:comment": "A structured value providing information about the opening hours of a place or a certain service inside a place.

\n\nThe place is open if the opens property is specified, and closed otherwise.

\n\nIf the value for the closes property is less than the value for the opens property then the hour range is assumed to span over the next day.", - "rdfs:label": "OpeningHoursSpecification", + "rdfs:comment": "A single item within a larger data feed.", + "rdfs:label": "DataFeedItem", "rdfs:subClassOf": { - "@id": "http://schema.org/StructuredValue" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/valueName", + "@id": "http://schema.org/collection", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PropertyValueSpecification" + "@id": "http://schema.org/UpdateAction" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Thing" }, - "rdfs:comment": "Indicates the name of the PropertyValueSpecification to be used in URL templates and form encoding in a manner analogous to HTML's input@name.", - "rdfs:label": "valueName" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/targetCollection" + }, + "rdfs:comment": "A sub property of object. The collection target of the action.", + "rdfs:label": "collection", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/object" + } }, { - "@id": "http://schema.org/pageStart", + "@id": "http://schema.org/caption", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" - }, "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Article" - }, - { - "@id": "http://schema.org/PublicationVolume" + "@id": "http://schema.org/VideoObject" }, { - "@id": "http://schema.org/PublicationIssue" + "@id": "http://schema.org/AudioObject" }, { - "@id": "http://schema.org/Chapter" + "@id": "http://schema.org/ImageObject" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/MediaObject" }, { "@id": "http://schema.org/Text" } ], - "http://www.w3.org/2002/07/owl#equivalentProperty": { - "@id": "http://purl.org/ontology/bibo/pageStart" - }, - "rdfs:comment": "The page on which the work starts; for example \"135\" or \"xiii\".", - "rdfs:label": "pageStart" + "rdfs:comment": "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the encodingFormat.", + "rdfs:label": "caption" }, { - "@id": "http://schema.org/servicePhone", + "@id": "http://schema.org/successorOf", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ServiceChannel" + "@id": "http://schema.org/ProductModel" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ContactPoint" + "@id": "http://schema.org/ProductModel" }, - "rdfs:comment": "The phone number to use to access the service.", - "rdfs:label": "servicePhone" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "A pointer from a newer variant of a product to its previous, often discontinued predecessor.", + "rdfs:label": "successorOf" }, { - "@id": "http://schema.org/additionalNumberOfGuests", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/RsvpAction" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/InvestmentOrDeposit", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, - "rdfs:comment": "If responding yes, the number of guests who will attend in addition to the invitee.", - "rdfs:label": "additionalNumberOfGuests" + "rdfs:comment": "A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return.", + "rdfs:label": "InvestmentOrDeposit", + "rdfs:subClassOf": { + "@id": "http://schema.org/FinancialProduct" + } }, { - "@id": "http://schema.org/DislikeAction", + "@id": "http://schema.org/Message", "@type": "rdfs:Class", - "rdfs:comment": "The act of expressing a negative sentiment about the object. An agent dislikes an object (a proposition, topic or theme) with participants.", - "rdfs:label": "DislikeAction", + "rdfs:comment": "A single message from a sender to one or more organizations or people.", + "rdfs:label": "Message", "rdfs:subClassOf": { - "@id": "http://schema.org/ReactAction" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/PlayAction", + "@id": "http://schema.org/Protozoa", + "@type": "http://schema.org/InfectiousAgentClass", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Single-celled organism that causes an infection.", + "rdfs:label": "Protozoa" + }, + { + "@id": "http://schema.org/DryCleaningOrLaundry", "@type": "rdfs:Class", - "rdfs:comment": "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "PlayAction", + "rdfs:comment": "A dry-cleaning business.", + "rdfs:label": "DryCleaningOrLaundry", "rdfs:subClassOf": { - "@id": "http://schema.org/Action" + "@id": "http://schema.org/LocalBusiness" } }, { - "@id": "http://schema.org/programName", + "@id": "http://schema.org/clincalPharmacology", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ProgramMembership" + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The program providing the membership.", - "rdfs:label": "programName" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/clinicalPharmacology" + }, + "rdfs:comment": "Description of the absorption and elimination of drugs, including their concentration (pharmacokinetics, pK) and biological effects (pharmacodynamics, pD).", + "rdfs:label": "clincalPharmacology" }, { - "@id": "http://schema.org/deliveryLeadTime", + "@id": "http://schema.org/interactionStatistic", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, + "http://schema.org/category": "issue-2421", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/Demand" + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/CreativeWork" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/InteractionCounter" }, - "rdfs:comment": "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup.", - "rdfs:label": "deliveryLeadTime" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2421" + }, + "rdfs:comment": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.", + "rdfs:label": "interactionStatistic" }, { - "@id": "http://schema.org/FAQPage", + "@id": "http://schema.org/seatSection", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Seat" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The section location of the reserved seat (e.g. Orchestra).", + "rdfs:label": "seatSection" + }, + { + "@id": "http://schema.org/GeospatialGeometry", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1723" + "http://schema.org/category": "issue-1375", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/category": "issue-1723", - "rdfs:comment": "A FAQPage is a WebPage presenting one or more \"Frequently asked questions\" (see also QAPage).", - "rdfs:label": "FAQPage", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1375" + }, + "rdfs:comment": "(Eventually to be defined as) a supertype of GeoShape designed to accommodate definitions from Geo-Spatial best practices.", + "rdfs:label": "GeospatialGeometry", "rdfs:subClassOf": { - "@id": "http://schema.org/WebPage" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/issuedThrough", + "@id": "http://schema.org/inStoreReturnsOffered", "@type": "rdf:Property", + "http://schema.org/category": "issue-2288", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Permit" + "@id": "http://schema.org/MerchantReturnPolicy" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Service" + "@id": "http://schema.org/Boolean" }, - "rdfs:comment": "The service through with the permit was granted.", - "rdfs:label": "issuedThrough" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "Are in-store returns offered?", + "rdfs:label": "inStoreReturnsOffered" }, { - "@id": "http://schema.org/TieAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of reaching a draw in a competitive activity.", - "rdfs:label": "TieAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/AchieveAction" - } + "@id": "http://schema.org/geoRadius", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/GeoCircle" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Number" + }, + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/Distance" + } + ], + "rdfs:comment": "Indicates the approximate radius of a GeoCircle (metres unless indicated otherwise via Distance notation).", + "rdfs:label": "geoRadius" }, { - "@id": "http://schema.org/minimumPaymentDue", + "@id": "http://schema.org/applicationCategory", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Invoice" + "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/MonetaryAmount" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/PriceSpecification" + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "The minimum payment required at this time.", - "rdfs:label": "minimumPaymentDue" + "rdfs:comment": "Type of software application, e.g. 'Game, Multimedia'.", + "rdfs:label": "applicationCategory" + }, + { + "@id": "http://schema.org/recommendedIntake", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DietarySupplement" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/RecommendedDoseSchedule" + }, + "rdfs:comment": "Recommended intake of this supplement for a given population as defined by a specific recommending authority.", + "rdfs:label": "recommendedIntake" + }, + { + "@id": "http://schema.org/logo", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Service" + }, + { + "@id": "http://schema.org/Brand" + }, + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/Place" + }, + { + "@id": "http://schema.org/Organization" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/ImageObject" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "An associated logo.", + "rdfs:label": "logo", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/image" + } }, { - "@id": "http://schema.org/Corporation", + "@id": "http://schema.org/VoteAction", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" - }, - "rdfs:comment": "Organization: A business corporation.", - "rdfs:label": "Corporation", + "rdfs:comment": "The act of expressing a preference from a fixed/finite/structured set of choices/options.", + "rdfs:label": "VoteAction", "rdfs:subClassOf": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/ChooseAction" } }, { - "@id": "http://schema.org/suggestedGender", + "@id": "http://schema.org/tickerSymbol", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PeopleAudience" + "@id": "http://schema.org/Corporation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The gender of the person or audience.", - "rdfs:label": "suggestedGender" + "rdfs:comment": "The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO15022.", + "rdfs:label": "tickerSymbol" }, { - "@id": "http://schema.org/loser", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/WinAction" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" - }, - "rdfs:comment": "A sub property of participant. The loser of the action.", - "rdfs:label": "loser", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/participant" + "@id": "http://schema.org/BookFormatType", + "@type": "rdfs:Class", + "rdfs:comment": "The publication format of the book.", + "rdfs:label": "BookFormatType", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" } }, { - "@id": "http://schema.org/seatRow", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Seat" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The row location of the reserved seat (e.g., B).", - "rdfs:label": "seatRow" - }, - { - "@id": "http://schema.org/proteinContent", + "@id": "http://schema.org/lastReviewed", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/NutritionInformation" + "@id": "http://schema.org/WebPage" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Mass" + "@id": "http://schema.org/Date" }, - "rdfs:comment": "The number of grams of protein.", - "rdfs:label": "proteinContent" + "rdfs:comment": "Date on which the content on this web page was last reviewed for accuracy and/or completeness.", + "rdfs:label": "lastReviewed" }, { - "@id": "http://schema.org/wordCount", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Article" + "@id": "http://schema.org/Consortium", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1559", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1559" }, - "rdfs:comment": "The number of words in the text of the Article.", - "rdfs:label": "wordCount" - }, - { - "@id": "http://schema.org/ItemList", - "@type": "rdfs:Class", - "rdfs:comment": "A list of items of any sort—for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting.", - "rdfs:label": "ItemList", + "rdfs:comment": "A Consortium is a membership Organization whose members are typically Organizations.", + "rdfs:label": "Consortium", "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" + "@id": "http://schema.org/Organization" } }, { - "@id": "http://schema.org/DeliveryMethod", + "@id": "http://schema.org/LoanOrCredit", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, - "rdfs:comment": "A delivery method is a standardized procedure for transferring the product or service to the destination of fulfillment chosen by the customer. Delivery methods are characterized by the means of transportation used, and by the organization or group that is the contracting party for the sending organization or person.

\n\nCommonly used values:

\n\n\n", - "rdfs:label": "DeliveryMethod", - "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" - } - }, - { - "@id": "http://schema.org/Winery", - "@type": "rdfs:Class", - "rdfs:comment": "A winery.", - "rdfs:label": "Winery", + "rdfs:comment": "A financial product for the loaning of an amount of money under agreed terms and charges.", + "rdfs:label": "LoanOrCredit", "rdfs:subClassOf": { - "@id": "http://schema.org/FoodEstablishment" + "@id": "http://schema.org/FinancialProduct" } }, { - "@id": "http://schema.org/InformAction", + "@id": "http://schema.org/OrderStatus", "@type": "rdfs:Class", - "rdfs:comment": "The act of notifying someone of information pertinent to them, with no expectation of a response.", - "rdfs:label": "InformAction", + "rdfs:comment": "Enumerated status values for Order.", + "rdfs:label": "OrderStatus", "rdfs:subClassOf": { - "@id": "http://schema.org/CommunicateAction" + "@id": "http://schema.org/StatusEnumeration" } }, { - "@id": "http://schema.org/paymentAccepted", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/LocalBusiness" + "@id": "http://schema.org/CardiovascularExam", + "@type": "http://schema.org/PhysicalExam", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.", - "rdfs:label": "paymentAccepted" + "rdfs:comment": "Cardiovascular system assessment withclinical examination.", + "rdfs:label": "CardiovascularExam" }, { - "@id": "http://schema.org/screenshot", + "@id": "http://schema.org/subjectOf", "@type": "rdf:Property", + "http://schema.org/category": "issue-1670", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/Thing" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/about" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/ImageObject" + "@id": "http://schema.org/Event" }, { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/CreativeWork" } ], - "rdfs:comment": "A link to a screenshot image of the app.", - "rdfs:label": "screenshot" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1670" + }, + "rdfs:comment": "A CreativeWork or Event about this Thing.", + "rdfs:label": "subjectOf" }, { - "@id": "http://schema.org/availabilityEnds", + "@id": "http://schema.org/siblings", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/sibling" + }, + "rdfs:comment": "A sibling of the person.", + "rdfs:label": "siblings" + }, + { + "@id": "http://schema.org/biomechnicalClass", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Joint" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The biomechanical properties of the bone.", + "rdfs:label": "biomechnicalClass" + }, + { + "@id": "http://schema.org/SocialMediaPosting", + "@type": "rdfs:Class", + "rdfs:comment": "A post to a social media platform, including blog posts, tweets, Facebook posts, etc.", + "rdfs:label": "SocialMediaPosting", + "rdfs:subClassOf": { + "@id": "http://schema.org/Article" + } + }, + { + "@id": "http://schema.org/amenityFeature", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": [ - { - "@id": "https://github.com/schemaorg/schemaorg/issues/1741" - }, - { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - } - ], - "http://schema.org/category": "issue-1741", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Demand" - }, - { - "@id": "http://schema.org/ActionAccessSpecification" + "@id": "http://schema.org/Accommodation" }, { - "@id": "http://schema.org/Offer" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/LodgingBusiness" }, { - "@id": "http://schema.org/Time" + "@id": "http://schema.org/Place" }, { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/FloorPlan" } ], - "rdfs:comment": "The end of the availability of the product or service included in the offer.", - "rdfs:label": "availabilityEnds" - }, - { - "@id": "http://schema.org/requiredMaxAge", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PeopleAudience" - }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/LocationFeatureSpecification" }, - "rdfs:comment": "Audiences defined by a person's maximum age.", - "rdfs:label": "requiredMaxAge" + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.", + "rdfs:label": "amenityFeature" }, { - "@id": "http://schema.org/ReturnAction", + "@id": "http://schema.org/DoseSchedule", "@type": "rdfs:Class", - "rdfs:comment": "The act of returning to the origin that which was previously received (concrete objects) or taken (ownership).", - "rdfs:label": "ReturnAction", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific dosing schedule for a drug or supplement.", + "rdfs:label": "DoseSchedule", "rdfs:subClassOf": { - "@id": "http://schema.org/TransferAction" + "@id": "http://schema.org/MedicalIntangible" } }, { - "@id": "http://schema.org/MeetingRoom", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { + "@id": "http://schema.org/starRating", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/FoodEstablishment" + }, + { + "@id": "http://schema.org/LodgingBusiness" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Rating" + }, + "http://schema.org/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, - "rdfs:comment": "A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Conference_hall).\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", - "rdfs:label": "MeetingRoom", - "rdfs:subClassOf": { - "@id": "http://schema.org/Room" - } + "rdfs:comment": "An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).", + "rdfs:label": "starRating" }, { - "@id": "http://schema.org/sodiumContent", + "@id": "http://schema.org/parents", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/NutritionInformation" + "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Mass" + "@id": "http://schema.org/Person" }, - "rdfs:comment": "The number of milligrams of sodium.", - "rdfs:label": "sodiumContent" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/parent" + }, + "rdfs:comment": "A parents of the person.", + "rdfs:label": "parents" }, { - "@id": "http://schema.org/model", + "@id": "http://schema.org/Park", + "@type": "rdfs:Class", + "rdfs:comment": "A park.", + "rdfs:label": "Park", + "rdfs:subClassOf": { + "@id": "http://schema.org/CivicStructure" + } + }, + { + "@id": "http://schema.org/contentRating", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/ProductModel" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Rating" } ], - "rdfs:comment": "The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties.", - "rdfs:label": "model" + "rdfs:comment": "Official rating of a piece of content—for example,'MPAA PG-13'.", + "rdfs:label": "contentRating" }, { - "@id": "http://schema.org/namedPosition", + "@id": "http://schema.org/SuperficialAnatomy", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Anatomical features that can be observed by sight (without dissection), including the form and proportions of the human body as well as surface landmarks that correspond to deeper subcutaneous structures. Superficial anatomy plays an important role in sports medicine, phlebotomy, and other medical specialties as underlying anatomical structures can be identified through surface palpation. For example, during back surgery, superficial anatomy can be used to palpate and count vertebrae to find the site of incision. Or in phlebotomy, superficial anatomy can be used to locate an underlying vein; for example, the median cubital vein can be located by palpating the borders of the cubital fossa (such as the epicondyles of the humerus) and then looking for the superficial signs of the vein, such as size, prominence, ability to refill after depression, and feel of surrounding tissue support. As another example, in a subluxation (dislocation) of the glenohumeral joint, the bony structure becomes pronounced with the deltoid muscle failing to cover the glenohumeral joint allowing the edges of the scapula to be superficially visible. Here, the superficial anatomy is the visible edges of the scapula, implying the underlying dislocation of the joint (the related anatomical structure).", + "rdfs:label": "SuperficialAnatomy", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEntity" + } + }, + { + "@id": "http://schema.org/isVariantOf", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Role" + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/ProductModel" + }, + { + "@id": "http://schema.org/Product" + } + ], + "http://schema.org/inverseOf": { + "@id": "http://schema.org/hasVariant" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/ProductModel" }, { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/ProductGroup" } ], - "http://schema.org/supersededBy": { - "@id": "http://schema.org/roleName" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, - "rdfs:comment": "A position played, performed or filled by a person or organization, as part of an organization. For example, an athlete in a SportsTeam might play in the position named 'Quarterback'.", - "rdfs:label": "namedPosition" + "rdfs:comment": "Indicates the kind of product that this is a variant of. In the case of ProductModel, this is a pointer (from a ProductModel) to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive. In the case of a ProductGroup, the group description also serves as a template, representing a set of Products that vary on explicitly defined, specific dimensions only (so it defines both a set of variants, as well as which values distinguish amongst those variants). When used with ProductGroup, this property can apply to any Product included in the group.", + "rdfs:label": "isVariantOf" }, { - "@id": "http://schema.org/SeatingMap", - "@type": "http://schema.org/MapCategoryType", - "rdfs:comment": "A seating map.", - "rdfs:label": "SeatingMap" + "@id": "http://schema.org/readonlyValue", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PropertyValueSpecification" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Boolean" + }, + "rdfs:comment": "Whether or not a property is mutable. Default is false. Specifying this for a property that also has a value makes it act similar to a \"hidden\" input in an HTML form.", + "rdfs:label": "readonlyValue" }, { - "@id": "http://schema.org/MonetaryAmountDistribution", + "@id": "http://schema.org/ExhibitionEvent", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" - }, - "http://schema.org/category": "issue-1698", - "rdfs:comment": "A statistical distribution of monetary amounts.", - "rdfs:label": "MonetaryAmountDistribution", + "rdfs:comment": "Event type: Exhibition event, e.g. at a museum, library, archive, tradeshow, ...", + "rdfs:label": "ExhibitionEvent", "rdfs:subClassOf": { - "@id": "http://schema.org/QuantitativeValueDistribution" + "@id": "http://schema.org/Event" } }, { - "@id": "http://schema.org/JoinAction", + "@id": "http://schema.org/sharedContent", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SocialMediaPosting" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "rdfs:comment": "A CreativeWork such as an image, video, or audio clip shared as part of this posting.", + "rdfs:label": "sharedContent" + }, + { + "@id": "http://schema.org/DrugStrength", "@type": "rdfs:Class", - "rdfs:comment": "An agent joins an event/group with participants/friends at a location.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "JoinAction", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific strength in which a medical drug is available in a specific country.", + "rdfs:label": "DrugStrength", "rdfs:subClassOf": { - "@id": "http://schema.org/InteractAction" + "@id": "http://schema.org/MedicalIntangible" } }, { - "@id": "http://schema.org/OrderInTransit", - "@type": "http://schema.org/OrderStatus", - "rdfs:comment": "OrderStatus representing that an order is in transit.", - "rdfs:label": "OrderInTransit" + "@id": "http://schema.org/DigitalFormat", + "@type": "http://schema.org/MusicReleaseFormatType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "DigitalFormat.", + "rdfs:label": "DigitalFormat" }, { - "@id": "http://schema.org/orderDelivery", + "@id": "http://schema.org/numberOfAxles", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/OrderItem" + "@id": "http://schema.org/Number" }, { - "@id": "http://schema.org/Order" + "@id": "http://schema.org/QuantitativeValue" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ParcelDelivery" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, - "rdfs:comment": "The delivery of the parcel related to this order or order item.", - "rdfs:label": "orderDelivery" + "rdfs:comment": "The number of axles.

\n\nTypical unit code(s): C62", + "rdfs:label": "numberOfAxles" }, { - "@id": "http://schema.org/RiverBodyOfWater", + "@id": "http://schema.org/RentAction", "@type": "rdfs:Class", - "rdfs:comment": "A river (for example, the broad majestic Shannon).", - "rdfs:label": "RiverBodyOfWater", + "rdfs:comment": "The act of giving money in return for temporary use, but not ownership, of an object such as a vehicle or property. For example, an agent rents a property from a landlord in exchange for a periodic payment.", + "rdfs:label": "RentAction", "rdfs:subClassOf": { - "@id": "http://schema.org/BodyOfWater" + "@id": "http://schema.org/TradeAction" } }, { - "@id": "http://schema.org/color", + "@id": "http://schema.org/price", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Product" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The color of the product.", - "rdfs:label": "color" + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/PriceSpecification" + }, + { + "@id": "http://schema.org/TradeAction" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Number" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.

\n\nUsage guidelines:

\n\n\n", + "rdfs:label": "price" }, { - "@id": "http://schema.org/DJMixAlbum", - "@type": "http://schema.org/MusicAlbumProductionType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "@id": "http://schema.org/Class", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://meta.schema.org" }, - "rdfs:comment": "DJMixAlbum.", - "rdfs:label": "DJMixAlbum" + "http://www.w3.org/2002/07/owl#equivalentClass": { + "@id": "rdfs:Class" + }, + "rdfs:comment": "A class, also often called a 'Type'; equivalent to rdfs:Class.", + "rdfs:label": "Class", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } }, { - "@id": "http://schema.org/SearchAction", + "@id": "http://schema.org/EmployeeRole", "@type": "rdfs:Class", - "rdfs:comment": "The act of searching for an object.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "SearchAction", + "rdfs:comment": "A subclass of OrganizationRole used to describe employee relationships.", + "rdfs:label": "EmployeeRole", "rdfs:subClassOf": { - "@id": "http://schema.org/Action" + "@id": "http://schema.org/OrganizationRole" } }, { - "@id": "http://schema.org/HVACBusiness", + "@id": "http://schema.org/CategoryCode", "@type": "rdfs:Class", - "rdfs:comment": "A business that provide Heating, Ventilation and Air Conditioning services.", - "rdfs:label": "HVACBusiness", + "http://schema.org/category": "issue-894", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/894" + }, + "rdfs:comment": "A Category Code.", + "rdfs:label": "CategoryCode", "rdfs:subClassOf": { - "@id": "http://schema.org/HomeAndConstructionBusiness" + "@id": "http://schema.org/DefinedTerm" } }, { - "@id": "http://schema.org/TaxiStand", + "@id": "http://schema.org/ItemListOrderType", "@type": "rdfs:Class", - "rdfs:comment": "A taxi stand.", - "rdfs:label": "TaxiStand", + "rdfs:comment": "Enumerated for values for itemListOrder for indicating how an ordered ItemList is organized.", + "rdfs:label": "ItemListOrderType", "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/Enumeration" } }, { - "@id": "http://schema.org/ProductModel", + "@id": "http://schema.org/Boolean", + "@type": [ + "http://schema.org/DataType", + "rdfs:Class" + ], + "rdfs:comment": "Boolean: True or False.", + "rdfs:label": "Boolean" + }, + { + "@id": "http://schema.org/ComedyClub", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" - }, - "rdfs:comment": "A datasheet or vendor specification of a product (in the sense of a prototypical description).", - "rdfs:label": "ProductModel", + "rdfs:comment": "A comedy club.", + "rdfs:label": "ComedyClub", "rdfs:subClassOf": { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/EntertainmentBusiness" } }, { - "@id": "http://schema.org/CatholicChurch", + "@id": "http://schema.org/athlete", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SportsTeam" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "A person that acts as performing member of a sports team; a player as opposed to a coach.", + "rdfs:label": "athlete" + }, + { + "@id": "http://schema.org/dosageForm", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "A dosage form in which this drug/supplement is available, e.g. 'tablet', 'suspension', 'injection'.", + "rdfs:label": "dosageForm" + }, + { + "@id": "http://schema.org/SurgicalProcedure", "@type": "rdfs:Class", - "rdfs:comment": "A Catholic church.", - "rdfs:label": "CatholicChurch", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://www.w3.org/2002/07/owl#equivalentClass": { + "@id": "http://purl.bioontology.org/ontology/SNOMEDCT/387713003" + }, + "rdfs:comment": "A medical procedure involving an incision with instruments; performed for diagnose, or therapeutic purposes.", + "rdfs:label": "SurgicalProcedure", "rdfs:subClassOf": { - "@id": "http://schema.org/Church" + "@id": "http://schema.org/MedicalProcedure" } }, { - "@id": "http://schema.org/serviceOperator", + "@id": "http://schema.org/requiredCollateral", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/GovernmentService" + "@id": "http://schema.org/LoanOrCredit" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Thing" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, - "rdfs:comment": "The operating organization, if different from the provider. This enables the representation of services that are provided by an organization, but operated by another organization like a subcontractor.", - "rdfs:label": "serviceOperator" + "rdfs:comment": "Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)", + "rdfs:label": "requiredCollateral" }, { - "@id": "http://schema.org/MovieClip", + "@id": "http://schema.org/ServiceChannel", "@type": "rdfs:Class", - "rdfs:comment": "A short segment/part of a movie.", - "rdfs:label": "MovieClip", + "rdfs:comment": "A means for accessing a service, e.g. a government office location, web site, or phone number.", + "rdfs:label": "ServiceChannel", "rdfs:subClassOf": { - "@id": "http://schema.org/Clip" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/ActionStatusType", + "@id": "http://schema.org/Book", "@type": "rdfs:Class", - "rdfs:comment": "The status of an Action.", - "rdfs:label": "ActionStatusType", + "rdfs:comment": "A book.", + "rdfs:label": "Book", "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/WriteAction", + "@id": "http://schema.org/IndividualProduct", "@type": "rdfs:Class", - "rdfs:comment": "The act of authoring written creative content.", - "rdfs:label": "WriteAction", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "A single, identifiable product instance (e.g. a laptop with a particular serial number).", + "rdfs:label": "IndividualProduct", "rdfs:subClassOf": { - "@id": "http://schema.org/CreateAction" + "@id": "http://schema.org/Product" } }, { - "@id": "http://schema.org/MusicAlbumProductionType", + "@id": "http://schema.org/MedicalEvidenceLevel", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "Classification of the album by it's type of content: soundtrack, live album, studio album, etc.", - "rdfs:label": "MusicAlbumProductionType", + "rdfs:comment": "Level of evidence for a medical guideline. Enumerated type.", + "rdfs:label": "MedicalEvidenceLevel", "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "@id": "http://schema.org/MedicalEnumeration" } }, { - "@id": "http://schema.org/experienceRequirements", + "@id": "http://schema.org/additionalType", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Thing" }, - "http://schema.org/category": "issue-1698", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/JobPosting" - }, - { - "@id": "http://schema.org/Occupation" - } - ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/URL" }, - "rdfs:comment": "Description of skills and experience needed for the position or Occupation.", - "rdfs:label": "experienceRequirements" + "rdfs:comment": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.", + "rdfs:label": "additionalType", + "rdfs:subPropertyOf": { + "@id": "rdf:type" + } }, { - "@id": "http://schema.org/countriesSupported", + "@id": "http://schema.org/dropoffTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/RentalCarReservation" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/DateTime" }, - "rdfs:comment": "Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.", - "rdfs:label": "countriesSupported" + "rdfs:comment": "When a rental car can be dropped off.", + "rdfs:label": "dropoffTime" }, { - "@id": "http://schema.org/DigitalFormat", - "@type": "http://schema.org/MusicReleaseFormatType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "@id": "http://schema.org/workPerformed", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Event" }, - "rdfs:comment": "DigitalFormat.", - "rdfs:label": "DigitalFormat" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "rdfs:comment": "A work performed in some event, for example a play performed in a TheaterEvent.", + "rdfs:label": "workPerformed", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/workFeatured" + } }, { - "@id": "http://schema.org/CDFormat", - "@type": "http://schema.org/MusicReleaseFormatType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, - "rdfs:comment": "CDFormat.", - "rdfs:label": "CDFormat" + "@id": "http://schema.org/RadioClip", + "@type": "rdfs:Class", + "rdfs:comment": "A short radio program or a segment/part of a radio program.", + "rdfs:label": "RadioClip", + "rdfs:subClassOf": { + "@id": "http://schema.org/Clip" + } }, { - "@id": "http://schema.org/includesObject", + "@id": "http://schema.org/cvdFacilityCounty", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/category": "issue-2521", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CDCPMDRecord" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Offer" - }, - { - "@id": "http://schema.org/Demand" - } - ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/TypeAndQuantityNode" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "This links to a node or nodes indicating the exact quantity of the products included in the offer.", - "rdfs:label": "includesObject" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" + }, + "rdfs:comment": "Name of the County of the NHSN facility that this data record applies to. Use cvdFacilityId to identify the facility. To provide other details, healthcareReportingData can be used on a Hospital entry.", + "rdfs:label": "cvdFacilityCounty" }, { - "@id": "http://schema.org/departureGate", + "@id": "http://schema.org/maximumEnrollment", "@type": "rdf:Property", + "http://schema.org/category": "issue-2419", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Flight" + "@id": "http://schema.org/EducationalOccupationalProgram" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Integer" }, - "rdfs:comment": "Identifier of the flight's departure gate.", - "rdfs:label": "departureGate" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2419" + }, + "rdfs:comment": "The maximum number of students who may be enrolled in the program.", + "rdfs:label": "maximumEnrollment" }, { - "@id": "http://schema.org/isRelatedTo", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "@id": "http://schema.org/CampingPitch", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Service" - }, - { - "@id": "http://schema.org/Product" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Service" - }, - { - "@id": "http://schema.org/Product" - } - ], - "rdfs:comment": "A pointer to another, somehow related product (or multiple products).", - "rdfs:label": "isRelatedTo" + "rdfs:comment": "A CampingPitch is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or Campground.

\n\nIn British English a campsite, or campground, is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites.\n(Source: Wikipedia see https://en.wikipedia.org/wiki/Campsite).

\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", + "rdfs:label": "CampingPitch", + "rdfs:subClassOf": { + "@id": "http://schema.org/Accommodation" + } }, { - "@id": "http://schema.org/worstRating", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Rating" - }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/Number" - } - ], - "rdfs:comment": "The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed.", - "rdfs:label": "worstRating" + "@id": "http://schema.org/EmploymentAgency", + "@type": "rdfs:Class", + "rdfs:comment": "An employment agency.", + "rdfs:label": "EmploymentAgency", + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } }, { - "@id": "http://schema.org/thumbnailUrl", + "@id": "http://schema.org/PrependAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of inserting at the beginning if an ordered collection.", + "rdfs:label": "PrependAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/InsertAction" + } + }, + { + "@id": "http://schema.org/hiringOrganization", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/JobPosting" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Organization" }, - "rdfs:comment": "A thumbnail image relevant to the Thing.", - "rdfs:label": "thumbnailUrl" + "rdfs:comment": "Organization offering the job position.", + "rdfs:label": "hiringOrganization" }, { - "@id": "http://schema.org/availableChannel", + "@id": "http://schema.org/numberOfSeasons", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Service" - }, + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/TVSeries" + }, + { + "@id": "http://schema.org/VideoGameSeries" + }, + { + "@id": "http://schema.org/RadioSeries" + } + ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ServiceChannel" + "@id": "http://schema.org/Integer" }, - "rdfs:comment": "A means of accessing the service (e.g. a phone bank, a web site, a location, etc.).", - "rdfs:label": "availableChannel" + "rdfs:comment": "The number of seasons in this series.", + "rdfs:label": "numberOfSeasons" }, { - "@id": "http://schema.org/hasMenuItem", + "@id": "http://schema.org/currency", "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Menu" + "@id": "http://schema.org/DatedMoneySpecification" }, { - "@id": "http://schema.org/MenuSection" + "@id": "http://schema.org/LoanOrCredit" + }, + { + "@id": "http://schema.org/MonetaryAmount" + }, + { + "@id": "http://schema.org/MonetaryAmountDistribution" + }, + { + "@id": "http://schema.org/ExchangeRateSpecification" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MenuItem" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "A food or drink item contained in a menu or menu section.", - "rdfs:label": "hasMenuItem" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + }, + "rdfs:comment": "The currency in which the monetary amount is expressed.

\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", + "rdfs:label": "currency" }, { - "@id": "http://schema.org/broadcaster", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BroadcastService" + "@id": "http://schema.org/Play", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1816", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1816" }, - "rdfs:comment": "The organization owning or operating the broadcast service.", - "rdfs:label": "broadcaster" + "rdfs:comment": "A play is a form of literature, usually consisting of dialogue between characters, intended for theatrical performance rather than just reading. Note the peformance of a Play would be a TheaterEvent - the Play being the workPerformed.", + "rdfs:label": "Play", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } }, { - "@id": "http://schema.org/firstPerformance", + "@id": "http://schema.org/possibleComplication", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicComposition" + "@id": "http://schema.org/MedicalCondition" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The date and place the work was first performed.", - "rdfs:label": "firstPerformance" + "rdfs:comment": "A possible unexpected and unfavorable evolution of a medical condition. Complications may include worsening of the signs or symptoms of the disease, extension of the condition to other organ systems, etc.", + "rdfs:label": "possibleComplication" + }, + { + "@id": "http://schema.org/FireStation", + "@type": "rdfs:Class", + "rdfs:comment": "A fire station. With firemen.", + "rdfs:label": "FireStation", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/EmergencyService" + }, + { + "@id": "http://schema.org/CivicStructure" + } + ] }, { - "@id": "http://schema.org/Locksmith", + "@id": "http://schema.org/CourseInstance", "@type": "rdfs:Class", - "rdfs:comment": "A locksmith.", - "rdfs:label": "Locksmith", + "rdfs:comment": "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 modes of study or to a specific section of students.", + "rdfs:label": "CourseInstance", "rdfs:subClassOf": { - "@id": "http://schema.org/HomeAndConstructionBusiness" + "@id": "http://schema.org/Event" } }, { - "@id": "http://schema.org/Landform", + "@id": "http://schema.org/Hotel", "@type": "rdfs:Class", - "rdfs:comment": "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins.", - "rdfs:label": "Landform", + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "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).\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", + "rdfs:label": "Hotel", "rdfs:subClassOf": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/LodgingBusiness" } }, { - "@id": "http://schema.org/Discontinued", - "@type": "http://schema.org/ItemAvailability", - "rdfs:comment": "Indicates that the item has been discontinued.", - "rdfs:label": "Discontinued" - }, - { - "@id": "http://schema.org/seatNumber", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Seat" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Endocrine", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "The location of the reserved seat (e.g., 27).", - "rdfs:label": "seatNumber" + "rdfs:comment": "A specific branch of medical science that pertains to diagnosis and treatment of disorders of endocrine glands and their secretions.", + "rdfs:label": "Endocrine" }, { - "@id": "http://schema.org/hasPart", + "@id": "http://schema.org/broadcastSignalModulation", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" - }, + "http://schema.org/category": "issue-2111", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/BroadcastFrequencySpecification" }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/isPartOf" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWork" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/QualitativeValue" + }, + { + "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2111" }, - "rdfs:comment": "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).", - "rdfs:label": "hasPart" + "rdfs:comment": "The modulation (e.g. FM, AM, etc) used by a particular broadcast service", + "rdfs:label": "broadcastSignalModulation" }, { - "@id": "http://schema.org/Episode", + "@id": "http://schema.org/ComicCoverArt", "@type": "rdfs:Class", - "rdfs:comment": "A media episode (e.g. TV, radio, video game) which can be part of a series or season.", - "rdfs:label": "Episode", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" - } + "http://schema.org/category": "Comics", + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "rdfs:comment": "The artwork on the cover of a comic.", + "rdfs:label": "ComicCoverArt", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/ComicStory" + }, + { + "@id": "http://schema.org/CoverArt" + } + ] }, { - "@id": "http://schema.org/OceanBodyOfWater", + "@id": "http://schema.org/MobileApplication", "@type": "rdfs:Class", - "rdfs:comment": "An ocean (for example, the Pacific).", - "rdfs:label": "OceanBodyOfWater", + "rdfs:comment": "A software application designed specifically to work well on a mobile device such as a telephone.", + "rdfs:label": "MobileApplication", "rdfs:subClassOf": { - "@id": "http://schema.org/BodyOfWater" + "@id": "http://schema.org/SoftwareApplication" } }, { - "@id": "http://schema.org/MedicalOrganization", + "@id": "http://schema.org/runsTo", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/LymphaticVessel" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Vessel" + }, + "rdfs:comment": "The vasculature the lymphatic structure runs, or efferents, to.", + "rdfs:label": "runsTo" + }, + { + "@id": "http://schema.org/Order", "@type": "rdfs:Class", - "rdfs:comment": "A medical organization (physical or not), such as hospital, institution or clinic.", - "rdfs:label": "MedicalOrganization", + "rdfs:comment": "An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer.", + "rdfs:label": "Order", "rdfs:subClassOf": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/employee", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/ReviewNewsArticle", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1525", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "http://schema.org/source": [ + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" + } + ], + "rdfs:comment": "A NewsArticle and CriticReview providing a professional critic's assessment of a service, product, performance, or artistic or literary work.", + "rdfs:label": "ReviewNewsArticle", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/CriticReview" + }, + { + "@id": "http://schema.org/NewsArticle" + } + ] + }, + { + "@id": "http://schema.org/PlaceboControlledTrial", + "@type": "http://schema.org/MedicalTrialDesign", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "Someone working for this organization.", - "rdfs:label": "employee" + "rdfs:comment": "A placebo-controlled trial design.", + "rdfs:label": "PlaceboControlledTrial" }, { - "@id": "http://schema.org/warrantyPromise", + "@id": "http://schema.org/suitableForDiet", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/SellAction" + "@id": "http://schema.org/Recipe" }, { - "@id": "http://schema.org/BuyAction" + "@id": "http://schema.org/MenuItem" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/WarrantyPromise" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/warranty" + "@id": "http://schema.org/RestrictedDiet" }, - "rdfs:comment": "The warranty promise(s) included in the offer.", - "rdfs:label": "warrantyPromise" + "rdfs:comment": "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.", + "rdfs:label": "suitableForDiet" }, { - "@id": "http://schema.org/contactType", + "@id": "http://schema.org/warrantyScope", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ContactPoint" + "@id": "http://schema.org/WarrantyPromise" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/WarrantyScope" }, - "rdfs:comment": "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.", - "rdfs:label": "contactType" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The scope of the warranty promise.", + "rdfs:label": "warrantyScope" }, { - "@id": "http://schema.org/productID", + "@id": "http://schema.org/eventStatus", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/Event" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/EventStatusType" }, - "rdfs:comment": "The product identifier, such as ISBN. For example: meta itemprop=\"productID\" content=\"isbn:123-456-789\".", - "rdfs:label": "productID", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/identifier" - } + "rdfs:comment": "An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.", + "rdfs:label": "eventStatus" }, { - "@id": "http://schema.org/TrainReservation", + "@id": "http://schema.org/Intangible", "@type": "rdfs:Class", - "rdfs:comment": "A reservation for train travel.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.", - "rdfs:label": "TrainReservation", + "rdfs:comment": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.", + "rdfs:label": "Intangible", "rdfs:subClassOf": { - "@id": "http://schema.org/Reservation" + "@id": "http://schema.org/Thing" } }, { - "@id": "http://schema.org/passengerPriorityStatus", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/FlightReservation" - }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/QualitativeValue" - }, - { - "@id": "http://schema.org/Text" - } - ], - "rdfs:comment": "The priority status assigned to a passenger for security or boarding (e.g. FastTrack or Priority).", - "rdfs:label": "passengerPriorityStatus" - }, - { - "@id": "http://schema.org/Online", - "@type": "http://schema.org/GameServerStatus", - "rdfs:comment": "Game server status: Online. Server is available.", - "rdfs:label": "Online" + "@id": "http://schema.org/ElectronicsStore", + "@type": "rdfs:Class", + "rdfs:comment": "An electronics store.", + "rdfs:label": "ElectronicsStore", + "rdfs:subClassOf": { + "@id": "http://schema.org/Store" + } }, { - "@id": "http://schema.org/MusicVenue", + "@id": "http://schema.org/Code", "@type": "rdfs:Class", - "rdfs:comment": "A music venue.", - "rdfs:label": "MusicVenue", + "http://schema.org/supersededBy": { + "@id": "http://schema.org/SoftwareSourceCode" + }, + "rdfs:comment": "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.", + "rdfs:label": "Code", "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/transFatContent", + "@id": "http://schema.org/gtin13", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/NutritionInformation" - }, + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Demand" + }, + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Product" + } + ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Mass" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The number of grams of trans fat.", - "rdfs:label": "transFatContent" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero. See GS1 GTIN Summary for more details.", + "rdfs:label": "gtin13", + "rdfs:subPropertyOf": [ + { + "@id": "http://schema.org/gtin" + }, + { + "@id": "http://schema.org/identifier" + } + ] }, { - "@id": "http://schema.org/comment", + "@id": "http://schema.org/gtin12", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/RsvpAction" + "@id": "http://schema.org/Demand" + }, + { + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Product" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See GS1 GTIN Summary for more details.", + "rdfs:label": "gtin12", + "rdfs:subPropertyOf": [ + { + "@id": "http://schema.org/identifier" }, { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/gtin" } - ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Comment" - }, - "rdfs:comment": "Comments, typically from users.", - "rdfs:label": "comment" + ] }, { - "@id": "http://schema.org/targetCollection", + "@id": "http://schema.org/codingSystem", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/UpdateAction" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" - }, - "rdfs:comment": "A sub property of object. The collection target of the action.", - "rdfs:label": "targetCollection", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/object" - } - }, - { - "@id": "http://schema.org/nonEqual", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "@id": "http://schema.org/MedicalCode" }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/QualitativeValue" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QualitativeValue" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is not equal to the object.", - "rdfs:label": "nonEqual" + "rdfs:comment": "The coding system, e.g. 'ICD-10'.", + "rdfs:label": "codingSystem" }, { - "@id": "http://schema.org/numberOfEmployees", + "@id": "http://schema.org/gtin14", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Product" }, { - "@id": "http://schema.org/BusinessAudience" + "@id": "http://schema.org/Offer" + }, + { + "@id": "http://schema.org/Demand" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The number of employees in an organization e.g. business.", - "rdfs:label": "numberOfEmployees" - }, - { - "@id": "http://schema.org/naics", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { + "http://schema.org/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, - "http://schema.org/domainIncludes": [ + "rdfs:comment": "The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details.", + "rdfs:label": "gtin14", + "rdfs:subPropertyOf": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/gtin" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/identifier" } - ], + ] + }, + { + "@id": "http://schema.org/OfflineTemporarily", + "@type": "http://schema.org/GameServerStatus", + "rdfs:comment": "Game server status: OfflineTemporarily. Server is offline now but it can be online soon.", + "rdfs:label": "OfflineTemporarily" + }, + { + "@id": "http://schema.org/employees", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Organization" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Person" }, - "rdfs:comment": "The North American Industry Classification System (NAICS) code for a particular organization or business person.", - "rdfs:label": "naics" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/employee" + }, + "rdfs:comment": "People working for this organization.", + "rdfs:label": "employees" }, { - "@id": "http://schema.org/hasPOS", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "@id": "http://schema.org/Tuesday", + "@type": "http://schema.org/DayOfWeek", + "http://schema.org/sameAs": { + "@id": "http://www.wikidata.org/entity/Q127" }, + "rdfs:comment": "The day of the week between Monday and Wednesday.", + "rdfs:label": "Tuesday" + }, + { + "@id": "http://schema.org/acrissCode", + "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Car" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/BusOrCoach" } ], + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "Points-of-Sales operated by the organization or person.", - "rdfs:label": "hasPOS" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The ACRISS Car Classification Code is a code used by many car rental companies, for classifying vehicles. ACRISS stands for Association of Car Rental Industry Systems and Standards.", + "rdfs:label": "acrissCode" }, { - "@id": "http://schema.org/Review", + "@id": "http://schema.org/TVClip", "@type": "rdfs:Class", - "rdfs:comment": "A review of an item - for example, of a restaurant, movie, or store.", - "rdfs:label": "Review", + "rdfs:comment": "A short TV program or a segment/part of a TV program.", + "rdfs:label": "TVClip", "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Clip" } }, { - "@id": "http://schema.org/dateReceived", + "@id": "http://schema.org/byMonthDay", "@type": "rdf:Property", + "http://schema.org/category": "issue-1457", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Message" + "@id": "http://schema.org/Schedule" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/Integer" }, - "rdfs:comment": "The date/time the message was received if a single recipient exists.", - "rdfs:label": "dateReceived" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1457" + }, + "rdfs:comment": "Defines the day(s) of the month on which a recurring Event takes place. Specified as an Integer between 1-31.", + "rdfs:label": "byMonthDay" }, { - "@id": "http://schema.org/previousItem", + "@id": "http://schema.org/doseSchedule", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ListItem" + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/TherapeuticProcedure" + }, + { + "@id": "http://schema.org/Drug" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ListItem" + "@id": "http://schema.org/DoseSchedule" }, - "rdfs:comment": "A link to the ListItem that preceeds the current one.", - "rdfs:label": "previousItem" + "rdfs:comment": "A dosing schedule for the drug for a given population, either observed, recommended, or maximum dose based on the type used.", + "rdfs:label": "doseSchedule" }, { - "@id": "http://schema.org/PostalAddress", + "@id": "http://schema.org/NailSalon", "@type": "rdfs:Class", - "rdfs:comment": "The mailing address.", - "rdfs:label": "PostalAddress", + "rdfs:comment": "A nail salon.", + "rdfs:label": "NailSalon", "rdfs:subClassOf": { - "@id": "http://schema.org/ContactPoint" + "@id": "http://schema.org/HealthAndBeautyBusiness" } }, { - "@id": "http://schema.org/totalTime", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/HowToDirection" - }, - { - "@id": "http://schema.org/HowTo" - } - ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Duration" + "@id": "http://schema.org/Eye", + "@type": "http://schema.org/PhysicalExam", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format.", - "rdfs:label": "totalTime" + "rdfs:comment": "Eye or ophtalmological function assessment with clinical examination.", + "rdfs:label": "Eye" }, { - "@id": "http://schema.org/parent", + "@id": "http://schema.org/FlightReservation", + "@type": "rdfs:Class", + "rdfs:comment": "A reservation for air travel.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.", + "rdfs:label": "FlightReservation", + "rdfs:subClassOf": { + "@id": "http://schema.org/Reservation" + } + }, + { + "@id": "http://schema.org/safetyConsideration", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/DietarySupplement" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "A parent of this person.", - "rdfs:label": "parent" + "rdfs:comment": "Any potential safety concern associated with the supplement. May include interactions with other drugs and foods, pregnancy, breastfeeding, known adverse reactions, and documented efficacy of the supplement.", + "rdfs:label": "safetyConsideration" }, { - "@id": "http://schema.org/softwareHelp", + "@id": "http://schema.org/telephone", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" - }, + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" + }, + { + "@id": "http://schema.org/ContactPoint" + }, + { + "@id": "http://schema.org/Place" + } + ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "Software application help.", - "rdfs:label": "softwareHelp" + "rdfs:comment": "The telephone number.", + "rdfs:label": "telephone" }, { - "@id": "http://schema.org/entertainmentBusiness", + "@id": "http://schema.org/annualPercentageRate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PerformAction" + "@id": "http://schema.org/FinancialProduct" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/EntertainmentBusiness" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/QuantitativeValue" + }, + { + "@id": "http://schema.org/Number" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, - "rdfs:comment": "A sub property of location. The entertainment business where the action occurred.", - "rdfs:label": "entertainmentBusiness", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/location" - } + "rdfs:comment": "The annual rate that is charged for borrowing (or made by investing), expressed as a single percentage number that represents the actual yearly cost of funds over the term of a loan. This includes any fees or additional costs associated with the transaction.", + "rdfs:label": "annualPercentageRate" }, { - "@id": "http://schema.org/ClaimReview", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1061" + "@id": "http://schema.org/valueReference", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/QuantitativeValue" + }, + { + "@id": "http://schema.org/PropertyValue" + }, + { + "@id": "http://schema.org/QualitativeValue" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/StructuredValue" + }, + { + "@id": "http://schema.org/Enumeration" + }, + { + "@id": "http://schema.org/PropertyValue" + }, + { + "@id": "http://schema.org/QualitativeValue" + }, + { + "@id": "http://schema.org/QuantitativeValue" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, - "http://schema.org/category": "issue-1061", - "rdfs:comment": "A fact-checking review of claims made (or reported) in some creative work (referenced via itemReviewed).", - "rdfs:label": "ClaimReview", - "rdfs:subClassOf": { - "@id": "http://schema.org/Review" - } + "rdfs:comment": "A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature.", + "rdfs:label": "valueReference" }, { - "@id": "http://schema.org/quest", + "@id": "http://schema.org/EventScheduled", + "@type": "http://schema.org/EventStatusType", + "rdfs:comment": "The event is taking place or has taken place on the startDate as scheduled. Use of this value is optional, as it is assumed by default.", + "rdfs:label": "EventScheduled" + }, + { + "@id": "http://schema.org/nutrition", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/VideoGameSeries" + "@id": "http://schema.org/MenuItem" }, { - "@id": "http://schema.org/Game" + "@id": "http://schema.org/Recipe" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/NutritionInformation" }, - "rdfs:comment": "The task that a player-controlled character, or group of characters may complete in order to gain a reward.", - "rdfs:label": "quest" + "rdfs:comment": "Nutrition information about the recipe or menu item.", + "rdfs:label": "nutrition" }, { - "@id": "http://schema.org/representativeOfPage", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ImageObject" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Boolean" + "@id": "http://schema.org/MedicalClinic", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "Indicates whether this image is representative of the content of the page.", - "rdfs:label": "representativeOfPage" + "rdfs:comment": "A facility, often associated with a hospital or medical school, that is devoted to the specific diagnosis and/or healthcare. Previously limited to outpatients but with evolution it may be open to inpatients as well.", + "rdfs:label": "MedicalClinic", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/MedicalBusiness" + }, + { + "@id": "http://schema.org/MedicalOrganization" + } + ] }, { - "@id": "http://schema.org/CollegeOrUniversity", + "@id": "http://schema.org/BloodTest", "@type": "rdfs:Class", - "rdfs:comment": "A college, university, or other third-level educational institution.", - "rdfs:label": "CollegeOrUniversity", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A medical test performed on a sample of a patient's blood.", + "rdfs:label": "BloodTest", "rdfs:subClassOf": { - "@id": "http://schema.org/EducationalOrganization" + "@id": "http://schema.org/MedicalTest" } }, { - "@id": "http://schema.org/articleBody", + "@id": "http://schema.org/accessMode", "@type": "rdf:Property", + "http://schema.org/category": "issue-1110", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Article" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The actual body of the article.", - "rdfs:label": "articleBody" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1100" + }, + "rdfs:comment": "The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Expected values include: auditory, tactile, textual, visual, colorDependent, chartOnVisual, chemOnVisual, diagramOnVisual, mathOnVisual, musicOnVisual, textOnVisual.", + "rdfs:label": "accessMode" }, { - "@id": "http://schema.org/previousStartDate", + "@id": "http://schema.org/serviceUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/ServiceChannel" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/URL" }, - "rdfs:comment": "Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated.", - "rdfs:label": "previousStartDate" - }, - { - "@id": "http://schema.org/SoftwareSourceCode", - "@type": "rdfs:Class", - "rdfs:comment": "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.", - "rdfs:label": "SoftwareSourceCode", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" - } + "rdfs:comment": "The website to access the service.", + "rdfs:label": "serviceUrl" }, { - "@id": "http://schema.org/expectedArrivalUntil", + "@id": "http://schema.org/director", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ParcelDelivery" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/VideoGameSeries" }, { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/VideoGame" + }, + { + "@id": "http://schema.org/RadioSeries" + }, + { + "@id": "http://schema.org/MovieSeries" + }, + { + "@id": "http://schema.org/Episode" + }, + { + "@id": "http://schema.org/VideoObject" + }, + { + "@id": "http://schema.org/CreativeWorkSeason" + }, + { + "@id": "http://schema.org/Event" + }, + { + "@id": "http://schema.org/Clip" + }, + { + "@id": "http://schema.org/TVSeries" + }, + { + "@id": "http://schema.org/Movie" } ], - "rdfs:comment": "The latest date the package may arrive.", - "rdfs:label": "expectedArrivalUntil" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip.", + "rdfs:label": "director" }, { - "@id": "http://schema.org/Clip", - "@type": "rdfs:Class", - "rdfs:comment": "A short TV or radio program or a segment/part of a program.", - "rdfs:label": "Clip", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" - } + "@id": "http://schema.org/Nonprofit501c20", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c20: Non-profit type referring to Group Legal Services Plan Organizations.", + "rdfs:label": "Nonprofit501c20" }, { - "@id": "http://schema.org/Seat", + "@id": "http://schema.org/StructuredValue", "@type": "rdfs:Class", - "rdfs:comment": "Used to describe a seat, such as a reserved seat in an event reservation.", - "rdfs:label": "Seat", + "rdfs:comment": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing.", + "rdfs:label": "StructuredValue", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/OnlineFull", - "@type": "http://schema.org/GameServerStatus", - "rdfs:comment": "Game server status: OnlineFull. Server is online but unavailable. The maximum number of players has reached.", - "rdfs:label": "OnlineFull" + "@id": "http://schema.org/InStock", + "@type": "http://schema.org/ItemAvailability", + "rdfs:comment": "Indicates that the item is in stock.", + "rdfs:label": "InStock" }, { - "@id": "http://schema.org/softwareAddOn", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/AuthenticContent", + "@type": "http://schema.org/MediaManipulationRatingEnumeration", + "http://schema.org/category": "issue-2450", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2450" }, - "rdfs:comment": "Additional content for a software application.", - "rdfs:label": "softwareAddOn" - }, - { - "@id": "http://schema.org/checkoutTime", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/LodgingBusiness" - }, - { - "@id": "http://schema.org/LodgingReservation" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/DateTime" - }, - { - "@id": "http://schema.org/Time" - } - ], - "rdfs:comment": "The latest someone may check out of a lodging establishment.", - "rdfs:label": "checkoutTime" + "rdfs:comment": "AuthenticMediaObject: An unaltered image that is presented in an accurate way.", + "rdfs:label": "AuthenticContent" }, { - "@id": "http://schema.org/OnlineOnly", - "@type": "http://schema.org/ItemAvailability", - "rdfs:comment": "Indicates that the item is available only online.", - "rdfs:label": "OnlineOnly" + "@id": "http://schema.org/Nonprofit501c26", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c26: Non-profit type referring to State-Sponsored Organizations Providing Health Coverage for High-Risk Individuals.", + "rdfs:label": "Nonprofit501c26" }, { - "@id": "http://schema.org/lodgingUnitType", + "@id": "http://schema.org/produces", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/LodgingReservation" + "@id": "http://schema.org/Service" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/QualitativeValue" - }, - { - "@id": "http://schema.org/Text" - } - ], - "rdfs:comment": "Textual description of the unit type (including suite vs. room, size of bed, etc.).", - "rdfs:label": "lodgingUnitType" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Thing" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/serviceOutput" + }, + "rdfs:comment": "The tangible thing generated by the service, e.g. a passport, permit, etc.", + "rdfs:label": "produces" }, { - "@id": "http://schema.org/modifiedTime", + "@id": "http://schema.org/applicationContact", "@type": "rdf:Property", + "http://schema.org/category": "issue-2396", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Reservation" + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/ContactPoint" }, - "rdfs:comment": "The date and time the reservation was modified.", - "rdfs:label": "modifiedTime" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2396" + }, + "rdfs:comment": "Contact details for further information relevant to this job posting.", + "rdfs:label": "applicationContact" }, { - "@id": "http://schema.org/encodingFormat", + "@id": "http://schema.org/Prion", + "@type": "http://schema.org/InfectiousAgentClass", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A prion is an infectious agent composed of protein in a misfolded form.", + "rdfs:label": "Prion" + }, + { + "@id": "http://schema.org/material", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Product" }, { - "@id": "http://schema.org/MediaObject" + "@id": "http://schema.org/CreativeWork" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, + { + "@id": "http://schema.org/Product" + }, { "@id": "http://schema.org/URL" } ], - "rdfs:comment": "Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).

\n\nIn cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.

\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.", - "rdfs:label": "encodingFormat" + "rdfs:comment": "A material that something is made from, e.g. leather, wool, cotton, paper.", + "rdfs:label": "material" }, { - "@id": "http://schema.org/thumbnail", + "@id": "http://schema.org/AlignmentObject", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass" + }, + "rdfs:comment": "An intangible item that describes an alignment between a learning resource and a node in an educational framework.

\n\nShould not be used where the nature of the alignment can be described using a simple property, for example to express that a resource teaches or assesses a competency.", + "rdfs:label": "AlignmentObject", + "rdfs:subClassOf": { + "@id": "http://schema.org/Intangible" + } + }, + { + "@id": "http://schema.org/softwareVersion", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/VideoObject" - }, - { - "@id": "http://schema.org/ImageObject" - } - ], + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareApplication" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Version of the software instance.", + "rdfs:label": "softwareVersion" + }, + { + "@id": "http://schema.org/providesBroadcastService", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BroadcastChannel" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/hasBroadcastChannel" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ImageObject" + "@id": "http://schema.org/BroadcastService" }, - "rdfs:comment": "Thumbnail image for an image or video.", - "rdfs:label": "thumbnail" + "rdfs:comment": "The BroadcastService offered on this channel.", + "rdfs:label": "providesBroadcastService" }, { - "@id": "http://schema.org/WantAction", + "@id": "http://schema.org/DrinkAction", "@type": "rdfs:Class", - "rdfs:comment": "The act of expressing a desire about the object. An agent wants an object.", - "rdfs:label": "WantAction", + "rdfs:comment": "The act of swallowing liquids.", + "rdfs:label": "DrinkAction", "rdfs:subClassOf": { - "@id": "http://schema.org/ReactAction" + "@id": "http://schema.org/ConsumeAction" } }, { - "@id": "http://schema.org/review", + "@id": "http://schema.org/sender", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Organization" - }, - { - "@id": "http://schema.org/Service" - }, - { - "@id": "http://schema.org/Event" - }, - { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Message" }, { - "@id": "http://schema.org/Product" - }, + "@id": "http://schema.org/ReceiveAction" + } + ], + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/Brand" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Audience" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Review" - }, - "rdfs:comment": "A review of the item.", - "rdfs:label": "review" + "rdfs:comment": "A sub property of participant. The participant who is at the sending end of the action.", + "rdfs:label": "sender", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/participant" + } }, { - "@id": "http://schema.org/musicArrangement", + "@id": "http://schema.org/codeValue", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicComposition" + "http://schema.org/category": "issue-894", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/CategoryCode" + }, + { + "@id": "http://schema.org/MedicalCode" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MusicComposition" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "An arrangement derived from the composition.", - "rdfs:label": "musicArrangement" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/894" + }, + "rdfs:comment": "A short textual code that uniquely identifies the value.", + "rdfs:label": "codeValue", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/termCode" + } }, { - "@id": "http://schema.org/acceptedOffer", + "@id": "http://schema.org/realEstateAgent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Order" + "@id": "http://schema.org/RentAction" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/RealEstateAgent" }, - "rdfs:comment": "The offer(s) -- e.g., product, quantity and price combinations -- included in the order.", - "rdfs:label": "acceptedOffer" - }, - { - "@id": "http://schema.org/ReadAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of consuming written content.", - "rdfs:label": "ReadAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/ConsumeAction" - } - }, - { - "@id": "http://schema.org/Specialty", - "@type": "rdfs:Class", - "rdfs:comment": "Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort.", - "rdfs:label": "Specialty", - "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "rdfs:comment": "A sub property of participant. The real estate agent involved in the action.", + "rdfs:label": "realEstateAgent", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/participant" } }, { - "@id": "http://schema.org/TaxiService", + "@id": "http://schema.org/ContactPoint", "@type": "rdfs:Class", - "rdfs:comment": "A service for a vehicle for hire with a driver for local travel. Fares are usually calculated based on distance traveled.", - "rdfs:label": "TaxiService", + "rdfs:comment": "A contact point—for example, a Customer Complaints department.", + "rdfs:label": "ContactPoint", "rdfs:subClassOf": { - "@id": "http://schema.org/Service" + "@id": "http://schema.org/StructuredValue" } }, { - "@id": "http://schema.org/geographicArea", + "@id": "http://schema.org/hasMerchantReturnPolicy", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Audience" + "http://schema.org/category": "issue-2288", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Product" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/AdministrativeArea" - }, - "rdfs:comment": "The geographic area associated with the audience.", - "rdfs:label": "geographicArea" - }, - { - "@id": "http://schema.org/ratingCount", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/AggregateRating" + "@id": "http://schema.org/MerchantReturnPolicy" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, - "rdfs:comment": "The count of total number of ratings.", - "rdfs:label": "ratingCount" + "rdfs:comment": "Indicates a MerchantReturnPolicy that may be applicable.", + "rdfs:label": "hasMerchantReturnPolicy" }, { - "@id": "http://schema.org/foundingLocation", + "@id": "http://schema.org/mainContentOfPage", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/WebPage" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/WebPageElement" }, - "rdfs:comment": "The place where the Organization was founded.", - "rdfs:label": "foundingLocation" - }, - { - "@id": "http://schema.org/OnSitePickup", - "@type": "http://schema.org/DeliveryMethod", - "rdfs:comment": "A DeliveryMethod in which an item is collected on site, e.g. in a store or at a box office.", - "rdfs:label": "OnSitePickup" - }, - { - "@id": "http://schema.org/FailedActionStatus", - "@type": "http://schema.org/ActionStatusType", - "rdfs:comment": "An action that failed to complete. The action's error property and the HTTP return code contain more information about the failure.", - "rdfs:label": "FailedActionStatus" + "rdfs:comment": "Indicates if this web page element is the main subject of the page.", + "rdfs:label": "mainContentOfPage" }, { - "@id": "http://schema.org/mainEntityOfPage", + "@id": "http://schema.org/healthCondition", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Thing" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/mainEntity" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/PeopleAudience" }, { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Patient" + }, + { + "@id": "http://schema.org/MedicalStudy" } ], - "rdfs:comment": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details.", - "rdfs:label": "mainEntityOfPage" - }, - { - "@id": "http://schema.org/ItemAvailability", - "@type": "rdfs:Class", - "rdfs:comment": "A list of possible product availability options.", - "rdfs:label": "ItemAvailability", - "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" - } - }, - { - "@id": "http://schema.org/publicAccess", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Place" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Boolean" + "@id": "http://schema.org/MedicalCondition" }, - "rdfs:comment": "A flag to signal that the Place is open to public visitors. If this property is omitted there is no assumed default boolean value", - "rdfs:label": "publicAccess" + "rdfs:comment": "Specifying the health condition(s) of a patient, medical study, or other target audience.", + "rdfs:label": "healthCondition" }, { - "@id": "http://schema.org/offerCount", + "@id": "http://schema.org/albumRelease", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/AggregateOffer" + "@id": "http://schema.org/MusicAlbum" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/releaseOf" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/MusicRelease" }, - "rdfs:comment": "The number of offers for the product.", - "rdfs:label": "offerCount" + "rdfs:comment": "A release of this album.", + "rdfs:label": "albumRelease" }, { - "@id": "http://schema.org/owns", + "@id": "http://schema.org/applicableLocation", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Person" - }, - { - "@id": "http://schema.org/Organization" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/OwnershipInfo" + "@id": "http://schema.org/DrugCost" }, { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/DrugLegalStatus" } ], - "rdfs:comment": "Products owned by the organization or person.", - "rdfs:label": "owns" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/AdministrativeArea" + }, + "rdfs:comment": "The location in which the status applies.", + "rdfs:label": "applicableLocation" }, { - "@id": "http://schema.org/reviewedBy", + "@id": "http://schema.org/FinancialService", + "@type": "rdfs:Class", + "rdfs:comment": "Financial services business.", + "rdfs:label": "FinancialService", + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } + }, + { + "@id": "http://schema.org/softwareRequirements", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/WebPage" + "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/URL" } ], - "rdfs:comment": "People or organizations that have reviewed the content on this web page for accuracy and/or completeness.", - "rdfs:label": "reviewedBy" + "rdfs:comment": "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).", + "rdfs:label": "softwareRequirements" + }, + { + "@id": "http://schema.org/VideoObject", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" + }, + "rdfs:comment": "A video file.", + "rdfs:label": "VideoObject", + "rdfs:subClassOf": { + "@id": "http://schema.org/MediaObject" + } }, { - "@id": "http://schema.org/totalPaymentDue", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Invoice" + "@id": "http://schema.org/MedicalGuideline", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/rangeIncludes": [ + "rdfs:comment": "Any recommendation made by a standard society (e.g. ACC/AHA) or consensus statement that denotes how to diagnose and treat a particular condition. Note: this type should be used to tag the actual guideline recommendation; if the guideline recommendation occurs in a larger scholarly article, use MedicalScholarlyArticle to tag the overall article, not this type. Note also: the organization making the recommendation should be captured in the recognizingAuthority base property of MedicalEntity.", + "rdfs:label": "MedicalGuideline", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEntity" + } + }, + { + "@id": "http://schema.org/weight", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/MonetaryAmount" + "@id": "http://schema.org/Product" }, { - "@id": "http://schema.org/PriceSpecification" + "@id": "http://schema.org/Person" } ], - "rdfs:comment": "The total amount due.", - "rdfs:label": "totalPaymentDue" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The weight of the product or person.", + "rdfs:label": "weight" }, { - "@id": "http://schema.org/Occupation", + "@id": "http://schema.org/Menu", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" - }, - "http://schema.org/category": "issue-1698", - "rdfs:comment": "A profession, may involve prolonged training and/or a formal qualification.", - "rdfs:label": "Occupation", + "rdfs:comment": "A structured representation of food or drink items available from a FoodEstablishment.", + "rdfs:label": "Menu", "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/illustrator", + "@id": "http://schema.org/isFamilyFriendly", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Book" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Boolean" }, - "rdfs:comment": "The illustrator of the book.", - "rdfs:label": "illustrator" + "rdfs:comment": "Indicates whether this content is family friendly.", + "rdfs:label": "isFamilyFriendly" }, { - "@id": "http://schema.org/ArtGallery", + "@id": "http://schema.org/GovernmentBuilding", "@type": "rdfs:Class", - "rdfs:comment": "An art gallery.", - "rdfs:label": "ArtGallery", + "rdfs:comment": "A government building.", + "rdfs:label": "GovernmentBuilding", "rdfs:subClassOf": { - "@id": "http://schema.org/EntertainmentBusiness" + "@id": "http://schema.org/CivicStructure" } }, { - "@id": "http://schema.org/primaryImageOfPage", + "@id": "http://schema.org/EmergencyService", + "@type": "rdfs:Class", + "rdfs:comment": "An emergency service, such as a fire station or ER.", + "rdfs:label": "EmergencyService", + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } + }, + { + "@id": "http://schema.org/Synagogue", + "@type": "rdfs:Class", + "rdfs:comment": "A synagogue.", + "rdfs:label": "Synagogue", + "rdfs:subClassOf": { + "@id": "http://schema.org/PlaceOfWorship" + } + }, + { + "@id": "http://schema.org/employerOverview", "@type": "rdf:Property", + "http://schema.org/category": "issue-2396", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/WebPage" + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ImageObject" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "Indicates the main image on the page.", - "rdfs:label": "primaryImageOfPage" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2396" + }, + "rdfs:comment": "A description of the employer, career opportunities and work environment for this position.", + "rdfs:label": "employerOverview" }, { - "@id": "http://schema.org/license", + "@id": "http://schema.org/issuedBy", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Permit" }, { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Ticket" } ], - "rdfs:comment": "A license document that applies to this content, typically indicated by URL.", - "rdfs:label": "license" - }, - { - "@id": "http://schema.org/accessibilityControl", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Organization" }, - "rdfs:comment": "Identifies input methods that are sufficient to fully control the described resource (WebSchemas wiki lists possible values).", - "rdfs:label": "accessibilityControl" + "rdfs:comment": "The organization issuing the ticket or permit.", + "rdfs:label": "issuedBy" }, { - "@id": "http://schema.org/targetPlatform", + "@id": "http://schema.org/email", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/APIReference" - }, + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/ContactPoint" + }, + { + "@id": "http://schema.org/Person" + } + ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "Type of app development: phone, Metro style, desktop, XBox, etc.", - "rdfs:label": "targetPlatform" + "rdfs:comment": "Email address.", + "rdfs:label": "email" }, { - "@id": "http://schema.org/musicReleaseFormat", + "@id": "http://schema.org/stageAsNumber", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicRelease" + "@id": "http://schema.org/MedicalConditionStage" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MusicReleaseFormatType" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).", - "rdfs:label": "musicReleaseFormat" - }, - { - "@id": "http://schema.org/GroupBoardingPolicy", - "@type": "http://schema.org/BoardingPolicyType", - "rdfs:comment": "The airline boards by groups based on check-in time, priority, etc.", - "rdfs:label": "GroupBoardingPolicy" + "rdfs:comment": "The stage represented as a number, e.g. 3.", + "rdfs:label": "stageAsNumber" }, { - "@id": "http://schema.org/busNumber", + "@id": "http://schema.org/orderedItem", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BusTrip" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The unique identifier for the bus.", - "rdfs:label": "busNumber" + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/OrderItem" + }, + { + "@id": "http://schema.org/Order" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/OrderItem" + }, + { + "@id": "http://schema.org/Service" + } + ], + "rdfs:comment": "The item ordered.", + "rdfs:label": "orderedItem" }, { - "@id": "http://schema.org/description", + "@id": "http://schema.org/httpMethod", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/EntryPoint" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "http://www.w3.org/2002/07/owl#equivalentProperty": { - "@id": "http://purl.org/dc/terms/description" - }, - "rdfs:comment": "A description of the item.", - "rdfs:label": "description" + "rdfs:comment": "An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP.", + "rdfs:label": "httpMethod" }, { - "@id": "http://schema.org/Plumber", + "@id": "http://schema.org/Property", "@type": "rdfs:Class", - "rdfs:comment": "A plumbing service.", - "rdfs:label": "Plumber", + "http://schema.org/isPartOf": { + "@id": "http://meta.schema.org" + }, + "http://www.w3.org/2002/07/owl#equivalentClass": { + "@id": "rdf:Property" + }, + "rdfs:comment": "A property, used to indicate attributes and relationships of some Thing; equivalent to rdf:Property.", + "rdfs:label": "Property", "rdfs:subClassOf": { - "@id": "http://schema.org/HomeAndConstructionBusiness" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/Preschool", + "@id": "http://schema.org/CollectionPage", "@type": "rdfs:Class", - "rdfs:comment": "A preschool.", - "rdfs:label": "Preschool", + "rdfs:comment": "Web page type: Collection page.", + "rdfs:label": "CollectionPage", "rdfs:subClassOf": { - "@id": "http://schema.org/EducationalOrganization" + "@id": "http://schema.org/WebPage" } }, { - "@id": "http://schema.org/OrderCancelled", - "@type": "http://schema.org/OrderStatus", - "rdfs:comment": "OrderStatus representing cancellation of an order.", - "rdfs:label": "OrderCancelled" + "@id": "http://schema.org/cvdCollectionDate", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2521", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CDCPMDRecord" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/DateTime" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2521" + }, + "rdfs:comment": "collectiondate - Date for which patient counts are reported.", + "rdfs:label": "cvdCollectionDate" }, { - "@id": "http://schema.org/RejectAction", + "@id": "http://schema.org/ResultsNotAvailable", + "@type": "http://schema.org/MedicalStudyStatus", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Results are not available.", + "rdfs:label": "ResultsNotAvailable" + }, + { + "@id": "http://schema.org/PhotographAction", "@type": "rdfs:Class", - "rdfs:comment": "The act of rejecting to/adopting an object.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "RejectAction", + "rdfs:comment": "The act of capturing still images of objects using a camera.", + "rdfs:label": "PhotographAction", "rdfs:subClassOf": { - "@id": "http://schema.org/AllocateAction" + "@id": "http://schema.org/CreateAction" } }, { - "@id": "http://schema.org/vehicleTransmission", + "@id": "http://schema.org/noBylinesPolicy", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, + "http://schema.org/category": "issue-1688", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" + "@id": "http://schema.org/NewsMediaOrganization" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/QualitativeValue" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/CreativeWork" + } + ], + "http://schema.org/source": [ + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" }, { - "@id": "http://schema.org/Text" + "@id": "https://github.com/schemaorg/schemaorg/issues/1688" + } + ], + "rdfs:comment": "For a NewsMediaOrganization or other news-related Organization, a statement explaining when authors of articles are not named in bylines.", + "rdfs:label": "noBylinesPolicy", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/publishingPrinciples" + } + }, + { + "@id": "http://schema.org/performTime", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/HowTo" + }, + { + "@id": "http://schema.org/HowToDirection" } ], - "rdfs:comment": "The type of component used for transmitting the power from a rotating power source to the wheels or other relevant component(s) (\"gearbox\" for cars).", - "rdfs:label": "vehicleTransmission" - }, - { - "@id": "http://schema.org/encodings", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MediaObject" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/encoding" + "@id": "http://schema.org/Duration" }, - "rdfs:comment": "A media object that encodes this CreativeWork.", - "rdfs:label": "encodings" + "rdfs:comment": "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format.", + "rdfs:label": "performTime" }, { - "@id": "http://schema.org/GeoCircle", + "@id": "http://schema.org/HealthAndBeautyBusiness", "@type": "rdfs:Class", - "rdfs:comment": "A GeoCircle is a GeoShape representing a circular geographic area. As it is a GeoShape\n it provides the simple textual property 'circle', but also allows the combination of postalCode alongside geoRadius.\n The center of the circle can be indicated via the 'geoMidpoint' property, or more approximately using 'address', 'postalCode'.", - "rdfs:label": "GeoCircle", + "rdfs:comment": "Health and beauty.", + "rdfs:label": "HealthAndBeautyBusiness", "rdfs:subClassOf": { - "@id": "http://schema.org/GeoShape" + "@id": "http://schema.org/LocalBusiness" } }, { - "@id": "http://schema.org/dateVehicleFirstRegistered", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" + "@id": "http://schema.org/CssSelectorType", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1672", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1672" }, - "rdfs:comment": "The date of the first registration of the vehicle with the respective public authorities.", - "rdfs:label": "dateVehicleFirstRegistered" + "rdfs:comment": "Text representing a CSS selector.", + "rdfs:label": "CssSelectorType", + "rdfs:subClassOf": { + "@id": "http://schema.org/Text" + } }, { - "@id": "http://schema.org/event", + "@id": "http://schema.org/assesses", "@type": "rdf:Property", + "http://schema.org/category": "issue-2427", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/PlayAction" - }, - { - "@id": "http://schema.org/LeaveAction" - }, - { - "@id": "http://schema.org/InviteAction" - }, - { - "@id": "http://schema.org/JoinAction" - }, - { - "@id": "http://schema.org/InformAction" + "@id": "http://schema.org/EducationEvent" }, { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/LearningResource" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/CreativeWork" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Event" - }, - "rdfs:comment": "Upcoming or past event associated with this place, organization, or action.", - "rdfs:label": "event" - }, - { - "@id": "http://schema.org/sport", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SportsOrganization" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/DefinedTerm" } ], - "rdfs:comment": "A type of sport (e.g. Baseball).", - "rdfs:label": "sport" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2427" + }, + "rdfs:comment": "The item being described is intended to assess the competency or learning outcome defined by the referenced term.", + "rdfs:label": "assesses" }, { - "@id": "http://schema.org/reviewBody", + "@id": "http://schema.org/vehicleInteriorType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Review" + "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The actual body of the review.", - "rdfs:label": "reviewBody" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The type or material of the interior of the vehicle (e.g. synthetic fabric, leather, wood, etc.). While most interior types are characterized by the material used, an interior type can also be based on vehicle usage or target audience.", + "rdfs:label": "vehicleInteriorType" }, { - "@id": "http://schema.org/productSupported", + "@id": "http://schema.org/relevantOccupation", "@type": "rdf:Property", + "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ContactPoint" + "@id": "http://schema.org/JobPosting" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/Product" - } - ], - "rdfs:comment": "The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. \"iPhone\") or a general category of products or services (e.g. \"smartphones\").", - "rdfs:label": "productSupported" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Occupation" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + }, + "rdfs:comment": "The Occupation for the JobPosting.", + "rdfs:label": "relevantOccupation" }, { - "@id": "http://schema.org/BusinessFunction", + "@id": "http://schema.org/Periodical", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" }, - "rdfs:comment": "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 offer. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Proprietary specifications of access rights are also instances of this class.

\n\nCommonly used values:

\n\n\n", - "rdfs:label": "BusinessFunction", + "http://www.w3.org/2002/07/owl#equivalentClass": { + "@id": "http://purl.org/ontology/bibo/Periodical" + }, + "rdfs:comment": "A publication in any medium issued in successive parts bearing numerical or chronological designations and intended, such as a magazine, scholarly journal, or newspaper to continue indefinitely.

\n\nSee also blog post.", + "rdfs:label": "Periodical", "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "@id": "http://schema.org/CreativeWorkSeries" } }, { - "@id": "http://schema.org/departureTerminal", + "@id": "http://schema.org/foodWarning", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Flight" + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "Identifier of the flight's departure terminal.", - "rdfs:label": "departureTerminal" + "rdfs:comment": "Any precaution, guidance, contraindication, etc. related to consumption of specific foods while taking this drug.", + "rdfs:label": "foodWarning" }, { - "@id": "http://schema.org/estimatedFlightDuration", + "@id": "http://schema.org/broadcastOfEvent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Flight" + "@id": "http://schema.org/BroadcastEvent" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/Duration" - } - ], - "rdfs:comment": "The estimated time the flight will take.", - "rdfs:label": "estimatedFlightDuration" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Event" + }, + "rdfs:comment": "The event being broadcast such as a sporting event or awards ceremony.", + "rdfs:label": "broadcastOfEvent" }, { - "@id": "http://schema.org/Female", - "@type": "http://schema.org/GenderType", - "rdfs:comment": "The female gender.", - "rdfs:label": "Female" + "@id": "http://schema.org/numberOfBeds", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BedDetails" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment.", + "rdfs:label": "numberOfBeds" }, { - "@id": "http://schema.org/Energy", + "@id": "http://schema.org/Electrician", "@type": "rdfs:Class", - "rdfs:comment": "Properties that take Energy as values are of the form '<Number> <Energy unit of measure>'.", - "rdfs:label": "Energy", + "rdfs:comment": "An electrician.", + "rdfs:label": "Electrician", "rdfs:subClassOf": { - "@id": "http://schema.org/Quantity" + "@id": "http://schema.org/HomeAndConstructionBusiness" } }, { - "@id": "http://schema.org/FurnitureStore", + "@id": "http://schema.org/Nonprofit501c4", + "@type": "http://schema.org/USNonprofitType", + "http://schema.org/category": "issue-2543", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2543" + }, + "rdfs:comment": "Nonprofit501c4: Non-profit type referring to Civic Leagues, Social Welfare Organizations, and Local Associations of Employees.", + "rdfs:label": "Nonprofit501c4" + }, + { + "@id": "http://schema.org/Series", "@type": "rdfs:Class", - "rdfs:comment": "A furniture store.", - "rdfs:label": "FurnitureStore", + "rdfs:comment": "A Series in schema.org is a group of related items, typically but not necessarily of the same kind. See also CreativeWorkSeries, EventSeries.", + "rdfs:label": "Series", "rdfs:subClassOf": { - "@id": "http://schema.org/Store" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/BusStop", + "@id": "http://schema.org/printSection", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/NewsArticle" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "If this NewsArticle appears in print, this field indicates the print section in which the article appeared.", + "rdfs:label": "printSection" + }, + { + "@id": "http://schema.org/MediaManipulationRatingEnumeration", "@type": "rdfs:Class", - "rdfs:comment": "A bus stop.", - "rdfs:label": "BusStop", + "http://schema.org/category": "issue-2450", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2450" + }, + "rdfs:comment": "(editorial work in progress, this definition is incomplete and unreviewed) MediaManipulationRatingEnumeration classifies a number of ways in which a media item (video, image, audio) can be manipulated, taking into account the context within which they are published or presented.", + "rdfs:label": "MediaManipulationRatingEnumeration", "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/Enumeration" } }, { - "@id": "http://schema.org/percentile90", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + "@id": "http://schema.org/WarrantyScope", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, - "http://schema.org/category": "issue-1698", + "rdfs:comment": "A range of of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.

\n\nCommonly used values:

\n\n\n", + "rdfs:label": "WarrantyScope", + "rdfs:subClassOf": { + "@id": "http://schema.org/Enumeration" + } + }, + { + "@id": "http://schema.org/associatedArticle", + "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/QuantitativeValueDistribution" + "@id": "http://schema.org/MediaObject" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/NewsArticle" }, - "rdfs:comment": "The 90th percentile value.", - "rdfs:label": "percentile90" + "rdfs:comment": "A NewsArticle associated with the Media Object.", + "rdfs:label": "associatedArticle" }, { - "@id": "http://schema.org/cookingMethod", + "@id": "http://schema.org/VideoGameSeries", + "@type": "rdfs:Class", + "rdfs:comment": "A video game series.", + "rdfs:label": "VideoGameSeries", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWorkSeries" + } + }, + { + "@id": "http://schema.org/activeIngredient", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/DietarySupplement" + }, + { + "@id": "http://schema.org/Substance" + }, + { + "@id": "http://schema.org/DrugStrength" + }, + { + "@id": "http://schema.org/Drug" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "An active ingredient, typically chemical compounds and/or biologic substances.", + "rdfs:label": "activeIngredient" + }, + { + "@id": "http://schema.org/keywords", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Recipe" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The method of cooking, such as Frying, Steaming, ...", - "rdfs:label": "cookingMethod" + "rdfs:comment": "Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.", + "rdfs:label": "keywords" }, { - "@id": "http://schema.org/businessFunction", + "@id": "http://schema.org/productionCompany", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Demand" + "@id": "http://schema.org/MovieSeries" }, { - "@id": "http://schema.org/TypeAndQuantityNode" + "@id": "http://schema.org/TVSeries" }, { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/Movie" + }, + { + "@id": "http://schema.org/MediaObject" + }, + { + "@id": "http://schema.org/Episode" + }, + { + "@id": "http://schema.org/VideoGameSeries" + }, + { + "@id": "http://schema.org/CreativeWorkSeason" + }, + { + "@id": "http://schema.org/RadioSeries" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/BusinessFunction" + "@id": "http://schema.org/Organization" }, - "rdfs:comment": "The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell.", - "rdfs:label": "businessFunction" + "rdfs:comment": "The production company or studio responsible for the item e.g. series, video game, episode etc.", + "rdfs:label": "productionCompany" }, { - "@id": "http://schema.org/bookingTime", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Reservation" + "@id": "http://schema.org/WearAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of dressing oneself in clothing.", + "rdfs:label": "WearAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/UseAction" + } + }, + { + "@id": "http://schema.org/CoverArt", + "@type": "rdfs:Class", + "http://schema.org/category": "Comics", + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DateTime" + "rdfs:comment": "The artwork on the outer surface of a CreativeWork.", + "rdfs:label": "CoverArt", + "rdfs:subClassOf": { + "@id": "http://schema.org/VisualArtwork" + } + }, + { + "@id": "http://schema.org/MedicalConditionStage", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "The date and time the reservation was booked.", - "rdfs:label": "bookingTime" + "rdfs:comment": "A stage of a medical condition, such as 'Stage IIIa'.", + "rdfs:label": "MedicalConditionStage", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalIntangible" + } }, { - "@id": "http://schema.org/MotorcycleRepair", + "@id": "http://schema.org/TravelAgency", "@type": "rdfs:Class", - "rdfs:comment": "A motorcycle repair shop.", - "rdfs:label": "MotorcycleRepair", + "rdfs:comment": "A travel agency.", + "rdfs:label": "TravelAgency", "rdfs:subClassOf": { - "@id": "http://schema.org/AutomotiveBusiness" + "@id": "http://schema.org/LocalBusiness" } }, { - "@id": "http://schema.org/headline", + "@id": "http://schema.org/branchOf", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/LocalBusiness" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Organization" }, - "rdfs:comment": "Headline of the article.", - "rdfs:label": "headline" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/parentOrganization" + }, + "rdfs:comment": "The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical)branch.", + "rdfs:label": "branchOf" }, { - "@id": "http://schema.org/permitAudience", + "@id": "http://schema.org/UserCheckins", + "@type": "rdfs:Class", + "http://schema.org/supersededBy": { + "@id": "http://schema.org/InteractionCounter" + }, + "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", + "rdfs:label": "UserCheckins", + "rdfs:subClassOf": { + "@id": "http://schema.org/UserInteraction" + } + }, + { + "@id": "http://schema.org/LegislativeBuilding", + "@type": "rdfs:Class", + "rdfs:comment": "A legislative building—for example, the state capitol.", + "rdfs:label": "LegislativeBuilding", + "rdfs:subClassOf": { + "@id": "http://schema.org/GovernmentBuilding" + } + }, + { + "@id": "http://schema.org/loser", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Permit" + "@id": "http://schema.org/WinAction" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Audience" + "@id": "http://schema.org/Person" }, - "rdfs:comment": "The target audience for this permit.", - "rdfs:label": "permitAudience" + "rdfs:comment": "A sub property of participant. The loser of the action.", + "rdfs:label": "loser", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/participant" + } }, { - "@id": "http://schema.org/geoTouches", + "@id": "http://schema.org/contraindication", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/MedicalDevice" }, { - "@id": "http://schema.org/GeospatialGeometry" + "@id": "http://schema.org/MedicalTherapy" } ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/GeospatialGeometry" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/MedicalContraindication" } ], - "rdfs:comment": "Represents spatial relations in which two geometries (or the places they represent) touch: they have at least one boundary point in common, but no interior points.\" (a symmetric relationship, as defined in DE-9IM )", - "rdfs:label": "geoTouches" + "rdfs:comment": "A contraindication for this therapy.", + "rdfs:label": "contraindication" }, { - "@id": "http://schema.org/postalCode", + "@id": "http://schema.org/opens", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/GeoCoordinates" - }, - { - "@id": "http://schema.org/PostalAddress" - }, - { - "@id": "http://schema.org/GeoShape" - } - ], + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/OpeningHoursSpecification" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Time" }, - "rdfs:comment": "The postal code. For example, 94043.", - "rdfs:label": "postalCode" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The opening hour of the place or service on the given day(s) of the week.", + "rdfs:label": "opens" }, { - "@id": "http://schema.org/resultComment", + "@id": "http://schema.org/version", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/CommentAction" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/ReplyAction" + "@id": "http://schema.org/Number" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Comment" - }, - "rdfs:comment": "A sub property of result. The Comment created or sent as a result of this action.", - "rdfs:label": "resultComment", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/result" - } - }, - { - "@id": "http://schema.org/GovernmentPermit", - "@type": "rdfs:Class", - "rdfs:comment": "A permit issued by a government agency.", - "rdfs:label": "GovernmentPermit", - "rdfs:subClassOf": { - "@id": "http://schema.org/Permit" - } + "rdfs:comment": "The version of the CreativeWork embodied by a specified resource.", + "rdfs:label": "version" }, { - "@id": "http://schema.org/InsertAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of adding at a specific location in an ordered collection.", - "rdfs:label": "InsertAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/AddAction" - } + "@id": "http://schema.org/department", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Organization" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Organization" + }, + "rdfs:comment": "A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe.", + "rdfs:label": "department" }, { - "@id": "http://schema.org/eligibleCustomerType", + "@id": "http://schema.org/dateModified", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/DataFeedItem" }, { - "@id": "http://schema.org/Demand" + "@id": "http://schema.org/CreativeWork" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/BusinessEntityType" - }, - "rdfs:comment": "The type(s) of customers for which the given offer is valid.", - "rdfs:label": "eligibleCustomerType" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/DateTime" + }, + { + "@id": "http://schema.org/Date" + } + ], + "rdfs:comment": "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.", + "rdfs:label": "dateModified" }, { - "@id": "http://schema.org/containsPlace", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Place" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/containedInPlace" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/SingleCenterTrial", + "@type": "http://schema.org/MedicalTrialDesign", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "The basic containment relation between a place and another that it contains.", - "rdfs:label": "containsPlace" + "rdfs:comment": "A trial that takes place at a single center.", + "rdfs:label": "SingleCenterTrial" }, { - "@id": "http://schema.org/Resort", + "@id": "http://schema.org/BoatReservation", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + "http://schema.org/category": "issue-1755", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "A resort is a place used for relaxation or recreation, attracting visitors for holidays or vacations. Resorts are places, towns or sometimes commercial establishment operated by a single company (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Resort).\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", - "rdfs:label": "Resort", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1755" + }, + "rdfs:comment": "A reservation for boat travel.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.", + "rdfs:label": "BoatReservation", "rdfs:subClassOf": { - "@id": "http://schema.org/LodgingBusiness" + "@id": "http://schema.org/Reservation" } }, { - "@id": "http://schema.org/disambiguatingDescription", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Thing" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Patient", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.", - "rdfs:label": "disambiguatingDescription", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/description" - } - }, - { - "@id": "http://schema.org/purchaseDate", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + "http://www.w3.org/2002/07/owl#equivalentClass": { + "@id": "http://purl.bioontology.org/ontology/SNOMEDCT/116154003" }, - "http://schema.org/domainIncludes": [ + "rdfs:comment": "A patient is any person recipient of health care services.", + "rdfs:label": "Patient", + "rdfs:subClassOf": [ { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/MedicalAudience" }, { - "@id": "http://schema.org/Vehicle" + "@id": "http://schema.org/Person" } - ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" - }, - "rdfs:comment": "The date the item e.g. vehicle was purchased by the current owner.", - "rdfs:label": "purchaseDate" + ] }, { - "@id": "http://schema.org/userInteractionCount", + "@id": "http://schema.org/isAcceptingNewPatients", "@type": "rdf:Property", + "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/InteractionCounter" + "@id": "http://schema.org/MedicalOrganization" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/Boolean" }, - "rdfs:comment": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication.", - "rdfs:label": "userInteractionCount" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "Whether the provider is accepting new patients.", + "rdfs:label": "isAcceptingNewPatients" }, { - "@id": "http://schema.org/Invoice", + "@id": "http://schema.org/SuspendAction", "@type": "rdfs:Class", - "rdfs:comment": "A statement of the money due for goods or services; a bill.", - "rdfs:label": "Invoice", + "rdfs:comment": "The act of momentarily pausing a device or application (e.g. pause music playback or pause a timer).", + "rdfs:label": "SuspendAction", "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" + "@id": "http://schema.org/ControlAction" } }, { - "@id": "http://schema.org/Table", + "@id": "http://schema.org/BankOrCreditUnion", "@type": "rdfs:Class", - "rdfs:comment": "A table on a Web page.", - "rdfs:label": "Table", + "rdfs:comment": "Bank or credit union.", + "rdfs:label": "BankOrCreditUnion", "rdfs:subClassOf": { - "@id": "http://schema.org/WebPageElement" + "@id": "http://schema.org/FinancialService" } }, { - "@id": "http://schema.org/language", + "@id": "http://schema.org/merchantReturnLink", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/WriteAction" - }, - { - "@id": "http://schema.org/CommunicateAction" - } - ], + "http://schema.org/category": "issue-2288", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MerchantReturnPolicy" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Language" + "@id": "http://schema.org/URL" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/inLanguage" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, - "rdfs:comment": "A sub property of instrument. The language used on this action.", - "rdfs:label": "language", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/instrument" - } + "rdfs:comment": "Indicates a Web page or service by URL, for product return.", + "rdfs:label": "merchantReturnLink" }, { - "@id": "http://schema.org/itemCondition", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Offer" - }, - { - "@id": "http://schema.org/Product" - }, - { - "@id": "http://schema.org/Demand" - } - ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/OfferItemCondition" + "@id": "http://schema.org/AllWheelDriveConfiguration", + "@type": "http://schema.org/DriveWheelConfigurationValue", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, - "rdfs:comment": "A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer.", - "rdfs:label": "itemCondition" + "rdfs:comment": "All-wheel Drive is a transmission layout where the engine drives all four wheels.", + "rdfs:label": "AllWheelDriveConfiguration" }, { - "@id": "http://schema.org/elevation", + "@id": "http://schema.org/CT", + "@type": "http://schema.org/MedicalImagingTechnique", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "X-ray computed tomography imaging.", + "rdfs:label": "CT" + }, + { + "@id": "http://schema.org/geo", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/GeoCoordinates" - }, - { - "@id": "http://schema.org/GeoShape" - } - ], + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Place" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/GeoShape" }, { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/GeoCoordinates" } ], - "rdfs:comment": "The elevation of a location (WGS 84). Values may be of the form 'NUMBER UNITOFMEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters.", - "rdfs:label": "elevation" + "rdfs:comment": "The geo coordinates of the place.", + "rdfs:label": "geo" }, { - "@id": "http://schema.org/URL", + "@id": "http://schema.org/VideoGallery", "@type": "rdfs:Class", - "rdfs:comment": "Data type: URL.", - "rdfs:label": "URL", + "rdfs:comment": "Web page type: Video gallery page.", + "rdfs:label": "VideoGallery", "rdfs:subClassOf": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/MediaGallery" } }, { - "@id": "http://schema.org/isBasedOn", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/URL" - }, - { - "@id": "http://schema.org/CreativeWork" - }, - { - "@id": "http://schema.org/Product" - } - ], - "rdfs:comment": "A resource from which this work is derived or from which it is a modification or adaption.", - "rdfs:label": "isBasedOn" - }, - { - "@id": "http://schema.org/CompoundPriceSpecification", + "@id": "http://schema.org/Bone", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "A compound price specification is one that bundles multiple prices that all apply in combination for different dimensions of consumption. Use the name property of the attached unit price specification for indicating the dimension of a price component (e.g. \"electricity\" or \"final cleaning\").", - "rdfs:label": "CompoundPriceSpecification", + "rdfs:comment": "Rigid connective tissue that comprises up the skeletal structure of the human body.", + "rdfs:label": "Bone", "rdfs:subClassOf": { - "@id": "http://schema.org/PriceSpecification" + "@id": "http://schema.org/AnatomicalStructure" } }, { - "@id": "http://schema.org/PeopleAudience", + "@id": "http://schema.org/Quantity", "@type": "rdfs:Class", - "rdfs:comment": "A set of characteristics belonging to people, e.g. who compose an item's target audience.", - "rdfs:label": "PeopleAudience", + "rdfs:comment": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'.", + "rdfs:label": "Quantity", "rdfs:subClassOf": { - "@id": "http://schema.org/Audience" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/availableThrough", + "@id": "http://schema.org/administrationRoute", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/DeliveryEvent" + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "After this date, the item will no longer be available for pickup.", - "rdfs:label": "availableThrough" + "rdfs:comment": "A route by which this drug may be administered, e.g. 'oral'.", + "rdfs:label": "administrationRoute" }, { - "@id": "http://schema.org/employmentType", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/JobPosting" + "@id": "http://schema.org/Chiropractic", + "@type": "http://schema.org/MedicineSystem", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "rdfs:comment": "A system of medicine focused on the relationship between the body's structure, mainly the spine, and its functioning.", + "rdfs:label": "Chiropractic" + }, + { + "@id": "http://schema.org/EducationalAudience", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass" }, - "rdfs:comment": "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).", - "rdfs:label": "employmentType" + "rdfs:comment": "An EducationalAudience.", + "rdfs:label": "EducationalAudience", + "rdfs:subClassOf": { + "@id": "http://schema.org/Audience" + } }, { - "@id": "http://schema.org/affiliation", + "@id": "http://schema.org/backstory", "@type": "rdf:Property", + "http://schema.org/category": "issue-1688", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Article" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "An organization that this person is affiliated with. For example, a school/university, a club, or a team.", - "rdfs:label": "affiliation", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/memberOf" - } + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/CreativeWork" + } + ], + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1688" + }, + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" + } + ], + "rdfs:comment": "For an Article, typically a NewsArticle, the backstory property provides a textual summary giving a brief explanation of why and how an article was created. In a journalistic setting this could include information about reporting process, methods, interviews, data sources, etc.", + "rdfs:label": "backstory" }, { - "@id": "http://schema.org/GovernmentOrganization", + "@id": "http://schema.org/Hostel", "@type": "rdfs:Class", - "rdfs:comment": "A governmental organization or agency.", - "rdfs:label": "GovernmentOrganization", + "rdfs:comment": "A hostel - cheap accommodation, often in shared dormitories.\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", + "rdfs:label": "Hostel", "rdfs:subClassOf": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/LodgingBusiness" } }, { - "@id": "http://schema.org/commentTime", + "@id": "http://schema.org/ContagiousnessHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Content about contagion mechanisms and contagiousness information over the topic.", + "rdfs:label": "ContagiousnessHealthAspect" + }, + { + "@id": "http://schema.org/valueMinLength", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/UserComments" + "@id": "http://schema.org/PropertyValueSpecification" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "rdfs:comment": "Specifies the minimum allowed range for number of characters in a literal value.", + "rdfs:label": "valueMinLength" + }, + { + "@id": "http://schema.org/endorsee", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EndorseAction" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/Person" } ], - "rdfs:comment": "The time at which the UserComment was made.", - "rdfs:label": "commentTime" + "rdfs:comment": "A sub property of participant. The person/organization being supported.", + "rdfs:label": "endorsee", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/participant" + } }, { - "@id": "http://schema.org/InStoreOnly", - "@type": "http://schema.org/ItemAvailability", - "rdfs:comment": "Indicates that the item is available only at physical locations.", - "rdfs:label": "InStoreOnly" + "@id": "http://schema.org/webCheckinTime", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Flight" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DateTime" + }, + "rdfs:comment": "The time when a passenger can check into the flight online.", + "rdfs:label": "webCheckinTime" }, { - "@id": "http://schema.org/multipleValues", + "@id": "http://schema.org/Online", + "@type": "http://schema.org/GameServerStatus", + "rdfs:comment": "Game server status: Online. Server is available.", + "rdfs:label": "Online" + }, + { + "@id": "http://schema.org/assemblyVersion", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PropertyValueSpecification" + "@id": "http://schema.org/APIReference" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Boolean" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "Whether multiple values are allowed for the property. Default is false.", - "rdfs:label": "multipleValues" + "rdfs:comment": "Associated product/technology version. e.g., .NET Framework 4.5.", + "rdfs:label": "assemblyVersion" }, { - "@id": "http://schema.org/founder", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/FundingScheme", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-383", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab" }, - "rdfs:comment": "A person who founded this organization.", - "rdfs:label": "founder" + "rdfs:comment": "A FundingScheme combines organizational, project and policy aspects of grant-based funding\n that sets guidelines, principles and mechanisms to support other kinds of projects and activities.\n Funding is typically organized via Grant funding. Examples of funding schemes: Swiss Priority Programmes (SPPs); EU Framework 7 (FP7); Horizon 2020; the NIH-R01 Grant Program; Wellcome institutional strategic support fund. For large scale public sector funding, the management and administration of grant awards is often handled by other, dedicated, organizations - FundingAgencys such as ERC, REA, ...", + "rdfs:label": "FundingScheme", + "rdfs:subClassOf": { + "@id": "http://schema.org/Organization" + } }, { - "@id": "http://schema.org/creator", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/CreativeWork" - }, - { - "@id": "http://schema.org/UserComments" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Organization" - }, - { - "@id": "http://schema.org/Person" - } - ], - "rdfs:comment": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.", - "rdfs:label": "creator" + "@id": "http://schema.org/HalalDiet", + "@type": "http://schema.org/RestrictedDiet", + "rdfs:comment": "A diet conforming to Islamic dietary practices.", + "rdfs:label": "HalalDiet" }, { - "@id": "http://schema.org/FoodEstablishmentReservation", + "@id": "http://schema.org/MovingCompany", "@type": "rdfs:Class", - "rdfs:comment": "A reservation to dine at a food-related business.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.", - "rdfs:label": "FoodEstablishmentReservation", + "rdfs:comment": "A moving company.", + "rdfs:label": "MovingCompany", "rdfs:subClassOf": { - "@id": "http://schema.org/Reservation" + "@id": "http://schema.org/HomeAndConstructionBusiness" } }, { - "@id": "http://schema.org/fiberContent", + "@id": "http://schema.org/infectiousAgentClass", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/NutritionInformation" + "@id": "http://schema.org/InfectiousDisease" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Mass" + "@id": "http://schema.org/InfectiousAgentClass" }, - "rdfs:comment": "The number of grams of fiber.", - "rdfs:label": "fiberContent" + "rdfs:comment": "The class of infectious agent (bacteria, prion, etc.) that causes the disease.", + "rdfs:label": "infectiousAgentClass" }, { - "@id": "http://schema.org/DataCatalog", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass" - }, - "http://www.w3.org/2002/07/owl#equivalentClass": { - "@id": "http://www.w3.org/ns/dcat#Catalog" - }, - "rdfs:comment": "A collection of datasets.", - "rdfs:label": "DataCatalog", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" - } + "@id": "http://schema.org/ZoneBoardingPolicy", + "@type": "http://schema.org/BoardingPolicyType", + "rdfs:comment": "The airline boards by zones of the plane.", + "rdfs:label": "ZoneBoardingPolicy" }, { - "@id": "http://schema.org/PaymentChargeSpecification", + "@id": "http://schema.org/Question", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange" }, - "rdfs:comment": "The costs of settling the payment using a particular payment method.", - "rdfs:label": "PaymentChargeSpecification", + "rdfs:comment": "A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document.", + "rdfs:label": "Question", "rdfs:subClassOf": { - "@id": "http://schema.org/PriceSpecification" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/itemOffered", + "@id": "http://schema.org/numberOfLoanPayments", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Demand" - }, - { - "@id": "http://schema.org/Offer" - } - ], - "http://schema.org/rangeIncludes": [ + "http://schema.org/category": "issue-1253", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/RepaymentSpecification" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": [ { - "@id": "http://schema.org/Service" + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" }, { - "@id": "http://schema.org/Product" + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" } ], - "rdfs:comment": "The item being offered.", - "rdfs:label": "itemOffered" + "rdfs:comment": "The number of payments contractually required at origination to repay the loan. For monthly paying loans this is the number of months from the contractual first payment date to the maturity date.", + "rdfs:label": "numberOfLoanPayments" }, { - "@id": "http://schema.org/suggestedMinAge", + "@id": "http://schema.org/ReturnShippingFees", + "@type": "http://schema.org/ReturnFeesEnumeration", + "http://schema.org/category": "issue-2288", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "ReturnShippingFees ...", + "rdfs:label": "ReturnShippingFees" + }, + { + "@id": "http://schema.org/RadioBroadcastService", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2109", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2109" + }, + "rdfs:comment": "A delivery service through which radio content is provided via broadcast over the air or online.", + "rdfs:label": "RadioBroadcastService", + "rdfs:subClassOf": { + "@id": "http://schema.org/BroadcastService" + } + }, + { + "@id": "http://schema.org/targetUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PeopleAudience" + "@id": "http://schema.org/AlignmentObject" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/URL" }, - "rdfs:comment": "Minimal age recommended for viewing content.", - "rdfs:label": "suggestedMinAge" + "rdfs:comment": "The URL of a node in an established educational framework.", + "rdfs:label": "targetUrl" }, { - "@id": "http://schema.org/Saturday", - "@type": "http://schema.org/DayOfWeek", - "http://schema.org/sameAs": { - "@id": "http://www.wikidata.org/entity/Q131" - }, - "rdfs:comment": "The day of the week between Friday and Sunday.", - "rdfs:label": "Saturday" + "@id": "http://schema.org/CityHall", + "@type": "rdfs:Class", + "rdfs:comment": "A city hall.", + "rdfs:label": "CityHall", + "rdfs:subClassOf": { + "@id": "http://schema.org/GovernmentBuilding" + } }, { - "@id": "http://schema.org/BusReservation", + "@id": "http://schema.org/ComedyEvent", "@type": "rdfs:Class", - "rdfs:comment": "A reservation for bus travel.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.", - "rdfs:label": "BusReservation", + "rdfs:comment": "Event type: Comedy event.", + "rdfs:label": "ComedyEvent", "rdfs:subClassOf": { - "@id": "http://schema.org/Reservation" + "@id": "http://schema.org/Event" } }, { - "@id": "http://schema.org/DVDFormat", - "@type": "http://schema.org/MusicReleaseFormatType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, - "rdfs:comment": "DVDFormat.", - "rdfs:label": "DVDFormat" + "@id": "http://schema.org/ReservationCancelled", + "@type": "http://schema.org/ReservationStatusType", + "rdfs:comment": "The status for a previously confirmed reservation that is now cancelled.", + "rdfs:label": "ReservationCancelled" }, { - "@id": "http://schema.org/ticketedSeat", + "@id": "http://schema.org/carbohydrateContent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Ticket" + "@id": "http://schema.org/NutritionInformation" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Seat" + "@id": "http://schema.org/Mass" }, - "rdfs:comment": "The seat associated with the ticket.", - "rdfs:label": "ticketedSeat" + "rdfs:comment": "The number of grams of carbohydrates.", + "rdfs:label": "carbohydrateContent" }, { - "@id": "http://schema.org/Taxi", + "@id": "http://schema.org/DonateAction", "@type": "rdfs:Class", - "http://schema.org/supersededBy": { - "@id": "http://schema.org/TaxiService" - }, - "rdfs:comment": "A taxi.", - "rdfs:label": "Taxi", + "rdfs:comment": "The act of providing goods, services, or money without compensation, often for philanthropic reasons.", + "rdfs:label": "DonateAction", "rdfs:subClassOf": { - "@id": "http://schema.org/Service" + "@id": "http://schema.org/TradeAction" } }, { - "@id": "http://schema.org/calories", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/NutritionInformation" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Energy" + "@id": "http://schema.org/Abdomen", + "@type": "http://schema.org/PhysicalExam", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "The number of calories.", - "rdfs:label": "calories" + "rdfs:comment": "Abdomen clinical examination.", + "rdfs:label": "Abdomen" }, { - "@id": "http://schema.org/pickupLocation", + "@id": "http://schema.org/isSimilarTo", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/RentalCarReservation" + "@id": "http://schema.org/Product" }, { - "@id": "http://schema.org/TaxiReservation" + "@id": "http://schema.org/Service" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" - }, - "rdfs:comment": "Where a taxi will pick up a passenger or a rental car can be picked up.", - "rdfs:label": "pickupLocation" - }, - { - "@id": "http://schema.org/lowPrice", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/AggregateOffer" - }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Service" }, { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Product" } ], - "rdfs:comment": "The lowest price of all offers available.

\n\nUsage guidelines:

\n\n\n", - "rdfs:label": "lowPrice" - }, - { - "@id": "http://schema.org/serviceType", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Service" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, - "rdfs:comment": "The type of service being offered, e.g. veterans' benefits, emergency relief, etc.", - "rdfs:label": "serviceType" - }, - { - "@id": "http://schema.org/ItemPage", - "@type": "rdfs:Class", - "rdfs:comment": "A page devoted to a single item, such as a particular product or hotel.", - "rdfs:label": "ItemPage", - "rdfs:subClassOf": { - "@id": "http://schema.org/WebPage" - } - }, - { - "@id": "http://schema.org/Physician", - "@type": "rdfs:Class", - "rdfs:comment": "A doctor's office.", - "rdfs:label": "Physician", - "rdfs:subClassOf": [ - { - "@id": "http://schema.org/MedicalBusiness" - }, - { - "@id": "http://schema.org/MedicalOrganization" - } - ] + "rdfs:comment": "A pointer to another, functionally similar product (or multiple products).", + "rdfs:label": "isSimilarTo" }, { - "@id": "http://schema.org/RsvpResponseType", + "@id": "http://schema.org/Brand", "@type": "rdfs:Class", - "rdfs:comment": "RsvpResponseType is an enumeration type whose instances represent responding to an RSVP request.", - "rdfs:label": "RsvpResponseType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "A brand is a name used by an organization or business person for labeling a product, product group, or similar.", + "rdfs:label": "Brand", "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/releaseNotes", + "@id": "http://schema.org/recourseLoan", "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/LoanOrCredit" }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Boolean" + }, + "http://schema.org/source": [ { - "@id": "http://schema.org/Text" + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { - "@id": "http://schema.org/URL" + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], - "rdfs:comment": "Description of what changed in this version.", - "rdfs:label": "releaseNotes" + "rdfs:comment": "The only way you get the money back in the event of default is the security. Recourse is where you still have the opportunity to go back to the borrower for the rest of the money.", + "rdfs:label": "recourseLoan" }, { - "@id": "http://schema.org/scheduledTime", + "@id": "http://schema.org/AutoDealer", + "@type": "rdfs:Class", + "rdfs:comment": "An car dealership.", + "rdfs:label": "AutoDealer", + "rdfs:subClassOf": { + "@id": "http://schema.org/AutomotiveBusiness" + } + }, + { + "@id": "http://schema.org/closes", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PlanAction" + "@id": "http://schema.org/OpeningHoursSpecification" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/Time" }, - "rdfs:comment": "The time the object is scheduled to.", - "rdfs:label": "scheduledTime" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The closing hour of the place or service on the given day(s) of the week.", + "rdfs:label": "closes" }, { - "@id": "http://schema.org/carrierRequirements", + "@id": "http://schema.org/learningResourceType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MobileApplication" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network).", - "rdfs:label": "carrierRequirements" + "rdfs:comment": "The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.", + "rdfs:label": "learningResourceType" }, { - "@id": "http://schema.org/flightDistance", + "@id": "http://schema.org/estimatedCost", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Flight" - }, + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/HowToSupply" + }, + { + "@id": "http://schema.org/HowTo" + } + ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/MonetaryAmount" }, { - "@id": "http://schema.org/Distance" + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "The distance of the flight.", - "rdfs:label": "flightDistance" + "rdfs:comment": "The estimated cost of the supply or supplies consumed when performing instructions.", + "rdfs:label": "estimatedCost" }, { - "@id": "http://schema.org/OrderItem", - "@type": "rdfs:Class", - "rdfs:comment": "An order item is a line of an order. It includes the quantity and shipping details of a bought offer.", - "rdfs:label": "OrderItem", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } + "@id": "http://schema.org/contactPoint", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/HealthInsurancePlan" + }, + { + "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/ContactPoint" + }, + "rdfs:comment": "A contact point for a person or organization.", + "rdfs:label": "contactPoint" }, { - "@id": "http://schema.org/geoIntersects", + "@id": "http://schema.org/genre", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/MusicGroup" }, { - "@id": "http://schema.org/GeospatialGeometry" + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/BroadcastChannel" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/GeospatialGeometry" + "@id": "http://schema.org/URL" } ], - "rdfs:comment": "Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in DE-9IM.", - "rdfs:label": "geoIntersects" - }, - { - "@id": "http://schema.org/FinancialProduct", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" - }, - "rdfs:comment": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry.", - "rdfs:label": "FinancialProduct", - "rdfs:subClassOf": { - "@id": "http://schema.org/Service" - } + "rdfs:comment": "Genre of the creative work, broadcast channel or group.", + "rdfs:label": "genre" }, { - "@id": "http://schema.org/BusinessEntityType", + "@id": "http://schema.org/BusStop", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" - }, - "rdfs:comment": "A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.

\n\nCommonly used values:

\n\n\n", - "rdfs:label": "BusinessEntityType", + "rdfs:comment": "A bus stop.", + "rdfs:label": "BusStop", "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "@id": "http://schema.org/CivicStructure" } }, { - "@id": "http://schema.org/polygon", + "@id": "http://schema.org/requiredGender", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/GeoShape" + "@id": "http://schema.org/PeopleAudience" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical.", - "rdfs:label": "polygon" + "rdfs:comment": "Audiences defined by a person's gender.", + "rdfs:label": "requiredGender" }, { - "@id": "http://schema.org/TipAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of giving money voluntarily to a beneficiary in recognition of services rendered.", - "rdfs:label": "TipAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/TradeAction" - } + "@id": "http://schema.org/creativeWorkStatus", + "@type": "rdf:Property", + "http://schema.org/category": "issue-987", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/DefinedTerm" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/987" + }, + "rdfs:comment": "The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle.", + "rdfs:label": "creativeWorkStatus" }, { - "@id": "http://schema.org/cssSelector", + "@id": "http://schema.org/bodyLocation", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1389" - }, - "http://schema.org/category": "issue-1389", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/WebPageElement" + "@id": "http://schema.org/MedicalProcedure" }, { - "@id": "http://schema.org/SpeakableSpecification" + "@id": "http://schema.org/AnatomicalStructure" } ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CssSelectorType" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "A CSS selector, e.g. of a SpeakableSpecification or WebPageElement. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\".", - "rdfs:label": "cssSelector" + "rdfs:comment": "Location in the body of the anatomical structure.", + "rdfs:label": "bodyLocation" }, { - "@id": "http://schema.org/numberOfPages", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Book" + "@id": "http://schema.org/UserComments", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/InteractionCounter" }, - "rdfs:comment": "The number of pages in the book.", - "rdfs:label": "numberOfPages" + "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", + "rdfs:label": "UserComments", + "rdfs:subClassOf": { + "@id": "http://schema.org/UserInteraction" + } }, { - "@id": "http://schema.org/HowToDirection", + "@id": "http://schema.org/Appearance", + "@type": "http://schema.org/PhysicalExam", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Appearance assessment with clinical examination.", + "rdfs:label": "Appearance" + }, + { + "@id": "http://schema.org/ReviewAction", "@type": "rdfs:Class", - "rdfs:comment": "A direction indicating a single action to do in the instructions for how to achieve a result.", - "rdfs:label": "HowToDirection", + "rdfs:comment": "The act of producing a balanced opinion about the object for an audience. An agent reviews an object with participants resulting in a review.", + "rdfs:label": "ReviewAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/AssessAction" + } + }, + { + "@id": "http://schema.org/HotelRoom", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + }, + "rdfs:comment": "A hotel room is a single room in a hotel.\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", + "rdfs:label": "HotelRoom", + "rdfs:subClassOf": { + "@id": "http://schema.org/Room" + } + }, + { + "@id": "http://schema.org/Audiobook", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "rdfs:comment": "An audiobook.", + "rdfs:label": "Audiobook", "rdfs:subClassOf": [ { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/AudioObject" }, { - "@id": "http://schema.org/ListItem" + "@id": "http://schema.org/Book" } ] }, { - "@id": "http://schema.org/offeredBy", + "@id": "http://schema.org/maxValue", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Offer" + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/PropertyValue" + }, + { + "@id": "http://schema.org/PropertyValueSpecification" + }, + { + "@id": "http://schema.org/QuantitativeValue" + }, + { + "@id": "http://schema.org/MonetaryAmount" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/makesOffer" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The upper value of some characteristic or property.", + "rdfs:label": "maxValue" + }, + { + "@id": "http://schema.org/FMRadioChannel", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1004", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1004" + }, + "rdfs:comment": "A radio channel that uses FM.", + "rdfs:label": "FMRadioChannel", + "rdfs:subClassOf": { + "@id": "http://schema.org/RadioChannel" + } + }, + { + "@id": "http://schema.org/storageRequirements", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/URL" } ], - "rdfs:comment": "A pointer to the organization or person making the offer.", - "rdfs:label": "offeredBy" + "rdfs:comment": "Storage requirements (free space required).", + "rdfs:label": "storageRequirements" }, { - "@id": "http://schema.org/Apartment", + "@id": "http://schema.org/programmingModel", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/APIReference" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Indicates whether API is managed or unmanaged.", + "rdfs:label": "programmingModel" + }, + { + "@id": "http://schema.org/Pathology", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that is concerned with the study of the cause, origin and nature of a disease state, including its consequences as a result of manifestation of the disease. In clinical care, the term is used to designate a branch of medicine using laboratory tests to diagnose and determine the prognostic significance of illness.", + "rdfs:label": "Pathology" + }, + { + "@id": "http://schema.org/LocationFeatureSpecification", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { + "http://schema.org/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, - "rdfs:comment": "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 a building (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Apartment).", - "rdfs:label": "Apartment", + "rdfs:comment": "Specifies a location feature by providing a structured value representing a feature of an accommodation as a property-value pair of varying degrees of formality.", + "rdfs:label": "LocationFeatureSpecification", "rdfs:subClassOf": { - "@id": "http://schema.org/Accommodation" + "@id": "http://schema.org/PropertyValue" } }, { - "@id": "http://schema.org/NoteDigitalDocument", + "@id": "http://schema.org/BorrowAction", "@type": "rdfs:Class", - "rdfs:comment": "A file containing a note, primarily for the author.", - "rdfs:label": "NoteDigitalDocument", + "rdfs:comment": "The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "BorrowAction", "rdfs:subClassOf": { - "@id": "http://schema.org/DigitalDocument" + "@id": "http://schema.org/TransferAction" } }, { - "@id": "http://schema.org/Service", + "@id": "http://schema.org/BarOrPub", "@type": "rdfs:Class", - "rdfs:comment": "A service provided by an organization, e.g. delivery service, print services, etc.", - "rdfs:label": "Service", + "rdfs:comment": "A bar or pub.", + "rdfs:label": "BarOrPub", "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" + "@id": "http://schema.org/FoodEstablishment" } }, { - "@id": "http://schema.org/supply", + "@id": "http://schema.org/Therapeutic", + "@type": "http://schema.org/MedicalDevicePurpose", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A medical device used for therapeutic purposes.", + "rdfs:label": "Therapeutic" + }, + { + "@id": "http://schema.org/PaintAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of producing a painting, typically with paint and canvas as instruments.", + "rdfs:label": "PaintAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreateAction" + } + }, + { + "@id": "http://schema.org/duration", "@type": "rdf:Property", + "http://schema.org/category": [ + "issue-1698", + "issue-1457" + ], "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/HowTo" + "@id": "http://schema.org/Event" }, { - "@id": "http://schema.org/HowToDirection" - } - ], - "http://schema.org/rangeIncludes": [ + "@id": "http://schema.org/Schedule" + }, { - "@id": "http://schema.org/HowToSupply" + "@id": "http://schema.org/Movie" }, { - "@id": "http://schema.org/Text" - } - ], - "rdfs:comment": "A sub-property of instrument. A supply consumed when performing instructions or a direction.", - "rdfs:label": "supply", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/instrument" - } - }, - { - "@id": "http://schema.org/error", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Action" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" - }, - "rdfs:comment": "For failed actions, more information on the cause of the failure.", - "rdfs:label": "error" - }, - { - "@id": "http://schema.org/Campground", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" - }, - "rdfs:comment": "A camping site, campsite, or Campground is a place used for overnight stay in the outdoors, typically containing individual CampingPitch locations.

\n\nIn British English a campsite is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites (Source: Wikipedia see https://en.wikipedia.org/wiki/Campsite).

\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", - "rdfs:label": "Campground", - "rdfs:subClassOf": [ + "@id": "http://schema.org/MusicRelease" + }, { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/MusicRecording" }, { - "@id": "http://schema.org/LodgingBusiness" + "@id": "http://schema.org/MediaObject" + }, + { + "@id": "http://schema.org/Audiobook" + }, + { + "@id": "http://schema.org/QuantitativeValueDistribution" } - ] - }, - { - "@id": "http://schema.org/validIn", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1779" + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Duration" }, - "http://schema.org/category": "issue-1779", - "http://schema.org/domainIncludes": [ + "http://schema.org/source": [ { - "@id": "http://schema.org/Permit" + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, { - "@id": "http://schema.org/EducationalOccupationalCredential" + "@id": "https://github.com/schemaorg/schemaorg/issues/1457" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/AdministrativeArea" + "rdfs:comment": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.", + "rdfs:label": "duration" + }, + { + "@id": "http://schema.org/ChooseAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of expressing a preference from a set of options or a large or unbounded set of choices/options.", + "rdfs:label": "ChooseAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/AssessAction" + } + }, + { + "@id": "http://schema.org/Observational", + "@type": "http://schema.org/MedicalObservationalStudyDesign", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "The geographic area where a permit or similar thing is valid.", - "rdfs:label": "validIn" + "rdfs:comment": "An observational study design.", + "rdfs:label": "Observational" }, { - "@id": "http://schema.org/PaymentDeclined", - "@type": "http://schema.org/PaymentStatusType", - "rdfs:comment": "The payee received the payment, but it was declined for some reason.", - "rdfs:label": "PaymentDeclined" + "@id": "http://schema.org/SportsActivityLocation", + "@type": "rdfs:Class", + "rdfs:comment": "A sports location, such as a playing field.", + "rdfs:label": "SportsActivityLocation", + "rdfs:subClassOf": { + "@id": "http://schema.org/LocalBusiness" + } }, { - "@id": "http://schema.org/TennisComplex", + "@id": "http://schema.org/AssessAction", "@type": "rdfs:Class", - "rdfs:comment": "A tennis complex.", - "rdfs:label": "TennisComplex", + "rdfs:comment": "The act of forming one's opinion, reaction or sentiment.", + "rdfs:label": "AssessAction", "rdfs:subClassOf": { - "@id": "http://schema.org/SportsActivityLocation" + "@id": "http://schema.org/Action" } }, { - "@id": "http://schema.org/afterMedia", + "@id": "http://schema.org/PerformingArtsTheater", + "@type": "rdfs:Class", + "rdfs:comment": "A theater or other performing art center.", + "rdfs:label": "PerformingArtsTheater", + "rdfs:subClassOf": { + "@id": "http://schema.org/CivicStructure" + } + }, + { + "@id": "http://schema.org/beneficiaryBank", "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/HowToDirection" + "@id": "http://schema.org/MoneyTransfer" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/MediaObject" + "@id": "http://schema.org/BankOrCreditUnion" }, { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "A media object representing the circumstances after performing this direction.", - "rdfs:label": "afterMedia" - }, - { - "@id": "http://schema.org/Thing", - "@type": "rdfs:Class", - "rdfs:comment": "The most generic type of item.", - "rdfs:label": "Thing" - }, - { - "@id": "http://schema.org/Photograph", - "@type": "rdfs:Class", - "rdfs:comment": "A photograph.", - "rdfs:label": "Photograph", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" - } + "http://schema.org/source": [ + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + } + ], + "rdfs:comment": "A bank or bank’s branch, financial institution or international financial institution operating the beneficiary’s bank account or releasing funds for the beneficiary", + "rdfs:label": "beneficiaryBank" }, { - "@id": "http://schema.org/workPresented", + "@id": "http://schema.org/acceptedAnswer", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ScreeningEvent" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Movie" + "@id": "http://schema.org/Question" }, - "rdfs:comment": "The movie presented during this event.", - "rdfs:label": "workPresented", + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/ItemList" + }, + { + "@id": "http://schema.org/Answer" + } + ], + "rdfs:comment": "The answer(s) that has been accepted as best, typically on a Question/Answer site. Sites vary in their selection mechanisms, e.g. drawing on community opinion and/or the view of the Question author.", + "rdfs:label": "acceptedAnswer", "rdfs:subPropertyOf": { - "@id": "http://schema.org/workFeatured" + "@id": "http://schema.org/suggestedAnswer" } }, { - "@id": "http://schema.org/SubwayStation", + "@id": "http://schema.org/WarrantyPromise", "@type": "rdfs:Class", - "rdfs:comment": "A subway station.", - "rdfs:label": "SubwayStation", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "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 of a product.", + "rdfs:label": "WarrantyPromise", "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/StructuredValue" } }, { - "@id": "http://schema.org/supportingData", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DataFeed" + "@id": "http://schema.org/AskPublicNewsArticle", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1525", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "Supporting data for a SoftwareApplication.", - "rdfs:label": "supportingData" + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" + }, + { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" + } + ], + "rdfs:comment": "A NewsArticle expressing an open call by a NewsMediaOrganization asking the public for input, insights, clarifications, anecdotes, documentation, etc., on an issue, for reporting purposes.", + "rdfs:label": "AskPublicNewsArticle", + "rdfs:subClassOf": { + "@id": "http://schema.org/NewsArticle" + } }, { - "@id": "http://schema.org/discountCurrency", + "@id": "http://schema.org/originatesFrom", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Order" + "@id": "http://schema.org/LymphaticVessel" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Vessel" }, - "rdfs:comment": "The currency of the discount.

\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", - "rdfs:label": "discountCurrency" + "rdfs:comment": "The vasculature the lymphatic structure originates, or afferents, from.", + "rdfs:label": "originatesFrom" }, { - "@id": "http://schema.org/availableFrom", + "@id": "http://schema.org/pregnancyWarning", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/DeliveryEvent" + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "When the item is available for pickup from the store, locker, etc.", - "rdfs:label": "availableFrom" + "rdfs:comment": "Any precaution, guidance, contraindication, etc. related to this drug's use during pregnancy.", + "rdfs:label": "pregnancyWarning" }, { - "@id": "http://schema.org/highPrice", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/AggregateOffer" - }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Number" - }, - { - "@id": "http://schema.org/Text" - } - ], - "rdfs:comment": "The highest price of all offers available.

\n\nUsage guidelines:

\n\n\n", - "rdfs:label": "highPrice" + "@id": "http://schema.org/NewCondition", + "@type": "http://schema.org/OfferItemCondition", + "rdfs:comment": "Indicates that the item is new.", + "rdfs:label": "NewCondition" }, { - "@id": "http://schema.org/geoDisjoint", + "@id": "http://schema.org/associatedAnatomy", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/MedicalCondition" }, { - "@id": "http://schema.org/GeospatialGeometry" + "@id": "http://schema.org/PhysicalActivity" } ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/SuperficialAnatomy" }, { - "@id": "http://schema.org/GeospatialGeometry" + "@id": "http://schema.org/AnatomicalStructure" + }, + { + "@id": "http://schema.org/AnatomicalSystem" } ], - "rdfs:comment": "Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: they have no point in common. They form a set of disconnected geometries.\" (a symmetric relationship, as defined in DE-9IM)", - "rdfs:label": "geoDisjoint" + "rdfs:comment": "The anatomy of the underlying organ system or structures associated with this entity.", + "rdfs:label": "associatedAnatomy" }, { - "@id": "http://schema.org/VenueMap", - "@type": "http://schema.org/MapCategoryType", - "rdfs:comment": "A venue map (e.g. for malls, auditoriums, museums, etc.).", - "rdfs:label": "VenueMap" + "@id": "http://schema.org/parentOrganization", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Organization" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/subOrganization" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Organization" + }, + "rdfs:comment": "The larger organization that this organization is a subOrganization of, if any.", + "rdfs:label": "parentOrganization" }, { - "@id": "http://schema.org/publishingPrinciples", + "@id": "http://schema.org/maximumVirtualAttendeeCapacity", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1842", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Event" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1842" + }, + "rdfs:comment": "The maximum physical attendee capacity of an Event whose eventAttendanceMode is OnlineEventAttendanceMode (or the online aspects, in the case of a MixedEventAttendanceMode).", + "rdfs:label": "maximumVirtualAttendeeCapacity" + }, + { + "@id": "http://schema.org/pattern", "@type": "rdf:Property", + "http://schema.org/category": "issue-1797", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/CreativeWork" - }, - { - "@id": "http://schema.org/Organization" } ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/DefinedTerm" }, { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.

\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology.", - "rdfs:label": "publishingPrinciples" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1797" + }, + "rdfs:comment": "A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported.", + "rdfs:label": "pattern" }, { - "@id": "http://schema.org/sponsor", + "@id": "http://schema.org/Completed", + "@type": "http://schema.org/MedicalStudyStatus", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Completed.", + "rdfs:label": "Completed" + }, + { + "@id": "http://schema.org/Reservoir", + "@type": "rdfs:Class", + "rdfs:comment": "A reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir.", + "rdfs:label": "Reservoir", + "rdfs:subClassOf": { + "@id": "http://schema.org/BodyOfWater" + } + }, + { + "@id": "http://schema.org/arrivalTime", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Grant" - }, - { - "@id": "http://schema.org/MedicalStudy" - }, - { - "@id": "http://schema.org/Event" - }, - { - "@id": "http://schema.org/CreativeWork" - }, + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Trip" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/DateTime" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Time" } ], + "rdfs:comment": "The expected arrival time.", + "rdfs:label": "arrivalTime" + }, + { + "@id": "http://schema.org/BusinessSupport", + "@type": "http://schema.org/GovernmentBenefitsType", + "http://schema.org/category": "issue-2534", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2534" + }, + "rdfs:comment": "BusinessSupport: this is a benefit for supporting businesses.", + "rdfs:label": "BusinessSupport" + }, + { + "@id": "http://schema.org/editEIDR", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2469", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.", - "rdfs:label": "sponsor" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2469" + }, + "rdfs:comment": "An EIDR (Entertainment Identifier Registry) identifier representing a specific edit / edition for a work of film or television.

\n\nFor example, the motion picture known as \"Ghostbusters\" whose titleEIDR is \"10.5240/7EC7-228A-510A-053E-CBB8-J\", has several edits e.g. \"10.5240/1F2A-E1C5-680A-14C6-E76B-I\" and \"10.5240/8A35-3BEE-6497-5D12-9E4F-3\".

\n\nSince schema.org types like Movie and TVEpisode can be used for both works and their multiple expressions, it is possible to use titleEIDR alone (for a general description), or alongside editEIDR for a more edit-specific description.", + "rdfs:label": "editEIDR", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" + } }, { - "@id": "http://schema.org/producer", + "@id": "http://schema.org/ScholarlyArticle", + "@type": "rdfs:Class", + "rdfs:comment": "A scholarly article.", + "rdfs:label": "ScholarlyArticle", + "rdfs:subClassOf": { + "@id": "http://schema.org/Article" + } + }, + { + "@id": "http://schema.org/StudioAlbum", + "@type": "http://schema.org/MusicAlbumProductionType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "StudioAlbum.", + "rdfs:label": "StudioAlbum" + }, + { + "@id": "http://schema.org/CompilationAlbum", + "@type": "http://schema.org/MusicAlbumProductionType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "CompilationAlbum.", + "rdfs:label": "CompilationAlbum" + }, + { + "@id": "http://schema.org/MedicalOrganization", + "@type": "rdfs:Class", + "rdfs:comment": "A medical organization (physical or not), such as hospital, institution or clinic.", + "rdfs:label": "MedicalOrganization", + "rdfs:subClassOf": { + "@id": "http://schema.org/Organization" + } + }, + { + "@id": "http://schema.org/colleague", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/URL" } ], - "rdfs:comment": "The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.).", - "rdfs:label": "producer" + "rdfs:comment": "A colleague of the person.", + "rdfs:label": "colleague" }, { - "@id": "http://schema.org/productionDate", + "@id": "http://schema.org/hasDigitalDocumentPermission", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/DigitalDocument" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DigitalDocumentPermission" + }, + "rdfs:comment": "A permission related to the access to this document (e.g. permission to read or write an electronic document). For a public document, specify a grantee with an Audience with audienceType equal to \"public\".", + "rdfs:label": "hasDigitalDocumentPermission" + }, + { + "@id": "http://schema.org/XRay", + "@type": "http://schema.org/MedicalImagingTechnique", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, + "rdfs:comment": "X-ray imaging.", + "rdfs:label": "XRay" + }, + { + "@id": "http://schema.org/fromLocation", + "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Vehicle" + "@id": "http://schema.org/TransferAction" }, { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/ExerciseAction" + }, + { + "@id": "http://schema.org/MoveAction" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/Place" }, - "rdfs:comment": "The date of production of the item, e.g. vehicle.", - "rdfs:label": "productionDate" + "rdfs:comment": "A sub property of location. The original location of the object or the agent before the action.", + "rdfs:label": "fromLocation", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/location" + } }, { - "@id": "http://schema.org/interactionType", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/InteractionCounter" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Action" + "@id": "http://schema.org/EmployerAggregateRating", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1689", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1689" }, - "rdfs:comment": "The Action representing the type of interaction. For up votes, +1s, etc. use LikeAction. For down votes use DislikeAction. Otherwise, use the most specific Action.", - "rdfs:label": "interactionType" + "rdfs:comment": "An aggregate rating of an Organization related to its role as an employer.", + "rdfs:label": "EmployerAggregateRating", + "rdfs:subClassOf": { + "@id": "http://schema.org/AggregateRating" + } }, { - "@id": "http://schema.org/Courthouse", + "@id": "http://schema.org/Event", "@type": "rdfs:Class", - "rdfs:comment": "A courthouse.", - "rdfs:label": "Courthouse", + "http://www.w3.org/2002/07/owl#equivalentClass": { + "@id": "http://purl.org/dc/dcmitype/Event" + }, + "rdfs:comment": "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 events may be structured as separate Event objects.", + "rdfs:label": "Event", "rdfs:subClassOf": { - "@id": "http://schema.org/GovernmentBuilding" + "@id": "http://schema.org/Thing" } }, { - "@id": "http://schema.org/lyrics", + "@id": "http://schema.org/hostingOrganization", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicComposition" + "@id": "http://schema.org/ProgramMembership" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Organization" }, - "rdfs:comment": "The words in the song.", - "rdfs:label": "lyrics" + "rdfs:comment": "The organization (airline, travelers' club, etc.) the membership is made with.", + "rdfs:label": "hostingOrganization" }, { - "@id": "http://schema.org/estimatedSalary", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" - }, - "http://schema.org/category": "issue-1698", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Occupation" - }, - { - "@id": "http://schema.org/JobPosting" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Number" - }, - { - "@id": "http://schema.org/MonetaryAmountDistribution" - }, - { - "@id": "http://schema.org/MonetaryAmount" - } - ], - "rdfs:comment": "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.", - "rdfs:label": "estimatedSalary" + "@id": "http://schema.org/LowCalorieDiet", + "@type": "http://schema.org/RestrictedDiet", + "rdfs:comment": "A diet focused on reduced calorie intake.", + "rdfs:label": "LowCalorieDiet" }, { - "@id": "http://schema.org/ReservationStatusType", + "@id": "http://schema.org/Role", "@type": "rdfs:Class", - "rdfs:comment": "Enumerated status values for Reservation.", - "rdfs:label": "ReservationStatusType", + "rdfs:comment": "Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'.

\n\nSee also blog post.", + "rdfs:label": "Role", "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/AutoWash", + "@id": "http://schema.org/RearWheelDriveConfiguration", + "@type": "http://schema.org/DriveWheelConfigurationValue", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "Real-wheel drive is a transmission layout where the engine drives the rear wheels.", + "rdfs:label": "RearWheelDriveConfiguration" + }, + { + "@id": "http://schema.org/CreativeWorkSeason", "@type": "rdfs:Class", - "rdfs:comment": "A car wash business.", - "rdfs:label": "AutoWash", + "rdfs:comment": "A media season e.g. tv, radio, video game etc.", + "rdfs:label": "CreativeWorkSeason", "rdfs:subClassOf": { - "@id": "http://schema.org/AutomotiveBusiness" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/arrivalTerminal", + "@id": "http://schema.org/targetName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Flight" + "@id": "http://schema.org/AlignmentObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "Identifier of the flight's arrival terminal.", - "rdfs:label": "arrivalTerminal" + "rdfs:comment": "The name of a node in an established educational framework.", + "rdfs:label": "targetName" }, { - "@id": "http://schema.org/mentions", + "@id": "http://schema.org/MedicalIntangible", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A utility class that serves as the umbrella for a number of 'intangible' things in the medical space.", + "rdfs:label": "MedicalIntangible", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEntity" + } + }, + { + "@id": "http://schema.org/accountId", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Invoice" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.", - "rdfs:label": "mentions" - }, - { - "@id": "http://schema.org/Researcher", - "@type": "http://schema.org/Audience", - "rdfs:comment": "Researchers.", - "rdfs:label": "Researcher" - }, - { - "@id": "http://schema.org/HardwareStore", - "@type": "rdfs:Class", - "rdfs:comment": "A hardware store.", - "rdfs:label": "HardwareStore", - "rdfs:subClassOf": { - "@id": "http://schema.org/Store" + "rdfs:comment": "The identifier for the account the payment will be applied to.", + "rdfs:label": "accountId", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" } }, { - "@id": "http://schema.org/geoMidpoint", + "@id": "http://schema.org/dataset", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/GeoCircle" + "@id": "http://schema.org/DataCatalog" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/includedInDataCatalog" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/GeoCoordinates" + "@id": "http://schema.org/Dataset" }, - "rdfs:comment": "Indicates the GeoCoordinates at the centre of a GeoShape e.g. GeoCircle.", - "rdfs:label": "geoMidpoint" + "rdfs:comment": "A dataset contained in this catalog.", + "rdfs:label": "dataset" }, { - "@id": "http://schema.org/AskAction", + "@id": "http://schema.org/City", "@type": "rdfs:Class", - "rdfs:comment": "The act of posing a question / favor to someone.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "AskAction", + "rdfs:comment": "A city or town.", + "rdfs:label": "City", "rdfs:subClassOf": { - "@id": "http://schema.org/CommunicateAction" + "@id": "http://schema.org/AdministrativeArea" } }, { - "@id": "http://schema.org/numberOfPlayers", + "@id": "http://schema.org/cheatCode", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/VideoGameSeries" + "@id": "http://schema.org/VideoGame" }, { - "@id": "http://schema.org/Game" + "@id": "http://schema.org/VideoGameSeries" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/CreativeWork" }, - "rdfs:comment": "Indicate how many people can play this game (minimum, maximum, or range).", - "rdfs:label": "numberOfPlayers" - }, - { - "@id": "http://schema.org/CommentPermission", - "@type": "http://schema.org/DigitalDocumentPermissionType", - "rdfs:comment": "Permission to add comments to the document.", - "rdfs:label": "CommentPermission" - }, - { - "@id": "http://schema.org/LowFatDiet", - "@type": "http://schema.org/RestrictedDiet", - "rdfs:comment": "A diet focused on reduced fat and cholesterol intake.", - "rdfs:label": "LowFatDiet" + "rdfs:comment": "Cheat codes to the game.", + "rdfs:label": "cheatCode" }, { - "@id": "http://schema.org/dateDeleted", + "@id": "http://schema.org/productReturnLink", "@type": "rdf:Property", + "http://schema.org/category": "issue-2288", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/DataFeedItem" + "@id": "http://schema.org/ProductReturnPolicy" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Date" - }, - { - "@id": "http://schema.org/DateTime" - } - ], - "rdfs:comment": "The datetime the item was removed from the DataFeed.", - "rdfs:label": "dateDeleted" - }, - { - "@id": "http://schema.org/isicV4", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/isPartOf": { + "@id": "http://attic.schema.org" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Person" - }, - { - "@id": "http://schema.org/Place" - }, - { - "@id": "http://schema.org/Organization" - } - ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/URL" }, - "rdfs:comment": "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.", - "rdfs:label": "isicV4" - }, - { - "@id": "http://schema.org/VisualArtsEvent", - "@type": "rdfs:Class", - "rdfs:comment": "Event type: Visual arts event.", - "rdfs:label": "VisualArtsEvent", - "rdfs:subClassOf": { - "@id": "http://schema.org/Event" - } + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/merchantReturnLink" + }, + "rdfs:comment": "Indicates a Web page or service by URL, for product return.", + "rdfs:label": "productReturnLink" }, { - "@id": "http://schema.org/DigitalDocument", + "@id": "http://schema.org/ConsumeAction", "@type": "rdfs:Class", - "rdfs:comment": "An electronic file or document.", - "rdfs:label": "DigitalDocument", + "rdfs:comment": "The act of ingesting information/resources/food.", + "rdfs:label": "ConsumeAction", "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Action" } }, { - "@id": "http://schema.org/departureAirport", + "@id": "http://schema.org/recipeCuisine", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Flight" + "@id": "http://schema.org/Recipe" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Airport" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The airport where the flight originates.", - "rdfs:label": "departureAirport" + "rdfs:comment": "The cuisine of the recipe (for example, French or Ethiopian).", + "rdfs:label": "recipeCuisine" }, { - "@id": "http://schema.org/numAdults", + "@id": "http://schema.org/numberOfForwardGears", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/LodgingReservation" + "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/QuantitativeValue" } ], - "rdfs:comment": "The number of adults staying in the unit.", - "rdfs:label": "numAdults" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The total number of forward gears available for the transmission system of the vehicle.

\n\nTypical unit code(s): C62", + "rdfs:label": "numberOfForwardGears" }, { - "@id": "http://schema.org/DanceGroup", + "@id": "http://schema.org/applicationSuite", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareApplication" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The name of the application suite to which the application belongs (e.g. Excel belongs to Office).", + "rdfs:label": "applicationSuite" + }, + { + "@id": "http://schema.org/Mosque", "@type": "rdfs:Class", - "rdfs:comment": "A dance group—for example, the Alvin Ailey Dance Theater or Riverdance.", - "rdfs:label": "DanceGroup", + "rdfs:comment": "A mosque.", + "rdfs:label": "Mosque", "rdfs:subClassOf": { - "@id": "http://schema.org/PerformingGroup" + "@id": "http://schema.org/PlaceOfWorship" } }, { - "@id": "http://schema.org/BeautySalon", + "@id": "http://schema.org/encodesCreativeWork", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MediaObject" + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/encoding" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "rdfs:comment": "The CreativeWork encoded by this media object.", + "rdfs:label": "encodesCreativeWork" + }, + { + "@id": "http://schema.org/identifyingTest", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalSign" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalTest" + }, + "rdfs:comment": "A diagnostic test that can identify this sign.", + "rdfs:label": "identifyingTest" + }, + { + "@id": "http://schema.org/MedicalCause", "@type": "rdfs:Class", - "rdfs:comment": "Beauty salon.", - "rdfs:label": "BeautySalon", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "The causative agent(s) that are responsible for the pathophysiologic process that eventually results in a medical condition, symptom or sign. In this schema, unless otherwise specified this is meant to be the proximate cause of the medical condition, symptom or sign. The proximate cause is defined as the causative agent that most directly results in the medical condition, symptom or sign. For example, the HIV virus could be considered a cause of AIDS. Or in a diagnostic context, if a patient fell and sustained a hip fracture and two days later sustained a pulmonary embolism which eventuated in a cardiac arrest, the cause of the cardiac arrest (the proximate cause) would be the pulmonary embolism and not the fall. Medical causes can include cardiovascular, chemical, dermatologic, endocrine, environmental, gastroenterologic, genetic, hematologic, gynecologic, iatrogenic, infectious, musculoskeletal, neurologic, nutritional, obstetric, oncologic, otolaryngologic, pharmacologic, psychiatric, pulmonary, renal, rheumatologic, toxic, traumatic, or urologic causes; medical conditions can be causes as well.", + "rdfs:label": "MedicalCause", "rdfs:subClassOf": { - "@id": "http://schema.org/HealthAndBeautyBusiness" + "@id": "http://schema.org/MedicalEntity" } }, { - "@id": "http://schema.org/valueAddedTaxIncluded", + "@id": "http://schema.org/shippingDestination", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PriceSpecification" + "http://schema.org/category": "issue-2506", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/DeliveryTimeSettings" + }, + { + "@id": "http://schema.org/ShippingRateSettings" + }, + { + "@id": "http://schema.org/OfferShippingDetails" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Boolean" + "@id": "http://schema.org/DefinedRegion" }, - "rdfs:comment": "Specifies whether the applicable value-added tax (VAT) is included in the price specification or not.", - "rdfs:label": "valueAddedTaxIncluded" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "indicates (possibly multiple) shipping destinations. These can be defined in several ways e.g. postalCode ranges.", + "rdfs:label": "shippingDestination" }, { - "@id": "http://schema.org/acquiredFrom", + "@id": "http://schema.org/author", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/OwnershipInfo" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/CreativeWork" }, + { + "@id": "http://schema.org/Rating" + } + ], + "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" + }, + { + "@id": "http://schema.org/Person" } ], - "rdfs:comment": "The organization or person from which the product was acquired.", - "rdfs:label": "acquiredFrom" - }, - { - "@id": "http://schema.org/CommunicateAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.", - "rdfs:label": "CommunicateAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/InteractAction" - } + "rdfs:comment": "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.", + "rdfs:label": "author" }, { - "@id": "http://schema.org/MenuItem", + "@id": "http://schema.org/DriveWheelConfigurationValue", "@type": "rdfs:Class", - "rdfs:comment": "A food or drink item listed in a menu or menu section.", - "rdfs:label": "MenuItem", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "A value indicating which roadwheels will receive torque.", + "rdfs:label": "DriveWheelConfigurationValue", "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" + "@id": "http://schema.org/QualitativeValue" } }, { - "@id": "http://schema.org/openingHours", + "@id": "http://schema.org/addressRegion", "@type": "rdf:Property", + "http://schema.org/category": "issue-2506", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/PostalAddress" }, { - "@id": "http://schema.org/LocalBusiness" + "@id": "http://schema.org/DefinedRegion" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.

\n\n\n", - "rdfs:label": "openingHours" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "The region in which the locality is, and which is in the country. For example, California or another appropriate first-level Administrative division", + "rdfs:label": "addressRegion" }, { - "@id": "http://schema.org/CurrencyConversionService", + "@id": "http://schema.org/AdultEntertainment", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" - }, - "rdfs:comment": "A service to convert funds from one currency to another currency.", - "rdfs:label": "CurrencyConversionService", + "rdfs:comment": "An adult entertainment establishment.", + "rdfs:label": "AdultEntertainment", "rdfs:subClassOf": { - "@id": "http://schema.org/FinancialProduct" + "@id": "http://schema.org/EntertainmentBusiness" } }, { - "@id": "http://schema.org/RoofingContractor", + "@id": "http://schema.org/interactionCount", + "@type": "rdf:Property", + "http://schema.org/supersededBy": { + "@id": "http://schema.org/interactionStatistic" + }, + "rdfs:comment": "This property is deprecated, alongside the UserInteraction types on which it depended.", + "rdfs:label": "interactionCount" + }, + { + "@id": "http://schema.org/DrugPregnancyCategory", "@type": "rdfs:Class", - "rdfs:comment": "A roofing contractor.", - "rdfs:label": "RoofingContractor", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Categories that represent an assessment of the risk of fetal injury due to a drug or pharmaceutical used as directed by the mother during pregnancy.", + "rdfs:label": "DrugPregnancyCategory", "rdfs:subClassOf": { - "@id": "http://schema.org/HomeAndConstructionBusiness" + "@id": "http://schema.org/MedicalEnumeration" } }, { - "@id": "http://schema.org/numTracks", + "@id": "http://schema.org/securityScreening", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicPlaylist" + "@id": "http://schema.org/FlightReservation" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The number of tracks in this album or playlist.", - "rdfs:label": "numTracks" + "rdfs:comment": "The type of security screening the passenger is subject to.", + "rdfs:label": "securityScreening" }, { - "@id": "http://schema.org/expectsAcceptanceOf", + "@id": "http://schema.org/coverageEndTime", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1741" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/LiveBlogPosting" }, - "http://schema.org/category": "issue-1741", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/ConsumeAction" - }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DateTime" + }, + "rdfs:comment": "The time when the live blog will stop covering the Event. Note that coverage may continue after the Event concludes.", + "rdfs:label": "coverageEndTime" + }, + { + "@id": "http://schema.org/publicTransportClosuresInfo", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2490", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SpecialAnnouncement" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/MediaSubscription" + "@id": "http://schema.org/WebContent" }, { - "@id": "http://schema.org/ActionAccessSpecification" + "@id": "http://schema.org/URL" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Offer" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2490" }, - "rdfs:comment": "An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it.", - "rdfs:label": "expectsAcceptanceOf" + "rdfs:comment": "Information about public transport closures.", + "rdfs:label": "publicTransportClosuresInfo" }, { - "@id": "http://schema.org/slogan", + "@id": "http://schema.org/EventCancelled", + "@type": "http://schema.org/EventStatusType", + "rdfs:comment": "The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date(s).", + "rdfs:label": "EventCancelled" + }, + { + "@id": "http://schema.org/VitalSign", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Vital signs are measures of various physiological functions in order to assess the most basic body functions.", + "rdfs:label": "VitalSign", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalSign" + } + }, + { + "@id": "http://schema.org/geoCovers", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Brand" + "@id": "http://schema.org/Place" }, { - "@id": "http://schema.org/Organization" - }, + "@id": "http://schema.org/GeospatialGeometry" + } + ], + "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Place" }, { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/GeospatialGeometry" + } + ], + "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. \"Every point of b is a point of (the interior or boundary of) a\". As defined in DE-9IM.", + "rdfs:label": "geoCovers" + }, + { + "@id": "http://schema.org/ethicsPolicy", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1525", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/NewsMediaOrganization" }, { - "@id": "http://schema.org/Service" + "@id": "http://schema.org/Organization" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "A slogan or motto associated with the item.", - "rdfs:label": "slogan" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/URL" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1525" + }, + "rdfs:comment": "Statement about ethics policy, e.g. of a NewsMediaOrganization regarding journalistic and publishing practices, or of a Restaurant, a page describing food source policies. In the case of a NewsMediaOrganization, an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization.", + "rdfs:label": "ethicsPolicy" }, { - "@id": "http://schema.org/game", + "@id": "http://schema.org/object", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/GameServer" - }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/gameServer" + "@id": "http://schema.org/Action" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/VideoGame" + "@id": "http://schema.org/Thing" }, - "rdfs:comment": "Video game which is played on this server.", - "rdfs:label": "game" + "rdfs:comment": "The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). e.g. John read a book.", + "rdfs:label": "object" }, { - "@id": "http://schema.org/tracks", + "@id": "http://schema.org/ProductCollection", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-2597", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2597" + }, + "rdfs:comment": "A set of products (either ProductGroups or specific variants) that are listed together e.g. in an Offer.", + "rdfs:label": "ProductCollection", + "rdfs:subClassOf": [ + { + "@id": "http://schema.org/Collection" + }, + { + "@id": "http://schema.org/Product" + } + ] + }, + { + "@id": "http://schema.org/homeTeam", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SportsEvent" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/MusicPlaylist" + "@id": "http://schema.org/SportsTeam" }, { - "@id": "http://schema.org/MusicGroup" + "@id": "http://schema.org/Person" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MusicRecording" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/track" - }, - "rdfs:comment": "A music recording (track)—usually a single song.", - "rdfs:label": "tracks" + "rdfs:comment": "The home team in a sports event.", + "rdfs:label": "homeTeam", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/competitor" + } }, { - "@id": "http://schema.org/GovernmentService", - "@type": "rdfs:Class", - "rdfs:comment": "A service provided by a government organization, e.g. food stamps, veterans benefits, etc.", - "rdfs:label": "GovernmentService", - "rdfs:subClassOf": { - "@id": "http://schema.org/Service" - } + "@id": "http://schema.org/Infectious", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Something in medical science that pertains to infectious diseases i.e caused by bacterial, viral, fungal or parasitic infections.", + "rdfs:label": "Infectious" }, { - "@id": "http://schema.org/DeliveryEvent", + "@id": "http://schema.org/CreateAction", "@type": "rdfs:Class", - "rdfs:comment": "An event involving the delivery of an item.", - "rdfs:label": "DeliveryEvent", + "rdfs:comment": "The act of deliberately creating/producing/generating/building a result out of the agent.", + "rdfs:label": "CreateAction", "rdfs:subClassOf": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/Action" } }, { - "@id": "http://schema.org/LowSaltDiet", - "@type": "http://schema.org/RestrictedDiet", - "rdfs:comment": "A diet focused on reduced sodium intake.", - "rdfs:label": "LowSaltDiet" + "@id": "http://schema.org/ScheduleAction", + "@type": "rdfs:Class", + "rdfs:comment": "Scheduling future actions, events, or tasks.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "ScheduleAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/PlanAction" + } }, { - "@id": "http://schema.org/acceptsReservations", + "@id": "http://schema.org/dataFeedElement", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/FoodEstablishment" + "@id": "http://schema.org/DataFeed" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Thing" }, { - "@id": "http://schema.org/Boolean" + "@id": "http://schema.org/DataFeedItem" } ], - "rdfs:comment": "Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or (for backwards compatibility) the strings Yes or No.", - "rdfs:label": "acceptsReservations" + "rdfs:comment": "An item within in a data feed. Data feeds may have many elements.", + "rdfs:label": "dataFeedElement" }, { - "@id": "http://schema.org/lesserOrEqual", + "@id": "http://schema.org/LimitedAvailability", + "@type": "http://schema.org/ItemAvailability", + "rdfs:comment": "Indicates that the item has limited availability.", + "rdfs:label": "LimitedAvailability" + }, + { + "@id": "http://schema.org/ScreeningEvent", + "@type": "rdfs:Class", + "rdfs:comment": "A screening of a movie or other video.", + "rdfs:label": "ScreeningEvent", + "rdfs:subClassOf": { + "@id": "http://schema.org/Event" + } + }, + { + "@id": "http://schema.org/legalName", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Organization" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, + "rdfs:comment": "The official name of the organization, e.g. the registered company name.", + "rdfs:label": "legalName" + }, + { + "@id": "http://schema.org/includedInHealthInsurancePlan", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/QualitativeValue" + "@id": "http://schema.org/Drug" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QualitativeValue" + "@id": "http://schema.org/HealthInsurancePlan" }, - "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object.", - "rdfs:label": "lesserOrEqual" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "The insurance plans that cover this drug.", + "rdfs:label": "includedInHealthInsurancePlan" }, { - "@id": "http://schema.org/requiredQuantity", + "@id": "http://schema.org/ArriveAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of arriving at a place. An agent arrives at a destination from a fromLocation, optionally with participants.", + "rdfs:label": "ArriveAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/MoveAction" + } + }, + { + "@id": "http://schema.org/specialCommitments", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/HowToItem" + "@id": "http://schema.org/JobPosting" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.", + "rdfs:label": "specialCommitments" + }, + { + "@id": "http://schema.org/ticketToken", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Ticket" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance.", + "rdfs:label": "ticketToken" + }, + { + "@id": "http://schema.org/accommodationFloorPlan", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2373", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Accommodation" }, { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Residence" } ], - "rdfs:comment": "The required quantity of the item(s).", - "rdfs:label": "requiredQuantity" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/FloorPlan" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2373" + }, + "rdfs:comment": "A floorplan of some Accommodation.", + "rdfs:label": "accommodationFloorPlan" }, { - "@id": "http://schema.org/location", + "@id": "http://schema.org/occupationalCategory", "@type": "rdf:Property", + "http://schema.org/category": [ + "issue-2192", + "issue-2289", + "issue-2460", + "issue-1698" + ], "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/Occupation" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/WorkBasedProgram" }, { - "@id": "http://schema.org/Action" + "@id": "http://schema.org/JobPosting" + }, + { + "@id": "http://schema.org/EducationalOccupationalProgram" } ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/CategoryCode" }, { "@id": "http://schema.org/Text" + } + ], + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, { - "@id": "http://schema.org/PostalAddress" + "@id": "https://github.com/schemaorg/schemaorg/issues/2289" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/2460" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/2192" } ], - "rdfs:comment": "The location of for example where the event is happening, an organization is located, or where an action takes place.", - "rdfs:label": "location" + "rdfs:comment": "A category describing the job, preferably using a term from a taxonomy such as BLS O*NET-SOC, ISCO-08 or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.

\n\nNote: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.", + "rdfs:label": "occupationalCategory" }, { - "@id": "http://schema.org/toRecipient", + "@id": "http://schema.org/cookTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Message" + "@id": "http://schema.org/Recipe" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Duration" + }, + "rdfs:comment": "The time it takes to actually cook the dish, in ISO 8601 duration format.", + "rdfs:label": "cookTime", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/performTime" + } + }, + { + "@id": "http://schema.org/BookmarkAction", + "@type": "rdfs:Class", + "rdfs:comment": "An agent bookmarks/flags/labels/tags/marks an object.", + "rdfs:label": "BookmarkAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/OrganizeAction" + } + }, + { + "@id": "http://schema.org/numberOfAirbags", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/ContactPoint" - }, - { - "@id": "http://schema.org/Person" - }, - { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Number" }, { - "@id": "http://schema.org/Audience" + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "A sub property of recipient. The recipient who was directly sent the message.", - "rdfs:label": "toRecipient", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/recipient" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The number or type of airbags in the vehicle.", + "rdfs:label": "numberOfAirbags" + }, + { + "@id": "http://schema.org/MusicEvent", + "@type": "rdfs:Class", + "rdfs:comment": "Event type: Music event.", + "rdfs:label": "MusicEvent", + "rdfs:subClassOf": { + "@id": "http://schema.org/Event" } }, { - "@id": "http://schema.org/reviewAspect", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1689" + "@id": "http://schema.org/MonetaryAmount", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, - "http://schema.org/category": "issue-1689", + "rdfs:comment": "A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc. It is recommended to use PriceSpecification Types to describe the price of an Offer, Invoice, etc.", + "rdfs:label": "MonetaryAmount", + "rdfs:subClassOf": { + "@id": "http://schema.org/StructuredValue" + } + }, + { + "@id": "http://schema.org/paymentMethodId", + "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Review" + "@id": "http://schema.org/Order" }, { - "@id": "http://schema.org/Rating" + "@id": "http://schema.org/Invoice" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "This Review or Rating is relevant to this part or facet of the itemReviewed.", - "rdfs:label": "reviewAspect" + "rdfs:comment": "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).", + "rdfs:label": "paymentMethodId" }, { - "@id": "http://schema.org/HobbyShop", + "@id": "http://schema.org/Store", "@type": "rdfs:Class", - "rdfs:comment": "A store that sells materials useful or necessary for various hobbies.", - "rdfs:label": "HobbyShop", + "rdfs:comment": "A retail good store.", + "rdfs:label": "Store", "rdfs:subClassOf": { - "@id": "http://schema.org/Store" + "@id": "http://schema.org/LocalBusiness" } }, { - "@id": "http://schema.org/currenciesAccepted", + "@id": "http://schema.org/size", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/LocalBusiness" + "http://schema.org/category": "issue-1797", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/Product" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/QuantitativeValue" + }, + { + "@id": "http://schema.org/DefinedTerm" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1797" }, - "rdfs:comment": "The currency accepted.

\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", - "rdfs:label": "currenciesAccepted" + "rdfs:comment": "A standardized size of a product or creative work, often simplifying richer information into a simple textual string, either through referring to named sizes or (in the case of product markup), by adopting conventional simplifications. Use of QuantitativeValue with a unitCode or unitText can add more structure; in other cases, the /width, /height, /depth and /weight properties may be more applicable.", + "rdfs:label": "size" + }, + { + "@id": "http://schema.org/HairSalon", + "@type": "rdfs:Class", + "rdfs:comment": "A hair salon.", + "rdfs:label": "HairSalon", + "rdfs:subClassOf": { + "@id": "http://schema.org/HealthAndBeautyBusiness" + } }, { - "@id": "http://schema.org/encodingType", + "@id": "http://schema.org/doseUnit", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/EntryPoint" + "@id": "http://schema.org/DoseSchedule" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The supported encoding type(s) for an EntryPoint request.", - "rdfs:label": "encodingType" - }, - { - "@id": "http://schema.org/FollowAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates polled from.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "FollowAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/InteractAction" - } + "rdfs:comment": "The unit of the dose, e.g. 'mg'.", + "rdfs:label": "doseUnit" }, { - "@id": "http://schema.org/eligibleDuration", + "@id": "http://schema.org/quest", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/VideoGameSeries" }, { - "@id": "http://schema.org/Demand" + "@id": "http://schema.org/Game" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Thing" }, - "rdfs:comment": "The duration for which the given offer is valid.", - "rdfs:label": "eligibleDuration" + "rdfs:comment": "The task that a player-controlled character, or group of characters may complete in order to gain a reward.", + "rdfs:label": "quest" }, { - "@id": "http://schema.org/ChildrensEvent", + "@id": "http://schema.org/TherapeuticProcedure", "@type": "rdfs:Class", - "rdfs:comment": "Event type: Children's event.", - "rdfs:label": "ChildrensEvent", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://www.w3.org/2002/07/owl#equivalentClass": { + "@id": "http://purl.bioontology.org/ontology/SNOMEDCT/277132007" + }, + "rdfs:comment": "A medical procedure intended primarily for therapeutic purposes, aimed at improving a health condition.", + "rdfs:label": "TherapeuticProcedure", "rdfs:subClassOf": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/MedicalProcedure" } }, { - "@id": "http://schema.org/exerciseCourse", + "@id": "http://schema.org/Registry", + "@type": "http://schema.org/MedicalObservationalStudyDesign", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A registry-based study design.", + "rdfs:label": "Registry" + }, + { + "@id": "http://schema.org/includesAttraction", "@type": "rdf:Property", + "http://schema.org/category": "issue-1810", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ExerciseAction" + "@id": "http://schema.org/TouristDestination" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/TouristAttraction" }, - "rdfs:comment": "A sub property of location. The course where this action was taken.", - "rdfs:label": "exerciseCourse", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/location" - } + "http://schema.org/source": [ + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" + } + ], + "rdfs:comment": "Attraction located at destination.", + "rdfs:label": "includesAttraction" }, { - "@id": "http://schema.org/RVPark", + "@id": "http://schema.org/DiscoverAction", "@type": "rdfs:Class", - "rdfs:comment": "A place offering space for \"Recreational Vehicles\", Caravans, mobile homes and the like.", - "rdfs:label": "RVPark", + "rdfs:comment": "The act of discovering/finding an object.", + "rdfs:label": "DiscoverAction", "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/FindAction" } }, { - "@id": "http://schema.org/TransitMap", - "@type": "http://schema.org/MapCategoryType", - "rdfs:comment": "A transit map.", - "rdfs:label": "TransitMap" + "@id": "http://schema.org/EndorsementRating", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1293", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1293" + }, + "rdfs:comment": "An EndorsementRating is a rating that expresses some level of endorsement, for example inclusion in a \"critic's pick\" blog, a\n\"Like\" or \"+1\" on a social network. It can be considered the result of an EndorseAction in which the object of the action is rated positively by\nsome agent. As is common elsewhere in schema.org, it is sometimes more useful to describe the results of such an action without explicitly describing the Action.

\n\nAn EndorsementRating may be part of a numeric scale or organized system, but this is not required: having an explicit type for indicating a positive,\nendorsement rating is particularly useful in the absence of numeric scales as it helps consumers understand that the rating is broadly positive.", + "rdfs:label": "EndorsementRating", + "rdfs:subClassOf": { + "@id": "http://schema.org/Rating" + } }, { - "@id": "http://schema.org/DateTime", - "@type": [ - "http://schema.org/DataType", - "rdfs:Class" + "@id": "http://schema.org/numberOfAccommodationUnits", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2373", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/FloorPlan" + }, + { + "@id": "http://schema.org/ApartmentComplex" + } ], - "rdfs:comment": "A combination of date and time of day in the form [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] (see Chapter 5.4 of ISO 8601).", - "rdfs:label": "DateTime" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2373" + }, + "rdfs:comment": "Indicates the total (available plus unavailable) number of accommodation units in an ApartmentComplex, or the number of accommodation units for a specific FloorPlan (within its specific ApartmentComplex). See also numberOfAvailableAccommodationUnits.", + "rdfs:label": "numberOfAccommodationUnits" }, { - "@id": "http://schema.org/ownedFrom", + "@id": "http://schema.org/wordCount", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/OwnershipInfo" + "@id": "http://schema.org/Article" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/Integer" }, - "rdfs:comment": "The date and time of obtaining the product.", - "rdfs:label": "ownedFrom" - }, - { - "@id": "http://schema.org/SingleFamilyResidence", - "@type": "rdfs:Class", - "rdfs:comment": "Residence type: Single-family home.", - "rdfs:label": "SingleFamilyResidence", - "rdfs:subClassOf": { - "@id": "http://schema.org/House" - } + "rdfs:comment": "The number of words in the text of the Article.", + "rdfs:label": "wordCount" }, { - "@id": "http://schema.org/caption", + "@id": "http://schema.org/penciler", "@type": "rdf:Property", + "http://schema.org/category": "Comics", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/VideoObject" + "@id": "http://schema.org/VisualArtwork" }, { - "@id": "http://schema.org/AudioObject" + "@id": "http://schema.org/ComicStory" }, { - "@id": "http://schema.org/ImageObject" + "@id": "http://schema.org/ComicIssue" } ], + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "The individual who draws the primary narrative artwork.", + "rdfs:label": "penciler" + }, + { + "@id": "http://schema.org/memoryRequirements", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareApplication" + }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/MediaObject" + "@id": "http://schema.org/URL" } ], - "rdfs:comment": "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the encodingFormat.", - "rdfs:label": "caption" - }, - { - "@id": "http://schema.org/CompletedActionStatus", - "@type": "http://schema.org/ActionStatusType", - "rdfs:comment": "An action that has already taken place.", - "rdfs:label": "CompletedActionStatus" - }, - { - "@id": "http://schema.org/ActiveActionStatus", - "@type": "http://schema.org/ActionStatusType", - "rdfs:comment": "An in-progress action (e.g, while watching the movie, or driving to a location).", - "rdfs:label": "ActiveActionStatus" + "rdfs:comment": "Minimum memory requirements.", + "rdfs:label": "memoryRequirements" }, { - "@id": "http://schema.org/rsvpResponse", + "@id": "http://schema.org/dropoffLocation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/RsvpAction" + "@id": "http://schema.org/RentalCarReservation" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/RsvpResponseType" + "@id": "http://schema.org/Place" }, - "rdfs:comment": "The response (yes, no, maybe) to the RSVP.", - "rdfs:label": "rsvpResponse" + "rdfs:comment": "Where a rental car can be dropped off.", + "rdfs:label": "dropoffLocation" }, { - "@id": "http://schema.org/acceptedPaymentMethod", + "@id": "http://schema.org/leiCode", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Organization" }, - "http://schema.org/domainIncludes": [ + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": [ { - "@id": "http://schema.org/Demand" + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#GLEIF" }, { - "@id": "http://schema.org/Offer" + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" } ], + "rdfs:comment": "An organization identifier that uniquely identifies a legal entity as defined in ISO 17442.", + "rdfs:label": "leiCode", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" + } + }, + { + "@id": "http://schema.org/relatedAnatomy", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SuperficialAnatomy" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/LoanOrCredit" + "@id": "http://schema.org/AnatomicalStructure" }, { - "@id": "http://schema.org/PaymentMethod" + "@id": "http://schema.org/AnatomicalSystem" } ], - "rdfs:comment": "The payment method(s) accepted by seller for this offer.", - "rdfs:label": "acceptedPaymentMethod" + "rdfs:comment": "Anatomical systems or structures that relate to the superficial anatomy.", + "rdfs:label": "relatedAnatomy" }, { - "@id": "http://schema.org/significantLinks", + "@id": "http://schema.org/discount", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/WebPage" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/significantLink" + "@id": "http://schema.org/Order" }, - "rdfs:comment": "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.", - "rdfs:label": "significantLinks" - }, - { - "@id": "http://schema.org/WholesaleStore", - "@type": "rdfs:Class", - "rdfs:comment": "A wholesale store.", - "rdfs:label": "WholesaleStore", - "rdfs:subClassOf": { - "@id": "http://schema.org/Store" - } + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Number" + }, + { + "@id": "http://schema.org/Text" + } + ], + "rdfs:comment": "Any discount applied (to an Order).", + "rdfs:label": "discount" }, { - "@id": "http://schema.org/BroadcastEvent", + "@id": "http://schema.org/ElementarySchool", "@type": "rdfs:Class", - "rdfs:comment": "An over the air or online broadcast event.", - "rdfs:label": "BroadcastEvent", + "rdfs:comment": "An elementary school.", + "rdfs:label": "ElementarySchool", "rdfs:subClassOf": { - "@id": "http://schema.org/PublicationEvent" + "@id": "http://schema.org/EducationalOrganization" } }, { - "@id": "http://schema.org/servingSize", + "@id": "http://schema.org/translator", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/NutritionInformation" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The serving size, in terms of the number of volume or mass.", - "rdfs:label": "servingSize" + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Event" + }, + { + "@id": "http://schema.org/CreativeWork" + } + ], + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Person" + }, + { + "@id": "http://schema.org/Organization" + } + ], + "rdfs:comment": "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.", + "rdfs:label": "translator" }, { - "@id": "http://schema.org/RentalCarReservation", + "@id": "http://schema.org/ReplaceAction", "@type": "rdfs:Class", - "rdfs:comment": "A reservation for a rental car.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.", - "rdfs:label": "RentalCarReservation", + "rdfs:comment": "The act of editing a recipient by replacing an old object with a new object.", + "rdfs:label": "ReplaceAction", "rdfs:subClassOf": { - "@id": "http://schema.org/Reservation" + "@id": "http://schema.org/UpdateAction" } }, { - "@id": "http://schema.org/TravelAction", + "@id": "http://schema.org/GameServerStatus", "@type": "rdfs:Class", - "rdfs:comment": "The act of traveling from an fromLocation to a destination by a specified mode of transport, optionally with participants.", - "rdfs:label": "TravelAction", + "rdfs:comment": "Status of a game server.", + "rdfs:label": "GameServerStatus", "rdfs:subClassOf": { - "@id": "http://schema.org/MoveAction" + "@id": "http://schema.org/StatusEnumeration" } }, { - "@id": "http://schema.org/recordedIn", + "@id": "http://schema.org/MedicalTherapy", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Any medical intervention designed to prevent, treat, and cure human diseases and medical conditions, including both curative and palliative therapies. Medical therapies are typically processes of care relying upon pharmacotherapy, behavioral therapy, supportive therapy (with fluid or nutrition for example), or detoxification (e.g. hemodialysis) aimed at improving or preventing a health condition.", + "rdfs:label": "MedicalTherapy", + "rdfs:subClassOf": { + "@id": "http://schema.org/TherapeuticProcedure" + } + }, + { + "@id": "http://schema.org/nerveMotor", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/Nerve" }, - "http://schema.org/inverseOf": { - "@id": "http://schema.org/recordedAt" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Muscle" }, - "rdfs:comment": "The CreativeWork that captured all or part of this Event.", - "rdfs:label": "recordedIn" + "rdfs:comment": "The neurological pathway extension that involves muscle control.", + "rdfs:label": "nerveMotor" }, { - "@id": "http://schema.org/brand", + "@id": "http://schema.org/creditedTo", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Product" - }, - { - "@id": "http://schema.org/Person" - }, - { - "@id": "http://schema.org/Organization" - }, - { - "@id": "http://schema.org/Service" - } - ], + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MusicRelease" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Brand" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Person" } ], - "rdfs:comment": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.", - "rdfs:label": "brand" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "The group the release is credited to if different than the byArtist. For example, Red and Blue is credited to \"Stefani Germanotta Band\", but by Lady Gaga.", + "rdfs:label": "creditedTo" }, { - "@id": "http://schema.org/dateCreated", + "@id": "http://schema.org/titleEIDR", "@type": "rdf:Property", + "http://schema.org/category": "issue-2469", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/DataFeedItem" + "@id": "http://schema.org/TVEpisode" }, { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Movie" } ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "The date on which the CreativeWork was created or the item was added to a DataFeed.", - "rdfs:label": "dateCreated" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2469" + }, + "rdfs:comment": "An EIDR (Entertainment Identifier Registry) identifier representing at the most general/abstract level, a work of film or television.

\n\nFor example, the motion picture known as \"Ghostbusters\" has a titleEIDR of \"10.5240/7EC7-228A-510A-053E-CBB8-J\". This title (or work) may have several variants, which EIDR calls \"edits\". See editEIDR.

\n\nSince schema.org types like Movie and TVEpisode can be used for both works and their multiple expressions, it is possible to use titleEIDR alone (for a general description), or alongside editEIDR for a more edit-specific description.", + "rdfs:label": "titleEIDR", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" + } }, { - "@id": "http://schema.org/educationalUse", + "@id": "http://schema.org/mealService", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Flight" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The purpose of a work in the context of education; for example, 'assignment', 'group work'.", - "rdfs:label": "educationalUse" + "rdfs:comment": "Description of the meals that will be provided or available for purchase.", + "rdfs:label": "mealService" }, { - "@id": "http://schema.org/honorificSuffix", + "@id": "http://schema.org/discusses", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/UserComments" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/CreativeWork" }, - "rdfs:comment": "An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW.", - "rdfs:label": "honorificSuffix" + "rdfs:comment": "Specifies the CreativeWork associated with the UserComment.", + "rdfs:label": "discusses" }, { - "@id": "http://schema.org/OrganizationRole", + "@id": "http://schema.org/EngineSpecification", "@type": "rdfs:Class", - "rdfs:comment": "A subclass of Role used to describe roles within organizations.", - "rdfs:label": "OrganizationRole", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "Information about the engine of the vehicle. A vehicle can have multiple engines represented by multiple engine specification entities.", + "rdfs:label": "EngineSpecification", "rdfs:subClassOf": { - "@id": "http://schema.org/Role" + "@id": "http://schema.org/StructuredValue" } }, { - "@id": "http://schema.org/reservationId", + "@id": "http://schema.org/printPage", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Reservation" + "@id": "http://schema.org/NewsArticle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "A unique identifier for the reservation.", - "rdfs:label": "reservationId" + "rdfs:comment": "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).", + "rdfs:label": "printPage" }, { - "@id": "http://schema.org/SkiResort", + "@id": "http://schema.org/ActivateAction", "@type": "rdfs:Class", - "rdfs:comment": "A ski resort.", - "rdfs:label": "SkiResort", + "rdfs:comment": "The act of starting or activating a device or application (e.g. starting a timer or turning on a flashlight).", + "rdfs:label": "ActivateAction", "rdfs:subClassOf": { - "@id": "http://schema.org/SportsActivityLocation" + "@id": "http://schema.org/ControlAction" } }, { - "@id": "http://schema.org/AutomatedTeller", - "@type": "rdfs:Class", - "rdfs:comment": "ATM/cash machine.", - "rdfs:label": "AutomatedTeller", - "rdfs:subClassOf": { - "@id": "http://schema.org/FinancialService" - } + "@id": "http://schema.org/timeRequired", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Duration" + }, + "rdfs:comment": "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", + "rdfs:label": "timeRequired" }, { - "@id": "http://schema.org/Canal", - "@type": "rdfs:Class", - "rdfs:comment": "A canal, like the Panama Canal.", - "rdfs:label": "Canal", - "rdfs:subClassOf": { - "@id": "http://schema.org/BodyOfWater" - } + "@id": "http://schema.org/numberOfPages", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Book" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "rdfs:comment": "The number of pages in the book.", + "rdfs:label": "numberOfPages" }, { - "@id": "http://schema.org/numberOfRooms", + "@id": "http://schema.org/messageAttachment", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Message" }, - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/LodgingBusiness" - }, - { - "@id": "http://schema.org/Suite" - }, - { - "@id": "http://schema.org/House" - }, - { - "@id": "http://schema.org/Apartment" - }, - { - "@id": "http://schema.org/SingleFamilyResidence" - }, - { - "@id": "http://schema.org/Accommodation" - } - ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/QuantitativeValue" - }, - { - "@id": "http://schema.org/Number" - } - ], - "rdfs:comment": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue.", - "rdfs:label": "numberOfRooms" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "rdfs:comment": "A CreativeWork attached to the message.", + "rdfs:label": "messageAttachment" }, { - "@id": "http://schema.org/NGO", + "@id": "http://schema.org/RadioEpisode", "@type": "rdfs:Class", - "rdfs:comment": "Organization: Non-governmental Organization.", - "rdfs:label": "NGO", + "rdfs:comment": "A radio episode which can be part of a series or season.", + "rdfs:label": "RadioEpisode", "rdfs:subClassOf": { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Episode" } }, { - "@id": "http://schema.org/TVSeries", - "@type": "rdfs:Class", - "rdfs:comment": "CreativeWorkSeries dedicated to TV broadcast and associated online delivery.", - "rdfs:label": "TVSeries", - "rdfs:subClassOf": [ - { - "@id": "http://schema.org/CreativeWorkSeries" - }, - { - "@id": "http://schema.org/CreativeWork" - } - ] + "@id": "http://schema.org/observationDate", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2291", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Observation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DateTime" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2291" + }, + "rdfs:comment": "The observationDate of an Observation.", + "rdfs:label": "observationDate" }, { - "@id": "http://schema.org/AdministrativeArea", - "@type": "rdfs:Class", - "rdfs:comment": "A geographical region, typically under the jurisdiction of a particular government.", - "rdfs:label": "AdministrativeArea", - "rdfs:subClassOf": { - "@id": "http://schema.org/Place" - } + "@id": "http://schema.org/identifyingExam", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalSign" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/PhysicalExam" + }, + "rdfs:comment": "A physical examination that can identify this sign.", + "rdfs:label": "identifyingExam" }, { - "@id": "http://schema.org/vatID", + "@id": "http://schema.org/geoEquals", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Place" }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/GeospatialGeometry" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The Value-added Tax ID of the organization or person.", - "rdfs:label": "vatID" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/GeospatialGeometry" + }, + { + "@id": "http://schema.org/Place" + } + ], + "rdfs:comment": "Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in DE-9IM. \"Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other\" (a symmetric relationship)", + "rdfs:label": "geoEquals" }, { - "@id": "http://schema.org/departureTime", + "@id": "http://schema.org/intensity", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Trip" + "@id": "http://schema.org/ExercisePlan" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/QuantitativeValue" }, { - "@id": "http://schema.org/Time" + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "The expected departure time.", - "rdfs:label": "departureTime" - }, - { - "@id": "http://schema.org/BarOrPub", - "@type": "rdfs:Class", - "rdfs:comment": "A bar or pub.", - "rdfs:label": "BarOrPub", - "rdfs:subClassOf": { - "@id": "http://schema.org/FoodEstablishment" - } - }, - { - "@id": "http://schema.org/Float", - "@type": "rdfs:Class", - "rdfs:comment": "Data type: Floating number.", - "rdfs:label": "Float", - "rdfs:subClassOf": { - "@id": "http://schema.org/Number" - } - }, - { - "@id": "http://schema.org/DataType", - "@type": "rdfs:Class", - "rdfs:comment": "The basic data types such as Integers, Strings, etc.", - "rdfs:label": "DataType", - "rdfs:subClassOf": { - "@id": "rdfs:Class" - } + "rdfs:comment": "Quantitative measure gauging the degree of force involved in the exercise, for example, heartbeats per minute. May include the velocity of the movement.", + "rdfs:label": "intensity" }, { - "@id": "http://schema.org/playersOnline", + "@id": "http://schema.org/eventAttendanceMode", "@type": "rdf:Property", + "http://schema.org/category": "issue-1842", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/GameServer" + "@id": "http://schema.org/Event" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/EventAttendanceModeEnumeration" }, - "rdfs:comment": "Number of players on the server.", - "rdfs:label": "playersOnline" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1842" + }, + "rdfs:comment": "The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix.", + "rdfs:label": "eventAttendanceMode" }, { - "@id": "http://schema.org/referenceQuantity", + "@id": "http://schema.org/gtin", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": [ + "http://schema.org/category": "issue-1244", + "http://schema.org/domainIncludes": [ { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsProperties" + "@id": "http://schema.org/Product" }, { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "@id": "http://schema.org/Demand" + }, + { + "@id": "http://schema.org/Offer" } ], - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/UnitPriceSpecification" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The reference quantity for which a certain price applies, e.g. 1 EUR per 4 kWh of electricity. This property is a replacement for unitOfMeasurement for the advanced cases where the price does not relate to a standard unit.", - "rdfs:label": "referenceQuantity" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2288" + }, + "rdfs:comment": "A Global Trade Item Number (GTIN). GTINs identify trade items, including products and services, using numeric identification codes. The gtin property generalizes the earlier gtin8, gtin12, gtin13, and gtin14 properties. The GS1 digital link specifications express GTINs as URLs. A correct gtin value should be a valid GTIN, which means that it should be an all-numeric string of either 8, 12, 13 or 14 digits, or a \"GS1 Digital Link\" URL based on such a string. The numeric component should also have a valid GS1 check digit and meet the other rules for valid GTINs. See also GS1's GTIN Summary and Wikipedia for more details. Left-padding of the gtin values is not required or encouraged.", + "rdfs:label": "gtin", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" + } }, { - "@id": "http://schema.org/nationality", + "@id": "http://schema.org/issuedThrough", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Permit" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Country" + "@id": "http://schema.org/Service" }, - "rdfs:comment": "Nationality of the person.", - "rdfs:label": "nationality" + "rdfs:comment": "The service through with the permit was granted.", + "rdfs:label": "issuedThrough" }, { - "@id": "http://schema.org/FMRadioChannel", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1004" + "@id": "http://schema.org/Optometric", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/category": "issue-1004", - "rdfs:comment": "A radio channel that uses FM.", - "rdfs:label": "FMRadioChannel", + "rdfs:comment": "The science or practice of testing visual acuity and prescribing corrective lenses.", + "rdfs:label": "Optometric", "rdfs:subClassOf": { - "@id": "http://schema.org/RadioChannel" + "@id": "http://schema.org/MedicalBusiness" } }, { - "@id": "http://schema.org/Distance", + "@id": "http://schema.org/minimumPaymentDue", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Invoice" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/PriceSpecification" + }, + { + "@id": "http://schema.org/MonetaryAmount" + } + ], + "rdfs:comment": "The minimum payment required at this time.", + "rdfs:label": "minimumPaymentDue" + }, + { + "@id": "http://schema.org/TieAction", "@type": "rdfs:Class", - "rdfs:comment": "Properties that take Distances as values are of the form '<Number> <Length unit of measure>'. E.g., '7 ft'.", - "rdfs:label": "Distance", + "rdfs:comment": "The act of reaching a draw in a competitive activity.", + "rdfs:label": "TieAction", "rdfs:subClassOf": { - "@id": "http://schema.org/Quantity" + "@id": "http://schema.org/AchieveAction" } }, { - "@id": "http://schema.org/MusicPlaylist", + "@id": "http://schema.org/StatisticalPopulation", "@type": "rdfs:Class", - "rdfs:comment": "A collection of music tracks in playlist form.", - "rdfs:label": "MusicPlaylist", + "http://schema.org/category": "issue-2291", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2291" + }, + "rdfs:comment": "A StatisticalPopulation is a set of instances of a certain given type that satisfy some set of constraints. The property populationType is used to specify the type. Any property that can be used on instances of that type can appear on the statistical population. For example, a StatisticalPopulation representing all Persons with a homeLocation of East Podunk California, would be described by applying the appropriate homeLocation and populationType properties to a StatisticalPopulation item that stands for that set of people.\nThe properties numConstraints and constrainingProperties are used to specify which of the populations properties are used to specify the population. Note that the sense of \"population\" used here is the general sense of a statistical\npopulation, and does not imply that the population consists of people. For example, a populationType of Event or NewsArticle could be used. See also Observation, and the data and datasets overview for more details.", + "rdfs:label": "StatisticalPopulation", "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/educationalFramework", + "@id": "http://schema.org/valueName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/AlignmentObject" + "@id": "http://schema.org/PropertyValueSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The framework to which the resource being described is aligned.", - "rdfs:label": "educationalFramework" + "rdfs:comment": "Indicates the name of the PropertyValueSpecification to be used in URL templates and form encoding in a manner analogous to HTML's input@name.", + "rdfs:label": "valueName" }, { - "@id": "http://schema.org/actors", + "@id": "http://schema.org/TravelAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of traveling from an fromLocation to a destination by a specified mode of transport, optionally with participants.", + "rdfs:label": "TravelAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/MoveAction" + } + }, + { + "@id": "http://schema.org/DislikeAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of expressing a negative sentiment about the object. An agent dislikes an object (a proposition, topic or theme) with participants.", + "rdfs:label": "DislikeAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/ReactAction" + } + }, + { + "@id": "http://schema.org/startDate", "@type": "rdf:Property", + "http://schema.org/category": "issue-2486", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/VideoGameSeries" - }, - { - "@id": "http://schema.org/MovieSeries" - }, - { - "@id": "http://schema.org/RadioSeries" + "@id": "http://schema.org/Event" }, { - "@id": "http://schema.org/TVSeries" + "@id": "http://schema.org/DatedMoneySpecification" }, { - "@id": "http://schema.org/VideoObject" + "@id": "http://schema.org/CreativeWorkSeason" }, { - "@id": "http://schema.org/Clip" + "@id": "http://schema.org/Schedule" }, { - "@id": "http://schema.org/VideoGame" + "@id": "http://schema.org/Role" }, { - "@id": "http://schema.org/Movie" + "@id": "http://schema.org/EducationalOccupationalProgram" }, { - "@id": "http://schema.org/Episode" + "@id": "http://schema.org/CreativeWorkSeries" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/actor" - }, - "rdfs:comment": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", - "rdfs:label": "actors" - }, - { - "@id": "http://schema.org/title", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/JobPosting" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "rdfs:comment": "The title of the job.", - "rdfs:label": "title" - }, - { - "@id": "http://schema.org/QuantitativeValue", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" - }, - "rdfs:comment": "A point value or interval for product characteristics and other purposes.", - "rdfs:label": "QuantitativeValue", - "rdfs:subClassOf": { - "@id": "http://schema.org/StructuredValue" - } - }, - { - "@id": "http://schema.org/unitText", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/PropertyValue" - }, - { - "@id": "http://schema.org/UnitPriceSpecification" - }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/TypeAndQuantityNode" + "@id": "http://schema.org/Date" }, { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/DateTime" } ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2486" }, - "rdfs:comment": "A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for\nunitCode.", - "rdfs:label": "unitText" + "rdfs:comment": "The start date and time of the item (in ISO 8601 date format).", + "rdfs:label": "startDate" }, { - "@id": "http://schema.org/releaseDate", + "@id": "http://schema.org/servicePhone", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Product" + "@id": "http://schema.org/ServiceChannel" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" - }, - "rdfs:comment": "The release date of a product or product model. This can be used to distinguish the exact variant of a product.", - "rdfs:label": "releaseDate" - }, - { - "@id": "http://schema.org/ScholarlyArticle", - "@type": "rdfs:Class", - "rdfs:comment": "A scholarly article.", - "rdfs:label": "ScholarlyArticle", - "rdfs:subClassOf": { - "@id": "http://schema.org/Article" - } - }, - { - "@id": "http://schema.org/OrderPaymentDue", - "@type": "http://schema.org/OrderStatus", - "rdfs:comment": "OrderStatus representing that payment is due on an order.", - "rdfs:label": "OrderPaymentDue" - }, - { - "@id": "http://schema.org/BedDetails", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + "@id": "http://schema.org/ContactPoint" }, - "rdfs:comment": "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 certain type, you can use bed directly with a text. See also BedType (under development).", - "rdfs:label": "BedDetails", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } - }, - { - "@id": "http://schema.org/Bakery", - "@type": "rdfs:Class", - "rdfs:comment": "A bakery.", - "rdfs:label": "Bakery", - "rdfs:subClassOf": { - "@id": "http://schema.org/FoodEstablishment" - } + "rdfs:comment": "The phone number to use to access the service.", + "rdfs:label": "servicePhone" }, { - "@id": "http://schema.org/iswcCode", + "@id": "http://schema.org/additionalNumberOfGuests", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicComposition" + "@id": "http://schema.org/RsvpAction" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "The International Standard Musical Work Code for the composition.", - "rdfs:label": "iswcCode" + "rdfs:comment": "If responding yes, the number of guests who will attend in addition to the invitee.", + "rdfs:label": "additionalNumberOfGuests" }, { - "@id": "http://schema.org/greaterOrEqual", + "@id": "http://schema.org/givenName", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/QualitativeValue" + "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QualitativeValue" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is greater than or equal to the object.", - "rdfs:label": "greaterOrEqual" + "rdfs:comment": "Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property.", + "rdfs:label": "givenName" }, { - "@id": "http://schema.org/False", - "@type": "http://schema.org/Boolean", - "rdfs:comment": "The boolean value false.", - "rdfs:label": "False" + "@id": "http://schema.org/FAQPage", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1723", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1723" + }, + "rdfs:comment": "A FAQPage is a WebPage presenting one or more \"Frequently asked questions\" (see also QAPage).", + "rdfs:label": "FAQPage", + "rdfs:subClassOf": { + "@id": "http://schema.org/WebPage" + } }, { - "@id": "http://schema.org/NightClub", + "@id": "http://schema.org/usageInfo", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2454", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/CreativeWork" + }, + { + "@id": "http://schema.org/URL" + } + ], + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2454" + }, + "rdfs:comment": "The schema.org usageInfo property indicates further information about a CreativeWork. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.

\n\nThis property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses.", + "rdfs:label": "usageInfo" + }, + { + "@id": "http://schema.org/PlayAction", "@type": "rdfs:Class", - "rdfs:comment": "A nightclub or discotheque.", - "rdfs:label": "NightClub", + "rdfs:comment": "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "PlayAction", "rdfs:subClassOf": { - "@id": "http://schema.org/EntertainmentBusiness" + "@id": "http://schema.org/Action" } }, { - "@id": "http://schema.org/episode", + "@id": "http://schema.org/deliveryMethod", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/CreativeWorkSeason" + "@id": "http://schema.org/SendAction" }, { - "@id": "http://schema.org/VideoGameSeries" + "@id": "http://schema.org/OrderAction" }, { - "@id": "http://schema.org/RadioSeries" + "@id": "http://schema.org/ReceiveAction" }, { - "@id": "http://schema.org/TVSeries" + "@id": "http://schema.org/TrackAction" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Episode" + "@id": "http://schema.org/DeliveryMethod" }, - "rdfs:comment": "An episode of a tv, radio or game media within a series or season.", - "rdfs:label": "episode", + "rdfs:comment": "A sub property of instrument. The method of delivery.", + "rdfs:label": "deliveryMethod", "rdfs:subPropertyOf": { - "@id": "http://schema.org/hasPart" + "@id": "http://schema.org/instrument" } }, { - "@id": "http://schema.org/MensClothingStore", + "@id": "http://schema.org/deliveryLeadTime", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/Demand" + }, + { + "@id": "http://schema.org/Offer" + } + ], + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup.", + "rdfs:label": "deliveryLeadTime" + }, + { + "@id": "http://schema.org/DeliveryMethod", "@type": "rdfs:Class", - "rdfs:comment": "A men's clothing store.", - "rdfs:label": "MensClothingStore", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "A delivery method is a standardized procedure for transferring the product or service to the destination of fulfillment chosen by the customer. Delivery methods are characterized by the means of transportation used, and by the organization or group that is the contracting party for the sending organization or person.

\n\nCommonly used values:

\n\n\n", + "rdfs:label": "DeliveryMethod", "rdfs:subClassOf": { - "@id": "http://schema.org/Store" + "@id": "http://schema.org/Enumeration" } }, { - "@id": "http://schema.org/AcceptAction", + "@id": "http://schema.org/ItemList", "@type": "rdfs:Class", - "rdfs:comment": "The act of committing to/adopting an object.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "AcceptAction", + "rdfs:comment": "A list of items of any sort—for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting.", + "rdfs:label": "ItemList", "rdfs:subClassOf": { - "@id": "http://schema.org/AllocateAction" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/PaymentAutomaticallyApplied", - "@type": "http://schema.org/PaymentStatusType", - "rdfs:comment": "An automatic payment system is in place and will be used.", - "rdfs:label": "PaymentAutomaticallyApplied" + "@id": "http://schema.org/Winery", + "@type": "rdfs:Class", + "rdfs:comment": "A winery.", + "rdfs:label": "Winery", + "rdfs:subClassOf": { + "@id": "http://schema.org/FoodEstablishment" + } }, { - "@id": "http://schema.org/Language", + "@id": "http://schema.org/InformAction", "@type": "rdfs:Class", - "rdfs:comment": "Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in BCP 47 can be used via the alternateName property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using ComputerLanguage.", - "rdfs:label": "Language", + "rdfs:comment": "The act of notifying someone of information pertinent to them, with no expectation of a response.", + "rdfs:label": "InformAction", "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" + "@id": "http://schema.org/CommunicateAction" } }, { - "@id": "http://schema.org/tool", + "@id": "http://schema.org/MedicalScholarlyArticle", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A scholarly article in the medical domain.", + "rdfs:label": "MedicalScholarlyArticle", + "rdfs:subClassOf": { + "@id": "http://schema.org/ScholarlyArticle" + } + }, + { + "@id": "http://schema.org/screenshot", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/SoftwareApplication" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/ImageObject" + }, + { + "@id": "http://schema.org/URL" + } + ], + "rdfs:comment": "A link to a screenshot image of the app.", + "rdfs:label": "screenshot" + }, + { + "@id": "http://schema.org/availabilityEnds", "@type": "rdf:Property", + "http://schema.org/category": "issue-1741", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/HowToDirection" + "@id": "http://schema.org/Offer" }, { - "@id": "http://schema.org/HowTo" + "@id": "http://schema.org/Demand" + }, + { + "@id": "http://schema.org/ActionAccessSpecification" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Date" }, { - "@id": "http://schema.org/HowToTool" + "@id": "http://schema.org/Time" + }, + { + "@id": "http://schema.org/DateTime" } ], - "rdfs:comment": "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.", - "rdfs:label": "tool", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/instrument" - } + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1741" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + } + ], + "rdfs:comment": "The end of the availability of the product or service included in the offer.", + "rdfs:label": "availabilityEnds" }, { - "@id": "http://schema.org/TrainTrip", + "@id": "http://schema.org/MedicalAudienceType", "@type": "rdfs:Class", - "rdfs:comment": "A trip on a commercial train line.", - "rdfs:label": "TrainTrip", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Target audiences types for medical web pages. Enumerated type.", + "rdfs:label": "MedicalAudienceType", "rdfs:subClassOf": { - "@id": "http://schema.org/Trip" + "@id": "http://schema.org/MedicalEnumeration" } }, { - "@id": "http://schema.org/TheaterGroup", + "@id": "http://schema.org/paymentAccepted", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/LocalBusiness" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.", + "rdfs:label": "paymentAccepted" + }, + { + "@id": "http://schema.org/ReturnAction", "@type": "rdfs:Class", - "rdfs:comment": "A theater group or company, for example, the Royal Shakespeare Company or Druid Theatre.", - "rdfs:label": "TheaterGroup", + "rdfs:comment": "The act of returning to the origin that which was previously received (concrete objects) or taken (ownership).", + "rdfs:label": "ReturnAction", "rdfs:subClassOf": { - "@id": "http://schema.org/PerformingGroup" + "@id": "http://schema.org/TransferAction" } }, { - "@id": "http://schema.org/ParcelDelivery", + "@id": "http://schema.org/BreadcrumbList", "@type": "rdfs:Class", - "rdfs:comment": "The delivery of a parcel either via the postal service or a commercial service.", - "rdfs:label": "ParcelDelivery", + "rdfs:comment": "A BreadcrumbList is an ItemList consisting of a chain of linked Web pages, typically described using at least their URL and their name, and typically ending with the current page.

\n\nThe position property is used to reconstruct the order of the items in a BreadcrumbList The convention is that a breadcrumb list has an itemListOrder of ItemListOrderAscending (lower values listed first), and that the first items in this list correspond to the \"top\" or beginning of the breadcrumb trail, e.g. with a site or section homepage. The specific values of 'position' are not assigned meaning for a BreadcrumbList, but they should be integers, e.g. beginning with '1' for the first item in the list.", + "rdfs:label": "BreadcrumbList", "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" + "@id": "http://schema.org/ItemList" } }, { - "@id": "http://schema.org/permissionType", + "@id": "http://schema.org/requiredMaxAge", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/DigitalDocumentPermission" + "@id": "http://schema.org/PeopleAudience" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DigitalDocumentPermissionType" + "@id": "http://schema.org/Integer" }, - "rdfs:comment": "The type of permission granted the person, organization, or audience.", - "rdfs:label": "permissionType" + "rdfs:comment": "Audiences defined by a person's maximum age.", + "rdfs:label": "requiredMaxAge" }, { - "@id": "http://schema.org/boardingGroup", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/FlightReservation" + "@id": "http://schema.org/BoatTrip", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1755", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1755" }, - "rdfs:comment": "The airline-specific indicator of boarding order / preference.", - "rdfs:label": "boardingGroup" + "rdfs:comment": "A trip on a commercial ferry line.", + "rdfs:label": "BoatTrip", + "rdfs:subClassOf": { + "@id": "http://schema.org/Trip" + } }, { - "@id": "http://schema.org/BoardingPolicyType", + "@id": "http://schema.org/Chapter", "@type": "rdfs:Class", - "rdfs:comment": "A type of boarding policy used by an airline.", - "rdfs:label": "BoardingPolicyType", + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "rdfs:comment": "One of the sections into which a book is divided. A chapter usually has a section number or a name.", + "rdfs:label": "Chapter", "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/addressLocality", + "@id": "http://schema.org/suggestedGender", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PostalAddress" + "@id": "http://schema.org/PeopleAudience" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The locality in which the street address is, and which is in the region. For example, Mountain View.", - "rdfs:label": "addressLocality" + "rdfs:comment": "The gender of the person or audience.", + "rdfs:label": "suggestedGender" }, { - "@id": "http://schema.org/Pond", + "@id": "http://schema.org/PodcastSeries", "@type": "rdfs:Class", - "rdfs:comment": "A pond.", - "rdfs:label": "Pond", + "http://schema.org/category": "issue-373", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/373" + }, + "rdfs:comment": "A podcast is an episodic series of digital audio or video files which a user can download and listen to.", + "rdfs:label": "PodcastSeries", "rdfs:subClassOf": { - "@id": "http://schema.org/BodyOfWater" + "@id": "http://schema.org/CreativeWorkSeries" } }, { - "@id": "http://schema.org/composer", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "@id": "http://schema.org/DiagnosticProcedure", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, + "rdfs:comment": "A medical procedure intended primarily for diagnostic, as opposed to therapeutic, purposes.", + "rdfs:label": "DiagnosticProcedure", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalProcedure" + } + }, + { + "@id": "http://schema.org/minValue", + "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/PropertyValueSpecification" }, { - "@id": "http://schema.org/MusicComposition" - } - ], - "http://schema.org/rangeIncludes": [ + "@id": "http://schema.org/PropertyValue" + }, { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/QuantitativeValue" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/MonetaryAmount" } ], - "rdfs:comment": "The person or organization who wrote a composition, or who is the composer of a work performed at some event.", - "rdfs:label": "composer" - }, - { - "@id": "http://schema.org/Answer", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" }, - "rdfs:comment": "An answer offered to a question; perhaps correct, perhaps opinionated or wrong.", - "rdfs:label": "Answer", - "rdfs:subClassOf": { - "@id": "http://schema.org/Comment" - } - }, - { - "@id": "http://schema.org/Brewery", - "@type": "rdfs:Class", - "rdfs:comment": "Brewery.", - "rdfs:label": "Brewery", - "rdfs:subClassOf": { - "@id": "http://schema.org/FoodEstablishment" - } - }, - { - "@id": "http://schema.org/AllocateAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of organizing tasks/objects/events by associating resources to it.", - "rdfs:label": "AllocateAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/OrganizeAction" - } + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The lower value of some characteristic or property.", + "rdfs:label": "minValue" }, { - "@id": "http://schema.org/includedDataCatalog", + "@id": "http://schema.org/proteinContent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Dataset" + "@id": "http://schema.org/NutritionInformation" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DataCatalog" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/includedInDataCatalog" + "@id": "http://schema.org/Mass" }, - "rdfs:comment": "A data catalog which contains this dataset (this property was previously 'catalog', preferred name is now 'includedInDataCatalog').", - "rdfs:label": "includedDataCatalog" + "rdfs:comment": "The number of grams of protein.", + "rdfs:label": "proteinContent" }, { - "@id": "http://schema.org/countriesNotSupported", + "@id": "http://schema.org/study", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/MedicalEntity" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "Countries for which the application is not supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.", - "rdfs:label": "countriesNotSupported" - }, - { - "@id": "http://schema.org/Thursday", - "@type": "http://schema.org/DayOfWeek", - "http://schema.org/sameAs": { - "@id": "http://www.wikidata.org/entity/Q129" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalStudy" }, - "rdfs:comment": "The day of the week between Wednesday and Friday.", - "rdfs:label": "Thursday" + "rdfs:comment": "A medical study or trial related to this entity.", + "rdfs:label": "study" }, { - "@id": "http://schema.org/ParentAudience", + "@id": "http://schema.org/JoinAction", "@type": "rdfs:Class", - "rdfs:comment": "A set of characteristics describing parents, who can be interested in viewing some content.", - "rdfs:label": "ParentAudience", + "rdfs:comment": "An agent joins an event/group with participants/friends at a location.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "JoinAction", "rdfs:subClassOf": { - "@id": "http://schema.org/PeopleAudience" + "@id": "http://schema.org/InteractAction" } }, { - "@id": "http://schema.org/Hardcover", - "@type": "http://schema.org/BookFormatType", - "rdfs:comment": "Book format: Hardcover.", - "rdfs:label": "Hardcover" - }, - { - "@id": "http://schema.org/RadioChannel", - "@type": "rdfs:Class", - "rdfs:comment": "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup.", - "rdfs:label": "RadioChannel", - "rdfs:subClassOf": { - "@id": "http://schema.org/BroadcastChannel" - } + "@id": "http://schema.org/numConstraints", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2291", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/StatisticalPopulation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Integer" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2291" + }, + "rdfs:comment": "Indicates the number of constraints (not counting populationType) defined for a particular StatisticalPopulation. This helps applications understand if they have access to a sufficiently complete description of a StatisticalPopulation.", + "rdfs:label": "numConstraints" }, { - "@id": "http://schema.org/serviceSmsNumber", + "@id": "http://schema.org/structuralClass", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ServiceChannel" + "@id": "http://schema.org/Joint" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/ContactPoint" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The number to access the service by text message.", - "rdfs:label": "serviceSmsNumber" + "rdfs:comment": "The name given to how bone physically connects to each other.", + "rdfs:label": "structuralClass" }, { - "@id": "http://schema.org/Room", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + "@id": "http://schema.org/OrderInTransit", + "@type": "http://schema.org/OrderStatus", + "rdfs:comment": "OrderStatus representing that an order is in transit.", + "rdfs:label": "OrderInTransit" + }, + { + "@id": "http://schema.org/ResultsAvailable", + "@type": "http://schema.org/MedicalStudyStatus", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "A room is a distinguishable space within a structure, usually separated from other spaces by interior walls. (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Room).\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", - "rdfs:label": "Room", - "rdfs:subClassOf": { - "@id": "http://schema.org/Accommodation" - } + "rdfs:comment": "Results are available.", + "rdfs:label": "ResultsAvailable" }, { - "@id": "http://schema.org/PublicSwimmingPool", + "@id": "http://schema.org/RiverBodyOfWater", "@type": "rdfs:Class", - "rdfs:comment": "A public swimming pool.", - "rdfs:label": "PublicSwimmingPool", + "rdfs:comment": "A river (for example, the broad majestic Shannon).", + "rdfs:label": "RiverBodyOfWater", "rdfs:subClassOf": { - "@id": "http://schema.org/SportsActivityLocation" + "@id": "http://schema.org/BodyOfWater" } }, { - "@id": "http://schema.org/operatingSystem", + "@id": "http://schema.org/color", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/Product" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "Operating systems supported (Windows 7, OSX 10.6, Android 1.6).", - "rdfs:label": "operatingSystem" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The color of the product.", + "rdfs:label": "color" }, { - "@id": "http://schema.org/suggestedAnswer", + "@id": "http://schema.org/orderDelivery", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Question" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Answer" + "@id": "http://schema.org/Order" }, { - "@id": "http://schema.org/ItemList" + "@id": "http://schema.org/OrderItem" } ], - "rdfs:comment": "An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site.", - "rdfs:label": "suggestedAnswer" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/ParcelDelivery" + }, + "rdfs:comment": "The delivery of the parcel related to this order or order item.", + "rdfs:label": "orderDelivery" }, { - "@id": "http://schema.org/JobPosting", + "@id": "http://schema.org/Newspaper", "@type": "rdfs:Class", - "rdfs:comment": "A listing that describes a job opening in a certain organization.", - "rdfs:label": "JobPosting", + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" + }, + "http://schema.org/source": { + "@id": "http://www.productontology.org/id/Newspaper" + }, + "rdfs:comment": "A publication containing information about varied topics that are pertinent to general information, a geographic area, or a specific subject matter (i.e. business, culture, education). Often published daily.", + "rdfs:label": "Newspaper", "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" + "@id": "http://schema.org/Periodical" } }, { - "@id": "http://schema.org/dateIssued", + "@id": "http://schema.org/sodiumContent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Ticket" + "@id": "http://schema.org/NutritionInformation" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Date" - }, - { - "@id": "http://schema.org/DateTime" - } - ], - "rdfs:comment": "The date the ticket was issued.", - "rdfs:label": "dateIssued" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Mass" + }, + "rdfs:comment": "The number of milligrams of sodium.", + "rdfs:label": "sodiumContent" }, { - "@id": "http://schema.org/reservedTicket", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Reservation" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Ticket" + "@id": "http://schema.org/MeetingRoom", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, - "rdfs:comment": "A ticket associated with the reservation.", - "rdfs:label": "reservedTicket" + "rdfs:comment": "A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Conference_hall).\n

\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", + "rdfs:label": "MeetingRoom", + "rdfs:subClassOf": { + "@id": "http://schema.org/Room" + } }, { - "@id": "http://schema.org/serverStatus", + "@id": "http://schema.org/tributary", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/GameServer" + "@id": "http://schema.org/Vein" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/GameServerStatus" + "@id": "http://schema.org/AnatomicalStructure" }, - "rdfs:comment": "Status of a game server.", - "rdfs:label": "serverStatus" + "rdfs:comment": "The anatomical or organ system that the vein flows into; a larger structure that the vein connects to.", + "rdfs:label": "tributary" }, { - "@id": "http://schema.org/lender", + "@id": "http://schema.org/variablesMeasured", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/BorrowAction" + "@id": "http://schema.org/Dataset" + }, + "http://schema.org/isPartOf": { + "@id": "http://attic.schema.org" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/PropertyValue" } ], - "rdfs:comment": "A sub property of participant. The person that lends the object being borrowed.", - "rdfs:label": "lender", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/participant" - } + "rdfs:comment": "Originally named variablesMeasured, The variableMeasured property can indicate (repeated as necessary) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue.", + "rdfs:label": "variablesMeasured" }, { - "@id": "http://schema.org/Date", - "@type": [ - "http://schema.org/DataType", - "rdfs:Class" + "@id": "http://schema.org/namedPosition", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Role" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/URL" + }, + { + "@id": "http://schema.org/Text" + } ], - "rdfs:comment": "A date value in ISO 8601 date format.", - "rdfs:label": "Date" + "http://schema.org/supersededBy": { + "@id": "http://schema.org/roleName" + }, + "rdfs:comment": "A position played, performed or filled by a person or organization, as part of an organization. For example, an athlete in a SportsTeam might play in the position named 'Quarterback'.", + "rdfs:label": "namedPosition" }, { - "@id": "http://schema.org/mapType", + "@id": "http://schema.org/subTest", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Map" + "@id": "http://schema.org/MedicalTestPanel" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MapCategoryType" + "@id": "http://schema.org/MedicalTest" }, - "rdfs:comment": "Indicates the kind of Map, from the MapCategoryType Enumeration.", - "rdfs:label": "mapType" + "rdfs:comment": "A component test of the panel.", + "rdfs:label": "subTest" }, { - "@id": "http://schema.org/MusicReleaseFormatType", + "@id": "http://schema.org/SeatingMap", + "@type": "http://schema.org/MapCategoryType", + "rdfs:comment": "A seating map.", + "rdfs:label": "SeatingMap" + }, + { + "@id": "http://schema.org/OrderAction", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, - "rdfs:comment": "Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).", - "rdfs:label": "MusicReleaseFormatType", + "rdfs:comment": "An agent orders an object/product/service to be delivered/sent.", + "rdfs:label": "OrderAction", "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "@id": "http://schema.org/TradeAction" } }, { - "@id": "http://schema.org/faxNumber", + "@id": "http://schema.org/serviceOperator", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Place" - }, - { - "@id": "http://schema.org/ContactPoint" - }, - { - "@id": "http://schema.org/Organization" - }, - { - "@id": "http://schema.org/Person" - } - ], + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/GovernmentService" + }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Organization" }, - "rdfs:comment": "The fax number.", - "rdfs:label": "faxNumber" + "rdfs:comment": "The operating organization, if different from the provider. This enables the representation of services that are provided by an organization, but operated by another organization like a subcontractor.", + "rdfs:label": "serviceOperator" }, { - "@id": "http://schema.org/Conversation", + "@id": "http://schema.org/Drawing", "@type": "rdfs:Class", - "rdfs:comment": "One or more messages between organizations or people on a particular topic. Individual messages can be linked to the conversation with isPartOf or hasPart properties.", - "rdfs:label": "Conversation", + "http://schema.org/category": "issue-1448", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1448" + }, + "rdfs:comment": "A picture or diagram made with a pencil, pen, or crayon rather than paint.", + "rdfs:label": "Drawing", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/MediaObject", - "@type": "rdfs:Class", - "rdfs:comment": "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 have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).", - "rdfs:label": "MediaObject", + "@id": "http://schema.org/Pediatric", + "@type": "http://schema.org/MedicalSpecialty", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A specific branch of medical science that specializes in the care of infants, children and adolescents.", + "rdfs:label": "Pediatric", "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/MedicalBusiness" } }, { - "@id": "http://schema.org/datePublished", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Date" - }, - "rdfs:comment": "Date of first broadcast/publication.", - "rdfs:label": "datePublished" - }, - { - "@id": "http://schema.org/Cemetery", + "@id": "http://schema.org/EventVenue", "@type": "rdfs:Class", - "rdfs:comment": "A graveyard.", - "rdfs:label": "Cemetery", + "rdfs:comment": "An event venue.", + "rdfs:label": "EventVenue", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { - "@id": "http://schema.org/AccountingService", + "@id": "http://schema.org/WriteAction", "@type": "rdfs:Class", - "rdfs:comment": "Accountancy business.

\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s).", - "rdfs:label": "AccountingService", + "rdfs:comment": "The act of authoring written creative content.", + "rdfs:label": "WriteAction", "rdfs:subClassOf": { - "@id": "http://schema.org/FinancialService" + "@id": "http://schema.org/CreateAction" } }, { - "@id": "http://schema.org/CheckInAction", + "@id": "http://schema.org/termsPerYear", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2419", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/EducationalOccupationalProgram" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2419" + }, + "rdfs:comment": "The number of times terms of study are offered per year. Semesters and quarters are common units for term. For example, if the student can only take 2 semesters for the program in one year, then termsPerYear should be 2.", + "rdfs:label": "termsPerYear" + }, + { + "@id": "http://schema.org/MovieClip", "@type": "rdfs:Class", - "rdfs:comment": "The act of an agent communicating (service provider, social media, etc) their arrival by registering/confirming for a previously reserved service (e.g. flight check in) or at a place (e.g. hotel), possibly resulting in a result (boarding pass, etc).

\n\nRelated actions:

\n\n\n", - "rdfs:label": "CheckInAction", + "rdfs:comment": "A short segment/part of a movie.", + "rdfs:label": "MovieClip", "rdfs:subClassOf": { - "@id": "http://schema.org/CommunicateAction" + "@id": "http://schema.org/Clip" } }, { - "@id": "http://schema.org/DayOfWeek", + "@id": "http://schema.org/MusicAlbumProductionType", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, - "rdfs:comment": "The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer.

\n\nOriginally, URLs from GoodRelations were used (for Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday plus a special entry for PublicHolidays); these have now been integrated directly into schema.org.", - "rdfs:label": "DayOfWeek", + "rdfs:comment": "Classification of the album by it's type of content: soundtrack, live album, studio album, etc.", + "rdfs:label": "MusicAlbumProductionType", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { - "@id": "http://schema.org/priceType", + "@id": "http://schema.org/emissionsCO2", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/UnitPriceSpecification" + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Number" }, - "rdfs:comment": "A short text or acronym indicating multiple price specifications for the same offer, e.g. SRP for the suggested retail price or INVOICE for the invoice price, mostly used in the car industry.", - "rdfs:label": "priceType" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The CO2 emissions in g/km. When used in combination with a QuantitativeValue, put \"g/km\" into the unitText property of that value, since there is no UN/CEFACT Common Code for \"g/km\".", + "rdfs:label": "emissionsCO2" }, { - "@id": "http://schema.org/distribution", + "@id": "http://schema.org/floorLimit", "@type": "rdf:Property", + "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Dataset" + "@id": "http://schema.org/PaymentCard" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DataDownload" + "@id": "http://schema.org/MonetaryAmount" }, - "rdfs:comment": "A downloadable form of this dataset, at a specific location, in a specific format.", - "rdfs:label": "distribution" + "http://schema.org/source": [ + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + } + ], + "rdfs:comment": "A floor limit is the amount of money above which credit card transactions must be authorized.", + "rdfs:label": "floorLimit" }, { - "@id": "http://schema.org/isAccessibleForFree", + "@id": "http://schema.org/experienceRequirements", "@type": "rdf:Property", + "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/PublicationEvent" - }, - { - "@id": "http://schema.org/Place" - }, - { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/JobPosting" }, { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/Occupation" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Boolean" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "A flag to signal that the item, event, or place is accessible for free.", - "rdfs:label": "isAccessibleForFree" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + }, + "rdfs:comment": "Description of skills and experience needed for the position or Occupation.", + "rdfs:label": "experienceRequirements" }, { - "@id": "http://schema.org/geoCoveredBy", + "@id": "http://schema.org/weightTotal", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Vehicle" + }, + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The permitted total weight of the loaded vehicle, including passengers and cargo and the weight of the empty vehicle.

\n\nTypical unit code(s): KGM for kilogram, LBR for pound

\n\n\n", + "rdfs:label": "weightTotal" + }, + { + "@id": "http://schema.org/amountOfThisGood", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/TypeAndQuantityNode" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Number" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The quantity of the goods included in the offer.", + "rdfs:label": "amountOfThisGood" + }, + { + "@id": "http://schema.org/isBasedOnUrl", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/GeospatialGeometry" + "@id": "http://schema.org/CreativeWork" }, { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Product" + }, + { + "@id": "http://schema.org/URL" } ], + "http://schema.org/supersededBy": { + "@id": "http://schema.org/isBasedOn" + }, + "rdfs:comment": "A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.", + "rdfs:label": "isBasedOnUrl" + }, + { + "@id": "http://schema.org/HVACBusiness", + "@type": "rdfs:Class", + "rdfs:comment": "A business that provide Heating, Ventilation and Air Conditioning services.", + "rdfs:label": "HVACBusiness", + "rdfs:subClassOf": { + "@id": "http://schema.org/HomeAndConstructionBusiness" + } + }, + { + "@id": "http://schema.org/SearchAction", + "@type": "rdfs:Class", + "rdfs:comment": "The act of searching for an object.

\n\nRelated actions:

\n\n\n", + "rdfs:label": "SearchAction", + "rdfs:subClassOf": { + "@id": "http://schema.org/Action" + } + }, + { + "@id": "http://schema.org/ProductModel", + "@type": "rdfs:Class", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" + }, + "rdfs:comment": "A datasheet or vendor specification of a product (in the sense of a prototypical description).", + "rdfs:label": "ProductModel", + "rdfs:subClassOf": { + "@id": "http://schema.org/Product" + } + }, + { + "@id": "http://schema.org/TaxiStand", + "@type": "rdfs:Class", + "rdfs:comment": "A taxi stand.", + "rdfs:label": "TaxiStand", + "rdfs:subClassOf": { + "@id": "http://schema.org/CivicStructure" + } + }, + { + "@id": "http://schema.org/worstRating", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Rating" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/GeospatialGeometry" + "@id": "http://schema.org/Number" } ], - "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in DE-9IM.", - "rdfs:label": "geoCoveredBy" - }, - { - "@id": "http://schema.org/BusinessAudience", - "@type": "rdfs:Class", - "rdfs:comment": "A set of characteristics belonging to businesses, e.g. who compose an item's target audience.", - "rdfs:label": "BusinessAudience", - "rdfs:subClassOf": { - "@id": "http://schema.org/Audience" - } + "rdfs:comment": "The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed.", + "rdfs:label": "worstRating" }, { - "@id": "http://schema.org/LodgingBusiness", - "@type": "rdfs:Class", - "rdfs:comment": "A lodging business, such as a motel, hotel, or inn.", - "rdfs:label": "LodgingBusiness", - "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" - } + "@id": "http://schema.org/departureGate", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Flight" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Identifier of the flight's departure gate.", + "rdfs:label": "departureGate" }, { - "@id": "http://schema.org/sender", + "@id": "http://schema.org/isRelatedTo", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Message" + "@id": "http://schema.org/Service" }, { - "@id": "http://schema.org/ReceiveAction" + "@id": "http://schema.org/Product" } ], "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Audience" - }, - { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Service" }, { - "@id": "http://schema.org/Organization" + "@id": "http://schema.org/Product" } ], - "rdfs:comment": "A sub property of participant. The participant who is at the sending end of the action.", - "rdfs:label": "sender", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/participant" - } + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "A pointer to another, somehow related product (or multiple products).", + "rdfs:label": "isRelatedTo" }, { - "@id": "http://schema.org/Airport", - "@type": "rdfs:Class", - "rdfs:comment": "An airport.", - "rdfs:label": "Airport", - "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" - } + "@id": "http://schema.org/thumbnailUrl", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CreativeWork" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/URL" + }, + "rdfs:comment": "A thumbnail image relevant to the Thing.", + "rdfs:label": "thumbnailUrl" }, { - "@id": "http://schema.org/SinglePlayer", - "@type": "http://schema.org/GamePlayMode", - "rdfs:comment": "Play mode: SinglePlayer. Which is played by a lone player.", - "rdfs:label": "SinglePlayer" + "@id": "http://schema.org/saturatedFatContent", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/NutritionInformation" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Mass" + }, + "rdfs:comment": "The number of grams of saturated fat.", + "rdfs:label": "saturatedFatContent" }, { - "@id": "http://schema.org/seasonNumber", + "@id": "http://schema.org/availableChannel", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWorkSeason" + "@id": "http://schema.org/Service" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/Integer" - } - ], - "rdfs:comment": "Position of the season within an ordered group of seasons.", - "rdfs:label": "seasonNumber", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/position" - } + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/ServiceChannel" + }, + "rdfs:comment": "A means of accessing the service (e.g. a phone bank, a web site, a location, etc.).", + "rdfs:label": "availableChannel" }, { - "@id": "http://schema.org/xpath", + "@id": "http://schema.org/hasMenuItem", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1389" - }, - "http://schema.org/category": "issue-1389", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/WebPageElement" + "@id": "http://schema.org/MenuSection" }, { - "@id": "http://schema.org/SpeakableSpecification" + "@id": "http://schema.org/Menu" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/XPathType" + "@id": "http://schema.org/MenuItem" }, - "rdfs:comment": "An XPath, e.g. of a SpeakableSpecification or WebPageElement. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\".", - "rdfs:label": "xpath" + "rdfs:comment": "A food or drink item contained in a menu or menu section.", + "rdfs:label": "hasMenuItem" }, { - "@id": "http://schema.org/orderItemNumber", + "@id": "http://schema.org/countriesSupported", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/OrderItem" + "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The identifier of the order item.", - "rdfs:label": "orderItemNumber" - }, - { - "@id": "http://schema.org/EventStatusType", - "@type": "rdfs:Class", - "rdfs:comment": "EventStatusType is an enumeration type whose instances represent several states that an Event may be in.", - "rdfs:label": "EventStatusType", - "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" - } - }, - { - "@id": "http://schema.org/Ticket", - "@type": "rdfs:Class", - "rdfs:comment": "Used to describe a ticket to an event, a flight, a bus ride, etc.", - "rdfs:label": "Ticket", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } - }, - { - "@id": "http://schema.org/CreativeWorkSeason", - "@type": "rdfs:Class", - "rdfs:comment": "A media season e.g. tv, radio, video game etc.", - "rdfs:label": "CreativeWorkSeason", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWork" - } + "rdfs:comment": "Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.", + "rdfs:label": "countriesSupported" }, { - "@id": "http://schema.org/Reservation", - "@type": "rdfs:Class", - "rdfs:comment": "Describes a reservation for travel, dining or an event. Some reservations require tickets.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer.", - "rdfs:label": "Reservation", - "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" - } + "@id": "http://schema.org/broadcastAffiliateOf", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/BroadcastService" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Organization" + }, + "rdfs:comment": "The media network(s) whose content is broadcast on this station.", + "rdfs:label": "broadcastAffiliateOf" }, { - "@id": "http://schema.org/ItemListUnordered", - "@type": "http://schema.org/ItemListOrderType", - "rdfs:comment": "An ItemList ordered with no explicit order.", - "rdfs:label": "ItemListUnordered" + "@id": "http://schema.org/CDFormat", + "@type": "http://schema.org/MusicReleaseFormatType", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + }, + "rdfs:comment": "CDFormat.", + "rdfs:label": "CDFormat" }, { - "@id": "http://schema.org/clipNumber", + "@id": "http://schema.org/foodEstablishment", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Clip" + "@id": "http://schema.org/CookAction" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/FoodEstablishment" }, { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/Place" } ], - "rdfs:comment": "Position of the clip within an ordered group of clips.", - "rdfs:label": "clipNumber", + "rdfs:comment": "A sub property of location. The specific food establishment where the action occurred.", + "rdfs:label": "foodEstablishment", "rdfs:subPropertyOf": { - "@id": "http://schema.org/position" + "@id": "http://schema.org/location" } }, { - "@id": "http://schema.org/processingTime", + "@id": "http://schema.org/MedicalRiskCalculator", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "A complex mathematical calculation requiring an online calculator, used to assess prognosis. Note: use the url property of Thing to record any URLs for online calculators.", + "rdfs:label": "MedicalRiskCalculator", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalRiskEstimator" + } + }, + { + "@id": "http://schema.org/TrainTrip", + "@type": "rdfs:Class", + "rdfs:comment": "A trip on a commercial train line.", + "rdfs:label": "TrainTrip", + "rdfs:subClassOf": { + "@id": "http://schema.org/Trip" + } + }, + { + "@id": "http://schema.org/expires", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/ServiceChannel" + "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Duration" + "@id": "http://schema.org/Date" }, - "rdfs:comment": "Estimated processing time for the service using this channel.", - "rdfs:label": "processingTime" + "rdfs:comment": "Date the content expires and is no longer useful or available. For example a VideoObject or NewsArticle whose availability or relevance is time-limited, or a ClaimReview fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.", + "rdfs:label": "expires" }, { - "@id": "http://schema.org/FindAction", + "@id": "http://schema.org/BrokerageAccount", "@type": "rdfs:Class", - "rdfs:comment": "The act of finding an object.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "FindAction", + "http://schema.org/category": "issue-1253", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1253" + }, + { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" + } + ], + "rdfs:comment": "An account that allows an investor to deposit funds and place investment orders with a licensed broker or brokerage firm.", + "rdfs:label": "BrokerageAccount", "rdfs:subClassOf": { - "@id": "http://schema.org/Action" + "@id": "http://schema.org/InvestmentOrDeposit" } }, { - "@id": "http://schema.org/percentile75", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://github.com/schemaorg/schemaorg/issues/1698" + "@id": "http://schema.org/Diagnostic", + "@type": "http://schema.org/MedicalDevicePurpose", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/category": "issue-1698", + "rdfs:comment": "A medical device used for diagnostic purposes.", + "rdfs:label": "Diagnostic" + }, + { + "@id": "http://schema.org/broadcastSubChannel", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2111", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/QuantitativeValueDistribution" + "@id": "http://schema.org/BroadcastFrequencySpecification" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Number" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The 75th percentile value.", - "rdfs:label": "percentile75" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2111" + }, + "rdfs:comment": "The subchannel used for the broadcast.", + "rdfs:label": "broadcastSubChannel" }, { - "@id": "http://schema.org/RecyclingCenter", + "@id": "http://schema.org/Landform", "@type": "rdfs:Class", - "rdfs:comment": "A recycling center.", - "rdfs:label": "RecyclingCenter", + "rdfs:comment": "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins.", + "rdfs:label": "Landform", "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" + "@id": "http://schema.org/Place" } }, { - "@id": "http://schema.org/coach", + "@id": "http://schema.org/seatNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SportsTeam" + "@id": "http://schema.org/Seat" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "A person that acts in a coaching role for a sports team.", - "rdfs:label": "coach" + "rdfs:comment": "The location of the reserved seat (e.g., 27).", + "rdfs:label": "seatNumber" }, { - "@id": "http://schema.org/Hospital", - "@type": "rdfs:Class", - "rdfs:comment": "A hospital.", - "rdfs:label": "Hospital", - "rdfs:subClassOf": [ - { - "@id": "http://schema.org/MedicalOrganization" - }, + "@id": "http://schema.org/StagesHealthAspect", + "@type": "http://schema.org/HealthAspectEnumeration", + "http://schema.org/category": "issue-2374", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2374" + }, + "rdfs:comment": "Stages that can be observed from a topic.", + "rdfs:label": "StagesHealthAspect" + }, + { + "@id": "http://schema.org/endorsers", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Diet" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/Person" }, { - "@id": "http://schema.org/EmergencyService" + "@id": "http://schema.org/Organization" } - ] + ], + "rdfs:comment": "People or organizations that endorse the plan.", + "rdfs:label": "endorsers" }, { - "@id": "http://schema.org/Festival", - "@type": "rdfs:Class", - "rdfs:comment": "Event type: Festival.", - "rdfs:label": "Festival", - "rdfs:subClassOf": { - "@id": "http://schema.org/Event" - } + "@id": "http://schema.org/Discontinued", + "@type": "http://schema.org/ItemAvailability", + "rdfs:comment": "Indicates that the item has been discontinued.", + "rdfs:label": "Discontinued" }, { - "@id": "http://schema.org/LockerDelivery", - "@type": "rdfs:Class", - "rdfs:comment": "A DeliveryMethod in which an item is made available via locker.", - "rdfs:label": "LockerDelivery", - "rdfs:subClassOf": { - "@id": "http://schema.org/DeliveryMethod" - } + "@id": "http://schema.org/followup", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalProcedure" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "Typical or recommended followup care after the procedure is performed.", + "rdfs:label": "followup" }, { - "@id": "http://schema.org/areaServed", + "@id": "http://schema.org/inCodeSet", "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Organization" - }, - { - "@id": "http://schema.org/Demand" - }, - { - "@id": "http://schema.org/ContactPoint" - }, - { - "@id": "http://schema.org/Service" - }, - { - "@id": "http://schema.org/Offer" - }, - { - "@id": "http://schema.org/DeliveryChargeSpecification" - } - ], + "http://schema.org/category": "issue-894", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/CategoryCode" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/AdministrativeArea" - }, - { - "@id": "http://schema.org/GeoShape" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/CategoryCodeSet" } ], - "rdfs:comment": "The geographic area where a service or offered item is provided.", - "rdfs:label": "areaServed" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/894" + }, + "rdfs:comment": "A CategoryCodeSet that contains this category code.", + "rdfs:label": "inCodeSet", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/inDefinedTermSet" + } }, { - "@id": "http://schema.org/yield", + "@id": "http://schema.org/albums", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/HowTo" + "@id": "http://schema.org/MusicGroup" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MusicAlbum" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/album" + }, + "rdfs:comment": "A collection of music albums.", + "rdfs:label": "albums" + }, + { + "@id": "http://schema.org/Episode", + "@type": "rdfs:Class", + "rdfs:comment": "A media episode (e.g. TV, radio, video game) which can be part of a series or season.", + "rdfs:label": "Episode", + "rdfs:subClassOf": { + "@id": "http://schema.org/CreativeWork" + } + }, + { + "@id": "http://schema.org/legislationJurisdiction", + "@type": "rdf:Property", + "http://schema.org/category": "issue-1156", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Legislation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/AdministrativeArea" }, { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Text" } ], - "rdfs:comment": "The quantity that results by performing instructions. For example, a paper airplane, 10 personalized candles.", - "rdfs:label": "yield" - }, - { - "@id": "http://schema.org/paymentDueDate", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ + "http://schema.org/source": [ { - "@id": "http://schema.org/Order" + "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { - "@id": "http://schema.org/Invoice" + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], - "http://schema.org/rangeIncludes": [ + "http://www.w3.org/2002/07/owl#equivalentProperty": { + "@id": "http://data.europa.eu/eli/ontology#jurisdiction" + }, + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#jurisdiction" + }, + "rdfs:comment": "The jurisdiction from which the legislation originates.", + "rdfs:label": "legislationJurisdiction", + "rdfs:subPropertyOf": [ { - "@id": "http://schema.org/Date" + "@id": "http://schema.org/spatialCoverage" }, { - "@id": "http://schema.org/DateTime" + "@id": "http://schema.org/jurisdiction" } - ], - "rdfs:comment": "The date that payment is due.", - "rdfs:label": "paymentDueDate" + ] }, { - "@id": "http://schema.org/BookmarkAction", + "@id": "http://schema.org/SoftwareSourceCode", "@type": "rdfs:Class", - "rdfs:comment": "An agent bookmarks/flags/labels/tags/marks an object.", - "rdfs:label": "BookmarkAction", + "rdfs:comment": "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.", + "rdfs:label": "SoftwareSourceCode", "rdfs:subClassOf": { - "@id": "http://schema.org/OrganizeAction" + "@id": "http://schema.org/CreativeWork" } }, { - "@id": "http://schema.org/fileSize", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Suspended", + "@type": "http://schema.org/MedicalStudyStatus", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed.", - "rdfs:label": "fileSize" - }, - { - "@id": "http://schema.org/RadioSeason", - "@type": "rdfs:Class", - "rdfs:comment": "Season dedicated to radio broadcast and associated online delivery.", - "rdfs:label": "RadioSeason", - "rdfs:subClassOf": { - "@id": "http://schema.org/CreativeWorkSeason" - } + "rdfs:comment": "Suspended.", + "rdfs:label": "Suspended" }, { - "@id": "http://schema.org/containedIn", + "@id": "http://schema.org/broadcaster", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Place" + "@id": "http://schema.org/BroadcastService" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Place" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/containedInPlace" - }, - "rdfs:comment": "The basic containment relation between a place and one that contains it.", - "rdfs:label": "containedIn" - }, - { - "@id": "http://schema.org/MixtapeAlbum", - "@type": "http://schema.org/MusicAlbumProductionType", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" + "@id": "http://schema.org/Organization" }, - "rdfs:comment": "MixtapeAlbum.", - "rdfs:label": "MixtapeAlbum" + "rdfs:comment": "The organization owning or operating the broadcast service.", + "rdfs:label": "broadcaster" }, { - "@id": "http://schema.org/dateline", + "@id": "http://schema.org/expertConsiderations", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/NewsArticle" + "@id": "http://schema.org/Diet" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "A dateline is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided.

\n\nStructured representations of dateline-related information can also be expressed more explicitly using locationCreated (which represents where a work was created e.g. where a news report was written). For location depicted or described in the content, use contentLocation.

\n\nDateline summaries are oriented more towards human readers than towards automated processing, and can vary substantially. Some examples: \"BEIRUT, Lebanon, June 2.\", \"Paris, France\", \"December 19, 2017 11:43AM Reporting from Washington\", \"Beijing/Moscow\", \"QUEZON CITY, Philippines\".", - "rdfs:label": "dateline" + "rdfs:comment": "Medical expert advice related to the plan.", + "rdfs:label": "expertConsiderations" }, { - "@id": "http://schema.org/sampleType", + "@id": "http://schema.org/firstPerformance", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareSourceCode" + "@id": "http://schema.org/MusicComposition" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/codeSampleType" + "@id": "http://schema.org/Event" }, - "rdfs:comment": "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.", - "rdfs:label": "sampleType" - }, - { - "@id": "http://schema.org/hasMenuSection", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": [ - { - "@id": "http://schema.org/Menu" - }, - { - "@id": "http://schema.org/MenuSection" - } - ], - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MenuSection" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, - "rdfs:comment": "A subgrouping of the menu (by dishes, course, serving time period, etc.).", - "rdfs:label": "hasMenuSection" - }, - { - "@id": "http://schema.org/UpdateAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of managing by changing/editing the state of the object.", - "rdfs:label": "UpdateAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/Action" - } + "rdfs:comment": "The date and place the work was first performed.", + "rdfs:label": "firstPerformance" }, { - "@id": "http://schema.org/AggregateRating", - "@type": "rdfs:Class", - "rdfs:comment": "The average rating based on multiple ratings or reviews.", - "rdfs:label": "AggregateRating", - "rdfs:subClassOf": { - "@id": "http://schema.org/Rating" - } + "@id": "http://schema.org/OutOfStock", + "@type": "http://schema.org/ItemAvailability", + "rdfs:comment": "Indicates that the item is out of stock.", + "rdfs:label": "OutOfStock" }, { - "@id": "http://schema.org/relatedTo", + "@id": "http://schema.org/serviceSmsNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/ServiceChannel" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/ContactPoint" }, - "rdfs:comment": "The most generic familial relation.", - "rdfs:label": "relatedTo" + "rdfs:comment": "The number to access the service by text message.", + "rdfs:label": "serviceSmsNumber" }, { - "@id": "http://schema.org/competitor", + "@id": "http://schema.org/transcript", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SportsEvent" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/VideoObject" }, { - "@id": "http://schema.org/SportsTeam" + "@id": "http://schema.org/AudioObject" } ], - "rdfs:comment": "A competitor in a sports event.", - "rdfs:label": "competitor" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "If this MediaObject is an AudioObject or VideoObject, the transcript of that object.", + "rdfs:label": "transcript" }, { - "@id": "http://schema.org/runtime", + "@id": "http://schema.org/contactType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareSourceCode" + "@id": "http://schema.org/ContactPoint" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/runtimePlatform" - }, - "rdfs:comment": "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).", - "rdfs:label": "runtime" + "rdfs:comment": "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.", + "rdfs:label": "contactType" }, { - "@id": "http://schema.org/line", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/GeoShape" + "@id": "http://schema.org/PartiallyInForce", + "@type": "http://schema.org/LegalForceStatus", + "http://schema.org/category": "issue-1156", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "http://schema.org/source": [ + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" + }, + { + "@id": "http://publications.europa.eu/mdr/eli/index.html" + } + ], + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#InForce-partiallyInForce" }, - "rdfs:comment": "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.", - "rdfs:label": "line" + "rdfs:comment": "Indicates that parts of the legislation are in force, and parts are not.", + "rdfs:label": "PartiallyInForce" }, { - "@id": "http://schema.org/ReplyAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of responding to a question/message asked/sent by the object. Related to AskAction

\n\nRelated actions:

\n\n\n", - "rdfs:label": "ReplyAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/CommunicateAction" - } + "@id": "http://schema.org/PaymentDeclined", + "@type": "http://schema.org/PaymentStatusType", + "rdfs:comment": "The payee received the payment, but it was declined for some reason.", + "rdfs:label": "PaymentDeclined" }, { - "@id": "http://schema.org/EmailMessage", + "@id": "http://schema.org/BeautySalon", "@type": "rdfs:Class", - "rdfs:comment": "An email message.", - "rdfs:label": "EmailMessage", + "rdfs:comment": "Beauty salon.", + "rdfs:label": "BeautySalon", "rdfs:subClassOf": { - "@id": "http://schema.org/Message" + "@id": "http://schema.org/HealthAndBeautyBusiness" } }, { - "@id": "http://schema.org/follows", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" - }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" - }, - "rdfs:comment": "The most generic uni-directional social relation.", - "rdfs:label": "follows" - }, - { - "@id": "http://schema.org/Paperback", - "@type": "http://schema.org/BookFormatType", - "rdfs:comment": "Book format: Paperback.", - "rdfs:label": "Paperback" - }, - { - "@id": "http://schema.org/industry", + "@id": "http://schema.org/productID", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/JobPosting" + "@id": "http://schema.org/Product" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, - "rdfs:comment": "The industry associated with the job position.", - "rdfs:label": "industry" + "rdfs:comment": "The product identifier, such as ISBN. For example: meta itemprop=\"productID\" content=\"isbn:123-456-789\".", + "rdfs:label": "productID", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/identifier" + } }, { - "@id": "http://schema.org/BusStation", + "@id": "http://schema.org/TrainReservation", "@type": "rdfs:Class", - "rdfs:comment": "A bus station.", - "rdfs:label": "BusStation", + "rdfs:comment": "A reservation for train travel.

\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.", + "rdfs:label": "TrainReservation", "rdfs:subClassOf": { - "@id": "http://schema.org/CivicStructure" + "@id": "http://schema.org/Reservation" } }, { - "@id": "http://schema.org/borrower", + "@id": "http://schema.org/passengerPriorityStatus", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/LendAction" + "@id": "http://schema.org/FlightReservation" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/QualitativeValue" + } + ], + "rdfs:comment": "The priority status assigned to a passenger for security or boarding (e.g. FastTrack or Priority).", + "rdfs:label": "passengerPriorityStatus" + }, + { + "@id": "http://schema.org/Saturday", + "@type": "http://schema.org/DayOfWeek", + "http://schema.org/sameAs": { + "@id": "http://www.wikidata.org/entity/Q131" }, - "rdfs:comment": "A sub property of participant. The person that borrows the object being lent.", - "rdfs:label": "borrower", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/participant" - } + "rdfs:comment": "The day of the week between Friday and Sunday.", + "rdfs:label": "Saturday" }, { - "@id": "http://schema.org/ingredients", + "@id": "http://schema.org/transFatContent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Recipe" + "@id": "http://schema.org/NutritionInformation" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" - }, - "http://schema.org/supersededBy": { - "@id": "http://schema.org/recipeIngredient" + "@id": "http://schema.org/Mass" }, - "rdfs:comment": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.", - "rdfs:label": "ingredients", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/supply" - } + "rdfs:comment": "The number of grams of trans fat.", + "rdfs:label": "transFatContent" }, { - "@id": "http://schema.org/dayOfWeek", + "@id": "http://schema.org/isPlanForApartment", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, + "http://schema.org/category": "issue-2373", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/OpeningHoursSpecification" + "@id": "http://schema.org/FloorPlan" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/DayOfWeek" + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, - "rdfs:comment": "The day of the week for which these opening hours are valid.", - "rdfs:label": "dayOfWeek" - }, - { - "@id": "http://schema.org/driveWheelConfiguration", - "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Accommodation" }, - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Vehicle" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/DriveWheelConfigurationValue" - } - ], - "rdfs:comment": "The drive wheel configuration, i.e. which roadwheels will receive torque from the vehicle's engine via the drivetrain.", - "rdfs:label": "driveWheelConfiguration" + "rdfs:comment": "Indicates some accommodation that this floor plan describes.", + "rdfs:label": "isPlanForApartment" }, { - "@id": "http://schema.org/BowlingAlley", + "@id": "http://schema.org/MusicVenue", "@type": "rdfs:Class", - "rdfs:comment": "A bowling alley.", - "rdfs:label": "BowlingAlley", + "rdfs:comment": "A music venue.", + "rdfs:label": "MusicVenue", "rdfs:subClassOf": { - "@id": "http://schema.org/SportsActivityLocation" + "@id": "http://schema.org/CivicStructure" } }, { - "@id": "http://schema.org/eligibleRegion", + "@id": "http://schema.org/comment", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": [ + "http://schema.org/domainIncludes": [ { - "@id": "https://github.com/schemaorg/schemaorg/issues/1741" + "@id": "http://schema.org/CreativeWork" }, { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "@id": "http://schema.org/RsvpAction" } ], - "http://schema.org/category": "issue-1741", + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Comment" + }, + "rdfs:comment": "Comments, typically from users.", + "rdfs:label": "comment" + }, + { + "@id": "http://schema.org/occupationalCredentialAwarded", + "@type": "rdf:Property", + "http://schema.org/category": "issue-2289", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/EducationalOccupationalProgram" }, { - "@id": "http://schema.org/ActionAccessSpecification" + "@id": "http://schema.org/Course" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" }, { - "@id": "http://schema.org/DeliveryChargeSpecification" + "@id": "http://schema.org/URL" }, { - "@id": "http://schema.org/Demand" + "@id": "http://schema.org/EducationalOccupationalCredential" } ], - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Place" - }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2289" + }, + "rdfs:comment": "A description of the qualification, award, certificate, diploma or other occupational credential awarded as a consequence of successful completion of this course or program.", + "rdfs:label": "occupationalCredentialAwarded" + }, + { + "@id": "http://schema.org/OceanBodyOfWater", + "@type": "rdfs:Class", + "rdfs:comment": "An ocean (for example, the Pacific).", + "rdfs:label": "OceanBodyOfWater", + "rdfs:subClassOf": { + "@id": "http://schema.org/BodyOfWater" + } + }, + { + "@id": "http://schema.org/employee", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Organization" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Person" + }, + "rdfs:comment": "Someone working for this organization.", + "rdfs:label": "employee" + }, + { + "@id": "http://schema.org/TelevisionChannel", + "@type": "rdfs:Class", + "rdfs:comment": "A unique instance of a television BroadcastService on a CableOrSatelliteService lineup.", + "rdfs:label": "TelevisionChannel", + "rdfs:subClassOf": { + "@id": "http://schema.org/BroadcastChannel" + } + }, + { + "@id": "http://schema.org/warrantyPromise", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/BuyAction" }, { - "@id": "http://schema.org/GeoShape" + "@id": "http://schema.org/SellAction" } ], - "rdfs:comment": "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.

\n\nSee also ineligibleRegion.", - "rdfs:label": "eligibleRegion", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/areaServed" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/WarrantyPromise" + }, + "http://schema.org/supersededBy": { + "@id": "http://schema.org/warranty" + }, + "rdfs:comment": "The warranty promise(s) included in the offer.", + "rdfs:label": "warrantyPromise" + }, + { + "@id": "http://schema.org/MedicalTest", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Any medical test, typically performed for diagnostic purposes.", + "rdfs:label": "MedicalTest", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEntity" } }, { - "@id": "http://schema.org/ItemListOrderAscending", - "@type": "http://schema.org/ItemListOrderType", - "rdfs:comment": "An ItemList ordered with lower values listed first.", - "rdfs:label": "ItemListOrderAscending" + "@id": "http://schema.org/dateReceived", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Message" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/DateTime" + }, + "rdfs:comment": "The date/time the message was received if a single recipient exists.", + "rdfs:label": "dateReceived" }, { - "@id": "http://schema.org/ImageGallery", + "@id": "http://schema.org/PostalAddress", "@type": "rdfs:Class", - "rdfs:comment": "Web page type: Image gallery page.", - "rdfs:label": "ImageGallery", + "rdfs:comment": "The mailing address.", + "rdfs:label": "PostalAddress", "rdfs:subClassOf": { - "@id": "http://schema.org/CollectionPage" + "@id": "http://schema.org/ContactPoint" } }, { - "@id": "http://schema.org/downvoteCount", + "@id": "http://schema.org/previousItem", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/ListItem" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/ListItem" + }, + "rdfs:comment": "A link to the ListItem that preceeds the current one.", + "rdfs:label": "previousItem" + }, + { + "@id": "http://schema.org/totalTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Question" + "@id": "http://schema.org/HowToDirection" }, { - "@id": "http://schema.org/Comment" + "@id": "http://schema.org/HowTo" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Integer" + "@id": "http://schema.org/Duration" }, - "rdfs:comment": "The number of downvotes this question, answer or comment has received from the community.", - "rdfs:label": "downvoteCount" + "rdfs:comment": "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format.", + "rdfs:label": "totalTime" }, { - "@id": "http://schema.org/valueRequired", + "@id": "http://schema.org/Radiography", + "@type": [ + "http://schema.org/MedicalSpecialty", + "http://schema.org/MedicalImagingTechnique" + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "Radiography is an imaging technique that uses electromagnetic radiation other than visible light, especially X-rays, to view the internal structure of a non-uniformly composed and opaque object such as the human body.", + "rdfs:label": "Radiography" + }, + { + "@id": "http://schema.org/bodyType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/PropertyValueSpecification" + "@id": "http://schema.org/Vehicle" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Boolean" + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" }, - "rdfs:comment": "Whether the property must be filled in to complete the action. Default is false.", - "rdfs:label": "valueRequired" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/Text" + }, + { + "@id": "http://schema.org/QualitativeValue" + }, + { + "@id": "http://schema.org/URL" + } + ], + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "Indicates the design and body style of the vehicle (e.g. station wagon, hatchback, etc.).", + "rdfs:label": "bodyType" }, { - "@id": "http://schema.org/candidate", + "@id": "http://schema.org/SpreadsheetDigitalDocument", + "@type": "rdfs:Class", + "rdfs:comment": "A spreadsheet file.", + "rdfs:label": "SpreadsheetDigitalDocument", + "rdfs:subClassOf": { + "@id": "http://schema.org/DigitalDocument" + } + }, + { + "@id": "http://schema.org/parent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/VoteAction" + "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, - "rdfs:comment": "A sub property of object. The candidate subject of this action.", - "rdfs:label": "candidate", - "rdfs:subPropertyOf": { - "@id": "http://schema.org/object" - } + "rdfs:comment": "A parent of this person.", + "rdfs:label": "parent" }, { - "@id": "http://schema.org/Offer", + "@id": "http://schema.org/Motorcycle", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" }, - "rdfs:comment": "An offer to transfer some rights to an item or to provide a service — for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.

\n\nFor GTIN-related fields, see Check Digit calculator and validation guide from GS1.", - "rdfs:label": "Offer", + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "A motorcycle or motorbike is a single-track, two-wheeled motor vehicle.", + "rdfs:label": "Motorcycle", "rdfs:subClassOf": { - "@id": "http://schema.org/Intangible" + "@id": "http://schema.org/Vehicle" } }, { - "@id": "http://schema.org/DataDownload", + "@id": "http://schema.org/PhysicalActivityCategory", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass" - }, - "http://www.w3.org/2002/07/owl#equivalentClass": { - "@id": "http://www.w3.org/ns/dcat#Distribution" + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "A dataset in downloadable form.", - "rdfs:label": "DataDownload", + "rdfs:comment": "Categories of physical activity, organized by physiologic classification.", + "rdfs:label": "PhysicalActivityCategory", "rdfs:subClassOf": { - "@id": "http://schema.org/MediaObject" + "@id": "http://schema.org/Enumeration" } }, { - "@id": "http://schema.org/Product", + "@id": "http://schema.org/BusinessAudience", "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, - "rdfs:comment": "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.", - "rdfs:label": "Product", + "rdfs:comment": "A set of characteristics belonging to businesses, e.g. who compose an item's target audience.", + "rdfs:label": "BusinessAudience", "rdfs:subClassOf": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/Audience" } }, { - "@id": "http://schema.org/accessCode", + "@id": "http://schema.org/nonEqual", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/DeliveryEvent" + "@id": "http://schema.org/QualitativeValue" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/QualitativeValue" }, - "rdfs:comment": "Password, PIN, or access code needed for delivery (e.g. from a locker).", - "rdfs:label": "accessCode" - }, - { - "@id": "http://schema.org/CampingPitch", - "@type": "rdfs:Class", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, - "rdfs:comment": "A CampingPitch is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or Campground.

\n\nIn British English a campsite, or campground, is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites.\n(Source: Wikipedia see https://en.wikipedia.org/wiki/Campsite).

\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", - "rdfs:label": "CampingPitch", - "rdfs:subClassOf": { - "@id": "http://schema.org/Accommodation" - } + "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is not equal to the object.", + "rdfs:label": "nonEqual" }, { - "@id": "http://schema.org/homeTeam", + "@id": "http://schema.org/targetCollection", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SportsEvent" + "@id": "http://schema.org/UpdateAction" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/SportsTeam" - }, - { - "@id": "http://schema.org/Person" - } - ], - "rdfs:comment": "The home team in a sports event.", - "rdfs:label": "homeTeam", + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Thing" + }, + "rdfs:comment": "A sub property of object. The collection target of the action.", + "rdfs:label": "targetCollection", "rdfs:subPropertyOf": { - "@id": "http://schema.org/competitor" - } - }, - { - "@id": "http://schema.org/GeoCoordinates", - "@type": "rdfs:Class", - "rdfs:comment": "The geographic coordinates of a place or event.", - "rdfs:label": "GeoCoordinates", - "rdfs:subClassOf": { - "@id": "http://schema.org/StructuredValue" + "@id": "http://schema.org/object" } }, { - "@id": "http://schema.org/performer", + "@id": "http://schema.org/fuelCapacity", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/Vehicle" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Organization" - }, - { - "@id": "http://schema.org/Person" - } - ], - "rdfs:comment": "A performer at the event—for example, a presenter, musician, musical group or actor.", - "rdfs:label": "performer" - }, - { - "@id": "http://schema.org/MiddleSchool", - "@type": "rdfs:Class", - "rdfs:comment": "A middle school (typically for children aged around 11-14, although this varies somewhat).", - "rdfs:label": "MiddleSchool", - "rdfs:subClassOf": { - "@id": "http://schema.org/EducationalOrganization" - } + "http://schema.org/isPartOf": { + "@id": "http://auto.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/QuantitativeValue" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" + }, + "rdfs:comment": "The capacity of the fuel tank or in the case of electric cars, the battery. If there are multiple components for storage, this should indicate the total of all storage of the same type.

\n\nTypical unit code(s): LTR for liters, GLL of US gallons, GLI for UK / imperial gallons, AMH for ampere-hours (for electrical vehicles).", + "rdfs:label": "fuelCapacity" }, { - "@id": "http://schema.org/AutomotiveBusiness", + "@id": "http://schema.org/HealthPlanCostSharingSpecification", "@type": "rdfs:Class", - "rdfs:comment": "Car repair, sales, or parts.", - "rdfs:label": "AutomotiveBusiness", + "http://schema.org/category": "issue-1062", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1062" + }, + "rdfs:comment": "A description of costs to the patient under a given network or formulary.", + "rdfs:label": "HealthPlanCostSharingSpecification", "rdfs:subClassOf": { - "@id": "http://schema.org/LocalBusiness" + "@id": "http://schema.org/Intangible" } }, { - "@id": "http://schema.org/permittedUsage", + "@id": "http://schema.org/supplyTo", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Accommodation" + "@id": "http://schema.org/Artery" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/AnatomicalStructure" }, - "rdfs:comment": "Indications regarding the permitted usage of the accommodation.", - "rdfs:label": "permittedUsage" + "rdfs:comment": "The area to which the artery supplies blood.", + "rdfs:label": "supplyTo" }, { - "@id": "http://schema.org/item", + "@id": "http://schema.org/numberOfEmployees", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/DataFeedItem" + "@id": "http://schema.org/BusinessAudience" }, { - "@id": "http://schema.org/ListItem" + "@id": "http://schema.org/Organization" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Thing" + "@id": "http://schema.org/QuantitativeValue" }, - "rdfs:comment": "An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')’.", - "rdfs:label": "item" - }, - { - "@id": "http://schema.org/LiteraryEvent", - "@type": "rdfs:Class", - "rdfs:comment": "Event type: Literary event.", - "rdfs:label": "LiteraryEvent", - "rdfs:subClassOf": { - "@id": "http://schema.org/Event" - } + "rdfs:comment": "The number of employees in an organization e.g. business.", + "rdfs:label": "numberOfEmployees" }, { - "@id": "http://schema.org/roleName", + "@id": "http://schema.org/naics", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Role" - }, - "http://schema.org/rangeIncludes": [ + "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Person" } ], - "rdfs:comment": "A role played, performed or filled by a person or organization. For example, the team of creators for a comic book might fill the roles named 'inker', 'penciller', and 'letterer'; or an athlete in a SportsTeam might play in the position named 'Quarterback'.", - "rdfs:label": "roleName" + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "The North American Industry Classification System (NAICS) code for a particular organization or business person.", + "rdfs:label": "naics" }, { - "@id": "http://schema.org/discountCode", + "@id": "http://schema.org/handlingTime", "@type": "rdf:Property", + "http://schema.org/category": "issue-2506", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Order" + "@id": "http://schema.org/ShippingDeliveryTime" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/QuantitativeValue" }, - "rdfs:comment": "Code used to redeem a discount.", - "rdfs:label": "discountCode" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2506" + }, + "rdfs:comment": "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup. Typical properties: minValue, maxValue, unitCode (d for DAY). This is by common convention assumed to mean business days (if a unitCode is used, coded as \"d\"), i.e. only counting days when the business normally operates.", + "rdfs:label": "handlingTime" }, { - "@id": "http://schema.org/SocialEvent", - "@type": "rdfs:Class", - "rdfs:comment": "Event type: Social event.", - "rdfs:label": "SocialEvent", - "rdfs:subClassOf": { + "@id": "http://schema.org/superEvent", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" - } + }, + "http://schema.org/inverseOf": { + "@id": "http://schema.org/subEvent" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Event" + }, + "rdfs:comment": "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.", + "rdfs:label": "superEvent" }, { - "@id": "http://schema.org/advanceBookingRequirement", + "@id": "http://schema.org/hasPOS", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" - }, "http://schema.org/domainIncludes": [ { - "@id": "http://schema.org/Demand" + "@id": "http://schema.org/Organization" }, { - "@id": "http://schema.org/Offer" + "@id": "http://schema.org/Person" } ], "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/QuantitativeValue" + "@id": "http://schema.org/Place" }, - "rdfs:comment": "The amount of time that is required between accepting the offer and the actual usage of the resource or service.", - "rdfs:label": "advanceBookingRequirement" + "http://schema.org/source": { + "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" + }, + "rdfs:comment": "Points-of-Sales operated by the organization or person.", + "rdfs:label": "hasPOS" }, { - "@id": "http://schema.org/knows", + "@id": "http://schema.org/DrugCost", + "@type": "rdfs:Class", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "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 type will typically be used to tag wholesale or average retail cost of a drug, or maximum reimbursable cost. Costs of medical drugs vary widely depending on how and where they are paid for, so while this type captures some of the variables, costs should be used with caution by consumers of this schema's markup.", + "rdfs:label": "DrugCost", + "rdfs:subClassOf": { + "@id": "http://schema.org/MedicalEntity" + } + }, + { + "@id": "http://schema.org/representativeOfPage", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/ImageObject" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Person" + "@id": "http://schema.org/Boolean" }, - "rdfs:comment": "The most generic bi-directional social/work relation.", - "rdfs:label": "knows" + "rdfs:comment": "Indicates whether this image is representative of the content of the page.", + "rdfs:label": "representativeOfPage" }, { - "@id": "http://schema.org/contentType", + "@id": "http://schema.org/populationType", "@type": "rdf:Property", + "http://schema.org/category": "issue-2291", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/EntryPoint" + "@id": "http://schema.org/StatisticalPopulation" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/Class" }, - "rdfs:comment": "The supported content type(s) for an EntryPoint response.", - "rdfs:label": "contentType" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2291" + }, + "rdfs:comment": "Indicates the populationType common to all members of a StatisticalPopulation.", + "rdfs:label": "populationType" }, { - "@id": "http://schema.org/EatAction", + "@id": "http://schema.org/procedureType", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/MedicalProcedure" + }, + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/MedicalProcedureType" + }, + "rdfs:comment": "The type of procedure, for example Surgical, Noninvasive, or Percutaneous.", + "rdfs:label": "procedureType" + }, + { + "@id": "http://schema.org/CollegeOrUniversity", "@type": "rdfs:Class", - "rdfs:comment": "The act of swallowing solid objects.", - "rdfs:label": "EatAction", + "rdfs:comment": "A college, university, or other third-level educational institution.", + "rdfs:label": "CollegeOrUniversity", "rdfs:subClassOf": { - "@id": "http://schema.org/ConsumeAction" + "@id": "http://schema.org/EducationalOrganization" } }, { - "@id": "http://schema.org/ReservationHold", - "@type": "http://schema.org/ReservationStatusType", - "rdfs:comment": "The status of a reservation on hold pending an update like credit card number or flight changes.", - "rdfs:label": "ReservationHold" + "@id": "http://schema.org/articleBody", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/Article" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/Text" + }, + "rdfs:comment": "The actual body of the article.", + "rdfs:label": "articleBody" }, { - "@id": "http://schema.org/specialty", + "@id": "http://schema.org/previousStartDate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/WebPage" + "@id": "http://schema.org/Event" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Specialty" + "@id": "http://schema.org/Date" }, - "rdfs:comment": "One of the domain specialities to which this web page's content applies.", - "rdfs:label": "specialty" + "rdfs:comment": "Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated.", + "rdfs:label": "previousStartDate" }, { - "@id": "http://schema.org/TheaterEvent", + "@id": "http://schema.org/MaximumDoseSchedule", "@type": "rdfs:Class", - "rdfs:comment": "Event type: Theater performance.", - "rdfs:label": "TheaterEvent", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" + }, + "rdfs:comment": "The maximum dosing schedule considered safe for a drug or supplement as recommended by an authority or by the drug/supplement's manufacturer. Capture the recommending authority in the recognizingAuthority property of MedicalEntity.", + "rdfs:label": "MaximumDoseSchedule", "rdfs:subClassOf": { - "@id": "http://schema.org/Event" + "@id": "http://schema.org/DoseSchedule" } }, { - "@id": "http://schema.org/TakeAction", - "@type": "rdfs:Class", - "rdfs:comment": "The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.

\n\nRelated actions:

\n\n\n", - "rdfs:label": "TakeAction", - "rdfs:subClassOf": { - "@id": "http://schema.org/TransferAction" - } + "@id": "http://schema.org/AuthoritativeLegalValue", + "@type": "http://schema.org/LegalValueLevel", + "http://schema.org/category": "issue-1156", + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" + }, + "http://schema.org/source": [ + { + "@id": "http://publications.europa.eu/mdr/eli/index.html" + }, + { + "@id": "https://github.com/schemaorg/schemaorg/issues/1156" + } + ], + "http://www.w3.org/2004/02/skos/core#exactMatch": { + "@id": "http://data.europa.eu/eli/ontology#LegalValue-authoritative" + }, + "rdfs:comment": "Indicates that the publisher gives some special status to the publication of the document. (\"The Queens Printer\" version of a UK Act of Parliament, or the PDF version of a Directive published by the EU Office of Publications). Something \"Authoritative\" is considered to be also OfficialLegalValue\".", + "rdfs:label": "AuthoritativeLegalValue" }, { - "@id": "http://schema.org/album", + "@id": "http://schema.org/mediaAuthenticityCategory", "@type": "rdf:Property", + "http://schema.org/category": "issue-2450", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicGroup" + "@id": "http://schema.org/MediaReview" + }, + "http://schema.org/isPartOf": { + "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/MusicAlbum" + "@id": "http://schema.org/MediaManipulationRatingEnumeration" }, - "rdfs:comment": "A music album.", - "rdfs:label": "album" + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/2450" + }, + "rdfs:comment": "Indicates a MediaManipulationRatingEnumeration classification of a media object (in the context of how it was published or shared).", + "rdfs:label": "mediaAuthenticityCategory" }, { - "@id": "http://schema.org/replyToUrl", + "@id": "http://schema.org/programName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/UserComments" + "@id": "http://schema.org/ProgramMembership" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "The URL at which a reply may be posted to the specified UserComment.", - "rdfs:label": "replyToUrl" + "rdfs:comment": "The program providing the membership.", + "rdfs:label": "programName" }, { - "@id": "http://schema.org/worksFor", + "@id": "http://schema.org/availableService", "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/Person" + "http://schema.org/domainIncludes": [ + { + "@id": "http://schema.org/MedicalClinic" + }, + { + "@id": "http://schema.org/Physician" + }, + { + "@id": "http://schema.org/Hospital" + } + ], + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Organization" + "http://schema.org/rangeIncludes": [ + { + "@id": "http://schema.org/MedicalTherapy" + }, + { + "@id": "http://schema.org/MedicalProcedure" + }, + { + "@id": "http://schema.org/MedicalTest" + } + ], + "rdfs:comment": "A medical service available from this provider.", + "rdfs:label": "availableService" + }, + { + "@id": "http://schema.org/AerobicActivity", + "@type": "http://schema.org/PhysicalActivityCategory", + "http://schema.org/isPartOf": { + "@id": "http://health-lifesci.schema.org" }, - "rdfs:comment": "Organizations that the person works for.", - "rdfs:label": "worksFor" + "rdfs:comment": "Physical activity of relatively low intensity that depends primarily on the aerobic energy-generating process; during activity, the aerobic metabolism uses oxygen to adequately meet energy demands during exercise.", + "rdfs:label": "AerobicActivity" }, { - "@id": "http://schema.org/musicalKey", + "@id": "http://schema.org/softwareHelp", "@type": "rdf:Property", - "http://purl.org/dc/terms/source": { - "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" - }, "http://schema.org/domainIncludes": { - "@id": "http://schema.org/MusicComposition" + "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/Text" + "@id": "http://schema.org/CreativeWork" }, - "rdfs:comment": "The key, mode, or scale this composition uses.", - "rdfs:label": "musicalKey" - }, - { - "@id": "http://schema.org/SportsEvent", - "@type": "rdfs:Class", - "rdfs:comment": "Event type: Sports event.", - "rdfs:label": "SportsEvent", - "rdfs:subClassOf": { - "@id": "http://schema.org/Event" - } + "rdfs:comment": "Software application help.", + "rdfs:label": "softwareHelp" }, { - "@id": "http://schema.org/GamePlayMode", - "@type": "rdfs:Class", - "rdfs:comment": "Indicates whether this game is multi-player, co-op or single-player.", - "rdfs:label": "GamePlayMode", - "rdfs:subClassOf": { - "@id": "http://schema.org/Enumeration" + "@id": "http://schema.org/entertainmentBusiness", + "@type": "rdf:Property", + "http://schema.org/domainIncludes": { + "@id": "http://schema.org/PerformAction" + }, + "http://schema.org/rangeIncludes": { + "@id": "http://schema.org/EntertainmentBusiness" + }, + "rdfs:comment": "A sub property of location. The entertainment business where the action occurred.", + "rdfs:label": "entertainmentBusiness", + "rdfs:subPropertyOf": { + "@id": "http://schema.org/location" } }, { - "@id": "http://schema.org/installUrl", + "@id": "http://schema.org/inSupportOf", "@type": "rdf:Property", "http://schema.org/domainIncludes": { - "@id": "http://schema.org/SoftwareApplication" + "@id": "http://schema.org/Thesis" + }, + "http://schema.org/isPartOf": { + "@id": "http://bib.schema.org" }, "http://schema.org/rangeIncludes": { - "@id": "http://schema.org/URL" + "@id": "http://schema.org/Text" }, - "rdfs:comment": "URL at which the app may be installed, if different from the URL of the item.", - "rdfs:label": "installUrl" + "rdfs:comment": "Qualification, candidature, degree, application that Thesis supports.", + "rdfs:label": "inSupportOf" }, { - "@id": "http://schema.org/citation", - "@type": "rdf:Property", - "http://schema.org/domainIncludes": { - "@id": "http://schema.org/CreativeWork" + "@id": "http://schema.org/ClaimReview", + "@type": "rdfs:Class", + "http://schema.org/category": "issue-1061", + "http://schema.org/source": { + "@id": "https://github.com/schemaorg/schemaorg/issues/1061" }, - "http://schema.org/rangeIncludes": [ - { - "@id": "http://schema.org/Text" - }, - { - "@id": "http://schema.org/CreativeWork" - } - ], - "rdfs:comment": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.", - "rdfs:label": "citation" + "rdfs:comment": "A fact-checking review of claims made (or reported) in some creative work (referenced via itemReviewed).", + "rdfs:label": "ClaimReview", + "rdfs:subClassOf": { + "@id": "http://schema.org/Review" + } } ], - "@id": "http://schema.org/#5.0" + "@id": "http://schema.org/#9.0" } \ No newline at end of file diff --git a/rocrate/data/update.sh b/rocrate/data/update.sh index 55cbb58..87e2c7d 100755 --- a/rocrate/data/update.sh +++ b/rocrate/data/update.sh @@ -1,8 +1,10 @@ #!/bin/sh # Update version number from https://schema.org/docs/releases.html -curl -L -f -o schema.jsonld http://schema.org/version/5.0/schema.jsonld -# Apache License 2.0 https://github.com/schemaorg/schemaorg/blob/v5.0-release/LICENSE +curl -L -f -o schema.jsonld https://schema.org/version/9.0/schemaorg-all-http.jsonld +# Apache License 2.0 https://github.com/schemaorg/schemaorg/blob/v9.0-release/LICENSE +# no NOTICE - so just keeping file as-is is sufficient (we are also Apache-2.0) -curl -L -f -o ro-crate.jsonld https://w3id.org/ro/crate/0.3-DRAFT/context +curl -L -f -o ro-crate.jsonld https://w3id.org/ro/crate/1.0/context # CC0 https://creativecommons.org/publicdomain/zero/1.0/ +# so no attribution needed