Matches in Stad Gent for { ?s <http://www.w3.org/2000/01/rdf-schema#comment> ?o ?g. }
- inChIKey comment "InChIKey is a hashed version of the full InChI (using the SHA-256 algorithm)." fill_in_here.
- inCodeSet comment "A <a class="localLink" href="/CategoryCodeSet">CategoryCodeSet</a> that contains this category code." fill_in_here.
- inDefinedTermSet comment "A <a class="localLink" href="/DefinedTermSet">DefinedTermSet</a> that contains this term." fill_in_here.
- inPlaylist comment "The playlist to which this recording belongs." fill_in_here.
- inProductGroupWithID comment "Indicates the <a class="localLink" href="/productGroupID">productGroupID</a> for a <a class="localLink" href="/ProductGroup">ProductGroup</a> that this product <a class="localLink" href="/isVariantOf">isVariantOf</a>." fill_in_here.
- inStoreReturnsOffered comment "Are in-store returns offered? (For more advanced return methods use the <a class="localLink" href="/returnMethod">returnMethod</a> property.)" fill_in_here.
- inSupportOf comment "Qualification, candidature, degree, application that Thesis supports." fill_in_here.
- incentiveAmount comment "Describes the amount that can be redeemed from this incentive.<br/><br/> <a class="localLink" href="/QuantitativeValue">QuantitativeValue</a>: Use this for incentives based on price (either raw amount or percentage-based). For a raw amount example, "You can claim $2,500 - $7,500 from the total cost of installation" would be represented as the following:<br/><br/> <pre><code>{ "@type": "QuantitativeValue", “minValue”: 2500, “maxValue”: 7500, "unitCode": "USD" } </code></pre> <a class="localLink" href="/QuantitivateValue">QuantitivateValue</a> can also be used for percentage amounts. In such cases, value is used to represent the incentive’s percentage, while maxValue represents a limit (if one exists) to that incentive. The unitCode should be 'P1' and the unitText should be '%', while valueReference should be used for holding the currency type. For example, "You can claim up to 30% of the total cost of installation, up to a maximum of $7,500" would be:<br/><br/> <pre><code>{ "@type": "QuantitativeValue", "value": 30, "unitCode": "P1", "unitText": "%", “maxValue”: 7500, “valueReference”: “USD” } </code></pre> <a class="localLink" href="/UnitPriceSpecification">UnitPriceSpecification</a>: Use this for incentives that are based on amounts rather than price. For example, a net metering rebate that pays $10/kWh, up to $1,000:<br/><br/> <pre><code>{ "@type": "UnitPriceSpecification", "price": 10, "priceCurrency": "USD", "referenceQuantity": 1, "unitCode": "DO3", "unitText": "kw/h", "maxPrice": 1000, "description": "$10 / kwh up to $1000" } </code></pre> <a class="localLink" href="/LoanOrCredit">LoanOrCredit</a>: Use for incentives that are loan based. For example, a loan of $4,000 - $50,000 with a repayment term of 10 years, interest free would look like:<br/><br/> <pre><code>{ "@type": "LoanOrCredit", "loanTerm": { "@type":"QuantitativeValue", "value":"10", "unitCode": "ANN" }, "amount":[ { "@type": "QuantitativeValue", "Name":"fixed interest rate", "value":"0", }, ], "amount":[ { "@type": "MonetaryAmount", "Name":"min loan amount", "value":"4000", "currency":"CAD" }, { "@type": "MonetaryAmount", "Name":"max loan amount", "value":"50000", "currency":"CAD" } ], } </code></pre> In summary: <ul><li>Use <a class="localLink" href="/QuantitativeValue">QuantitativeValue</a> for absolute/percentage-based incentives applied on the price of a good/service.</li> <li>Use <a class="localLink" href="/UnitPriceSpecification">UnitPriceSpecification</a> for incentives based on a per-unit basis (e.g. net metering).</li> <li>Use <a class="localLink" href="/LoanOrCredit">LoanOrCredit</a> for loans/credits.</li> </ul>." fill_in_here.
- incentiveCompensation comment "Description of bonus and commission compensation aspects of the job." fill_in_here.
- incentiveStatus comment "The status of the incentive (active, on hold, retired, etc.)." fill_in_here.
- incentiveType comment "The type of incentive offered (tax credit/rebate, tax deduction, tax waiver, subsidies, etc.)." fill_in_here.
- incentives comment "Description of bonus and commission compensation aspects of the job." fill_in_here.
- incentivizedItem comment "The type or specific product(s) and/or service(s) being incentivized.<br/><br/> DefinedTermSets are used for product and service categories such as the United Nations Standard Products and Services Code:<br/><br/> <pre><code>{ "@type": "DefinedTerm", "inDefinedTermSet": "https://www.unspsc.org/", "termCode": "261315XX", "name": "Photovoltaic module" } </code></pre> For a specific product or service, use the Product type:<br/><br/> <pre><code>{ "@type": "Product", "name": "Kenmore White 17" Microwave", } </code></pre> For multiple different incentivized items, use multiple <a class="localLink" href="/DefinedTerm">DefinedTerm</a> or <a class="localLink" href="/Product">Product</a>." fill_in_here.
- includedComposition comment "Smaller compositions included in this work (e.g. a movement in a symphony)." fill_in_here.
- includedDataCatalog comment "A data catalog which contains this dataset (this property was previously 'catalog', preferred name is now 'includedInDataCatalog')." fill_in_here.
- includedInDataCatalog comment "A data catalog which contains this dataset." fill_in_here.
- includedInHealthInsurancePlan comment "The insurance plans that cover this drug." fill_in_here.
- includedRiskFactor comment "A modifiable or non-modifiable risk factor included in the calculation, e.g. age, coexisting condition." fill_in_here.
- includesAttraction comment "Attraction located at destination." fill_in_here.
- includesHealthPlanFormulary comment "Formularies covered by this plan." fill_in_here.
- includesHealthPlanNetwork comment "Networks covered by this plan." fill_in_here.
- includesObject comment "This links to a node or nodes indicating the exact quantity of the products included in an <a class="localLink" href="/Offer">Offer</a> or <a class="localLink" href="/ProductCollection">ProductCollection</a>." fill_in_here.
- incomeLimit comment "Optional. Income limit for which the incentive is applicable for.<br/><br/> If MonetaryAmount is specified, this should be based on annualized income (e.g. if an incentive is limited to those making <$114,000 annually):<br/><br/> <pre><code>{ "@type": "MonetaryAmount", "maxValue": 114000, "currency": "USD", } </code></pre> Use Text for incentives that are limited based on other criteria, for example if an incentive is only available to recipients making 120% of the median poverty income in their area." fill_in_here.
- increasesRiskOf comment "The condition, complication, etc. influenced by this factor." fill_in_here.
- industry comment "The industry associated with the job position." fill_in_here.
- ineligibleRegion 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.<br/><br/> See also <a class="localLink" href="/eligibleRegion">eligibleRegion</a>." fill_in_here.
- infectiousAgent comment "The actual infectious agent, such as a specific bacterium." fill_in_here.
- infectiousAgentClass comment "The class of infectious agent (bacteria, prion, etc.) that causes the disease." fill_in_here.
- ingredients comment "A single ingredient used in the recipe, e.g. sugar, flour or garlic." fill_in_here.
- inker comment "The individual who traces over the pencil drawings in ink after pencils are complete." fill_in_here.
- insertion comment "The place of attachment of a muscle, or what the muscle moves." fill_in_here.
- installUrl comment "URL at which the app may be installed, if different from the URL of the item." fill_in_here.
- instructor comment "A person assigned to instruct or provide instructional assistance for the <a class="localLink" href="/CourseInstance">CourseInstance</a>." fill_in_here.
- instrument comment "The object that helped the agent perform the action. E.g. John wrote a book with <em>a pen</em>." fill_in_here.
- intensity comment "Quantitative measure gauging the degree of force involved in the exercise, for example, heartbeats per minute. May include the velocity of the movement." fill_in_here.
- interactingDrug 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." fill_in_here.
- interactionCount comment "This property is deprecated, alongside the UserInteraction types on which it depended." fill_in_here.
- interactionService comment "The WebSite or SoftwareApplication where the interactions took place." fill_in_here.
- interactionStatistic comment "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used." fill_in_here.
- interactionType comment "The Action representing the type of interaction. For up votes, +1s, etc. use <a class="localLink" href="/LikeAction">LikeAction</a>. For down votes use <a class="localLink" href="/DislikeAction">DislikeAction</a>. Otherwise, use the most specific Action." fill_in_here.
- interactivityType comment "The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'." fill_in_here.
- interestRate comment "The interest rate, charged or paid, applicable to the financial product. Note: This is different from the calculated annualPercentageRate." fill_in_here.
- interpretedAsClaim comment "Used to indicate a specific claim contained, implied, translated or refined from the content of a <a class="localLink" href="/MediaObject">MediaObject</a> or other <a class="localLink" href="/CreativeWork">CreativeWork</a>. The interpreting party can be indicated using <a class="localLink" href="/claimInterpreter">claimInterpreter</a>." fill_in_here.
- inventoryLevel comment "The current approximate inventory level for the item or items." fill_in_here.
- inverseOf 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." fill_in_here.
- isAcceptingNewPatients comment "Whether the provider is accepting new patients." fill_in_here.
- isAccessibleForFree comment "A flag to signal that the item, event, or place is accessible for free." fill_in_here.
- isAccessoryOrSparePartFor comment "A pointer to another product (or multiple products) for which this product is an accessory or spare part." fill_in_here.
- isAvailableGenerically comment "True if the drug is available in a generic form (regardless of name)." fill_in_here.
- isBasedOn comment "A resource from which this work is derived or from which it is a modification or adaptation." fill_in_here.
- isBasedOnUrl 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." fill_in_here.
- isConsumableFor comment "A pointer to another product (or multiple products) for which this product is a consumable." fill_in_here.
- isEncodedByBioChemEntity comment "Another BioChemEntity encoding by this one." fill_in_here.
- isFamilyFriendly comment "Indicates whether this content is family friendly." fill_in_here.
- isGift comment "Indicates whether the offer was accepted as a gift for someone other than the buyer." fill_in_here.
- isInvolvedInBiologicalProcess comment "Biological process this BioChemEntity is involved in; please use PropertyValue if you want to include any evidence." fill_in_here.
- isLiveBroadcast comment "True if the broadcast is of a live event." fill_in_here.
- isLocatedInSubcellularLocation comment "Subcellular location where this BioChemEntity is located; please use PropertyValue if you want to include any evidence." fill_in_here.
- isPartOf comment "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of." fill_in_here.
- isPartOfBioChemEntity comment "Indicates a BioChemEntity that is (in some sense) a part of this BioChemEntity." fill_in_here.
- isPlanForApartment comment "Indicates some accommodation that this floor plan describes." fill_in_here.
- isProprietary comment "True if this item's name is a proprietary/brand name (vs. generic name)." fill_in_here.
- isRelatedTo comment "A pointer to another, somehow related product (or multiple products)." fill_in_here.
- isResizable comment "Whether the 3DModel allows resizing. For example, room layout applications often do not allow 3DModel elements to be resized to reflect reality." fill_in_here.
- isSimilarTo comment "A pointer to another, functionally similar product (or multiple products)." fill_in_here.
- isTierOf comment "The member program this tier is a part of." fill_in_here.
- isUnlabelledFallback comment "This can be marked 'true' to indicate that some published <a class="localLink" href="/DeliveryTimeSettings">DeliveryTimeSettings</a> or <a class="localLink" href="/ShippingRateSettings">ShippingRateSettings</a> are intended to apply to all <a class="localLink" href="/OfferShippingDetails">OfferShippingDetails</a> published by the same merchant, when referenced by a <a class="localLink" href="/shippingSettingsLink">shippingSettingsLink</a> in those settings. It is not meaningful to use a 'true' value for this property alongside a transitTimeLabel (for <a class="localLink" href="/DeliveryTimeSettings">DeliveryTimeSettings</a>) or shippingLabel (for <a class="localLink" href="/ShippingRateSettings">ShippingRateSettings</a>), since this property is for use with unlabelled settings." fill_in_here.
- isVariantOf comment "Indicates the kind of product that this is a variant of. In the case of <a class="localLink" href="/ProductModel">ProductModel</a>, 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 <a class="localLink" href="/ProductGroup">ProductGroup</a>, 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 <a class="localLink" href="/ProductGroup">ProductGroup</a>, this property can apply to any <a class="localLink" href="/Product">Product</a> included in the group." fill_in_here.
- isbn comment "The ISBN of the book." fill_in_here.
- isicV4 comment "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place." fill_in_here.
- iso6523Code comment "An organization identifier as defined in <a href="https://en.wikipedia.org/wiki/ISO/IEC_6523">ISO 6523(-1)</a>. The identifier should be in the <code>XXXX:YYYYYY:ZZZ</code> or <code>XXXX:YYYYYY</code>format. Where <code>XXXX</code> is a 4 digit <em>ICD</em> (International Code Designator), <code>YYYYYY</code> is an <em>OID</em> (Organization Identifier) with all formatting characters (dots, dashes, spaces) removed with a maximal length of 35 characters, and <code>ZZZ</code> is an optional OPI (Organization Part Identifier) with a maximum length of 35 characters. The various components (ICD, OID, OPI) are joined with a colon character (ASCII <code>0x3a</code>). Note that many existing organization identifiers defined as attributes like <a href="https://schema.org/leiCode">leiCode</a> (<code>0199</code>), <a href="https://schema.org/duns">duns</a> (<code>0060</code>) or <a href="https://schema.org/globalLocationNumber">GLN</a> (<code>0088</code>) can be expressed using ISO-6523. If possible, ISO-6523 codes should be preferred to populating <a href="https://schema.org/vatID">vatID</a> or <a href="https://schema.org/taxID">taxID</a>, as ISO identifiers are less ambiguous." fill_in_here.
- isrcCode comment "The International Standard Recording Code for the recording." fill_in_here.
- issn 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." fill_in_here.
- issueNumber comment "Identifies the issue of publication; for example, "iii" or "2"." fill_in_here.
- issuedBy comment "The organization issuing the item, for example a <a class="localLink" href="/Permit">Permit</a>, <a class="localLink" href="/Ticket">Ticket</a>, or <a class="localLink" href="/Certification">Certification</a>." fill_in_here.
- issuedThrough comment "The service through which the permit was granted." fill_in_here.
- iswcCode comment "The International Standard Musical Work Code for the composition." fill_in_here.
- item comment "An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')." fill_in_here.
- itemCondition comment "A predefined value from OfferItemCondition specifying the condition of the product or service, or the products or services included in the offer. Also used for product return policies to specify the condition of products accepted for returns." fill_in_here.
- itemDefectReturnFees comment "The type of return fees for returns of defect products." fill_in_here.
- itemDefectReturnLabelSource comment "The method (from an enumeration) by which the customer obtains a return shipping label for a defect product." fill_in_here.
- itemDefectReturnShippingFeesAmount comment "Amount of shipping costs for defect product returns. Applicable when property <a class="localLink" href="/itemDefectReturnFees">itemDefectReturnFees</a> equals <a class="localLink" href="/ReturnShippingFees">ReturnShippingFees</a>." fill_in_here.
- itemListElement comment "For itemListElement values, you can use simple strings (e.g. "Peter", "Paul", "Mary"), existing entities, or use ListItem.<br/><br/> Text 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.<br/><br/> Note: 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." fill_in_here.
- itemListOrder comment "Type of ordering (e.g. Ascending, Descending, Unordered)." fill_in_here.
- itemLocation comment "Current location of the item." fill_in_here.
- itemOffered comment "An item being offered (or demanded). The transactional nature of the offer or demand is documented using <a class="localLink" href="/businessFunction">businessFunction</a>, 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." fill_in_here.
- itemReviewed comment "The item that is being reviewed/rated." fill_in_here.
- itemShipped comment "Item(s) being shipped." fill_in_here.
- itinerary comment "Destination(s) ( <a class="localLink" href="/Place">Place</a> ) that make up a trip. For a trip where destination order is important use <a class="localLink" href="/ItemList">ItemList</a> to specify that order (see examples)." fill_in_here.
- iupacName comment "Systematic method of naming chemical compounds as recommended by the International Union of Pure and Applied Chemistry (IUPAC)." fill_in_here.
- jobBenefits comment "Description of benefits associated with the job." fill_in_here.
- jobImmediateStart comment "An indicator as to whether a position is available for an immediate start." fill_in_here.
- jobLocation comment "A (typically single) geographic location associated with the job position." fill_in_here.
- jobLocationType comment "A description of the job location (e.g. TELECOMMUTE for telecommute jobs)." fill_in_here.
- jobStartDate 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." fill_in_here.
- jobTitle comment "The job title of the person (for example, Financial Manager)." fill_in_here.
- jurisdiction comment "Indicates a legal jurisdiction, e.g. of some legislation, or where some government service is based." fill_in_here.
- keywords comment "Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property." fill_in_here.
- knownVehicleDamages comment "A textual description of known damages, both repaired and unrepaired." fill_in_here.
- knows comment "The most generic bi-directional social/work relation." fill_in_here.