curatorial

package module
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2023 License: BSD-3-Clause Imports: 6 Imported by: 0

README

go-sfomuseum-curatorial

Go package for working with curatorial activities, in a SFO Museum context.

Documentation

Go Reference

Documentation is incomplete at this time.

A note about "lookups"

Please have a look at the A note about "lookup" documentation in the go-sfomuseum-airfield package. The issues outlined there are the same here. The "tl;dr" is:

It's not great. It's just what we're doing today. The goal right now is to expect a certain amount of "rinse and repeat" in the short term while aiming to make each cycle shorter than the last.

See also

Documentation

Overview

package curatorial provides methods for working with curatorial activities at SFO Museum (exhibitions, public art, collections).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LookupSchemes

func LookupSchemes() []string

func RegisterLookup

func RegisterLookup(ctx context.Context, scheme string, init_func LookupInitializationFunc) error

Types

type Lookup

type Lookup interface {
	Find(context.Context, string) ([]interface{}, error)
	Append(context.Context, interface{}) error
}

func NewLookup

func NewLookup(ctx context.Context, uri string) (Lookup, error)

type LookupInitializationFunc

type LookupInitializationFunc func(ctx context.Context, uri string) (Lookup, error)

Directories

Path Synopsis
cmd
assign-exhibition-gallery
assign-exhibition-gallery is a command line tool to update wof:parent_id and wof:hierarchy information for a SFO Museum exhibition record derived from one or more SFO Museum gallery records.
assign-exhibition-gallery is a command line tool to update wof:parent_id and wof:hierarchy information for a SFO Museum exhibition record derived from one or more SFO Museum gallery records.
wkt
Generate a CSV file with WOF ID, FileMaker ID and well-known-text (WKT) geometries for galleries and public art works marked "mz:is_current=1"
Generate a CSV file with WOF ID, FileMaker ID and well-known-text (WKT) geometries for galleries and public art works marked "mz:is_current=1"

Jump to

Keyboard shortcuts

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