Skip to main content

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

TypeSchema.org descriptionOrcfax description
MessageA single message from a sender to one or more organizations or people.Information from a sender to one or more entities.
OrganizationAn [entity] such as a school, NGO, corporation, club, etc.

Schema.org Properties

PropertyTypeSchema.org descriptionOrcfax definition
dateCreatedMessageThe date on which the CreativeWork was created or the item was added to a DataFeed.
encodingMessageA media object that encodes this CreativeWork.
identifierMessageUsed to represent any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc.
messageAttachmentMessageA CreativeWork attached to the message.
nameMessage, OrganizationThe name of the item.
publisherMessageThe publisher of the creative work.The entity responsible for making a resource available, but not necessarily its authorship.
textMessageThe textual content of this CreativeWork.
urlOrganizationThe 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