ArcRepr

Top  Previous  Next

Description

Represents a single arc in a topic map

 

XML Representation

<Arc 

 Id="%internal id%" 

 Version="0" 

 LastModified="%last modified date/time%" 

 Address="%arc resource uri%" 

 TopicMapAddress="%parent topic map uri%" 

 Reifier="%reifying topic uri%" >

  <StartTopic ...>See TopicRef </StartTopic>

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

  <EndTopic> See TopicRef </EndTopic>

  <Identifiers>

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

  </Identifiers>

</Association>

 

JSON Representation

 

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

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

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

 "StartTopic": instance of TopicRef

 "Type": intance of TopicRef,

 "EndTopic": intance of TopicRef,

 "Identifiers": array of IdentifierRef

}

 

Notes

 

See Also