|
| 1 | +--- |
| 2 | +id: cex-1 |
| 3 | +sidebar_position: 1 |
| 4 | +slug: /cex-fact-statement |
| 5 | +--- |
| 6 | + |
| 7 | +import CodeBlock from '@theme/CodeBlock'; |
| 8 | +import factStatement from '!!raw-loader!/schema/cer/cex/fact-statement.json'; |
| 9 | + |
| 10 | +# Fact Statement |
| 11 | + |
| 12 | +A place for Orcfax to describe the types/properties relevant to a |
| 13 | +`fact-statement.json`. |
| 14 | + |
| 15 | +Orcfax utilizes the following Schema.org types and properties in its Fact |
| 16 | +Statement records. The description provided by [Schema.org][schema-1] |
| 17 | +follows each; if Orcfax maintains a more nuanced understanding, an additional |
| 18 | +definition will be provided. If the term appears in its own definition, it will |
| 19 | +be replaced when possible with a \[synonym\] in order to aid understanding. |
| 20 | + |
| 21 | +[schema-1]: https://schema.org/ |
| 22 | + |
| 23 | +## Schema.org Types |
| 24 | + |
| 25 | +| Type | Schema.org description | Orcfax description | |
| 26 | +| -------- | ---------------------------| ---------------------- | |
| 27 | +| [`Claim`][type-1] | used to represent a specific, factually-oriented claim.| | |
| 28 | +| [`CreativeWork`][type-2] | The most generic kind of creative work, including books, movies, photographs, software programs, etc.| A generic term to encompass a broad spectrum of creative works, including text, images, software programs, their outputs, etc.| |
| 29 | +| [`ExchangeRateSpecification`][type-3] | A structured value representing exchange rate.| | |
| 30 | +| [`Organization`][type-4] | An \[entity\] such as a school, NGO, corporation, club, etc.| | |
| 31 | +| [`UnitPriceSpecification`][type-5] | The price asked for a given offer by the respective organization or person.| | |
| 32 | + |
| 33 | +[type-1]: https://schema.org/Claim |
| 34 | +[type-2]: https://schema.org/CreativeWork |
| 35 | +[type-3]: https://schema.org/ExchangeRateSpecification |
| 36 | +[type-4]: https://schema.org/Organization |
| 37 | +[type-5]: https://schema.org/UnitPriceSpecification |
| 38 | + |
| 39 | +## Schema.org Properties |
| 40 | + |
| 41 | +| Property | Type | Schema.org description | Orcfax definition | |
| 42 | +| ------------ | -------- | ---------------------------| --------------------- | |
| 43 | +| [`about`][prop-1] | Claim | The subject matter of the content.| | |
| 44 | +| [`appearance`][prop-2] | Claim | Indicates an occurrence of a `Claim` in some `CreativeWork`.| | |
| 45 | +| [`claimInterpreter`][prop-3] | Claim | Used to indicate a claim contained, implied or refined from the content of a MediaObject.| An entity that has derived a `Claim`, implied or refined from, the content of one or more `MediaObjects`.| |
| 46 | +| [`creator`][prop-4] | CreativeWork | The creator or author of this `CreativeWork`.| | |
| 47 | +| [`currency`][prop-5] | ExchangeRateSpecification | The \[medium\] in which \[a\] monetary amount is expressed.| | |
| 48 | +| [`currentExchangeRate`][prop-6] | ExchangeRateSpecification | The current price of a currency.| The current value of the quote currency against a base currency.| |
| 49 | +| [`dateCreated`][prop-7] | Claim | The date on which the `CreativeWork` was created or the item was added to a DataFeed.| | |
| 50 | +| [`description`][prop-8] | Claim | A description of the item.| | |
| 51 | +| [`identifier`][prop-9] | Claim, CreativeWork | Used to represent any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc.| | |
| 52 | +| [`isBasedOn`][prop-10] | Claim | A resource from which this work is derived or from which it is a modification or adaptation.| | |
| 53 | +| [`license`][prop-11] | CreativeWork | A license document that applies to this content, typically indicated by URL.| | |
| 54 | +| [`name`][prop-12] | CreativeWork, Organization | The name of the item.| | |
| 55 | +| [`price`][prop-13] | UnitPriceSpecification | The offer price of a product.| The stated cost of a thing.| |
| 56 | +| [`priceCurrency`][prop-14] | UnitPriceSpecification | The currency of the price.| The currency in which the price is expressed.| |
| 57 | +| [`text`][prop-15] | Claim | The textual content of this `CreativeWork`.| | |
| 58 | +| [`url`][prop-16] | Organization | The uniform resource locator of the item.| | |
| 59 | + |
| 60 | +[prop-1]: https://schema.org/about |
| 61 | +[prop-2]: https://schema.org/appearance |
| 62 | +[prop-3]: https://schema.org/claimInterpreter |
| 63 | +[prop-4]: https://schema.org/creator |
| 64 | +[prop-5]: https://schema.org/currency |
| 65 | +[prop-6]: https://schema.org/currentExchangeRate |
| 66 | +[prop-7]: https://schema.org/dateCreated |
| 67 | +[prop-8]: https://schema.org/description |
| 68 | +[prop-9]: https://schema.org/identifier |
| 69 | +[prop-10]: https://schema.org/isBasedOn |
| 70 | +[prop-11]: https://schema.org/license |
| 71 | +[prop-12]: https://schema.org/name |
| 72 | +[prop-13]: https://schema.org/price |
| 73 | +[prop-14]: https://schema.org/priceCurrency |
| 74 | +[prop-15]: https://schema.org/text |
| 75 | +[prop-16]: https://schema.org/url |
| 76 | + |
| 77 | +## Fact Statement example |
| 78 | + |
| 79 | +<CodeBlock language="jsx">{factStatement}</CodeBlock> |
| 80 | + |
| 81 | +<a target="_blank" href="/schema/cer/cex/fact-statement.json" download="fact-statement.json">Download</a> |
0 commit comments