AssociationRepr

Top  Previous  Next

Description

Represents a single association in a topic map

 

XML Representation

<Association 

 Id="%internal id%" 

 Version="0" 

 LastModified="%last modified date/time%" 

 Address="%association resource uri%" 

 TopicMapAddress="%parent topic map uri%" 

 Reifier="%reifying topic uri%" 

 Pool="%container pool uri%">

  <Type ...>See TopicRef</Type>

  <Scope>

    <Theme ...> See TopicRef </Theme>*

  </Scope>

  <Roles>

    <Role ...> See RoleRepr </Role>*

  <Identifiers>

    <Identifier ...> See IdentifierRef </Identifier>

  </Identifiers>

</Association>

 

JSON Representation

 

 "Address":"%association resource uri%", 

 "TopicMapAddress":"%parent topic map uri%", 

 "Reifier":"%reifying topic uri%", 

 "Pool":"%container pool uri%", 

 "Type": intance of TopicRef,

 "Scope": array of TopicRef

 "Roles": array of RoleRepr

 "Identifiers": array of IdentifierRef

}

 

Notes

 

See Also