DocumentReference

class

Document 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.

URI:https://ref.openepcis.io/extensions/common/core/DocumentReference

Upstream alignment

How this class and its properties align to external and upstream vocabularies. Open a vocabulary to see the exact term-by-term relationships.

Properties (5)

DescriptionDomainRangeVocabularies
documentUrl
Document URL
URL to the document. See also gs1:referencedFileURL.oec:DocumentReferencexsd:anyURI inherited
hasDocumentType
Document Type
oec:DocumentReferenceoec:DocumentType inherited
issueDate
Issue Date
oec:DocumentReferencexsd:date Public
languageCode
Language Code
ISO 639-1 language code. See also gs1:fileLanguageCode.oec:DocumentReferencexsd:string Public
mimeType
MIME Type
oec:DocumentReferencexsd:string inherited

Vocabulary alignment

Close match

QA % is the verifier panel's confidence. Curated mappings graded by openai/gpt-oss-20b, verified by local QA panels per round (claude-opus-4-8 / qwen3.5-27b / qwen3-32b).

Referenced upstream terms

Loading external vocabulary...
Loading external vocabulary...
Loading external vocabulary...

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
  "type": "DocumentReference",
  "documentUrl": "...",
  "hasDocumentType": "...",
  "issueDate": "..."
}