You are not logged in Log in Join
You are here: Home » Download Zope Products » Content Management Framework » CMF Documentation » CMF Design Documents » Standard CMF Interfaces » Content Interfaces » Dublin Core Metadata Query Interface

Log in
Name

Password

 

Dublin Core Metadata Query Interface

May be somewhat out of date. Moved from cmf.zope.org, where it was last modifed 2000/11/01.

Purpose

Provide universal, read-only, textual metadata (suitable for syndication, or consumption by external apps).

Anonymous permission

Title()
Content resource name
Creator()
Content resource author(s)
Subject()
Content resource keywords (list of strings; should be drawn from a controlled vocabulary).
Description()
Content resource abstract/summary/table-of-contents.
Publisher()
Content resource publisher (normally, the owner of the portal).
Contributors()
Additional content resource collaborators (list of strings)
Date()
Default date (effective/created/modified) for content resource (ISO format)
CreationDate()
Date content resource created (ISO format)
EffectiveDate()
Date content resource becomes effective (ISO format)
ExpirationDate()
Date content resource expires (ISO format)
ModificationDate()
Date content resource last modified (ISO format)
Type()
Content resource type (e.g., Zope meta_type, or a mapping from it).
Format()
Physical encoding (e.g., MIME type) of the content resource.
Identifier()
Content resource URL.
Language()
Content resource language, from RFC list (e.g., en-US).
Rights()
Copyright or other IP pertaining to the cntent resource.