Reification of Associations created using a Template in CTM
Benjamin Bock <[email protected]>
| Newsgroups | gmane.text.xml.xtm.general |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I was using CTM to take notes this morning and ran into trouble when trying to reify a association which I created using a template. The template is the following: def by($authored_thing, $author) author-of(authored_thing: $authored_thing, author: $author) end and it's used like this: some_author . d isa document; - "Title of this document"; by(some_author) . According to the CTM-Spec, reification cannot be applied to a template invocation (which would be nice but also problematic e.g. with templates ending with a topic). d isa document; - "Title of this document"; by(some_author) ~ [ note: "something I want to remember here"] . I'm wondering if there are valid and equally concise ways of expressing this. Any ideas? - Benjamin