DocumentFormattedProperty

class

Document

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.

URI:https://w3id.org/eudpp#DocumentFormattedProperty

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)

DescriptionDomainRangeVocabularies
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:Propertyxsd: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:DocumentFormattedPropertyxsd:string

Subclass Of

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/upstream/cirpass2-eudpp/cirpass2-eudpp-context.jsonld",
  "type": "DocumentFormattedProperty",
  "contentType": "...",
  "value": "...",
  "dictionaryReference": "..."
}