UNPKG

secst

Version:

SECST is a semantic, extensible, computational, styleable tagged markup language. You can use it to joyfully create compelling, interactive documents backed by HTML.

1,490 lines 1.4 MB
const schema = { "@context": { "brick": "https://brickschema.org/schema/Brick#", "csvw": "http://www.w3.org/ns/csvw#", "dc": "http://purl.org/dc/elements/1.1/", "dcam": "http://purl.org/dc/dcam/", "dcat": "http://www.w3.org/ns/dcat#", "dcmitype": "http://purl.org/dc/dcmitype/", "dcterms": "http://purl.org/dc/terms/", "doap": "http://usefulinc.com/ns/doap#", "foaf": "http://xmlns.com/foaf/0.1/", "geo": "http://www.opengis.net/ont/geosparql#", "odrl": "http://www.w3.org/ns/odrl/2/", "org": "http://www.w3.org/ns/org#", "owl": "http://www.w3.org/2002/07/owl#", "prof": "http://www.w3.org/ns/dx/prof/", "prov": "http://www.w3.org/ns/prov#", "qb": "http://purl.org/linked-data/cube#", "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "schema": "https://schema.org/", "sh": "http://www.w3.org/ns/shacl#", "skos": "http://www.w3.org/2004/02/skos/core#", "sosa": "http://www.w3.org/ns/sosa/", "ssn": "http://www.w3.org/ns/ssn/", "time": "http://www.w3.org/2006/time#", "vann": "http://purl.org/vocab/vann/", "void": "http://rdfs.org/ns/void#", "wgs": "https://www.w3.org/2003/01/geo/wgs84_pos#", "xsd": "http://www.w3.org/2001/XMLSchema#" }, "@graph": [ { "@id": "schema:pickupTime", "@type": "rdf:Property", "rdfs:comment": "When a taxi will pick up a passenger or a rental car can be picked up.", "rdfs:label": "pickupTime", "schema:domainIncludes": [ { "@id": "schema:RentalCarReservation" }, { "@id": "schema:TaxiReservation" } ], "schema:rangeIncludes": { "@id": "schema:DateTime" } }, { "@id": "schema:GeoShape", "@type": "rdfs:Class", "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": "schema:StructuredValue" }, "schema:source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" } }, { "@id": "schema:WearableSizeGroupMens", "@type": "schema:WearableSizeGroupEnumeration", "rdfs:comment": "Size group \"Mens\" for wearables.", "rdfs:label": "WearableSizeGroupMens", "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2811" } }, { "@id": "schema:refundType", "@type": "rdf:Property", "rdfs:comment": "A refund type, from an enumerated list.", "rdfs:label": "refundType", "schema:domainIncludes": { "@id": "schema:MerchantReturnPolicy" }, "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:rangeIncludes": { "@id": "schema:RefundTypeEnumeration" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" } }, { "@id": "schema:postalCodeBegin", "@type": "rdf:Property", "rdfs:comment": "First postal code in a range (included).", "rdfs:label": "postalCodeBegin", "schema:domainIncludes": { "@id": "schema:PostalCodeRangeSpecification" }, "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:rangeIncludes": { "@id": "schema:Text" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2506" } }, { "@id": "schema:FrontWheelDriveConfiguration", "@type": "schema:DriveWheelConfigurationValue", "rdfs:comment": "Front-wheel drive is a transmission layout where the engine drives the front wheels.", "rdfs:label": "FrontWheelDriveConfiguration", "schema:source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" } }, { "@id": "schema:inker", "@type": "rdf:Property", "rdfs:comment": "The individual who traces over the pencil drawings in ink after pencils are complete.", "rdfs:label": "inker", "schema:domainIncludes": [ { "@id": "schema:ComicStory" }, { "@id": "schema:ComicIssue" }, { "@id": "schema:VisualArtwork" } ], "schema:isPartOf": { "@id": "https://bib.schema.org" }, "schema:rangeIncludes": { "@id": "schema:Person" } }, { "@id": "schema:MonetaryAmountDistribution", "@type": "rdfs:Class", "rdfs:comment": "A statistical distribution of monetary amounts.", "rdfs:label": "MonetaryAmountDistribution", "rdfs:subClassOf": { "@id": "schema:QuantitativeValueDistribution" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" } }, { "@id": "schema:cvdNumC19MechVentPats", "@type": "rdf:Property", "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", "schema:domainIncludes": { "@id": "schema:CDCPMDRecord" }, "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:rangeIncludes": { "@id": "schema:Number" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2521" } }, { "@id": "schema:WorkersUnion", "@type": "rdfs:Class", "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": "schema:Organization" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/243" } }, { "@id": "schema:potentialAction", "@type": "rdf:Property", "rdfs:comment": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.", "rdfs:label": "potentialAction", "schema:domainIncludes": { "@id": "schema:Thing" }, "schema:rangeIncludes": { "@id": "schema:Action" } }, { "@id": "schema:publishedBy", "@type": "rdf:Property", "rdfs:comment": "An agent associated with the publication event.", "rdfs:label": "publishedBy", "schema:domainIncludes": { "@id": "schema:PublicationEvent" }, "schema:isPartOf": { "@id": "https://bib.schema.org" }, "schema:rangeIncludes": [ { "@id": "schema:Organization" }, { "@id": "schema:Person" } ] }, { "@id": "schema:Park", "@type": "rdfs:Class", "rdfs:comment": "A park.", "rdfs:label": "Park", "rdfs:subClassOf": { "@id": "schema:CivicStructure" } }, { "@id": "schema:orderStatus", "@type": "rdf:Property", "rdfs:comment": "The current status of the order.", "rdfs:label": "orderStatus", "schema:domainIncludes": { "@id": "schema:Order" }, "schema:rangeIncludes": { "@id": "schema:OrderStatus" } }, { "@id": "schema:PetStore", "@type": "rdfs:Class", "rdfs:comment": "A pet store.", "rdfs:label": "PetStore", "rdfs:subClassOf": { "@id": "schema:Store" } }, { "@id": "schema:floorSize", "@type": "rdf:Property", "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", "schema:domainIncludes": [ { "@id": "schema:Accommodation" }, { "@id": "schema:FloorPlan" } ], "schema:rangeIncludes": { "@id": "schema:QuantitativeValue" }, "schema:source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" } }, { "@id": "schema:DDxElement", "@type": "rdfs:Class", "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": "schema:MedicalIntangible" }, "schema:isPartOf": { "@id": "https://health-lifesci.schema.org" } }, { "@id": "schema:tickerSymbol", "@type": "rdf:Property", "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 ISO 15022.", "rdfs:label": "tickerSymbol", "schema:domainIncludes": { "@id": "schema:Corporation" }, "schema:rangeIncludes": { "@id": "schema:Text" } }, { "@id": "schema:geoCovers", "@type": "rdf:Property", "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](https://en.wikipedia.org/wiki/DE-9IM).", "rdfs:label": "geoCovers", "schema:domainIncludes": [ { "@id": "schema:GeospatialGeometry" }, { "@id": "schema:Place" } ], "schema:rangeIncludes": [ { "@id": "schema:GeospatialGeometry" }, { "@id": "schema:Place" } ] }, { "@id": "schema:iswcCode", "@type": "rdf:Property", "rdfs:comment": "The International Standard Musical Work Code for the composition.", "rdfs:label": "iswcCode", "schema:domainIncludes": { "@id": "schema:MusicComposition" }, "schema:rangeIncludes": { "@id": "schema:Text" }, "schema:source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" } }, { "@id": "schema:ReturnShippingFees", "@type": "schema:ReturnFeesEnumeration", "rdfs:comment": "Specifies that the customer must pay the return shipping costs when returning a product.", "rdfs:label": "ReturnShippingFees", "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" } }, { "@id": "schema:Florist", "@type": "rdfs:Class", "rdfs:comment": "A florist.", "rdfs:label": "Florist", "rdfs:subClassOf": { "@id": "schema:Store" } }, { "@id": "schema:AnatomicalStructure", "@type": "rdfs:Class", "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": "schema:MedicalEntity" }, "schema:isPartOf": { "@id": "https://health-lifesci.schema.org" } }, { "@id": "schema:screenshot", "@type": "rdf:Property", "rdfs:comment": "A link to a screenshot image of the app.", "rdfs:label": "screenshot", "schema:domainIncludes": { "@id": "schema:SoftwareApplication" }, "schema:rangeIncludes": [ { "@id": "schema:URL" }, { "@id": "schema:ImageObject" } ] }, { "@id": "schema:ticketNumber", "@type": "rdf:Property", "rdfs:comment": "The unique identifier for the ticket.", "rdfs:label": "ticketNumber", "schema:domainIncludes": { "@id": "schema:Ticket" }, "schema:rangeIncludes": { "@id": "schema:Text" } }, { "@id": "schema:WearableSizeSystemBR", "@type": "schema:WearableSizeSystemEnumeration", "rdfs:comment": "Brazilian size system for wearables.", "rdfs:label": "WearableSizeSystemBR", "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2811" } }, { "@id": "schema:actors", "@type": "rdf:Property", "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", "schema:domainIncludes": [ { "@id": "schema:RadioSeries" }, { "@id": "schema:Episode" }, { "@id": "schema:VideoGameSeries" }, { "@id": "schema:Movie" }, { "@id": "schema:MovieSeries" }, { "@id": "schema:VideoGame" }, { "@id": "schema:Clip" }, { "@id": "schema:VideoObject" }, { "@id": "schema:TVSeries" } ], "schema:rangeIncludes": { "@id": "schema:Person" }, "schema:supersededBy": { "@id": "schema:actor" } }, { "@id": "schema:NonprofitSBBI", "@type": "schema:NLNonprofitType", "rdfs:comment": "NonprofitSBBI: Non-profit type referring to a Social Interest Promoting Institution (NL).", "rdfs:label": "NonprofitSBBI", "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2543" } }, { "@id": "schema:DataCatalog", "@type": "rdfs:Class", "owl:equivalentClass": { "@id": "dcat:Catalog" }, "rdfs:comment": "A collection of datasets.", "rdfs:label": "DataCatalog", "rdfs:subClassOf": { "@id": "schema:CreativeWork" }, "schema:source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass" } }, { "@id": "schema:WebPageElement", "@type": "rdfs:Class", "rdfs:comment": "A web page element, like a table or an image.", "rdfs:label": "WebPageElement", "rdfs:subClassOf": { "@id": "schema:CreativeWork" } }, { "@id": "schema:longitude", "@type": "rdf:Property", "rdfs:comment": "The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", "rdfs:label": "longitude", "schema:domainIncludes": [ { "@id": "schema:Place" }, { "@id": "schema:GeoCoordinates" } ], "schema:rangeIncludes": [ { "@id": "schema:Text" }, { "@id": "schema:Number" } ] }, { "@id": "schema:servicePhone", "@type": "rdf:Property", "rdfs:comment": "The phone number to use to access the service.", "rdfs:label": "servicePhone", "schema:domainIncludes": { "@id": "schema:ServiceChannel" }, "schema:rangeIncludes": { "@id": "schema:ContactPoint" } }, { "@id": "schema:Apartment", "@type": "rdfs:Class", "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 <a href=\"http://en.wikipedia.org/wiki/Apartment\">http://en.wikipedia.org/wiki/Apartment</a>).", "rdfs:label": "Apartment", "rdfs:subClassOf": { "@id": "schema:Accommodation" }, "schema:source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" } }, { "@id": "schema:LiteraryEvent", "@type": "rdfs:Class", "rdfs:comment": "Event type: Literary event.", "rdfs:label": "LiteraryEvent", "rdfs:subClassOf": { "@id": "schema:Event" } }, { "@id": "schema:highPrice", "@type": "rdf:Property", "rdfs:comment": "The highest price of all offers available.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.", "rdfs:label": "highPrice", "schema:domainIncludes": { "@id": "schema:AggregateOffer" }, "schema:rangeIncludes": [ { "@id": "schema:Number" }, { "@id": "schema:Text" } ] }, { "@id": "schema:serviceArea", "@type": "rdf:Property", "rdfs:comment": "The geographic area where the service is provided.", "rdfs:label": "serviceArea", "schema:domainIncludes": [ { "@id": "schema:Service" }, { "@id": "schema:Organization" }, { "@id": "schema:ContactPoint" } ], "schema:rangeIncludes": [ { "@id": "schema:AdministrativeArea" }, { "@id": "schema:Place" }, { "@id": "schema:GeoShape" } ], "schema:supersededBy": { "@id": "schema:areaServed" } }, { "@id": "schema:MovieClip", "@type": "rdfs:Class", "rdfs:comment": "A short segment/part of a movie.", "rdfs:label": "MovieClip", "rdfs:subClassOf": { "@id": "schema:Clip" } }, { "@id": "schema:EducationEvent", "@type": "rdfs:Class", "rdfs:comment": "Event type: Education event.", "rdfs:label": "EducationEvent", "rdfs:subClassOf": { "@id": "schema:Event" } }, { "@id": "schema:Abdomen", "@type": "schema:PhysicalExam", "rdfs:comment": "Abdomen clinical examination.", "rdfs:label": "Abdomen", "schema:isPartOf": { "@id": "https://health-lifesci.schema.org" } }, { "@id": "schema:embedUrl", "@type": "rdf:Property", "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", "schema:domainIncludes": { "@id": "schema:MediaObject" }, "schema:rangeIncludes": { "@id": "schema:URL" } }, { "@id": "schema:SocialEvent", "@type": "rdfs:Class", "rdfs:comment": "Event type: Social event.", "rdfs:label": "SocialEvent", "rdfs:subClassOf": { "@id": "schema:Event" } }, { "@id": "schema:permissions", "@type": "rdf:Property", "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", "schema:domainIncludes": { "@id": "schema:SoftwareApplication" }, "schema:rangeIncludes": { "@id": "schema:Text" } }, { "@id": "schema:ImagingTest", "@type": "rdfs:Class", "rdfs:comment": "Any medical imaging modality typically used for diagnostic purposes.", "rdfs:label": "ImagingTest", "rdfs:subClassOf": { "@id": "schema:MedicalTest" }, "schema:isPartOf": { "@id": "https://health-lifesci.schema.org" } }, { "@id": "schema:item", "@type": "rdf:Property", "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", "schema:domainIncludes": [ { "@id": "schema:ListItem" }, { "@id": "schema:DataFeedItem" } ], "schema:rangeIncludes": { "@id": "schema:Thing" } }, { "@id": "schema:incentiveCompensation", "@type": "rdf:Property", "rdfs:comment": "Description of bonus and commission compensation aspects of the job.", "rdfs:label": "incentiveCompensation", "schema:domainIncludes": { "@id": "schema:JobPosting" }, "schema:rangeIncludes": { "@id": "schema:Text" } }, { "@id": "schema: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": "schema:StructuredValue" } }, { "@id": "schema:priceRange", "@type": "rdf:Property", "rdfs:comment": "The price range of the business, for example ```$$$```.", "rdfs:label": "priceRange", "schema:domainIncludes": { "@id": "schema:LocalBusiness" }, "schema:rangeIncludes": { "@id": "schema:Text" } }, { "@id": "schema: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": "schema:PeopleAudience" } }, { "@id": "schema:recognizingAuthority", "@type": "rdf:Property", "rdfs:comment": "If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine.", "rdfs:label": "recognizingAuthority", "schema:domainIncludes": { "@id": "schema:MedicalEntity" }, "schema:isPartOf": { "@id": "https://health-lifesci.schema.org" }, "schema:rangeIncludes": { "@id": "schema:Organization" } }, { "@id": "schema:ProductModel", "@type": "rdfs:Class", "rdfs:comment": "A datasheet or vendor specification of a product (in the sense of a prototypical description).", "rdfs:label": "ProductModel", "rdfs:subClassOf": { "@id": "schema:Product" }, "schema:source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" } }, { "@id": "schema:originalMediaLink", "@type": "rdf:Property", "rdfs:comment": "Link to the page containing an original version of the content, or directly to an online copy of the original [[MediaObject]] content, e.g. video file.", "rdfs:label": "originalMediaLink", "schema:domainIncludes": { "@id": "schema:MediaReview" }, "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:rangeIncludes": [ { "@id": "schema:WebPage" }, { "@id": "schema:MediaObject" }, { "@id": "schema:URL" } ], "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2450" } }, { "@id": "schema:constrainingProperty", "@type": "rdf:Property", "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", "schema:domainIncludes": { "@id": "schema:StatisticalPopulation" }, "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:rangeIncludes": { "@id": "schema:Integer" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2291" } }, { "@id": "schema:founder", "@type": "rdf:Property", "rdfs:comment": "A person who founded this organization.", "rdfs:label": "founder", "schema:domainIncludes": { "@id": "schema:Organization" }, "schema:rangeIncludes": { "@id": "schema:Person" } }, { "@id": "schema:option", "@type": "rdf:Property", "rdfs:comment": "A sub property of object. The options subject to this action.", "rdfs:label": "option", "rdfs:subPropertyOf": { "@id": "schema:object" }, "schema:domainIncludes": { "@id": "schema:ChooseAction" }, "schema:rangeIncludes": [ { "@id": "schema:Text" }, { "@id": "schema:Thing" } ], "schema:supersededBy": { "@id": "schema:actionOption" } }, { "@id": "schema:reviewBody", "@type": "rdf:Property", "rdfs:comment": "The actual body of the review.", "rdfs:label": "reviewBody", "schema:domainIncludes": { "@id": "schema:Review" }, "schema:rangeIncludes": { "@id": "schema:Text" } }, { "@id": "schema:PlaceboControlledTrial", "@type": "schema:MedicalTrialDesign", "rdfs:comment": "A placebo-controlled trial design.", "rdfs:label": "PlaceboControlledTrial", "schema:isPartOf": { "@id": "https://health-lifesci.schema.org" } }, { "@id": "schema:PhotographAction", "@type": "rdfs:Class", "rdfs:comment": "The act of capturing still images of objects using a camera.", "rdfs:label": "PhotographAction", "rdfs:subClassOf": { "@id": "schema:CreateAction" } }, { "@id": "schema:Nonprofit501c4", "@type": "schema:USNonprofitType", "rdfs:comment": "Nonprofit501c4: Non-profit type referring to Civic Leagues, Social Welfare Organizations, and Local Associations of Employees.", "rdfs:label": "Nonprofit501c4", "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2543" } }, { "@id": "schema:vehicleSpecialUsage", "@type": "rdf:Property", "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", "schema:domainIncludes": { "@id": "schema:Vehicle" }, "schema:isPartOf": { "@id": "https://auto.schema.org" }, "schema:rangeIncludes": [ { "@id": "schema:CarUsageType" }, { "@id": "schema:Text" } ], "schema:source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" } }, { "@id": "schema:album", "@type": "rdf:Property", "rdfs:comment": "A music album.", "rdfs:label": "album", "schema:domainIncludes": { "@id": "schema:MusicGroup" }, "schema:rangeIncludes": { "@id": "schema:MusicAlbum" } }, { "@id": "schema:includedInHealthInsurancePlan", "@type": "rdf:Property", "rdfs:comment": "The insurance plans that cover this drug.", "rdfs:label": "includedInHealthInsurancePlan", "schema:domainIncludes": { "@id": "schema:Drug" }, "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:rangeIncludes": { "@id": "schema:HealthInsurancePlan" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" } }, { "@id": "schema:BodyMeasurementWeight", "@type": "schema:BodyMeasurementTypeEnumeration", "rdfs:comment": "Body weight. Used, for example, to measure pantyhose.", "rdfs:label": "BodyMeasurementWeight", "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2811" } }, { "@id": "schema: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": "schema:Reservation" } }, { "@id": "schema:causeOf", "@type": "rdf:Property", "rdfs:comment": "The condition, complication, symptom, sign, etc. caused.", "rdfs:label": "causeOf", "schema:domainIncludes": { "@id": "schema:MedicalCause" }, "schema:isPartOf": { "@id": "https://health-lifesci.schema.org" }, "schema:rangeIncludes": { "@id": "schema:MedicalEntity" } }, { "@id": "schema:cutoffTime", "@type": "rdf:Property", "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", "schema:domainIncludes": { "@id": "schema:ShippingDeliveryTime" }, "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:rangeIncludes": { "@id": "schema:Time" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2506" } }, { "@id": "schema:MonetaryGrant", "@type": "rdfs:Class", "rdfs:comment": "A monetary grant.", "rdfs:label": "MonetaryGrant", "rdfs:subClassOf": { "@id": "schema:Grant" }, "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/383" }, { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab" } ] }, { "@id": "schema:studySubject", "@type": "rdf:Property", "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", "schema:domainIncludes": { "@id": "schema:MedicalStudy" }, "schema:isPartOf": { "@id": "https://health-lifesci.schema.org" }, "schema:rangeIncludes": { "@id": "schema:MedicalEntity" } }, { "@id": "schema:TreatmentIndication", "@type": "rdfs:Class", "rdfs:comment": "An indication for treating an underlying condition, symptom, etc.", "rdfs:label": "TreatmentIndication", "rdfs:subClassOf": { "@id": "schema:MedicalIndication" }, "schema:isPartOf": { "@id": "https://health-lifesci.schema.org" } }, { "@id": "schema:Cemetery", "@type": "rdfs:Class", "rdfs:comment": "A graveyard.", "rdfs:label": "Cemetery", "rdfs:subClassOf": { "@id": "schema:CivicStructure" } }, { "@id": "schema:hasMeasurement", "@type": "rdf:Property", "rdfs:comment": "A product measurement, for example the inseam of pants, the wheel size of a bicycle, or the gauge of a screw. Usually an exact measurement, but can also be a range of measurements for adjustable products, for example belts and ski bindings.", "rdfs:label": "hasMeasurement", "schema:domainIncludes": [ { "@id": "schema:SizeSpecification" }, { "@id": "schema:Product" }, { "@id": "schema:Offer" } ], "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:rangeIncludes": { "@id": "schema:QuantitativeValue" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2811" } }, { "@id": "schema:catalog", "@type": "rdf:Property", "rdfs:comment": "A data catalog which contains this dataset.", "rdfs:label": "catalog", "schema:domainIncludes": { "@id": "schema:Dataset" }, "schema:rangeIncludes": { "@id": "schema:DataCatalog" }, "schema:supersededBy": { "@id": "schema:includedInDataCatalog" } }, { "@id": "schema:EUEnergyEfficiencyCategoryA3Plus", "@type": "schema:EUEnergyEfficiencyEnumeration", "rdfs:comment": "Represents EU Energy Efficiency Class A+++ as defined in EU energy labeling regulations.", "rdfs:label": "EUEnergyEfficiencyCategoryA3Plus", "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2670" } }, { "@id": "schema:DigitalPlatformEnumeration", "@type": "rdfs:Class", "rdfs:comment": "Enumerates some common technology platforms, for use with properties such as [[actionPlatform]]. It is not supposed to be comprehensive - when a suitable code is not enumerated here, textual or URL values can be used instead. These codes are at a fairly high level and do not deal with versioning and other nuance. Additional codes can be suggested [in github](https://github.com/schemaorg/schemaorg/issues/3057). ", "rdfs:label": "DigitalPlatformEnumeration", "rdfs:subClassOf": { "@id": "schema:Enumeration" }, "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/3057" } }, { "@id": "schema:datasetTimeInterval", "@type": "rdf:Property", "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", "schema:domainIncludes": { "@id": "schema:Dataset" }, "schema:rangeIncludes": { "@id": "schema:DateTime" }, "schema:supersededBy": { "@id": "schema:temporalCoverage" } }, { "@id": "schema:endorsers", "@type": "rdf:Property", "rdfs:comment": "People or organizations that endorse the plan.", "rdfs:label": "endorsers", "schema:domainIncludes": { "@id": "schema:Diet" }, "schema:isPartOf": { "@id": "https://health-lifesci.schema.org" }, "schema:rangeIncludes": [ { "@id": "schema:Person" }, { "@id": "schema:Organization" } ] }, { "@id": "schema:PublicHealth", "@type": "schema:MedicalSpecialty", "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": "schema:MedicalBusiness" }, "schema:isPartOf": { "@id": "https://health-lifesci.schema.org" } }, { "@id": "schema:WearableSizeSystemEN13402", "@type": "schema:WearableSizeSystemEnumeration", "rdfs:comment": "EN 13402 (joint European standard for size labelling of clothes).", "rdfs:label": "WearableSizeSystemEN13402", "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2811" } }, { "@id": "schema:CheckInAction", "@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* [[CheckOutAction]]: The antonym of CheckInAction.\\n* [[ArriveAction]]: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.\\n* [[ConfirmAction]]: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the *start* of a previously reserved service rather than its validity/existence.", "rdfs:label": "CheckInAction", "rdfs:subClassOf": { "@id": "schema:CommunicateAction" } }, { "@id": "schema:DistanceFee", "@type": "schema:PriceComponentTypeEnumeration", "rdfs:comment": "Represents the distance fee (e.g., price per km or mile) part of the total price for an offered product, for example a car rental.", "rdfs:label": "DistanceFee", "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2689" } }, { "@id": "schema:WearableSizeGroupExtraShort", "@type": "schema:WearableSizeGroupEnumeration", "rdfs:comment": "Size group \"Extra Short\" for wearables.", "rdfs:label": "WearableSizeGroupExtraShort", "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2811" } }, { "@id": "schema:EventAttendanceModeEnumeration", "@type": "rdfs:Class", "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": "schema:Enumeration" }, "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1842" } }, { "@id": "schema:sibling", "@type": "rdf:Property", "rdfs:comment": "A sibling of the person.", "rdfs:label": "sibling", "schema:domainIncludes": { "@id": "schema:Person" }, "schema:rangeIncludes": { "@id": "schema:Person" } }, { "@id": "schema:isGift", "@type": "rdf:Property", "rdfs:comment": "Indicates whether the offer was accepted as a gift for someone other than the buyer.", "rdfs:label": "isGift", "schema:domainIncludes": { "@id": "schema:Order" }, "schema:rangeIncludes": { "@id": "schema:Boolean" } }, { "@id": "schema:countryOfAssembly", "@type": "rdf:Property", "rdfs:comment": "The place where the product was assembled.", "rdfs:label": "countryOfAssembly", "schema:domainIncludes": { "@id": "schema:Product" }, "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:rangeIncludes": { "@id": "schema:Text" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/991" } }, { "@id": "schema:applicationDeadline", "@type": "rdf:Property", "rdfs:comment": "The date at which the program stops collecting applications for the next enrollment cycle.", "rdfs:label": "applicationDeadline", "schema:domainIncludes": { "@id": "schema:EducationalOccupationalProgram" }, "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:rangeIncludes": { "@id": "schema:Date" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2419" } }, { "@id": "schema:eligibleQuantity", "@type": "rdf:Property", "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", "schema:domainIncludes": [ { "@id": "schema:Demand" }, { "@id": "schema:PriceSpecification" }, { "@id": "schema:Offer" } ], "schema:rangeIncludes": { "@id": "schema:QuantitativeValue" }, "schema:source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" } }, { "@id": "schema:performer", "@type": "rdf:Property", "rdfs:comment": "A performer at the event&#x2014;for example, a presenter, musician, musical group or actor.", "rdfs:label": "performer", "schema:domainIncludes": { "@id": "schema:Event" }, "schema:rangeIncludes": [ { "@id": "schema:Person" }, { "@id": "schema:Organization" } ] }, { "@id": "schema:WearableSizeSystemJP", "@type": "schema:WearableSizeSystemEnumeration", "rdfs:comment": "Japanese size system for wearables.", "rdfs:label": "WearableSizeSystemJP", "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2811" } }, { "@id": "schema:OrderCancelled", "@type": "schema:OrderStatus", "rdfs:comment": "OrderStatus representing cancellation of an order.", "rdfs:label": "OrderCancelled" }, { "@id": "schema:StrengthTraining", "@type": "schema:PhysicalActivityCategory", "rdfs:comment": "Physical activity that is engaged in to improve muscle and bone strength. Also referred to as resistance training.", "rdfs:label": "StrengthTraining", "schema:isPartOf": { "@id": "https://health-lifesci.schema.org" } }, { "@id": "schema:MedicalProcedure", "@type": "rdfs:Class", "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": "schema:MedicalEntity" }, "schema:isPartOf": { "@id": "https://health-lifesci.schema.org" } }, { "@id": "schema: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": "schema:Reservation" } }, { "@id": "schema:CoverArt", "@type": "rdfs:Class", "rdfs:comment": "The artwork on the outer surface of a CreativeWork.", "rdfs:label": "CoverArt", "rdfs:subClassOf": { "@id": "schema:VisualArtwork" }, "schema:isPartOf": { "@id": "https://bib.schema.org" } }, { "@id": "schema:Osteopathic", "@type": "schema:MedicineSystem", "rdfs:comment": "A system of medicine focused on promoting the body's innate ability to heal itself.", "rdfs:label": "Osteopathic", "schema:isPartOf": { "@id": "https://health-lifesci.schema.org" } }, { "@id": "schema:DigitalAudioTapeFormat", "@type": "schema:MusicReleaseFormatType", "rdfs:comment": "DigitalAudioTapeFormat.", "rdfs:label": "DigitalAudioTapeFormat", "schema:source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" } }, { "@id": "schema:HealthInsurancePlan", "@type": "rdfs:Class", "rdfs:comment": "A US-style health insurance plan, including PPOs, EPOs, and HMOs. ", "rdfs:label": "HealthInsurancePlan", "rdfs:subClassOf": { "@id": "schema:Intangible" }, "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" } }, { "@id": "schema: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": "schema:Organization" } }, { "@id": "schema: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": "schema:Action" } }, { "@id": "schema:AutoRepair", "@type": "rdfs:Class", "rdfs:comment": "Car repair business.", "rdfs:label": "AutoRepair", "rdfs:subClassOf": { "@id": "schema:AutomotiveBusiness" } }, { "@id": "schema:OnlineBusiness", "@type": "rdfs:Class", "rdfs:comment": "A particular online business, either standalone or the online part of a broader organization. Examples include an eCommerce site, an online travel booking site, an online learning site, an online logistics and shipping provider, an online (virtual) doctor, etc.", "rdfs:label": "OnlineBusiness", "rdfs:subClassOf": { "@id": "schema:Organization" }, "schema:isPartOf": { "@id": "https://pending.schema.org" }, "schema:source": { "@id": "https://github.com/schemaorg/schemaorg/issues/3028" } }, { "@id": "schema:ResultsAvailable", "@type": "schema:MedicalStudyStatus", "rdfs:comment": "Results are available.", "rdfs:label": "ResultsAvailable", "schema:isPartOf": { "@id": "https://health-lifesci.schema.org" } }, { "@id": "schema:broadcastChannelId", "@type": "rdf:Property", "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", "schema:domainIncludes": { "@id": "schema:BroadcastChannel" }, "schema:rangeIncludes": { "@id": "schema:Text" } }, { "@id": "schema:Suite", "@type": "rdfs:Class", "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 <a href=\"http://en.wikipedia.org/wiki/Suite_(hotel)\">http://en.wikipedia.org/wiki/Suite_(hotel)</a>).\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.\n", "rdfs:label": "Suite", "rdfs:subClassOf": { "@id": "schema:Accommodation" }, "schema:source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" } }, { "@id": "schema:closes", "@type": "rdf:Property", "rdfs:comment": "The closing hour of the place or service on the given day(s) of the week.", "rdfs:label": "closes", "schema:domainIncludes": { "@id": "schema:OpeningHoursSpecification" }, "schema:rangeIncludes": { "@id": "schema:Time" }, "schema:source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" } }, { "@id": "schema:legislationTransposes", "@type": "rdf:Property", "owl:equivalentProperty": { "@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