BagItProfileInfo

BagItProfileInfo

BagItProfileInfo contains metadata about a BagItProfile, including the version number, who maintains it, etc.

Constructor

new BagItProfileInfo()

Source:

Members

bagItProfileIdentifier :string

A URL that uniquely identifies this profile. The profile should be published at that URL.

Source:

bagItProfileVersion :string

The version of the BagItProfile specification to which this profile conforms. For example, "1.2.0", "1.3.0", etc.

This may be (and will likely be) empty for profiles created within DART, since DART BagItProfiles differ somewhat from the published stadard.

Source:

contactEmail :string

The email address of the poor soul who has to maintain this profile.

Source:

contactName :string

The name of this profile's maintainer.

Source:

externalDescription :string

A description of this profile.

Source:

sourceOrganization :string

The name of the organization that maintains this profile.

Source:

version :string

The version number of this profile.

Source: