DocumentFormattedProperty
classDocument
The document class describes the semantic representation of any instance of a document that might be required to be included into a digital product passport instance.
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 (3)
| Description | Domain | Range | Vocabularies | ||
|---|---|---|---|---|---|
| contentType Content type | Content type of a document. Can be only “application” or “pdf”. | cirpass2:DocumentFormattedProperty | - | — | — |
| dictionaryReference Dictionary reference | The reference to the unique identifier of the data point specification defined in the repository/data dictionary. It is formatted as a URI/URL . | cirpass2:Property | xsd:string | — | |
| value Value related to the document | Contains the data of the value encapsulated in the Document. Value is xsd:string that is formatted as a URL, where to fetch the file. | cirpass2:DocumentFormattedProperty | xsd:string | — | — |
Subclass Of
Subclasses (2)
Aligned from OpenEPCIS (5)
Where used
Referenced by other terms (4)
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/upstream/cirpass2-eudpp/cirpass2-eudpp-context.jsonld",
"type": "DocumentFormattedProperty",
"contentType": "...",
"value": "...",
"dictionaryReference": "..."
}