hyper-readings
Version:
a tool for making and sharing p2p distributed reading lists
43 lines (32 loc) • 1.08 kB
JavaScript
const WorkBehavior = {}
// Subclasses:
// Text
// Cartography
// Audio
// NotatedMusic
// NotatedMovement
// Dataset
// StillImage
// MovingImage
// Object
// Multimedia
// MixedMaterial
// eventContentOf -> Event
// expressionOf -> Work
// hasExpression -> Work
// hasInstance -> Instance
// geographicCoverage -> GeographicCoverage
// historyOfWork -> Literal
// legalDate -> date
// // Date of legal work, or promulgation of a law, or signing of a treaty.
// originDate -> Literal
// // Date or date range associated with the creation of a Work.
// originPlace -> Place
// // Place from which the creation of the Work originated.
// temporalCoverage -> Literal
// // Time period coverage of the content of the resource.
// version -> Literal
// // Term or terms that identify works such as arranged for music, vulgate for religious work, etc.
// content -> Content
// // Categorization reflecting the fundamental form of communication in which the content is expressed and the human sense through which it is intended to be perceived.
export default WorkBehavior