schema:MonetaryAmount leaf node


URI

http://schema.org/MonetaryAmount

Label

MonetaryAmount

Usage

Instances of schema:MonetaryAmount can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class schema:MonetaryAmount
schema:currency rdf:Property The currency in which the monetary amount is expressed.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. \"BTC\"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. \"Ithaca HOUR\". xsd:string
schema:validFrom rdf:Property The date when the item becomes valid. xsd:date
schema:validThrough rdf:Property The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours. xsd:date
schema:value rdf:Property The value of the quantitative value or property value node.\\n\\n* For [[QuantitativeValue]] and [[MonetaryAmount]], the recommended type for values is 'Number'.\\n* For [[PropertyValue]], it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator. xsd:float
From class schema:Thing
schema:alternateName rdf:Property An alias for the item. xsd:string
schema:description rdf:Property A description of the item. rdf:langString xsd:string
schema:identifier rdf:Property The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. xsd:string sh:IRI
schema:image rdf:Property An image of the item. sh:IRI
schema:name rdf:Property The name of the item. xsd:string
schema:sameAs rdf:Property URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. sh:IRI
schema:url rdf:Property URL of the item. sh:IRI

Property Shapes

By the associated SHACL property shapes, instances of schema:MonetaryAmount can have the following properties:

PROPERTY

PROPERTY TYPE

DESCRIPTION

MIN COUNT

MAX COUNT

LOCAL RANGE
(type range for property on this class)

GLOBAL RANGE
(type range for property globally)

schema:MonetaryAmount
schema:currency rdf:Property The currency in which the monetary amount is expressed.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. \"BTC\"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. \"Ithaca HOUR\".
The currency in which the monetary amount is expressed.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. \"BTC\"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. \"Ithaca HOUR\".
1 1 xsd:string
owl:Thing
schema:validFrom rdf:Property The date when the item becomes valid.
The date when the item becomes valid.
1 xsd:date
owl:Thing
schema:validThrough rdf:Property The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.
The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.
1 xsd:date
owl:Thing
schema:value rdf:Property The value of the quantitative value or property value node.\\n\\n* For [[QuantitativeValue]] and [[MonetaryAmount]], the recommended type for values is 'Number'.\\n* For [[PropertyValue]], it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.
The value of the quantitative value or property value node.\\n\\n* For [[QuantitativeValue]] and [[MonetaryAmount]], the recommended type for values is 'Number'.\\n* For [[PropertyValue]], it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.
1 1 xsd:float
owl:Thing
schema:Thing
schema:alternateName rdf:Property An alias for the item.
An alias for the item.
xsd:string
owl:Thing
schema:description rdf:Property A description of the item.
A description of the item.
1 owl:Thing
schema:identifier rdf:Property The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.
The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.
1 owl:Thing
schema:image rdf:Property An image of the item.
An image of the item.
1 owl:Thing
schema:name rdf:Property The name of the item.
The name of the item.
1 1 xsd:string
owl:Thing
schema:sameAs rdf:Property URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.
URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.
owl:Thing
schema:url rdf:Property URL of the item.
URL of the item.
owl:Thing

Implementation

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .

schema:MonetaryAmount a rdfs:Class ;
    rdfs:subClassOf schema:StructuredValue .