ontoref/ontology/defaults/personal.ncl

15 lines
424 B
Plaintext
Raw Normal View History

let s = import "../schemas/personal.ncl" in
{
make_content = fun data => s.Content & data,
make_opportunity = fun data => s.Opportunity & data,
Content = s.Content,
Opportunity = s.Opportunity,
ContentKind = s.ContentKind,
ContentStatus = s.ContentStatus,
OpportunityKind = s.OpportunityKind,
OpportunityStatus = s.OpportunityStatus,
Audience = s.Audience,
}