edan

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 21, 2020 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IIMContentLabel

type IIMContentLabel struct {
	Content string `json:"content,omitempty"`
	Label   string `json:"label,omitempty"`
}

type IIMDescriptiveNonRepeating

type IIMDescriptiveNonRepeating struct {
	DataSource    string          `json:"data_source,omitempty"`
	GUID          string          `json:"guid,omitempty"`
	MetadataUsage IIMUsage        `json:"metadata_usage,omitempty"`
	OnlineMedia   IIMOnlineMedia  `json:"online_media,omitempty"`
	RecordId      string          `json:"record_ID,omitempty"`
	RecordLink    string          `json:"record_link,omitempty"`
	Title         IIMContentLabel `json:"title,omitempty"`
	TitleSort     string          `json:"title_sort,omitempty"`
	UnitCode      string          `json:"unit_code,omitempty"`
}

type IIMFreeText

type IIMFreeText struct {
	CreditLine           []IIMContentLabel `json:"creditLine,omitempty"`
	DataSource           []IIMContentLabel `json:"dataSource,omitempty"`
	Date                 []IIMContentLabel `json:"date,omitempty"`
	Identifier           []IIMContentLabel `json:"identifier,omitempty"`
	Manufacturer         []IIMContentLabel `json:"manufacturer,omitempty"`
	Name                 []IIMContentLabel `json:"name,omitempty"`
	Notes                []IIMContentLabel `json:"notes,omitempty"`
	ObjectRights         []IIMContentLabel `json:"objectRights,omitempty"`
	ObjectType           []IIMContentLabel `json:"objectType,omitempty"`
	PhysicalDescriptions []IIMContentLabel `json:"physicalDescription,omitempty"`
	Place                []IIMContentLabel `json:"place,omitempty"`
	SetName              []IIMContentLabel `json:"setName,omitempty"`
}

type IIMGeoLocation

type IIMGeoLocation struct {
	L2 IIMGeoLocationLevel `json:"L2,omitempty"`
}

type IIMGeoLocationLevel

type IIMGeoLocationLevel struct {
	Content string `json:"content,omitempty"`
	Type    string `json:"type,omitempty"`
}

type IIMIndexedStructured

type IIMIndexedStructured struct {
	Date            []string         `json:"date,omitempty"`
	GeoLocation     []IIMGeoLocation `json:"geoLocation,omitempty"`
	Name            []string         `json:"name,omitempty"`
	ObjectType      []string         `json:"object_type,omitempty"`
	OnlineMediaType []string         `json:"online_media_type,omitempty"`
	Place           []string         `json:"place,omitempty"`
	UsageFlag       []string         `json:"usage_flag,omitempty"`
}

type IIMMedia

type IIMMedia struct {
	Content   string             `json:"content,omitempty"`
	GUID      string             `json:"guid,omitempty"`
	IDSId     string             `json:"idsId,omitempty"`
	Thumbnail string             `json:"thumbnail,omitempty"`
	Usage     IIMUsage           `json:"usage,omitempty"`
	Resources []IIMMediaResource `json:"resources,omitempty"`
	Type      string             `json:"type,omitempty"`
}

type IIMMediaResource

type IIMMediaResource struct {
	Label string `json:"label,omitempty"`
	URL   string `json:"url,omitempty"`
}

type IIMObjectRecord

type IIMObjectRecord struct {
	DescriptiveNonRepeating IIMDescriptiveNonRepeating `json:"descriptiveNonRepeating,omitempty"`
	FreeText                IIMFreeText                `json:"freetext,omitempty"`
	IndexedStructured       IIMIndexedStructured       `json:"indexStructured,omitempty"`
}

type IIMOnlineMedia

type IIMOnlineMedia struct {
	Media      []IIMMedia `json:"media,omitempty"`
	MediaCount int        `json:"mediaCount,omitempty"`
}

type IIMUsage

type IIMUsage struct {
	Access string `json:"access,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL