-
Notifications
You must be signed in to change notification settings - Fork 0
Models Hydra Conventions
See the duraspace hydra wikis for information at the architecture level: http://github.com/projecthydra/hydra-head/wiki
Hydra objects, content models(cModels) and disseminators
- descMetadata (required): Descriptive Metadata like MODS or DC. MODS is recommended
- rightsMetadata (recommended): Rights, License, and Permissions information. Hydra rightsMetadata XML is recommended.
h4. Understanding Parts (Where will my uploaded files go?)
A primitive is a fundamental atom object that bears an actual file payload. They are single, (near-) universal content types which may either stand-alone or be incorporated into higher order content types (in a book or ETD, e.g.).
Higher Level Objects represent higher-level, molecular objects that may have primitives and/or other Higher-level objects as children.
isPartOf — Hydra reserves this predicate for use in representing part-whole relationships between objects. This occurs most often when representing which Primitives (ie. an uploaded PDF) are part of a Higher Level object (ie. a MODS Article)
See Reference for more links.