[topicmapmail] Associations: Putting a level/grade one

Thomas B. Passin tpassin@comcast.net
Mon, 15 Mar 2004 20:04:24 -0500


Michael Beaulieu wrote:

> If I have topics #beginner and #intermediate, how should I "grade" the 
> following association?
> 

Do you mean that you want to give a rating for the degree of Mike's 
knowledge?  Add a corresponding role to the association.

<member>
   <roleSpec><topicRef xlink:href='#skill-level'/></rolespec>
   <topicRef xlink:href='#beginner'/>
</member>


Cheers,

Tom P

> <association id="at-knows">
> <instanceOf>
>    <topicRef xlink:href="#at-knowledge-level-of"/>
> </instanceOf>
> <scope>
>    <topicRef xlink:href="#st-programming"/>
> </scope>
> <member>
>    <roleSpec>
>        <topicRef xlink:href="#rt-knower"/>
>    </roleSpec>
>    <topicRef xlink:href="#t-mike"/>
> </member>
> <member>
>    <roleSpec>
>        <topicRef xlink:href="#rt-known"/>
>    </roleSpec>
>    <topicRef xlink:href="#t-python"/>
> </member>
> </association>
> 
> thanks,
> Mike
> 
> _______________________________________________
> topicmapmail mailing list
> topicmapmail@infoloom.com
> http://www.infoloom.com/mailman/listinfo/topicmapmail
>