|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.weblab.core.annotator.AbstractAnnotator
org.ow2.weblab.core.annotator.BaseAnnotator
org.purl.dc.elements.DublinCoreAnnotator
public class DublinCoreAnnotator
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ow2.weblab.core.annotator.AbstractAnnotator |
---|
AbstractAnnotator.Operator |
Field Summary | |
---|---|
protected static java.lang.String |
CONTRIBUTOR
|
protected static java.lang.String |
COVERAGE
|
protected static java.lang.String |
CREATOR
|
protected static java.lang.String |
DATE
|
protected static java.lang.String |
DESCRIPTION
|
protected static java.lang.String |
FORMAT
|
protected static java.lang.String |
IDENTIFIER
|
protected static java.lang.String |
LANGUAGE
|
protected static java.lang.String |
PREFIX
|
protected static java.lang.String |
PUBLISHER
|
protected static java.lang.String |
RELATION
|
protected static java.lang.String |
RIGHTS
|
protected static java.lang.String |
SOURCE
|
protected static java.lang.String |
SUBJECT
|
protected static java.lang.String |
TITLE
|
protected static java.lang.String |
TYPE
|
protected static java.net.URI |
URI
|
Fields inherited from class org.ow2.weblab.core.annotator.BaseAnnotator |
---|
RDF_PREFIX, RDF_URI, RDFS_PREFIX, RDFS_URI |
Fields inherited from class org.ow2.weblab.core.annotator.AbstractAnnotator |
---|
annotation, isInnerAnnotatorStarted, originalURI, resource, subjectURI |
Constructor Summary | |
---|---|
DublinCoreAnnotator(Resource resource)
|
|
DublinCoreAnnotator(java.net.URI subject,
PieceOfKnowledge pieceOfKnowledge)
|
Method Summary | |
---|---|
Value<java.lang.String> |
readContributor()
Read the An entity responsible for making contributions to the resource. |
Value<java.lang.String> |
readCoverage()
Read the The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant. |
Value<java.lang.String> |
readCreator()
Read the An entity primarily responsible for making the resource. |
Value<java.util.Date> |
readDate()
Read the A point or period of time associated with an event in the lifecycle of the resource. |
Value<java.lang.String> |
readDescription()
Read the An account of the resource. |
Value<java.lang.String> |
readFormat()
Read the The file format, physical medium, or dimensions of the resource. |
Value<java.lang.String> |
readIdentifier()
Read the An unambiguous reference to the resource within a given context. |
Value<java.lang.String> |
readLanguage()
Read the A language of the resource. |
Value<java.lang.String> |
readPublisher()
Read the An entity responsible for making the resource available. |
Value<java.lang.String> |
readRelation()
Read the A related resource. |
Value<java.lang.String> |
readRights()
Read the Information about rights held in and over the resource. |
Value<java.lang.String> |
readSource()
Read the A related resource from which the described resource is derived. |
Value<java.lang.String> |
readSubject()
Read the The topic of the resource. |
Value<java.lang.String> |
readTitle()
Read the A name given to the resource. |
void |
writeContributor(java.lang.String value)
Write the An entity responsible for making contributions to the resource. |
void |
writeCoverage(java.lang.String value)
Write the The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant. |
void |
writeCreator(java.lang.String value)
Write the An entity primarily responsible for making the resource. |
void |
writeDate(java.util.Date value)
Write the A point or period of time associated with an event in the lifecycle of the resource. |
void |
writeDescription(java.lang.String value)
Write the An account of the resource. |
void |
writeFormat(java.lang.String value)
Write the The file format, physical medium, or dimensions of the resource. |
void |
writeIdentifier(java.lang.String value)
Write the An unambiguous reference to the resource within a given context. |
void |
writeLanguage(java.lang.String value)
Write the A language of the resource. |
void |
writePublisher(java.lang.String value)
Write the An entity responsible for making the resource available. |
void |
writeRelation(java.lang.String value)
Write the A related resource. |
void |
writeRights(java.lang.String value)
Write the Information about rights held in and over the resource. |
void |
writeSource(java.lang.String value)
Write the A related resource from which the described resource is derived. |
void |
writeSubject(java.lang.String value)
Write the The topic of the resource. |
void |
writeTitle(java.lang.String value)
Write the A name given to the resource. |
Methods inherited from class org.ow2.weblab.core.annotator.BaseAnnotator |
---|
readLabel, readType, writeLabel, writeType |
Methods inherited from class org.ow2.weblab.core.annotator.AbstractAnnotator |
---|
applyOperator, endInnerAnnotator, endSpecifyLanguage, isAppendMode, retrieveAnnotation, setAppendMode, startInnerAnnotatorOn, startSpecifyLanguage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String PREFIX
protected static final java.net.URI URI
protected static final java.lang.String TITLE
protected static final java.lang.String CREATOR
protected static final java.lang.String SUBJECT
protected static final java.lang.String DESCRIPTION
protected static final java.lang.String PUBLISHER
protected static final java.lang.String CONTRIBUTOR
protected static final java.lang.String DATE
protected static final java.lang.String TYPE
protected static final java.lang.String FORMAT
protected static final java.lang.String IDENTIFIER
protected static final java.lang.String SOURCE
protected static final java.lang.String LANGUAGE
protected static final java.lang.String RELATION
protected static final java.lang.String COVERAGE
protected static final java.lang.String RIGHTS
Constructor Detail |
---|
public DublinCoreAnnotator(java.net.URI subject, PieceOfKnowledge pieceOfKnowledge)
public DublinCoreAnnotator(Resource resource)
Method Detail |
---|
public Value<java.lang.String> readTitle()
public void writeTitle(java.lang.String value)
value
- a Stringpublic Value<java.lang.String> readCreator()
public void writeCreator(java.lang.String value)
value
- a Stringpublic Value<java.lang.String> readSubject()
public void writeSubject(java.lang.String value)
value
- a Stringpublic Value<java.lang.String> readDescription()
public void writeDescription(java.lang.String value)
value
- a Stringpublic Value<java.lang.String> readPublisher()
public void writePublisher(java.lang.String value)
value
- a Stringpublic Value<java.lang.String> readContributor()
public void writeContributor(java.lang.String value)
value
- a Stringpublic Value<java.util.Date> readDate()
public void writeDate(java.util.Date value)
value
- a Stringpublic Value<java.lang.String> readFormat()
public void writeFormat(java.lang.String value)
value
- a Stringpublic Value<java.lang.String> readIdentifier()
public void writeIdentifier(java.lang.String value)
value
- a Stringpublic Value<java.lang.String> readSource()
public void writeSource(java.lang.String value)
value
- a Stringpublic Value<java.lang.String> readLanguage()
public void writeLanguage(java.lang.String value)
value
- a Stringpublic Value<java.lang.String> readRelation()
public void writeRelation(java.lang.String value)
value
- a Stringpublic Value<java.lang.String> readCoverage()
public void writeCoverage(java.lang.String value)
value
- a Stringpublic Value<java.lang.String> readRights()
public void writeRights(java.lang.String value)
value
- a String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |