org.openrdf.concepts.dc.terms
Interface DctermsResource

All Superinterfaces:
DcResource, Entity, Resource
All Known Subinterfaces:
Box, DateScheme, DCMIType, DDC, FormatScheme, IdentifierScheme, IMT, ISO3166, ISO6392, LanguageScheme, LCC, LCSH, MESH, NLM, Period, Point, RelationScheme, RFC1766, RFC3066, SourceScheme, SpatialScheme, SubjectScheme, TemporalScheme, TGN, TypeScheme, UDC, URI, W3CDTF

public interface DctermsResource
extends DcResource


Method Summary
 Set<String> getDcAbstracts()
          A summary of the content of the resource.
 Set<String> getDcAccessRights()
          Information about who can access the resource or an indication of its security status.
 Set<Object> getDcAccrualMethod()
          The method by which items are added to a collection.
 Set<Object> getDcAccrualPeriodicity()
          The frequency with which items are added to a collection.
 Set<Object> getDcAccrualPolicy()
          The policy governing the addition of items to a collection.
 Set<String> getDcAlternatives()
          Any form of the title used as a substitute or alternative to the formal title of the resource.
 Set<Object> getDcAudiences()
          A class of entity for whom the resource is intended or useful.
 Set<XMLGregorianCalendar> getDcAvailables()
          Date (often a range) that the resource will become or did become available.
 Set<String> getDcBibliographicCitation()
          A bibliographic reference for the resource.
 Set<Object> getDcConformsTo()
          A reference to an established standard to which the resource conforms.
 Set<XMLGregorianCalendar> getDcCreated()
          Date of creation of the resource.
 Set<XMLGregorianCalendar> getDcDateAccepted()
          Date of acceptance of the resource (e.g.
 Set<XMLGregorianCalendar> getDcDateCopyrighted()
          Date of a statement of copyright.
 Set<XMLGregorianCalendar> getDcDateSubmitted()
          Date of submission of the resource (e.g.
 Set<Object> getDcEducationLevel()
          A general statement describing the education or training context.
 Set<String> getDcExtents()
          The size or duration of the resource.
 Set<Object> getDcHasFormats()
          The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format.
 Set<Object> getDcHasPart()
          The described resource includes the referenced resource either physically or logically.
 Set<Object> getDcHasVersion()
          The described resource has a version, edition, or adaptation, namely, the referenced resource.
 Set<Object> getDcInstructionalMethod()
          A process, used to engender knowledge, attitudes and skills, that the resource is designed to support.
 Set<Object> getDcIsFormatOf()
          The described resource is the same intellectual content of the referenced resource, but presented in another format.
 Set<Object> getDcIsPartOf()
          The described resource is a physical or logical part of the referenced resource.
 Set<Object> getDcIsReferencedBy()
          The described resource is referenced, cited, or otherwise pointed to by the referenced resource.
 Set<Object> getDcIsReplacedBy()
          The described resource is supplanted, displaced, or superseded by the referenced resource.
 Set<Object> getDcIsRequiredBy()
          The described resource is required by the referenced resource, either physically or logically.
 Set<XMLGregorianCalendar> getDcIssued()
          Date of formal issuance (e.g., publication) of the resource.
 Set<Object> getDcIsVersionOf()
          The described resource is a version, edition, or adaptation of the referenced resource.
 Set<String> getDcLicenses()
          A legal document giving official permission to do something with the resource.
 Set<Object> getDcMediators()
          A class of entity that mediates access to the resource and for whom the resource is intended or useful.
 Set<String> getDcMediums()
          The material or physical carrier of the resource.
 Set<XMLGregorianCalendar> getDcModified()
          Date on which the resource was changed.
 Set<Object> getDcProvenances()
          A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity and interpretation.
 Set<Object> getDcReferences()
          The described resource references, cites, or otherwise points to the referenced resource.
 Set<Object> getDcReplaces()
          The described resource supplants, displaces, or supersedes the referenced resource.
 Set<Object> getDcRequires()
          The described resource requires the referenced resource to support its function, delivery, or coherence of content.
 Set<Object> getDcRightsHolder()
          A person or organization owning or managing rights over the resource.
 Set<String> getDcSpatials()
          Spatial characteristics of the intellectual content of the resource.
 Set<String> getDcTableOfContents()
          A list of subunits of the content of the resource.
 Set<String> getDcTemporals()
          Temporal characteristics of the intellectual content of the resource.
 Set<XMLGregorianCalendar> getDcValids()
          Date (often a range) of validity of a resource.
 void setDcAbstracts(Set<? extends String> value)
          A summary of the content of the resource.
 void setDcAccessRights(Set<? extends String> value)
          Information about who can access the resource or an indication of its security status.
 void setDcAccrualMethod(Set<?> value)
          The method by which items are added to a collection.
 void setDcAccrualPeriodicity(Set<?> value)
          The frequency with which items are added to a collection.
 void setDcAccrualPolicy(Set<?> value)
          The policy governing the addition of items to a collection.
 void setDcAlternatives(Set<? extends String> value)
          Any form of the title used as a substitute or alternative to the formal title of the resource.
 void setDcAudiences(Set<?> value)
          A class of entity for whom the resource is intended or useful.
 void setDcAvailables(Set<? extends XMLGregorianCalendar> value)
          Date (often a range) that the resource will become or did become available.
 void setDcBibliographicCitation(Set<? extends String> value)
          A bibliographic reference for the resource.
 void setDcConformsTo(Set<?> value)
          A reference to an established standard to which the resource conforms.
 void setDcCreated(Set<? extends XMLGregorianCalendar> value)
          Date of creation of the resource.
 void setDcDateAccepted(Set<? extends XMLGregorianCalendar> value)
          Date of acceptance of the resource (e.g.
 void setDcDateCopyrighted(Set<? extends XMLGregorianCalendar> value)
          Date of a statement of copyright.
 void setDcDateSubmitted(Set<? extends XMLGregorianCalendar> value)
          Date of submission of the resource (e.g.
 void setDcEducationLevel(Set<?> value)
          A general statement describing the education or training context.
 void setDcExtents(Set<? extends String> value)
          The size or duration of the resource.
 void setDcHasFormats(Set<?> value)
          The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format.
 void setDcHasPart(Set<?> value)
          The described resource includes the referenced resource either physically or logically.
 void setDcHasVersion(Set<?> value)
          The described resource has a version, edition, or adaptation, namely, the referenced resource.
 void setDcInstructionalMethod(Set<?> value)
          A process, used to engender knowledge, attitudes and skills, that the resource is designed to support.
 void setDcIsFormatOf(Set<?> value)
          The described resource is the same intellectual content of the referenced resource, but presented in another format.
 void setDcIsPartOf(Set<?> value)
          The described resource is a physical or logical part of the referenced resource.
 void setDcIsReferencedBy(Set<?> value)
          The described resource is referenced, cited, or otherwise pointed to by the referenced resource.
 void setDcIsReplacedBy(Set<?> value)
          The described resource is supplanted, displaced, or superseded by the referenced resource.
 void setDcIsRequiredBy(Set<?> value)
          The described resource is required by the referenced resource, either physically or logically.
 void setDcIssued(Set<? extends XMLGregorianCalendar> value)
          Date of formal issuance (e.g., publication) of the resource.
 void setDcIsVersionOf(Set<?> value)
          The described resource is a version, edition, or adaptation of the referenced resource.
 void setDcLicenses(Set<? extends String> value)
          A legal document giving official permission to do something with the resource.
 void setDcMediators(Set<?> value)
          A class of entity that mediates access to the resource and for whom the resource is intended or useful.
 void setDcMediums(Set<? extends String> value)
          The material or physical carrier of the resource.
 void setDcModified(Set<? extends XMLGregorianCalendar> value)
          Date on which the resource was changed.
 void setDcProvenances(Set<?> value)
          A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity and interpretation.
 void setDcReferences(Set<?> value)
          The described resource references, cites, or otherwise points to the referenced resource.
 void setDcReplaces(Set<?> value)
          The described resource supplants, displaces, or supersedes the referenced resource.
 void setDcRequires(Set<?> value)
          The described resource requires the referenced resource to support its function, delivery, or coherence of content.
 void setDcRightsHolder(Set<?> value)
          A person or organization owning or managing rights over the resource.
 void setDcSpatials(Set<? extends String> value)
          Spatial characteristics of the intellectual content of the resource.
 void setDcTableOfContents(Set<? extends String> value)
          A list of subunits of the content of the resource.
 void setDcTemporals(Set<? extends String> value)
          Temporal characteristics of the intellectual content of the resource.
 void setDcValids(Set<? extends XMLGregorianCalendar> value)
          Date (often a range) of validity of a resource.
 
Methods inherited from interface org.openrdf.concepts.dc.DcResource
getDcContributors, getDcCoverages, getDcCreators, getDcDates, getDcDescription, getDcFormats, getDcIdentifiers, getDcLanguages, getDcPublishers, getDcRelations, getDcRights, getDcSources, getDcSubjects, getDcTitle, getDcTypes, setDcContributors, setDcCoverages, setDcCreators, setDcDates, setDcDescription, setDcFormats, setDcIdentifiers, setDcLanguages, setDcPublishers, setDcRelations, setDcRights, setDcSources, setDcSubjects, setDcTitle, setDcTypes
 
Methods inherited from interface org.openrdf.concepts.rdfs.Resource
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues
 
Methods inherited from interface org.openrdf.elmo.Entity
getElmoManager, getQName
 

Method Detail

getDcAbstracts

Set<String> getDcAbstracts()
A summary of the content of the resource.


setDcAbstracts

void setDcAbstracts(Set<? extends String> value)
A summary of the content of the resource.


getDcAccessRights

Set<String> getDcAccessRights()
Information about who can access the resource or an indication of its security status.


setDcAccessRights

void setDcAccessRights(Set<? extends String> value)
Information about who can access the resource or an indication of its security status.


getDcAccrualMethod

Set<Object> getDcAccrualMethod()
The method by which items are added to a collection.


setDcAccrualMethod

void setDcAccrualMethod(Set<?> value)
The method by which items are added to a collection.


getDcAccrualPeriodicity

Set<Object> getDcAccrualPeriodicity()
The frequency with which items are added to a collection.


setDcAccrualPeriodicity

void setDcAccrualPeriodicity(Set<?> value)
The frequency with which items are added to a collection.


getDcAccrualPolicy

Set<Object> getDcAccrualPolicy()
The policy governing the addition of items to a collection.


setDcAccrualPolicy

void setDcAccrualPolicy(Set<?> value)
The policy governing the addition of items to a collection.


getDcAlternatives

Set<String> getDcAlternatives()
Any form of the title used as a substitute or alternative to the formal title of the resource.


setDcAlternatives

void setDcAlternatives(Set<? extends String> value)
Any form of the title used as a substitute or alternative to the formal title of the resource.


getDcAudiences

Set<Object> getDcAudiences()
A class of entity for whom the resource is intended or useful.


setDcAudiences

void setDcAudiences(Set<?> value)
A class of entity for whom the resource is intended or useful.


getDcAvailables

Set<XMLGregorianCalendar> getDcAvailables()
Date (often a range) that the resource will become or did become available.


setDcAvailables

void setDcAvailables(Set<? extends XMLGregorianCalendar> value)
Date (often a range) that the resource will become or did become available.


getDcBibliographicCitation

Set<String> getDcBibliographicCitation()
A bibliographic reference for the resource.


setDcBibliographicCitation

void setDcBibliographicCitation(Set<? extends String> value)
A bibliographic reference for the resource.


getDcConformsTo

Set<Object> getDcConformsTo()
A reference to an established standard to which the resource conforms.


setDcConformsTo

void setDcConformsTo(Set<?> value)
A reference to an established standard to which the resource conforms.


getDcCreated

Set<XMLGregorianCalendar> getDcCreated()
Date of creation of the resource.


setDcCreated

void setDcCreated(Set<? extends XMLGregorianCalendar> value)
Date of creation of the resource.


getDcDateAccepted

Set<XMLGregorianCalendar> getDcDateAccepted()
Date of acceptance of the resource (e.g. of thesis by university department, of article by journal, etc.).


setDcDateAccepted

void setDcDateAccepted(Set<? extends XMLGregorianCalendar> value)
Date of acceptance of the resource (e.g. of thesis by university department, of article by journal, etc.).


getDcDateCopyrighted

Set<XMLGregorianCalendar> getDcDateCopyrighted()
Date of a statement of copyright.


setDcDateCopyrighted

void setDcDateCopyrighted(Set<? extends XMLGregorianCalendar> value)
Date of a statement of copyright.


getDcDateSubmitted

Set<XMLGregorianCalendar> getDcDateSubmitted()
Date of submission of the resource (e.g. thesis, articles, etc.).


setDcDateSubmitted

void setDcDateSubmitted(Set<? extends XMLGregorianCalendar> value)
Date of submission of the resource (e.g. thesis, articles, etc.).


getDcEducationLevel

Set<Object> getDcEducationLevel()
A general statement describing the education or training context. Alternatively, a more specific statement of the location of the audience in terms of its progression through an education or training context.


setDcEducationLevel

void setDcEducationLevel(Set<?> value)
A general statement describing the education or training context. Alternatively, a more specific statement of the location of the audience in terms of its progression through an education or training context.


getDcExtents

Set<String> getDcExtents()
The size or duration of the resource.


setDcExtents

void setDcExtents(Set<? extends String> value)
The size or duration of the resource.


getDcHasFormats

Set<Object> getDcHasFormats()
The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format.


setDcHasFormats

void setDcHasFormats(Set<?> value)
The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format.


getDcHasPart

Set<Object> getDcHasPart()
The described resource includes the referenced resource either physically or logically.


setDcHasPart

void setDcHasPart(Set<?> value)
The described resource includes the referenced resource either physically or logically.


getDcHasVersion

Set<Object> getDcHasVersion()
The described resource has a version, edition, or adaptation, namely, the referenced resource.


setDcHasVersion

void setDcHasVersion(Set<?> value)
The described resource has a version, edition, or adaptation, namely, the referenced resource.


getDcInstructionalMethod

Set<Object> getDcInstructionalMethod()
A process, used to engender knowledge, attitudes and skills, that the resource is designed to support.


setDcInstructionalMethod

void setDcInstructionalMethod(Set<?> value)
A process, used to engender knowledge, attitudes and skills, that the resource is designed to support.


getDcIsFormatOf

Set<Object> getDcIsFormatOf()
The described resource is the same intellectual content of the referenced resource, but presented in another format.


setDcIsFormatOf

void setDcIsFormatOf(Set<?> value)
The described resource is the same intellectual content of the referenced resource, but presented in another format.


getDcIsPartOf

Set<Object> getDcIsPartOf()
The described resource is a physical or logical part of the referenced resource.


setDcIsPartOf

void setDcIsPartOf(Set<?> value)
The described resource is a physical or logical part of the referenced resource.


getDcIsReferencedBy

Set<Object> getDcIsReferencedBy()
The described resource is referenced, cited, or otherwise pointed to by the referenced resource.


setDcIsReferencedBy

void setDcIsReferencedBy(Set<?> value)
The described resource is referenced, cited, or otherwise pointed to by the referenced resource.


getDcIsReplacedBy

Set<Object> getDcIsReplacedBy()
The described resource is supplanted, displaced, or superseded by the referenced resource.


setDcIsReplacedBy

void setDcIsReplacedBy(Set<?> value)
The described resource is supplanted, displaced, or superseded by the referenced resource.


getDcIsRequiredBy

Set<Object> getDcIsRequiredBy()
The described resource is required by the referenced resource, either physically or logically.


setDcIsRequiredBy

void setDcIsRequiredBy(Set<?> value)
The described resource is required by the referenced resource, either physically or logically.


getDcIsVersionOf

Set<Object> getDcIsVersionOf()
The described resource is a version, edition, or adaptation of the referenced resource. Changes in version imply substantive changes in content rather than differences in format.


setDcIsVersionOf

void setDcIsVersionOf(Set<?> value)
The described resource is a version, edition, or adaptation of the referenced resource. Changes in version imply substantive changes in content rather than differences in format.


getDcIssued

Set<XMLGregorianCalendar> getDcIssued()
Date of formal issuance (e.g., publication) of the resource.


setDcIssued

void setDcIssued(Set<? extends XMLGregorianCalendar> value)
Date of formal issuance (e.g., publication) of the resource.


getDcLicenses

Set<String> getDcLicenses()
A legal document giving official permission to do something with the resource.


setDcLicenses

void setDcLicenses(Set<? extends String> value)
A legal document giving official permission to do something with the resource.


getDcMediators

Set<Object> getDcMediators()
A class of entity that mediates access to the resource and for whom the resource is intended or useful.


setDcMediators

void setDcMediators(Set<?> value)
A class of entity that mediates access to the resource and for whom the resource is intended or useful.


getDcMediums

Set<String> getDcMediums()
The material or physical carrier of the resource.


setDcMediums

void setDcMediums(Set<? extends String> value)
The material or physical carrier of the resource.


getDcModified

Set<XMLGregorianCalendar> getDcModified()
Date on which the resource was changed.


setDcModified

void setDcModified(Set<? extends XMLGregorianCalendar> value)
Date on which the resource was changed.


getDcProvenances

Set<Object> getDcProvenances()
A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity and interpretation.


setDcProvenances

void setDcProvenances(Set<?> value)
A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity and interpretation.


getDcReferences

Set<Object> getDcReferences()
The described resource references, cites, or otherwise points to the referenced resource.


setDcReferences

void setDcReferences(Set<?> value)
The described resource references, cites, or otherwise points to the referenced resource.


getDcReplaces

Set<Object> getDcReplaces()
The described resource supplants, displaces, or supersedes the referenced resource.


setDcReplaces

void setDcReplaces(Set<?> value)
The described resource supplants, displaces, or supersedes the referenced resource.


getDcRequires

Set<Object> getDcRequires()
The described resource requires the referenced resource to support its function, delivery, or coherence of content.


setDcRequires

void setDcRequires(Set<?> value)
The described resource requires the referenced resource to support its function, delivery, or coherence of content.


getDcRightsHolder

Set<Object> getDcRightsHolder()
A person or organization owning or managing rights over the resource.


setDcRightsHolder

void setDcRightsHolder(Set<?> value)
A person or organization owning or managing rights over the resource.


getDcSpatials

Set<String> getDcSpatials()
Spatial characteristics of the intellectual content of the resource.


setDcSpatials

void setDcSpatials(Set<? extends String> value)
Spatial characteristics of the intellectual content of the resource.


getDcTableOfContents

Set<String> getDcTableOfContents()
A list of subunits of the content of the resource.


setDcTableOfContents

void setDcTableOfContents(Set<? extends String> value)
A list of subunits of the content of the resource.


getDcTemporals

Set<String> getDcTemporals()
Temporal characteristics of the intellectual content of the resource.


setDcTemporals

void setDcTemporals(Set<? extends String> value)
Temporal characteristics of the intellectual content of the resource.


getDcValids

Set<XMLGregorianCalendar> getDcValids()
Date (often a range) of validity of a resource.


setDcValids

void setDcValids(Set<? extends XMLGregorianCalendar> value)
Date (often a range) of validity of a resource.



Copyright © 2004-2008 Aduna. All Rights Reserved.