Package | Description |
---|---|
orgrdfs.sioc.ns |
Modifier and Type | Field and Description |
---|---|
List<String> |
ItemImpl.about
Specifies that this Item is about a particular resource, e.g.
|
List<Agent> |
UserAccountImpl.account_of
Refers to the foaf:Agent or foaf:Person who owns this sioc:UserAccount.
|
List<String> |
ItemImpl.addressed_to
Refers to who (e.g.
|
List<Site> |
UserAccountImpl.administrator_of
A Site that the UserAccount is an administrator of.
|
List<String> |
ItemImpl.attachment
The URI of a file attached to an Item.
|
List<String> |
UserAccountImpl.avatar
An image or depiction used to represent this UserAccount.
|
List<Item> |
ContainerImpl.container_of
An Item that this Container contains.
|
List<String> |
ItemImpl.content
The content of the Item in plain text format.
|
List<String> |
PostImpl.content_encoded
The encoded content of the Post, contained in CDATA areas.
|
List<String> |
PostImpl.created_at
When this was created, in ISO 8601 format.
|
List<String> |
UserAccountImpl.creator_of
A resource that the UserAccount is a creator of.
|
List<String> |
PostImpl.description
The content of the Post.
|
List<String> |
UserAccountImpl.email
An electronic mail address of the UserAccount.
|
List<String> |
UserAccountImpl.email_sha1
An electronic mail address of the UserAccount, encoded using SHA1.
|
List<Graph> |
ItemImpl.embeds_knowledge
This links Items to embedded statements, facts and structured content.
|
List<String> |
UserAccountImpl.first_name
First (real) name of this User.
|
List<UserAccount> |
UserAccountImpl.follows
Indicates that one UserAccount follows another UserAccount (e.g.
|
List<String> |
RoleImpl.function_of
A UserAccount that has this Role.
|
List<UserAccount> |
SiteImpl.has_administrator
A UserAccount that is an administrator of this Site.
|
List<Container> |
ItemImpl.has_container
The Container to which this Item belongs.
|
List<String> |
ItemImpl.has_discussion
The discussion that is related to this Item.
|
List<Site> |
ForumImpl.has_host
The Site that hosts this Forum.
|
List<UserAccount> |
UsergroupImpl.has_member
A UserAccount that is a member of this Usergroup.
|
List<UserAccount> |
ForumImpl.has_moderator
A UserAccount that is a moderator of this Forum.
|
List<UserAccount> |
ItemImpl.has_modifier
A UserAccount that modified this Item.
|
List<Container> |
ContainerImpl.has_parent
A Container or Forum that this Container or Forum is a child of.
|
List<Item> |
ItemImpl.has_reply
Points to an Item or Post that is a reply or response to this Item or Post.
|
List<String> |
RoleImpl.has_scope
A resource that this Role applies to.
|
List<UserAccount> |
ContainerImpl.has_subscriber
A UserAccount that is subscribed to this Container.
|
List<Usergroup> |
SpaceImpl.has_usergroup
Points to a Usergroup that has certain access to this Space.
|
List<Forum> |
SiteImpl.host_of
A Forum that is hosted on this Site.
|
List<String> |
ItemImpl.ip_address
The IP address used when creating this Item.
|
List<String> |
ContainerImpl.last_item_date
The date and time of the last Post (or Item) in a Forum (or a
Container), in ISO 8601 format.
|
List<String> |
UserAccountImpl.last_name
Last (real) name of this user.
|
List<Item> |
ItemImpl.latest_version
Links to the latest revision of this Item or Post.
|
List<Usergroup> |
UserAccountImpl.member_of
A Usergroup that this UserAccount is a member of.
|
List<Forum> |
UserAccountImpl.moderator_of
A Forum that a UserAccount is a moderator of.
|
List<String> |
PostImpl.modified_at
When this was modified, in ISO 8601 format.
|
List<Item> |
UserAccountImpl.modifier_of
An Item that this UserAccount has modified.
|
List<Item> |
ItemImpl.next_by_date
Next Item or Post in a given Container sorted by date.
|
List<Item> |
ItemImpl.next_version
Links to the next revision of this Item or Post.
|
List<Integer> |
ContainerImpl.num_items
The number of Posts (or Items) in a Forum (or a Container).
|
List<Integer> |
ForumImpl.num_threads
The number of Threads (AKA discussion topics) in a Forum.
|
List<String> |
UserAccountImpl.owner_of
A resource owned by a particular UserAccount, for example, a weblog or
image gallery.
|
List<Container> |
ContainerImpl.parent_of
A child Container or Forum that this Container or Forum is a parent of.
|
List<Item> |
ItemImpl.previous_by_date
Previous Item or Post in a given Container sorted by date.
|
List<Item> |
ItemImpl.previous_version
Links to the previous revision of this Item or Post.
|
List<String> |
PostImpl.reference
Links either created explicitly or extracted implicitly on the HTML level
from the Post.
|
List<Item> |
ItemImpl.reply_of
Links to an Item or Post which this Item or Post is a reply to.
|
List<String> |
SpaceImpl.space_of
A resource which belongs to this data Space.
|
List<String> |
PostImpl.subject
Keyword(s) describing subject of the Post.
|
List<Container> |
UserAccountImpl.subscriber_of
A Container that a UserAccount is subscribed to.
|
List<String> |
PostImpl.title
This is the title (subject line) of the Post.
|
List<Space> |
UsergroupImpl.usergroup_of
A Space that the Usergroup has access to.
|