Visual Diagram
classDiagram
class RelatedResource
RelatedResource : +resourceTitle
RelatedResource : +contentType
RelatedResource : +language
RelatedResource : +url
Description
A resource identified by a URL, with additional metadata such as title, content type, and language.
Properties
| Property | Description | Type |
|---|---|---|
| Resource Title (dppk:resourceTitle) | The title of the related resource. | xsd:string |
| Content Type (dppk:contentType) | The media type (MIME type) of the resource (e.g., 'application/pdf', 'image/jpeg'). | xsd:string |
| Language (dppk:language) | The language of the resource content (e.g., 'en', 'fr'). | xsd:string |
| URL (dppk:url) | The location of the resource. | xsd:anyURI |
