TopicRepr

Top  Previous  Next

Description

Representation of a topic including all of its properties (names and occurrences), identifiers and labels.

 

XML Representation

<?xml version="1.0"?>

<Topic 

 Id="%internal id%" 

 Version="%version num%" 

 LastModified="%date/time%" 

 Address="%topic resource uri%" 

 TopicMapAddress="%topic map uri%" 

 TopicAssociations="%topic associations list resource uri%" 

 ReifiedItem="%reified item uri%" 

 Pool="%containing pool uri%">

  <Labels>

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

  </Labels>

  <Identifiers>

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

  </Identifiers>

  <Properties>

    <Property ...> See TopicPropertyRepr </Property>

  </Properties>

  <Types>

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

  </Types>

</Topic>

 

JSON Representation

 

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

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

"TopicAssociations":"%topic associations list resource uri%", 

"ReifiedItem":"%reified item uri%", 

"Pool":"%containing pool uri%", 

"Labels": array of LabelRepr,

"Identifiers": array of IdentifierRef

"Types":array of TopicRef

"Properties": array of TopicPropertyRepr

"Id":"%internal id%", 

"Version":%version number%, 

"LastModified":%date/time%

 

 

Notes

 

See Also