Visual Diagram
classDiagram
class RelatedResource
RelatedResource : +resourceTitle
RelatedResource : +contentType
RelatedResource : +language
RelatedResource : +url
Attributes
A resource identified by a URL, with additional metadata such as title, content type, and language.
Properties
| Property | Description | Type | equivalentProperty |
|---|---|---|---|
| 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 | schema:encodingFormat |
| Language (dppk:language) | The language of the resource content (e.g., 'en', 'fr'). | xsd:string | schema:inLanguage |
| URL (dppk:url) | The location of the resource. | xsd:anyURI | schema:url |
