Fact Statement Datum
A description of the types/properties relevant to a fact-statement-datum.json
.
Orcfax utilizes the following Schema.org types and properties in its Fact Statement Datum records. The description provided by Schema.org follows each; if Orcfax maintains a more nuanced understanding, an additional definition will be provided. If the term appears in its own definition, it will be replaced when possible with a [synonym] in order to aid understanding.
Schema.org Types
Type | Schema.org description | Orcfax description |
---|---|---|
Message | A single message from a sender to one or more organizations or people. | Information from a sender to one or more entities. |
Organization | An [entity] such as a school, NGO, corporation, club, etc. |
Schema.org Properties
Property | Type | Schema.org description | Orcfax definition |
---|---|---|---|
dateCreated | Message | The date on which the CreativeWork was created or the item was added to a DataFeed. | |
encoding | Message | A media object that encodes this CreativeWork . | |
identifier | Message | Used to represent any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. | |
messageAttachment | Message | A CreativeWork attached to the message. | |
name | Message, Organization | The name of the item. | |
publisher | Message | The publisher of the creative work. | The entity responsible for making a resource available, but not necessarily its authorship. |
text | Message | The textual content of this CreativeWork . | |
url | Organization | The uniform resource locator of the item. |
Fact Statement Datum example
{
"@context": "https://schema.org",
"type": "Message",
"name": "CER/ADA-USD/3",
"identifier": "urn:orcfax:83f5ba93-6bf3-4204-a03b-ab85bd9f955c",
"publisher": {
"@type": "Organization",
"name": "Orcfax",
"url": "https://orcfax.io/"
},
"dateCreated": "2024-08-28T16:20:35Z",
"messageAttachment": {
"encoding": "application/json:base64",
"text": "ewogICJmZWVkX2lkIjogIkNFUi9BREEtVVNELzMiLAogICJjcmVhdGVkX2F0IjogMTcyNDg2MjAzNTUxMSwKICAiYm9keSI6IHsKICAgICJudW1lcmF0b3IiOiA2ODQ5MywKICAgICJkZW5vbWluYXRvciI6IDIwMDAwMAogIH0KfQ=="
}
}
Download