schema:DigitalDocument
schema.org's DigitalDocument: the electronic document itself, as distinct from what it says. It carries the document's own date, because schema.org dates the document rather than the statement printed on it.
idurirequired
URI format identifier used to refer to this node within the graph.
Example:
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000typestringrequired
A type identifier used to indicate the data model that the node conforms to.
Constant value:
schema:DigitalDocumentExample:
schema:DigitalDocumentnamestring
What the document calls itself, as printed.
Example:
VAT InvoicedateCreateddate
The date the document was issued.
Example:
2026-01-15datePublisheddate
The date the document was sent or published, where it is stated separately from the date it was created.
identifierstring
Any reference the document prints for itself, such as a document or page reference.
schema:DigitalDocument
{
"id": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "schema:DigitalDocument",
"name": "VAT Invoice",
"dateCreated": "2026-01-15",
"datePublished": "2024-07-29",
"identifier": "string"
}