Classes: Callback | Micropost | Publisher | PublisherAccount | SemanticHub | Subscriber | SubscriberAccount | Topic
Properties: has_callback | has_hub | has_owner | has_subscriber
Callback – This class represents the callback for the subscribers.
Micropost – Represent the microposts in the container
Publisher
PublisherAccount – Represents the account created by the Hub to the Publisher
SemanticHub – This class represents the semantic hub through which the communication is happening.
Subscriber – This class represents the Subscriber of a topic
SubscriberAccount – Account created by the semantic hub for the Subscriber. Used to represent the subscription for the topics.
Topic – This class represents the topic/Feed of the Publisher (Followee). It contains the microposts of the Publisher. Properties of this class include sioc:has_subscriber sioc:has_owner sioc:container_of push:has_hub
has_callback – Expresses the relationship between the subscriber and the callback
has_hub – This property expresses the relationship between the topic and the hub.
has_owner – expresses the relationship between the topic and the publisher
has_subscriber – represents the relationship between the topic and the useraccount