UNPKG

foam-framework

Version:
1,545 lines 836 kB
var schemas = { "datatypes": { "Boolean": { "ancestors": [ "DataType" ], "comment": "Boolean: True or False.", "comment_plain": "Boolean: True or False.", "id": "Boolean", "instances": [ "False", "True" ], "label": "Boolean", "properties": [], "specific_properties": [], "subtypes": [], "supertypes": [ "DataType" ], "url": "http://schema.org/Boolean" }, "DataType": { "ancestors": [], "comment": "The basic data types such as Integers, Strings, etc.", "comment_plain": "The basic data types such as Integers, Strings, etc.", "id": "DataType", "label": "Data Type", "properties": [], "specific_properties": [], "subtypes": [ "Boolean", "Date", "DateTime", "Number", "Text", "Time" ], "supertypes": [], "url": "http://schema.org/DataType" }, "Date": { "ancestors": [ "DataType" ], "comment": "A date value in <a href=\"http://en.wikipedia.org/wiki/ISO_8601\">ISO 8601 date format</a>.", "comment_plain": "A date value in ISO 8601 date format.", "id": "Date", "label": "Date", "properties": [], "specific_properties": [], "subtypes": [], "supertypes": [ "DataType" ], "url": "http://schema.org/Date" }, "DateTime": { "ancestors": [ "DataType" ], "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).", "comment_plain": "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).", "id": "DateTime", "label": "Date Time", "properties": [], "specific_properties": [], "subtypes": [], "supertypes": [ "DataType" ], "url": "http://schema.org/DateTime" }, "Float": { "ancestors": [ "DataType", "Number" ], "comment": "Data type: Floating number.", "comment_plain": "Data type: Floating number.", "id": "Float", "label": "Float", "properties": [], "specific_properties": [], "subtypes": [], "supertypes": [ "Number" ], "url": "http://schema.org/Float" }, "Integer": { "ancestors": [ "DataType", "Number" ], "comment": "Data type: Integer.", "comment_plain": "Data type: Integer.", "id": "Integer", "label": "Integer", "properties": [], "specific_properties": [], "subtypes": [], "supertypes": [ "Number" ], "url": "http://schema.org/Integer" }, "Number": { "ancestors": [ "DataType" ], "comment": "Data type: Number.", "comment_plain": "Data type: Number.", "id": "Number", "label": "Number", "properties": [], "specific_properties": [], "subtypes": [ "Float", "Integer" ], "supertypes": [ "DataType" ], "url": "http://schema.org/Number" }, "Text": { "ancestors": [ "DataType" ], "comment": "Data type: Text.", "comment_plain": "Data type: Text.", "id": "Text", "label": "Text", "properties": [], "specific_properties": [], "subtypes": [ "URL" ], "supertypes": [ "DataType" ], "url": "http://schema.org/Text" }, "Time": { "ancestors": [ "DataType" ], "comment": "A point in time recurring on multiple days in the form hh:mm:ss[Z|(+|-)hh:mm] (see <a href=\"http://www.w3.org/TR/xmlschema-2/#time\">XML schema for details</a>).", "comment_plain": "A point in time recurring on multiple days in the form hh:mm:ss[Z|(+|-)hh:mm] (see XML schema for details).", "id": "Time", "label": "Time", "properties": [], "specific_properties": [], "subtypes": [], "supertypes": [ "DataType" ], "url": "http://schema.org/Time" }, "URL": { "ancestors": [ "DataType", "Text" ], "comment": "Data type: URL.", "comment_plain": "Data type: URL.", "id": "URL", "label": "URL", "properties": [], "specific_properties": [], "subtypes": [], "supertypes": [ "Text" ], "url": "http://schema.org/URL" } }, "properties": { "about": { "comment": "The subject matter of the content.", "comment_plain": "The subject matter of the content.", "domains": [ "CreativeWork" ], "id": "about", "label": "About", "ranges": [ "Thing" ] }, "acceptedPaymentMethod": { "comment": "The payment method(s) accepted by seller for this offer.", "comment_plain": "The payment method(s) accepted by seller for this offer.", "domains": [ "Offer", "Demand" ], "id": "acceptedPaymentMethod", "label": "Accepted Payment Method", "ranges": [ "PaymentMethod" ] }, "acceptsReservations": { "comment": "Either <code>Yes/No</code>, or a URL at which reservations can be made.", "comment_plain": "Either Yes/No, or a URL at which reservations can be made.", "domains": [ "FoodEstablishment" ], "id": "acceptsReservations", "label": "Accepts Reservations", "ranges": [ "Text", "URL" ] }, "accountablePerson": { "comment": "Specifies the Person that is legally accountable for the CreativeWork.", "comment_plain": "Specifies the Person that is legally accountable for the CreativeWork.", "domains": [ "CreativeWork" ], "id": "accountablePerson", "label": "Accountable Person", "ranges": [ "Person" ] }, "acquiredFrom": { "comment": "The organization or person from which the product was acquired.", "comment_plain": "The organization or person from which the product was acquired.", "domains": [ "OwnershipInfo" ], "id": "acquiredFrom", "label": "Acquired From", "ranges": [ "Organization", "Person" ] }, "action": { "comment": "The movement the muscle generates.", "comment_plain": "The movement the muscle generates.", "domains": [ "Muscle" ], "id": "action", "label": "Action", "ranges": [ "Text" ] }, "activeIngredient": { "comment": "An active ingredient, typically chemical compounds and/or biologic substances.", "comment_plain": "An active ingredient, typically chemical compounds and/or biologic substances.", "domains": [ "DrugStrength", "DietarySupplement", "Drug" ], "id": "activeIngredient", "label": "Active Ingredient", "ranges": [ "Text" ] }, "activityDuration": { "comment": "Length of time to engage in the activity.", "comment_plain": "Length of time to engage in the activity.", "domains": [ "ExercisePlan" ], "id": "activityDuration", "label": "Activity Duration", "ranges": [ "Duration" ] }, "activityFrequency": { "comment": "How often one should engage in the activity.", "comment_plain": "How often one should engage in the activity.", "domains": [ "ExercisePlan" ], "id": "activityFrequency", "label": "Activity Frequency", "ranges": [ "Text" ] }, "actor": { "comment": "A cast member of the movie, TV series, season, or episode, or video.", "comment_plain": "A cast member of the movie, TV series, season, or episode, or video.", "domains": [ "TVEpisode", "Movie", "TVSeries" ], "id": "actor", "label": "Actor", "ranges": [ "Person" ] }, "actors": { "comment": "A cast member of the movie, TV series, season, or episode, or video. (legacy spelling; see singular form, actor)", "comment_plain": "A cast member of the movie, TV series, season, or episode, or video. (legacy spelling; see singular form, actor)", "domains": [ "TVEpisode", "Movie", "TVSeries" ], "id": "actors", "label": "Actors", "ranges": [ "Person" ] }, "addOn": { "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).", "comment_plain": "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).", "domains": [ "Offer" ], "id": "addOn", "label": "Add On", "ranges": [ "Offer" ] }, "additionalName": { "comment": "An additional name for a Person, can be used for a middle name.", "comment_plain": "An additional name for a Person, can be used for a middle name.", "domains": [ "Person" ], "id": "additionalName", "label": "Additional Name", "ranges": [ "Text" ] }, "additionalType": { "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.", "comment_plain": "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.", "domains": [ "Thing" ], "id": "additionalType", "label": "Additional Type", "ranges": [ "URL" ] }, "additionalVariable": { "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.", "comment_plain": "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.", "domains": [ "ExercisePlan" ], "id": "additionalVariable", "label": "Additional Variable", "ranges": [ "Text" ] }, "address": { "comment": "Physical address of the item.", "comment_plain": "Physical address of the item.", "domains": [ "Organization", "Place", "Person" ], "id": "address", "label": "Address", "ranges": [ "PostalAddress" ] }, "addressCountry": { "comment": "The country. For example, USA. You can also provide the two-letter <a href=\"http://en.wikipedia.org/wiki/ISO_3166-1\">ISO 3166-1 alpha-2 country code</a>.", "comment_plain": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.", "domains": [ "PostalAddress" ], "id": "addressCountry", "label": "Address Country", "ranges": [ "Country" ] }, "addressLocality": { "comment": "The locality. For example, Mountain View.", "comment_plain": "The locality. For example, Mountain View.", "domains": [ "PostalAddress" ], "id": "addressLocality", "label": "Address Locality", "ranges": [ "Text" ] }, "addressRegion": { "comment": "The region. For example, CA.", "comment_plain": "The region. For example, CA.", "domains": [ "PostalAddress" ], "id": "addressRegion", "label": "Address Region", "ranges": [ "Text" ] }, "administrationRoute": { "comment": "A route by which this drug may be administered, e.g. 'oral'.", "comment_plain": "A route by which this drug may be administered, e.g. 'oral'.", "domains": [ "Drug" ], "id": "administrationRoute", "label": "Administration Route", "ranges": [ "Text" ] }, "advanceBookingRequirement": { "comment": "The amount of time that is required between accepting the offer and the actual usage of the resource or service.", "comment_plain": "The amount of time that is required between accepting the offer and the actual usage of the resource or service.", "domains": [ "Offer", "Demand" ], "id": "advanceBookingRequirement", "label": "Advance Booking Requirement", "ranges": [ "QuantitativeValue" ] }, "adverseOutcome": { "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.", "comment_plain": "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.", "domains": [ "MedicalDevice", "MedicalTherapy" ], "id": "adverseOutcome", "label": "Adverse Outcome", "ranges": [ "MedicalEntity" ] }, "affectedBy": { "comment": "Drugs that affect the test's results.", "comment_plain": "Drugs that affect the test's results.", "domains": [ "MedicalTest" ], "id": "affectedBy", "label": "Affected by", "ranges": [ "Drug" ] }, "affiliation": { "comment": "An organization that this person is affiliated with. For example, a school/university, a club, or a team.", "comment_plain": "An organization that this person is affiliated with. For example, a school/university, a club, or a team.", "domains": [ "Person" ], "id": "affiliation", "label": "Affiliation", "ranges": [ "Organization" ] }, "aggregateRating": { "comment": "The overall rating, based on a collection of reviews or ratings, of the item.", "comment_plain": "The overall rating, based on a collection of reviews or ratings, of the item.", "domains": [ "Organization", "Product", "CreativeWork", "Place", "Offer" ], "id": "aggregateRating", "label": "Aggregate Rating", "ranges": [ "AggregateRating" ] }, "album": { "comment": "A music album.", "comment_plain": "A music album.", "domains": [ "MusicGroup" ], "id": "album", "label": "Album", "ranges": [ "MusicAlbum" ] }, "albums": { "comment": "A collection of music albums (legacy spelling; see singular form, album).", "comment_plain": "A collection of music albums (legacy spelling; see singular form, album).", "domains": [ "MusicGroup" ], "id": "albums", "label": "Albums", "ranges": [ "MusicAlbum" ] }, "alcoholWarning": { "comment": "Any precaution, guidance, contraindication, etc. related to consumption of alcohol while taking this drug.", "comment_plain": "Any precaution, guidance, contraindication, etc. related to consumption of alcohol while taking this drug.", "domains": [ "Drug" ], "id": "alcoholWarning", "label": "Alcohol Warning", "ranges": [ "Text" ] }, "algorithm": { "comment": "The algorithm or rules to follow to compute the score.", "comment_plain": "The algorithm or rules to follow to compute the score.", "domains": [ "MedicalRiskScore" ], "id": "algorithm", "label": "Algorithm", "ranges": [ "Text" ] }, "alignmentType": { "comment": "A category of alignment between the learning resource and the framework node. Recommended values include: 'assesses', 'teaches', 'requires', 'textComplexity', 'readingLevel', 'educationalSubject', and 'educationLevel'.", "comment_plain": "A category of alignment between the learning resource and the framework node. Recommended values include: 'assesses', 'teaches', 'requires', 'textComplexity', 'readingLevel', 'educationalSubject', and 'educationLevel'.", "domains": [ "AlignmentObject" ], "id": "alignmentType", "label": "Alignment Type", "ranges": [ "Text" ] }, "alternateName": { "comment": "Any alternate name for this medical entity.", "comment_plain": "Any alternate name for this medical entity.", "domains": [ "MedicalEntity" ], "id": "alternateName", "label": "Alternate Name", "ranges": [ "Text" ] }, "alternativeHeadline": { "comment": "A secondary title of the CreativeWork.", "comment_plain": "A secondary title of the CreativeWork.", "domains": [ "CreativeWork" ], "id": "alternativeHeadline", "label": "Alternative Headline", "ranges": [ "Text" ] }, "alumni": { "comment": "Alumni of educational organization.", "comment_plain": "Alumni of educational organization.", "domains": [ "EducationalOrganization" ], "id": "alumni", "label": "Alumni", "ranges": [ "Person" ] }, "alumniOf": { "comment": "An educational organizations that the person is an alumni of.", "comment_plain": "An educational organizations that the person is an alumni of.", "domains": [ "Person" ], "id": "alumniOf", "label": "Alumni of", "ranges": [ "EducationalOrganization" ] }, "amountOfThisGood": { "comment": "The quantity of the goods included in the offer.", "comment_plain": "The quantity of the goods included in the offer.", "domains": [ "TypeAndQuantityNode" ], "id": "amountOfThisGood", "label": "Amount of This Good", "ranges": [ "Number" ] }, "antagonist": { "comment": "The muscle whose action counteracts the specified muscle.", "comment_plain": "The muscle whose action counteracts the specified muscle.", "domains": [ "Muscle" ], "id": "antagonist", "label": "Antagonist", "ranges": [ "Muscle" ] }, "applicableLocation": { "comment": "The location in which the status applies.", "comment_plain": "The location in which the status applies.", "domains": [ "DrugLegalStatus", "DrugCost" ], "id": "applicableLocation", "label": "Applicable Location", "ranges": [ "AdministrativeArea" ] }, "applicationCategory": { "comment": "Type of software application, e.g. \"Game, Multimedia\".", "comment_plain": "Type of software application, e.g. \"Game, Multimedia\".", "domains": [ "SoftwareApplication" ], "id": "applicationCategory", "label": "Application Category", "ranges": [ "Text", "URL" ] }, "applicationSubCategory": { "comment": "Subcategory of the application, e.g. \"Arcade Game\".", "comment_plain": "Subcategory of the application, e.g. \"Arcade Game\".", "domains": [ "SoftwareApplication" ], "id": "applicationSubCategory", "label": "Application Sub Category", "ranges": [ "Text", "URL" ] }, "applicationSuite": { "comment": "The name of the application suite to which the application belongs (e.g. Excel belongs to Office)", "comment_plain": "The name of the application suite to which the application belongs (e.g. Excel belongs to Office)", "domains": [ "SoftwareApplication" ], "id": "applicationSuite", "label": "Application Suite", "ranges": [ "Text" ] }, "appliesToDeliveryMethod": { "comment": "The delivery method(s) to which the delivery charge or payment charge specification applies.", "comment_plain": "The delivery method(s) to which the delivery charge or payment charge specification applies.", "domains": [ "DeliveryChargeSpecification", "PaymentChargeSpecification" ], "id": "appliesToDeliveryMethod", "label": "Applies to Delivery Method", "ranges": [ "DeliveryMethod" ] }, "appliesToPaymentMethod": { "comment": "The payment method(s) to which the payment charge specification applies.", "comment_plain": "The payment method(s) to which the payment charge specification applies.", "domains": [ "PaymentChargeSpecification" ], "id": "appliesToPaymentMethod", "label": "Applies to Payment Method", "ranges": [ "PaymentMethod" ] }, "arterialBranch": { "comment": "The branches that comprise the arterial structure.", "comment_plain": "The branches that comprise the arterial structure.", "domains": [ "Artery" ], "id": "arterialBranch", "label": "Arterial Branch", "ranges": [ "AnatomicalStructure" ] }, "articleBody": { "comment": "The actual body of the article.", "comment_plain": "The actual body of the article.", "domains": [ "Article" ], "id": "articleBody", "label": "Article Body", "ranges": [ "Text" ] }, "articleSection": { "comment": "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.", "comment_plain": "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.", "domains": [ "Article" ], "id": "articleSection", "label": "Article Section", "ranges": [ "Text" ] }, "aspect": { "comment": "An aspect of medical practice that is considered on the page, such as 'diagnosis', 'treatment', 'causes', 'prognosis', 'etiology', 'epidemiology', etc.", "comment_plain": "An aspect of medical practice that is considered on the page, such as 'diagnosis', 'treatment', 'causes', 'prognosis', 'etiology', 'epidemiology', etc.", "domains": [ "MedicalWebPage" ], "id": "aspect", "label": "Aspect", "ranges": [ "Text" ] }, "assembly": { "comment": "Library file name e.g., mscorlib.dll, system.web.dll", "comment_plain": "Library file name e.g., mscorlib.dll, system.web.dll", "domains": [ "APIReference" ], "id": "assembly", "label": "Assembly", "ranges": [ "Text" ] }, "assemblyVersion": { "comment": "Associated product/technology version. e.g., .NET Framework 4.5", "comment_plain": "Associated product/technology version. e.g., .NET Framework 4.5", "domains": [ "APIReference" ], "id": "assemblyVersion", "label": "Assembly Version", "ranges": [ "Text" ] }, "associatedAnatomy": { "comment": "The anatomy of the underlying organ system or structures associated with this entity.", "comment_plain": "The anatomy of the underlying organ system or structures associated with this entity.", "domains": [ "MedicalCondition", "PhysicalActivity" ], "id": "associatedAnatomy", "label": "Associated Anatomy", "ranges": [ "AnatomicalSystem", "SuperficialAnatomy", "AnatomicalStructure" ] }, "associatedArticle": { "comment": "A NewsArticle associated with the Media Object.", "comment_plain": "A NewsArticle associated with the Media Object.", "domains": [ "MediaObject" ], "id": "associatedArticle", "label": "Associated Article", "ranges": [ "NewsArticle" ] }, "associatedMedia": { "comment": "The media objects that encode this creative work. This property is a synonym for encodings.", "comment_plain": "The media objects that encode this creative work. This property is a synonym for encodings.", "domains": [ "CreativeWork" ], "id": "associatedMedia", "label": "Associated Media", "ranges": [ "MediaObject" ] }, "associatedPathophysiology": { "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.", "comment_plain": "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.", "domains": [ "SuperficialAnatomy", "AnatomicalSystem", "AnatomicalStructure" ], "id": "associatedPathophysiology", "label": "Associated Pathophysiology", "ranges": [ "Text" ] }, "attendee": { "comment": "A person or organization attending the event.", "comment_plain": "A person or organization attending the event.", "domains": [ "Event" ], "id": "attendee", "label": "Attendee", "ranges": [ "Organization", "Person" ] }, "attendees": { "comment": "A person attending the event (legacy spelling; see singular form, attendee).", "comment_plain": "A person attending the event (legacy spelling; see singular form, attendee).", "domains": [ "Event" ], "id": "attendees", "label": "Attendees", "ranges": [ "Organization", "Person" ] }, "audience": { "comment": "The intended audience of the item, i.e. the group for whom the item was created.", "comment_plain": "The intended audience of the item, i.e. the group for whom the item was created.", "domains": [ "Product", "CreativeWork" ], "id": "audience", "label": "Audience", "ranges": [ "Audience" ] }, "audio": { "comment": "An embedded audio object.", "comment_plain": "An embedded audio object.", "domains": [ "CreativeWork" ], "id": "audio", "label": "Audio", "ranges": [ "AudioObject" ] }, "author": { "comment": "The author of this content. 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.", "comment_plain": "The author of this content. 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.", "domains": [ "CreativeWork" ], "id": "author", "label": "Author", "ranges": [ "Organization", "Person" ] }, "availability": { "comment": "The availability of this item\u2014for example In stock, Out of stock, Pre-order, etc.", "comment_plain": "The availability of this item\u2014for example In stock, Out of stock, Pre-order, etc.", "domains": [ "Offer", "Demand" ], "id": "availability", "label": "Availability", "ranges": [ "ItemAvailability" ] }, "availabilityEnds": { "comment": "The end of the availability of the product or service included in the offer.", "comment_plain": "The end of the availability of the product or service included in the offer.", "domains": [ "Offer", "Demand" ], "id": "availabilityEnds", "label": "Availability Ends", "ranges": [ "DateTime" ] }, "availabilityStarts": { "comment": "The beginning of the availability of the product or service included in the offer.", "comment_plain": "The beginning of the availability of the product or service included in the offer.", "domains": [ "Offer", "Demand" ], "id": "availabilityStarts", "label": "Availability Starts", "ranges": [ "DateTime" ] }, "availableAtOrFrom": { "comment": "The place(s) from which the offer can be obtained (e.g. store locations).", "comment_plain": "The place(s) from which the offer can be obtained (e.g. store locations).", "domains": [ "Offer", "Demand" ], "id": "availableAtOrFrom", "label": "Available At or From", "ranges": [ "Place" ] }, "availableDeliveryMethod": { "comment": "The delivery method(s) available for this offer.", "comment_plain": "The delivery method(s) available for this offer.", "domains": [ "Offer", "Demand" ], "id": "availableDeliveryMethod", "label": "Available Delivery Method", "ranges": [ "DeliveryMethod" ] }, "availableIn": { "comment": "The location in which the strength is available.", "comment_plain": "The location in which the strength is available.", "domains": [ "DrugStrength" ], "id": "availableIn", "label": "Available in", "ranges": [ "AdministrativeArea" ] }, "availableService": { "comment": "A medical service available from this provider.", "comment_plain": "A medical service available from this provider.", "domains": [ "Physician", "Hospital", "MedicalClinic" ], "id": "availableService", "label": "Available Service", "ranges": [ "MedicalTest", "MedicalProcedure", "MedicalTherapy" ] }, "availableStrength": { "comment": "An available dosage strength for the drug.", "comment_plain": "An available dosage strength for the drug.", "domains": [ "Drug" ], "id": "availableStrength", "label": "Available Strength", "ranges": [ "DrugStrength" ] }, "availableTest": { "comment": "A diagnostic test or procedure offered by this lab.", "comment_plain": "A diagnostic test or procedure offered by this lab.", "domains": [ "DiagnosticLab" ], "id": "availableTest", "label": "Available Test", "ranges": [ "MedicalTest" ] }, "award": { "comment": "An award won by this person or for this creative work.", "comment_plain": "An award won by this person or for this creative work.", "domains": [ "Person", "CreativeWork" ], "id": "award", "label": "Award", "ranges": [ "Text" ] }, "awards": { "comment": "Awards won by this person or for this creative work. (legacy spelling; see singular form, award)", "comment_plain": "Awards won by this person or for this creative work. (legacy spelling; see singular form, award)", "domains": [ "Person", "CreativeWork" ], "id": "awards", "label": "Awards", "ranges": [ "Text" ] }, "background": { "comment": "Descriptive information establishing a historical perspective on the supplement. May include the rationale for the name, the population where the supplement first came to prominence, etc.", "comment_plain": "Descriptive information establishing a historical perspective on the supplement. May include the rationale for the name, the population where the supplement first came to prominence, etc.", "domains": [ "DietarySupplement" ], "id": "background", "label": "Background", "ranges": [ "Text" ] }, "baseSalary": { "comment": "The base salary of the job.", "comment_plain": "The base salary of the job.", "domains": [ "JobPosting" ], "id": "baseSalary", "label": "Base Salary", "ranges": [ "Number" ] }, "benefits": { "comment": "Description of benefits associated with the job.", "comment_plain": "Description of benefits associated with the job.", "domains": [ "JobPosting" ], "id": "benefits", "label": "Benefits", "ranges": [ "Text" ] }, "bestRating": { "comment": "The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.", "comment_plain": "The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.", "domains": [ "Rating" ], "id": "bestRating", "label": "Best Rating", "ranges": [ "Number", "Text" ] }, "billingIncrement": { "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.", "comment_plain": "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.", "domains": [ "UnitPriceSpecification" ], "id": "billingIncrement", "label": "Billing Increment", "ranges": [ "Number" ] }, "biomechnicalClass": { "comment": "The biomechanical properties of the bone.", "comment_plain": "The biomechanical properties of the bone.", "domains": [ "Joint" ], "id": "biomechnicalClass", "label": "Biomechnical Class", "ranges": [ "Text" ] }, "birthDate": { "comment": "Date of birth.", "comment_plain": "Date of birth.", "domains": [ "Person" ], "id": "birthDate", "label": "Birth Date", "ranges": [ "Date" ] }, "bitrate": { "comment": "The bitrate of the media object.", "comment_plain": "The bitrate of the media object.", "domains": [ "MediaObject" ], "id": "bitrate", "label": "Bitrate", "ranges": [ "Text" ] }, "blogPost": { "comment": "A posting that is part of this blog.", "comment_plain": "A posting that is part of this blog.", "domains": [ "Blog" ], "id": "blogPost", "label": "Blog Post", "ranges": [ "BlogPosting" ] }, "blogPosts": { "comment": "The postings that are part of this blog (legacy spelling; see singular form, blogPost).", "comment_plain": "The postings that are part of this blog (legacy spelling; see singular form, blogPost).", "domains": [ "Blog" ], "id": "blogPosts", "label": "Blog Posts", "ranges": [ "BlogPosting" ] }, "bloodSupply": { "comment": "The blood vessel that carries blood from the heart to the muscle.", "comment_plain": "The blood vessel that carries blood from the heart to the muscle.", "domains": [ "Muscle" ], "id": "bloodSupply", "label": "Blood Supply", "ranges": [ "Vessel" ] }, "bodyLocation": { "comment": "Location in the body of the anatomical structure.", "comment_plain": "Location in the body of the anatomical structure.", "domains": [ "AnatomicalStructure" ], "id": "bodyLocation", "label": "Body Location", "ranges": [ "Text" ] }, "bookEdition": { "comment": "The edition of the book.", "comment_plain": "The edition of the book.", "domains": [ "Book" ], "id": "bookEdition", "label": "Book Edition", "ranges": [ "Text" ] }, "bookFormat": { "comment": "The format of the book.", "comment_plain": "The format of the book.", "domains": [ "Book" ], "id": "bookFormat", "label": "Book Format", "ranges": [ "BookFormatType" ] }, "box": { "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 spacedelimited points where the first and final points are identical.", "comment_plain": "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 spacedelimited points where the first and final points are identical.", "domains": [ "GeoShape" ], "id": "box", "label": "Box", "ranges": [ "Text" ] }, "branch": { "comment": "The branches that delineate from the nerve bundle.", "comment_plain": "The branches that delineate from the nerve bundle.", "domains": [ "Nerve" ], "id": "branch", "label": "Branch", "ranges": [ "AnatomicalStructure", "Nerve" ] }, "branchOf": { "comment": "The larger organization that this local business is a branch of, if any.", "comment_plain": "The larger organization that this local business is a branch of, if any.", "domains": [ "LocalBusiness" ], "id": "branchOf", "label": "Branch of", "ranges": [ "Organization" ] }, "brand": { "comment": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.", "comment_plain": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.", "domains": [ "Organization", "Product", "Person" ], "id": "brand", "label": "Brand", "ranges": [ "Organization", "Brand" ] }, "breadcrumb": { "comment": "A set of links that can help a user understand and navigate a website hierarchy.", "comment_plain": "A set of links that can help a user understand and navigate a website hierarchy.", "domains": [ "WebPage" ], "id": "breadcrumb", "label": "Breadcrumb", "ranges": [ "Text" ] }, "breastfeedingWarning": { "comment": "Any precaution, guidance, contraindication, etc. related to this drug's use by breastfeeding mothers.", "comment_plain": "Any precaution, guidance, contraindication, etc. related to this drug's use by breastfeeding mothers.", "domains": [ "Drug" ], "id": "breastfeedingWarning", "label": "Breastfeeding Warning", "ranges": [ "Text" ] }, "browserRequirements": { "comment": "Specifies browser requirements in human-readable text. For example,\"requires HTML5 support\".", "comment_plain": "Specifies browser requirements in human-readable text. For example,\"requires HTML5 support\".", "domains": [ "WebApplication" ], "id": "browserRequirements", "label": "Browser Requirements", "ranges": [ "Text" ] }, "businessFunction": { "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.", "comment_plain": "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.", "domains": [ "Offer", "TypeAndQuantityNode", "Demand" ], "id": "businessFunction", "label": "Business Function", "ranges": [ "BusinessFunction" ] }, "byArtist": { "comment": "The artist that performed this album or recording.", "comment_plain": "The artist that performed this album or recording.", "domains": [ "MusicAlbum", "MusicRecording" ], "id": "byArtist", "label": "By Artist", "ranges": [ "MusicGroup" ] }, "calories": { "comment": "The number of calories", "comment_plain": "The number of calories", "domains": [ "NutritionInformation" ], "id": "calories", "label": "Calories", "ranges": [ "Energy" ] }, "caption": { "comment": "The caption for this object.", "comment_plain": "The caption for this object.", "domains": [ "VideoObject", "ImageObject" ], "id": "caption", "label": "Caption", "ranges": [ "Text" ] }, "carbohydrateContent": { "comment": "The number of grams of carbohydrates.", "comment_plain": "The number of grams of carbohydrates.", "domains": [ "NutritionInformation" ], "id": "carbohydrateContent", "label": "Carbohydrate Content", "ranges": [ "Mass" ] }, "carrierRequirements": { "comment": "Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network).", "comment_plain": "Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network).", "domains": [ "MobileApplication" ], "id": "carrierRequirements", "label": "Carrier Requirements", "ranges": [ "Text" ] }, "catalog": { "comment": "A data catalog which contains a dataset.", "comment_plain": "A data catalog which contains a dataset.", "domains": [ "Dataset" ], "id": "catalog", "label": "Catalog", "ranges": [ "DataCatalog" ] }, "category": { "comment": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.", "comment_plain": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.", "domains": [ "PhysicalActivity", "Offer" ], "id": "category", "label": "Category", "ranges": [ "Text", "PhysicalActivityCategory", "Thing" ] }, "cause": { "comment": "An underlying cause. More specifically, one of the causative agent(s) that are most directly responsible for the pathophysiologic process that eventually results in the occurrence.", "comment_plain": "An underlying cause. More specifically, one of the causative agent(s) that are most directly responsible for the pathophysiologic process that eventually results in the occurrence.", "domains": [ "MedicalCondition", "MedicalSignOrSymptom" ], "id": "cause", "label": "Cause", "ranges": [ "MedicalCause" ] }, "causeOf": { "comment": "The condition, complication, symptom, sign, etc. caused.", "comment_plain": "The condition, complication, symptom, sign, etc. caused.", "domains": [ "MedicalCause" ], "id": "causeOf", "label": "Cause of", "ranges": [ "MedicalEntity" ] }, "childMaxAge": { "comment": "Maximal age of the child", "comment_plain": "Maximal age of the child", "domains": [ "ParentAudience" ], "id": "childMaxAge", "label": "Child Max Age", "ranges": [ "Number" ] }, "childMinAge": { "comment": "Minimal age of the child", "comment_plain": "Minimal age of the child", "domains": [ "ParentAudience" ], "id": "childMinAge", "label": "Child Min Age", "ranges": [ "Number" ] }, "children": { "comment": "A child of the person.", "comment_plain": "A child of the person.", "domains": [ "Person" ], "id": "children", "label": "Children", "ranges": [ "Person" ] }, "cholesterolContent": { "comment": "The number of milligrams of cholesterol.", "comment_plain": "The number of milligrams of cholesterol.", "domains": [ "NutritionInformation" ], "id": "cholesterolContent", "label": "Cholesterol Content", "ranges": [ "Mass" ] }, "circle": { "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.", "comment_plain": "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.", "domains": [ "GeoShape" ], "id": "circle", "label": "Circle", "ranges": [ "Text" ] }, "citation": { "comment": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. NOTE: Candidate for promotion to ScholarlyArticle.", "comment_plain": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. NOTE: Candidate for promotion to ScholarlyArticle.", "domains": [ "MedicalScholarlyArticle" ], "id": "citation", "label": "Citation", "ranges": [ "CreativeWork", "Text" ] }, "clincalPharmacology": { "comment": "Description of the absorption and elimination of drugs, including their concentration (pharmacokinetics, pK) and biological effects (pharmacodynamics, pD).", "comment_plain": "Description of the absorption and elimination of drugs, including their concentration (pharmacokinetics, pK) and biological effects (pharmacodynamics, pD).", "domains": [ "Drug" ], "id": "clincalPharmacology", "label": "Clincal Pharmacology", "ranges": [ "Text" ] }, "closes": { "comment": "The closing hour of the place or service on the given day(s) of the week.", "comment_plain": "The closing hour of the place or service on the given day(s) of the week.", "domains": [ "OpeningHoursSpecification" ], "id": "closes", "label": "Closes", "ranges": [ "Time" ] }, "code": { "comment": "A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.", "comment_plain": "A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.", "domains": [ "MedicalEntity" ], "id": "code", "label": "Code", "ranges": [ "MedicalCode" ] }, "codeRepository": { "comment": "Link to the repository where the un-compiled, human readable code and related code is located (SVN, github, CodePlex)", "comment_plain": "Link to the repository where the un-compiled, human readable code and related code is located (SVN, github, CodePlex)", "domains": [ "Code" ], "id": "codeRepository", "label": "Code Repository", "ranges": [ "URL" ] }, "codeValue": { "comment": "The actual code.", "comment_plain": "The ac