DocumentReference
classDocument Reference
Reference to an external document such as reports, certificates, manuals, or guides. Supports multiple languages and formats. See also gs1:ReferencedFileDetails for GS1 Web Vocabulary equivalent.
Properties (5)
| Property | Description | Range |
|---|---|---|
| documentType | — | DocumentType |
| documentUrl | URL to the document. See also gs1:referencedFileURL. | xsd:anyURI |
| issueDate | — | xsd:date |
| languageCode | ISO 639-1 language code. See also gs1:fileLanguageCode. | xsd:string |
| mimeType | — | xsd:string |
Used as Range (3)
Where used
Referenced by other terms (11)
References
External Vocabulary References
Loading external vocabulary...
Loading external vocabulary...
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
"type": "DocumentReference",
"documentType": "...",
"documentUrl": "...",
"issueDate": "..."
}