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
documentType
Document Type
oec:DocumentReferenceoec:DocumentType
documentUrl
Document URL
URL to the document. See also gs1:referencedFileURL.oec:DocumentReferencexsd:anyURI
issueDate
Issue Date
oec:DocumentReferencexsd:date
languageCode
Language Code
ISO 639-1 language code. See also gs1:fileLanguageCode.oec:DocumentReferencexsd:string
mimeType
MIME Type
oec:DocumentReferencexsd:string

Vocabulary alignment

Narrower · downstream
foaf:Document · QA 88%

QA % is the verifier panel's confidence. Curated mappings graded by openai/gpt-oss-20b, verified by qwen/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",
  "documentType": "...",
  "documentUrl": "...",
  "issueDate": "..."
}