TopicMapRepr

Top  Previous  Next

Description

Representation of key topic map meta-data.

 

XML Representation

<TopicMap 

 Id="%internal id%" 

 Version="%version number%" 

 LastModified="%date/time%" 

 Address="%topic map resource uri%" 

 WebLabel="%topic map web label%" 

 Reifier="%topic map reifier topic resource uri%" 

 Schema="%topic map schema resource uri" 

 Associations="%topic map associations collection uri%" 

 Topics="%topic map topics collection uri%">

  <Labels>

    <Label ...>See LabelRepr</Label>*

  </Labels>

</TopicMap>

 

JSON Representation

 

"Address":"%topic map resource uri%", 

"WebLabel":"%topic map web label%", 

"Labels": array of LabelRepr

"Reifier":"%topic map reifier topic resource uri%", 

"Schema":"%topic map schema resource uri", 

"Associations":"%topic map associations collection uri%", 

"Topics":"%topic map topics collection uri%", 

"Id":"%internal id%", 

"Version":%version number%, 

"LastModified":%date/time%

 

 

Notes

 

See Also