DismantlingDocument
classDismantling Document
A document supporting battery dismantling, as specified in DIN DKE SPEC 99100.
Properties (4)
| Property | Description | Range |
|---|---|---|
| documentType | Type of dismantling document per DIN DKE SPEC 99100. | DismantlingDocumentType |
| documentUrl | URL to the document. | xsd:anyURI |
| languageCode | ISO 639-1 language code. | xsd:string |
| mimeType | — | xsd:string |
Used as Range (1)
Where used
Referenced by other terms (5)
In example documents (1)
Master data & product examples
References
External Vocabulary References
Loading external vocabulary...
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
"type": "DismantlingDocument",
"documentType": "...",
"documentUrl": "...",
"languageCode": "..."
}