@seidhr/sanity-plugin-muna-schemas
Version:
Muna or ᛗᚢᚾᚨ means remember in norse. Muna is a schema for the Sanity Studio that enables detailed descriptions of cultural heritage objects and knowledge about their contexts as well as pages about them (or anything else really.)
50 lines (49 loc) • 2.32 kB
JavaScript
export { assignedActor } from "./assignedActor";
export { assignedRole } from "./assignedRole";
export { carriedOutBy } from "./carriedOutBy";
export { carries } from "./carries";
export { composedOf } from "./composedOf";
export { concerned } from "./concerned";
export { consistsOf } from "./consistsOf";
export { contributionAssignedBy } from "./contributionAssignedBy";
export { definedByGeoJSON } from "./definedByGeoJSON";
export { depicts } from "./depicts";
export { digitallyShownBy } from "./digitallyShownBy";
export { file } from "./file";
export { hadParticipant } from "./hadParticipant";
export { hasCurrentOwner } from "./hasCurrentOwner";
export { hasDimension } from "./hasDimension";
export { hasFormerOrCurrentOwner } from "./hasFormerOrCurrentOwner";
export { hasIdentified } from "./hasIdentified";
export { hasMember } from "./hasMember";
export { hasSender } from "./hasSender";
export { identifiedBy } from "./identifiedBy";
export { image } from "./image";
export { inDataset } from "./inDataset";
export { language } from "./language";
export { measuredBy } from "./measuredBy";
export { memberOf } from "./memberOf";
export { motivated } from "./motivated";
export { motivatedBy } from "./motivatedBy";
export { presentAt } from "./presentAt";
export { referredToBy } from "./referredToBy";
export { relation } from "./relation";
export { represents } from "./represents";
export { sameAs } from "./sameAs";
export { showsVisualObject } from "./showsVisualObject";
export { subject } from "./subject";
export { subjectOf } from "./subjectOf";
export { subjectOfManifest } from "./subjectOfManifest";
export { timespan } from "./timespan";
export { timespanSingleton } from "./timespanSingleton";
export { tookPlaceAt } from "./tookPlaceAt";
export { transferred } from "./transferred";
export { transferredTitleFrom } from "./transferredTitleFrom";
export { transferredTitleOf } from "./transferredTitleOf";
export { transferredTitleTo } from "./transferredTitleTo";
export { usedGeneralTechnique } from "./usedGeneralTechnique";
export { usedName } from "./usedName";
export { usedObjectOfType } from "./usedObjectOfType";
export { usedSpecificObject } from "./usedSpecificObject";
export { usedSpecificTechnique } from "./usedSpecificTechnique";
export { wasOutputOf } from "./wasOutputOf";