ontoref/reflection/schemas/coder-defaults.ncl

20 lines
529 B
Plaintext
Raw Permalink Normal View History

2026-03-13 00:21:04 +00:00
let s = import "coder.ncl" in
{
make_author = fun data => s.Author & data,
make_context = fun data => s.Context & data,
make_entry = fun data => s.Entry & data,
make_record = fun data => s.Record & data,
Author = s.Author,
Context = s.Context,
Entry = s.Entry,
Record = s.Record,
RecordContext = s.RecordContext,
Kind = s.Kind,
Category = s.Category,
Domain = s.Domain,
ActorKind = s.ActorKind,
ContentRole = s.ContentRole,
}