René's URL Explorer Experiment


Title: MonetaryAmount - Schema.org Type

Description: Schema.org Type: MonetaryAmount - A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc. It is recommended to use PriceSpecification Types to describe the price of an Offer, Invoice, etc.

direct link

Domain: schema.org


Hey, it has json ld scripts:
{
  "@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:Intangible",
      "@type": "rdfs:Class",
      "rdfs:comment": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.",
      "rdfs:label": "Intangible",
      "rdfs:subClassOf": {
        "@id": "schema:Thing"
      }
    },
    {
      "@id": "schema:MonetaryAmount",
      "@type": "rdfs:Class",
      "rdfs:comment": "A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between \u00a31,000 and \u00a31,000,000 GBP, or the value of a salary, etc. It is recommended to use [[PriceSpecification]] Types to describe the price of an Offer, Invoice, etc.",
      "rdfs:label": "MonetaryAmount",
      "rdfs:subClassOf": {
        "@id": "schema:StructuredValue"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/FIBO"
      }
    },
    {
      "@id": "schema:StructuredValue",
      "@type": "rdfs:Class",
      "rdfs:comment": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing.",
      "rdfs:label": "StructuredValue",
      "rdfs:subClassOf": {
        "@id": "schema:Intangible"
      }
    },
    {
      "@id": "schema:Thing",
      "@type": "rdfs:Class",
      "rdfs:comment": "The most generic type of item.",
      "rdfs:label": "Thing"
    },
    {
      "@id": "schema:additionalType",
      "@type": "rdf:Property",
      "rdfs:comment": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the\n    use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org style guide.",
      "rdfs:label": "additionalType",
      "rdfs:subPropertyOf": {
        "@id": "rdf:type"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:alternateName",
      "@type": "rdf:Property",
      "rdfs:comment": "An alias for the item.",
      "rdfs:label": "alternateName",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:currency",
      "@type": "rdf:Property",
      "rdfs:comment": "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 Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\".",
      "rdfs:label": "currency",
      "owl:equivalentProperty": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/hasCurrency"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:DatedMoneySpecification"
        },
        {
          "@id": "schema:ExchangeRateSpecification"
        },
        {
          "@id": "schema:LoanOrCredit"
        },
        {
          "@id": "schema:MonetaryAmount"
        },
        {
          "@id": "schema:MonetaryAmountDistribution"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1253"
      }
    },
    {
      "@id": "schema:description",
      "@type": "rdf:Property",
      "rdfs:comment": "A description of the item.",
      "rdfs:label": "description",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:description"
        },
        {
          "@id": "http://ogp.me/ns#description"
        },
        {
          "@id": "https://ref.gs1.org/voc/description"
        }
      ],
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:TextObject"
        }
      ]
    },
    {
      "@id": "schema:disambiguatingDescription",
      "@type": "rdf:Property",
      "rdfs:comment": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.",
      "rdfs:label": "disambiguatingDescription",
      "rdfs:subPropertyOf": {
        "@id": "schema:description"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:identifier",
      "@type": "rdf:Property",
      "rdfs:comment": "The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.\n        ",
      "rdfs:label": "identifier",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:identifier"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Identifiers/identifiedBy"
        }
      ],
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:image",
      "@type": "rdf:Property",
      "rdfs:comment": "An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].",
      "rdfs:label": "image",
      "owl:equivalentProperty": {
        "@id": "http://ogp.me/ns#image"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:ImageObject"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:mainEntityOfPage",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.",
      "rdfs:label": "mainEntityOfPage",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:mainEntity"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:maxValue",
      "@type": "rdf:Property",
      "rdfs:comment": "The upper value of some characteristic or property.",
      "rdfs:label": "maxValue",
      "rdfs:subPropertyOf": {
        "@id": "https://www.omg.org/spec/Commons/Quantities/hasUpperBound"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:MonetaryAmount"
        },
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:PropertyValueSpecification"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Number"
      }
    },
    {
      "@id": "schema:minValue",
      "@type": "rdf:Property",
      "rdfs:comment": "The lower value of some characteristic or property.",
      "rdfs:label": "minValue",
      "rdfs:subPropertyOf": {
        "@id": "https://www.omg.org/spec/Commons/Quantities/hasLowerBound"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:MonetaryAmount"
        },
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:PropertyValueSpecification"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Number"
      }
    },
    {
      "@id": "schema:name",
      "@type": "rdf:Property",
      "rdfs:comment": "The name of the item.",
      "rdfs:label": "name",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:title"
        },
        {
          "@id": "http://ogp.me/ns#title"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Text/hasName"
        }
      ],
      "rdfs:subPropertyOf": {
        "@id": "rdfs:label"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:owner",
      "@type": "rdf:Property",
      "rdfs:comment": "A person or organization who owns this Thing.",
      "rdfs:label": "owner",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:owns"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/4603"
      }
    },
    {
      "@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:sameAs",
      "@type": "rdf:Property",
      "rdfs:comment": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.",
      "rdfs:label": "sameAs",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:subjectOf",
      "@type": "rdf:Property",
      "rdfs:comment": "A CreativeWork or Event about this Thing.",
      "rdfs:label": "subjectOf",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:about"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1670"
      }
    },
    {
      "@id": "schema:url",
      "@type": "rdf:Property",
      "rdfs:comment": "URL of the item.",
      "rdfs:label": "url",
      "owl:equivalentProperty": {
        "@id": "http://ogp.me/ns#url"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:validFrom",
      "@type": "rdf:Property",
      "rdfs:comment": "The date when the item becomes valid.",
      "rdfs:label": "validFrom",
      "owl:equivalentProperty": {
        "@id": "https://www.omg.org/spec/Commons/DatesAndTimes/hasStartDate"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Certification"
        },
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:FinancialIncentive"
        },
        {
          "@id": "schema:LocationFeatureSpecification"
        },
        {
          "@id": "schema:MonetaryAmount"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:OpeningHoursSpecification"
        },
        {
          "@id": "schema:Permit"
        },
        {
          "@id": "schema:PriceSpecification"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Date"
        },
        {
          "@id": "schema:DateTime"
        }
      ]
    },
    {
      "@id": "schema:validThrough",
      "@type": "rdf:Property",
      "rdfs:comment": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.",
      "rdfs:label": "validThrough",
      "owl:equivalentProperty": {
        "@id": "https://www.omg.org/spec/Commons/DatesAndTimes/hasEndDate"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:FinancialIncentive"
        },
        {
          "@id": "schema:JobPosting"
        },
        {
          "@id": "schema:LocationFeatureSpecification"
        },
        {
          "@id": "schema:MonetaryAmount"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:OpeningHoursSpecification"
        },
        {
          "@id": "schema:PriceSpecification"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Date"
        },
        {
          "@id": "schema:DateTime"
        }
      ]
    },
    {
      "@id": "schema:value",
      "@type": "rdf:Property",
      "rdfs:comment": "The value of a [[QuantitativeValue]] (including [[Observation]]) 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 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": "value",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:MonetaryAmount"
        },
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Boolean"
        },
        {
          "@id": "schema:Number"
        },
        {
          "@id": "schema:StructuredValue"
        },
        {
          "@id": "schema:Text"
        }
      ]
    }
  ]
}

Nonesnippet

Links:

Schema.orghttps://schema.org
how we workhttps://schema.org/docs/howwework.html
Schema.orghttps://schema.org/
Docshttps://schema.org/docs/documents.html
Schemashttps://schema.org/docs/schemas.html
Validatehttps://validator.schema.org
Abouthttps://schema.org/docs/about.html
javascript:void(0);
100K - 1M Domains Based on monthly aggregations from Google's web index. https://schema.org/docs/usage_stats.html
Thinghttps://schema.org/Thing
Intangiblehttps://schema.org/Intangible
StructuredValuehttps://schema.org/StructuredValue
MonetaryAmounthttps://schema.org/MonetaryAmount
Check for open issues.https://github.com/schemaorg/schemaorg/issues?q=is%3Aissue+is%3Aopen+MonetaryAmount
PriceSpecificationhttps://schema.org/PriceSpecification
MonetaryAmounthttps://schema.org/MonetaryAmount
currencyhttps://schema.org/currency
Texthttps://schema.org/Text
ISO 4217 currency formathttp://en.wikipedia.org/wiki/ISO_4217
Ticker symbolhttps://en.wikipedia.org/wiki/List_of_cryptocurrencies
Local Exchange Trading Systemshttps://en.wikipedia.org/wiki/Local_exchange_trading_system
maxValuehttps://schema.org/maxValue
Numberhttps://schema.org/Number
minValuehttps://schema.org/minValue
Numberhttps://schema.org/Number
validFromhttps://schema.org/validFrom
Datehttps://schema.org/Date
DateTimehttps://schema.org/DateTime
validThroughhttps://schema.org/validThrough
Datehttps://schema.org/Date
DateTimehttps://schema.org/DateTime
valuehttps://schema.org/value
Booleanhttps://schema.org/Boolean
Numberhttps://schema.org/Number
StructuredValuehttps://schema.org/StructuredValue
Texthttps://schema.org/Text
QuantitativeValuehttps://schema.org/QuantitativeValue
Observationhttps://schema.org/Observation
QuantitativeValuehttps://schema.org/QuantitativeValue
MonetaryAmounthttps://schema.org/MonetaryAmount
PropertyValuehttps://schema.org/PropertyValue
Thinghttps://schema.org/Thing
additionalTypehttps://schema.org/additionalType
Texthttps://schema.org/Text
URLhttps://schema.org/URL
style guidehttps://schema.org/docs/styleguide.html
alternateNamehttps://schema.org/alternateName
Texthttps://schema.org/Text
descriptionhttps://schema.org/description
Texthttps://schema.org/Text
TextObjecthttps://schema.org/TextObject
disambiguatingDescriptionhttps://schema.org/disambiguatingDescription
Texthttps://schema.org/Text
identifierhttps://schema.org/identifier
PropertyValuehttps://schema.org/PropertyValue
Texthttps://schema.org/Text
URLhttps://schema.org/URL
Thinghttps://schema.org/Thing
background noteshttps://schema.org/docs/datamodel.html#identifierBg
imagehttps://schema.org/image
ImageObjecthttps://schema.org/ImageObject
URLhttps://schema.org/URL
URLhttps://schema.org/URL
ImageObjecthttps://schema.org/ImageObject
mainEntityOfPagehttps://schema.org/mainEntityOfPage
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
background noteshttps://schema.org/docs/datamodel.html#mainEntityBackground
mainEntityhttps://schema.org/mainEntity
namehttps://schema.org/name
Texthttps://schema.org/Text
ownerhttps://schema.org/owner
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
ownshttps://schema.org/owns
potentialActionhttps://schema.org/potentialAction
Actionhttps://schema.org/Action
sameAshttps://schema.org/sameAs
URLhttps://schema.org/URL
subjectOfhttps://schema.org/subjectOf
CreativeWorkhttps://schema.org/CreativeWork
Eventhttps://schema.org/Event
abouthttps://schema.org/about
urlhttps://schema.org/url
URLhttps://schema.org/URL
MonetaryAmounthttps://schema.org/MonetaryAmount
accountMinimumInflowhttps://schema.org/accountMinimumInflow
BankAccounthttps://schema.org/BankAccount
accountOverdraftLimithttps://schema.org/accountOverdraftLimit
BankAccounthttps://schema.org/BankAccount
amounthttps://schema.org/amount
DatedMoneySpecificationhttps://schema.org/DatedMoneySpecification
InvestmentOrDeposithttps://schema.org/InvestmentOrDeposit
LoanOrCredithttps://schema.org/LoanOrCredit
MonetaryGranthttps://schema.org/MonetaryGrant
MoneyTransferhttps://schema.org/MoneyTransfer
baseSalaryhttps://schema.org/baseSalary
EmployeeRolehttps://schema.org/EmployeeRole
JobPostinghttps://schema.org/JobPosting
customerRemorseReturnShippingFeesAmounthttps://schema.org/customerRemorseReturnShippingFeesAmount
MerchantReturnPolicyhttps://schema.org/MerchantReturnPolicy
customerRemorseReturnFeeshttps://schema.org/customerRemorseReturnFees
ReturnShippingFeeshttps://schema.org/ReturnShippingFees
downPaymenthttps://schema.org/downPayment
RepaymentSpecificationhttps://schema.org/RepaymentSpecification
earlyPrepaymentPenaltyhttps://schema.org/earlyPrepaymentPenalty
RepaymentSpecificationhttps://schema.org/RepaymentSpecification
estimatedCosthttps://schema.org/estimatedCost
HowTohttps://schema.org/HowTo
HowToSupplyhttps://schema.org/HowToSupply
estimatedSalaryhttps://schema.org/estimatedSalary
JobPostinghttps://schema.org/JobPosting
Occupationhttps://schema.org/Occupation
exchangeRateSpreadhttps://schema.org/exchangeRateSpread
ExchangeRateSpecificationhttps://schema.org/ExchangeRateSpecification
floorLimithttps://schema.org/floorLimit
PaymentCardhttps://schema.org/PaymentCard
freeShippingThresholdhttps://schema.org/freeShippingThreshold
ShippingRateSettingshttps://schema.org/ShippingRateSettings
OfferShippingDetailshttps://schema.org/OfferShippingDetails
shippingSettingsLinkhttps://schema.org/shippingSettingsLink
ShippingRateSettingshttps://schema.org/ShippingRateSettings
hasTierRequirementhttps://schema.org/hasTierRequirement
MemberProgramTierhttps://schema.org/MemberProgramTier
incomeLimithttps://schema.org/incomeLimit
FinancialIncentivehttps://schema.org/FinancialIncentive
itemDefectReturnShippingFeesAmounthttps://schema.org/itemDefectReturnShippingFeesAmount
MerchantReturnPolicyhttps://schema.org/MerchantReturnPolicy
itemDefectReturnFeeshttps://schema.org/itemDefectReturnFees
ReturnShippingFeeshttps://schema.org/ReturnShippingFees
loanMortgageMandateAmounthttps://schema.org/loanMortgageMandateAmount
MortgageLoanhttps://schema.org/MortgageLoan
loanPaymentAmounthttps://schema.org/loanPaymentAmount
RepaymentSpecificationhttps://schema.org/RepaymentSpecification
minimumPaymentDuehttps://schema.org/minimumPaymentDue
Invoicehttps://schema.org/Invoice
monthlyMinimumRepaymentAmounthttps://schema.org/monthlyMinimumRepaymentAmount
PaymentCardhttps://schema.org/PaymentCard
netWorthhttps://schema.org/netWorth
Personhttps://schema.org/Person
orderValuehttps://schema.org/orderValue
ShippingConditionshttps://schema.org/ShippingConditions
purchasePriceLimithttps://schema.org/purchasePriceLimit
FinancialIncentivehttps://schema.org/FinancialIncentive
restockingFeehttps://schema.org/restockingFee
MerchantReturnPolicyhttps://schema.org/MerchantReturnPolicy
MerchantReturnPolicySeasonalOverridehttps://schema.org/MerchantReturnPolicySeasonalOverride
MonetaryAmounthttps://schema.org/MonetaryAmount
Numberhttps://schema.org/Number
returnShippingFeesAmounthttps://schema.org/returnShippingFeesAmount
MerchantReturnPolicyhttps://schema.org/MerchantReturnPolicy
MerchantReturnPolicySeasonalOverridehttps://schema.org/MerchantReturnPolicySeasonalOverride
returnFeeshttps://schema.org/returnFees
ReturnShippingFeeshttps://schema.org/ReturnShippingFees
shippingRatehttps://schema.org/shippingRate
OfferShippingDetailshttps://schema.org/OfferShippingDetails
ShippingConditionshttps://schema.org/ShippingConditions
ShippingRateSettingshttps://schema.org/ShippingRateSettings
MonetaryAmounthttps://schema.org/MonetaryAmount
totalPaymentDuehttps://schema.org/totalPaymentDue
Invoicehttps://schema.org/Invoice
DatedMoneySpecificationhttps://schema.org/DatedMoneySpecification
http://www.fibo.org/schemahttp://www.fibo.org/schema
http://www.fibo.org/communityhttp://www.fibo.org/community
http://www.fibo.orghttp://www.fibo.org
Example 1https://schema.org/MonetaryAmount#eg-0350
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 2https://schema.org/MonetaryAmount#eg-0351
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 3https://schema.org/MonetaryAmount#eg-0353
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Terms and conditionshttps://schema.org/docs/terms.html

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.