Package cz.cvut.kbss.jopa.vocabulary
Class DC.Elements
java.lang.Object
cz.cvut.kbss.jopa.vocabulary.DC.Elements
- Enclosing class:
- DC
Vocabulary in the /elements/1.1/ namespace of Dublin Core.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
An entity primarily responsible for making the resource.static final String
A point or period of time associated with an event in the lifecycle of the resource.static final String
An account of the resource.static final String
An unambiguous reference to the resource within a given context.static final String
DC /elements/1.1/ namespace.static final String
A related resource from which the described resource is derived.static final String
The topic of the resource.static final String
A name given to the resource. -
Method Summary
-
Field Details
-
NAMESPACE
DC /elements/1.1/ namespace.- See Also:
-
CREATOR
An entity primarily responsible for making the resource. -
DATE
A point or period of time associated with an event in the lifecycle of the resource. -
DESCRIPTION
An account of the resource. -
IDENTIFIER
An unambiguous reference to the resource within a given context. -
SOURCE
A related resource from which the described resource is derived. -
SUBJECT
The topic of the resource. -
TITLE
A name given to the resource.
-