CEIR Logo      Uni Koblenz Logo

SocDOnt - Social Document Ontology

IRI / Latest Version:
https://w3id.org/SocDOnt   [JSON] [OWL/XML] [TTL]
Version IRI / This Version:
https://w3id.org/SocDOnt/1.0   [JSON] [OWL/XML] [TTL]
Date:
01/2020
Current version:
1.0
Authors:
Susan Williams, Julian Mosen, Petra Schubert
Publisher:
CEIR - Center for Enterprise Information Research
Visualisations:
PNG - SVG - WebVOWL (CEIR)
Publications:
Williams, S., Mosen, J., & Schubert, P. (2020). The Structure of Social Documents. 53rd Hawaii International Conference on System Sciences, 2825–2834. - DOI: 10.24251/HICSS.2020.345
License:
Attribution 4.0 International (CC BY 4.0)

Table of Content

  1. Introduction
  2. Classes
  3. Object Properties
  4. Data Properties
  5. Annotation Properties
  6. Namespace Declarations

Introduction

The Social Document Ontology (SocDOnt) expresses the generic structure of social documents. Social documents are user-generated digital artefacts, created for collaboration and communication among employees. Typical examples are wiki articles or blog posts including comments, attachments, tags or recommendations. SocDOnt makes use of concepts from existing ontologies, such as the [SIOC ontology](http://rdfs.org/sioc/spec/), its extension [SIOCT](http://rdfs.org/sioc/spec/#sec-modules) and the [Task Management Ontology](http://oscaf.sourceforge.net/tmo.html) and introduces new concepts, necessary for a more detailed description of social documents within enterprise collaboration systems.

Classes

Attachmentc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#Attachment

The Attachment is one of the IntellectualComponents and describes an appendage of intellectual content to an IntellectualEntity or to a Comment.
has super-classes
IntellectualComponentc
attachment contained in commentop max 1 Commentc
is in domain of
attachment contained in commentop, attachment has commentop
is in range of
comment contains attachmentop, comment of attachmentop
is disjoint with
Commentc

BlogPostc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#BlogPost

BlogPosts belong to the IntellectualEntities and thus describe entries that are posted in blogs.
has super-classes
IntellectualEntityc
blog post contained in weblogop exactly 1 Weblogc
is in domain of
blog post contained in weblogop
is in range of
weblog contains blog postop
is disjoint with
BoardPostc, Filec, MicroblogPostc, Taskc, WikiArticlec

BoardPostc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#BoardPost

BoardPosts belong to the IntellectualEntities and thus describe entries that are made in message boards, also called forums. Responses to BoardPosts are called Comments, since they, as an IntellectualComponents, extend SocialDocuments.
has super-classes
IntellectualEntityc
board post contained in message boardop exactly 1 MessageBoardc
is in domain of
board post contained in message boardop
is in range of
message board contains board postop
is disjoint with
BlogPostc, Filec, MicroblogPostc, Taskc, WikiArticlec

Collectionc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#Collection

A Collection is a set of at least two SocialDocuments, which is used to group SocialDocuments. Collections can be used to represent hierarchical structures through the child and parent relations.
has super-classes
collection contains social documentop min 2 SocialDocumentc
collection has parentop max 1 Collectionc
is in domain of
collection contains social documentop, collection has childop, collection has parentop
is in range of
collection has childop, collection has parentop, social document contained in collectionop
is disjoint with
Containerc, Itemc, SocialDocumentc, Spacec

Commentc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#Comment

The Comment entity is an IntellectualComponent that contains intellectual content about Attachments or IntellectualEntities.
has super-classes
IntellectualComponentc
comment has parentop max 1 Commentc
comment of attachmentop max 1 Attachmentc
is in domain of
comment contains attachmentop, comment has childop, comment has parentop, comment of attachmentop
is in range of
attachment contained in commentop, attachment has commentop, comment has childop, comment has parentop
is disjoint with
Attachmentc

Componentc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#Component

The Component entity is an abstract class that is used to assign an IntellectualEntity to each of the subclasses IntellectualComponent and SimpleComponent. Accordingly, this class only supports the "bundling" of the sub-classes.
has super-classes
Itemc
component of intellectual entityop exactly 1 IntellectualEntityc
has sub-classes
IntellectualComponentc, SimpleComponentc
is in domain of
component of intellectual entityop
is in range of
intellectual entity has componentop
is disjoint with
IntellectualEntityc

Containerc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#Container

The container entity serves as a superclass for the various subordinate classes, which in turn can contain the various forms of IntellectualEntities. With the containers, just as with the Collections, nested structures can be created through the child-parent relations. The concept is always assigned to a Space and contains SocialDocuments whose IntellectualEntities correspond to the same type. Containers can be created automatically by the application or manually by the user.
has super-classes
container has parentop max 1 Containerc
container contained in spaceop exactly 1 Spacec
has sub-classes
Folderc, MessageBoardc, MicroBlogc, TaskContainerc, Weblogc, Wikic
is in domain of
container contained in spaceop, container contains social documentop, container has childop, container has parentop
is in range of
container has childop, container has parentop, social document contained in containerop, space contains containerop
is disjoint with
Collectionc, Itemc, SocialDocumentc, Spacec

Filec back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#File

A file is used to represent files that have been created within or uploaded to a collaboration system. Files that are to be assigned to other IntellectualEntities are excluded.
has super-classes
IntellectualEntityc
file contained in folderop exactly 1 Folderc
is in domain of
file contained in folderop
is in range of
folder contains fileop
is disjoint with
BlogPostc, BoardPostc, MicroblogPostc, Taskc, WikiArticlec

Folderc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#Folder

Folders serve as a parent structure for files.
has super-classes
Containerc
is in domain of
folder contains fileop
is in range of
file contained in folderop
is disjoint with
MessageBoardc, MicroBlogc, TaskContainerc, Weblogc, Wikic

GroupWorkspacec back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#GroupWorkspace

GroupWorkspaces describe spaces that are accessible to several people. Thus, they are positioned between UserWorkspace and OrganisationalPlatform and enable collaborative work, since they include the respective containers.
has super-classes
Spacec
is disjoint with
OrganisationalPlatformc, UserWorkspacec

IntellectualComponentc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#IntellectualComponent

Attachments and Comments are subordinated to the IntellectualComponent entity. These differ from SimpleComponents by their "intellectual content".
has super-classes
Componentc
intellectual component has recent versionop exactly 1 IntellectualComponentc
has sub-classes
Attachmentc, Commentc
is in domain of
contentdp, contributorsdp, intellectual component has previous versionop, intellectual component has recent versionop, intellectual component has simple componentop, last updatedp, mentioneesdp, titledp, viewsdp
is in range of
intellectual component has previous versionop, intellectual component has recent versionop, simple component of intellectual componentop
is disjoint with
SimpleComponentc

IntellectualEntityc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#IntellectualEntity

IntellectualEntities describe the core of a SocialDocument, for example a file or a BlogPost, which can be enriched by Components.
has super-classes
Itemc
intellectual entity has recent versionop exactly 1 IntellectualEntityc
has sub-classes
BlogPostc, BoardPostc, Filec, MicroblogPostc, Taskc, WikiArticlec
is in domain of
contentdp, contributorsdp, intellectual entity has componentop, intellectual entity has previous versionop, intellectual entity has recent versionop, last updatedp, mentioneesdp, titledp, viewsdp
is in range of
component of intellectual entityop, intellectual entity has previous versionop, intellectual entity has recent versionop
is disjoint with
Componentc

Itemc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#Item

Through the item entity, all properties that are consistent for the components of a social document are bundled. For this reason, the object properties are of a general nature and yet each represent a single piece of social content. The Item also serves to provide the link to the actual SocialDocument, which consists of at least one IntellectualEntity.
has super-classes
item contained in social documentop exactly 1 SocialDocumentc
has sub-classes
Componentc, IntellectualEntityc
is in domain of
createddp, creatordp, iddp, item contained in social documentop
is in range of
social document contains itemop
is disjoint with
Collectionc, Containerc, SocialDocumentc, Spacec

Likec back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#Like

The entity Like, which is also called "recommendation", is a SimpleComponent, which can be related to an IntellectualComponent or an IntellectualEntity. Since they have no inherent intellectual content, they, as all SimpleComponents, are not mutually related. Since a like within SocDOnt can only refer to IntellectualEntities, it is not possible to represent the "liking" of a container.
has super-classes
SimpleComponentc
is disjoint with
Tagc

MessageBoardc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#MessageBoard

MessageBoards are often called "forums" within ECS and contain any number of BoardPosts. This Container type can therefore contain several IntellectualEntities. The contained answers to the original message in the MessageBoard are represented accordingly by Comments.
has super-classes
Containerc
is in domain of
message board contains board postop
is in range of
board post contained in message boardop
is disjoint with
Folderc, MicroBlogc, TaskContainerc, Weblogc, Wikic

MicroBlogc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#MicroBlog

The Microblog, like the MessageBoard, is a container. The entity can contain MicroblogPosts, whose responses within the SocDOnt are called Comments.
has super-classes
Containerc
is in domain of
microblog contains microblog postop
is in range of
microblog post contained in microblogop
is disjoint with
Folderc, MessageBoardc, TaskContainerc, Weblogc, Wikic

MicroblogPostc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#MicroblogPost

MicroblogPosts are among the IntellectualEntities and are contained in microblogs. As with the other IntellectualEntities, replies are represented in the form of Comments.
has super-classes
IntellectualEntityc
microblog post contained in microblogop exactly 1 MicroBlogc
is in domain of
microblog post contained in microblogop
is in range of
microblog contains microblog postop
is disjoint with
BlogPostc, BoardPostc, Filec, Taskc, WikiArticlec

OrganisationalPlatformc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#OrganisationalPlatform

The OrganisationalPlatform entity describes a space that is accessible to all participants of the system.
has super-classes
Spacec
is disjoint with
GroupWorkspacec, UserWorkspacec

SimpleComponentc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#SimpleComponent

SimpleComponents add further data (Likes and Tags) to IntellectualComponents or IntellectualEntities. With the exception of the Tag, these types of Components do not carry any other data properties and thus no intellectual content. Because of their lack of intellectual content, Tags and Likes can never be associated with each other or with any other instance of themselves. This is because tagging a tag, liking a like, or tagging a like makes no sense. While liking a tag would be conceivable, it is a very atypical use case. In some ECS, it is possible to also liken a space or container, but in the context of SocDOnt, the focus is on applying these components to SocialDocuments.
has super-classes
Componentc
simple component of intellectual componentop max 1 IntellectualComponentc
has sub-classes
Likec, Tagc
is in domain of
simple component of intellectual componentop
is in range of
intellectual component has simple componentop
is disjoint with
IntellectualComponentc

SocialDocumentc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#SocialDocument

The SocialDocument represents, as the name of the ontology already indicates, a central element of SocDOnt. This "compound document" (Williams, Mosen and Schubert, 2020, p. 3) is composed of IntellectualEntity, IntellectualComponents and SimpleComponents. Only the IntellectualEntity is mandatory. The SocialDocument is assigned to the same container as the corresponding IntellectualEntity. For the SocialDocument, no distinction is made within the SocDOnt as to whether this already originally has "social content" (collaboratively created content) (for example, a WikiArticle edited by two authors) or only becomes such through Components (for example, in the case of a PDF or Word file). Hausmann (2018, p. 210) calls these different forms "born social" and "become social" and refers to Hodge (2000), who first described documents that are created and distributed in electronic form in this way.
has super-classes
social document contains itemop min 1 Itemc
social document contained in containerop exactly 1 Containerc
is in domain of
social document contained in collectionop, social document contained in containerop, social document contains itemop
is in range of
collection contains social documentop, container contains social documentop, item contained in social documentop
is disjoint with
Collectionc, Containerc, Itemc, Spacec

Spacec back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#Space

The types of Spaces describe the different areas in which social content is created (Williams, Mosen, and Schubert, 2020). The different container types are assigned to the Spaces.
has sub-classes
GroupWorkspacec, OrganisationalPlatformc, UserWorkspacec
is in domain of
space contains containerop
is in range of
container contained in spaceop
is disjoint with
Collectionc, Containerc, Itemc, SocialDocumentc

Tagc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#Tag

Tags belong to SimpleComponents and include a label that identifies the tag. Tags are used to describe IntellectualComponents or IntellectualEntities more detailed.
has super-classes
SimpleComponentc
is in domain of
labeldp
is disjoint with
Likec

Taskc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#Task

The Task entity belongs to the IntellectualEntities and describes a task. These tasks can be organized in hierarchical structures, since parent-child relations are given. Subordinate tasks can also be called subtasks, but they follow the same structure as parent tasks.
has super-classes
IntellectualEntityc
task contained in task containerop exactly 1 TaskContainerc
task has parentop max 1 Taskc
is in domain of
task contained in task containerop, task has childop, task has parentop
is in range of
task container contains taskop, task has childop, task has parentop
is disjoint with
BlogPostc, BoardPostc, Filec, MicroblogPostc, WikiArticlec

TaskContainerc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#TaskContainer

The container type TaskContainer can hold any number of tasks. TaskContainers are unambiguously assigned to a Space.
has super-classes
Containerc
is in domain of
task container contains taskop
is in range of
task contained in task containerop
is disjoint with
Folderc, MessageBoardc, MicroBlogc, Weblogc, Wikic

UserWorkspacec back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#UserWorkspace

The UserWorkspace serves as a space that is only accessible to a specific user. Thus, this type of space represents the counterpart to an organizational platform, which is accessible to all users.
has super-classes
Spacec
is disjoint with
GroupWorkspacec, OrganisationalPlatformc

Weblogc back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#Weblog

Weblogs are regularly referred to as "blogs" within ECS and contain any number of BlogPosts. This container can therefore contain several IntellectualEntities. The contained replies to the original message in the weblog are Comments.
has super-classes
Containerc
is in domain of
weblog contains blog postop
is in range of
blog post contained in weblogop
is disjoint with
Folderc, MessageBoardc, MicroBlogc, TaskContainerc, Wikic

Wikic back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#Wiki

Wikis serve as containers for WikiArticles and are subordinate to the concept of Spaces. Containers of this type can also hold multiple IntellectualEntities.
has super-classes
Containerc
is in domain of
wiki contains wiki articleop
is in range of
wiki article contained in wikiop
is disjoint with
Folderc, MessageBoardc, MicroBlogc, TaskContainerc, Weblogc

WikiArticlec back to ToC or Class ToC

IRI: https://w3id.org/SocDOnt/1.0#WikiArticle

WikiArticles correspond to the entries in a wiki. Within a wiki, they are usually represented as a separate "page". Replies to a WikiArticle are mapped to the Comment entity. Attachments, which are not part of the actual content, are called Attachment.
has super-classes
IntellectualEntityc
wiki article contained in wikiop exactly 1 Wikic
wiki article has parentop max 1 WikiArticlec
is in domain of
wiki article contained in wikiop, wiki article has childop, wiki article has parentop
is in range of
wiki article has childop, wiki article has parentop, wiki contains wiki articleop
is disjoint with
BlogPostc, BoardPostc, Filec, MicroblogPostc, Taskc

Object Properties

attachment contained in commentop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#attachment_contained_in_comment

has domain
Attachmentc
has range
Commentc
is inverse of
comment contains attachmentop

attachment has commentop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#attachment_has_comment

has domain
Attachmentc
has range
Commentc
is inverse of
comment of attachmentop

blog post contained in weblogop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#blogPost_contained_in_weblog

has domain
BlogPostc
has range
Weblogc
is inverse of
weblog contains blog postop

board post contained in message boardop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#boardPost_contained_in_messageBoard

has domain
BoardPostc
has range
MessageBoardc
is inverse of
message board contains board postop

collection contains social documentop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#collection_contains_socialDocument

collection has childop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#collection_has_child

has domain
Collectionc
has range
Collectionc
is inverse of
collection has parentop

collection has parentop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#collection_has_parent

has characteristics : functional

has domain
Collectionc
has range
Collectionc
is inverse of
collection has childop

comment contains attachmentop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#comment_contains_attachment

has domain
Commentc
has range
Attachmentc
is inverse of
attachment contained in commentop

comment has childop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#comment_has_child

has domain
Commentc
has range
Commentc
is inverse of
comment has parentop

comment has parentop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#comment_has_parent

has characteristics : functional

has domain
Commentc
has range
Commentc
is inverse of
comment has childop

comment of attachmentop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#comment_of_attachment

has domain
Commentc
has range
Attachmentc
is inverse of
attachment has commentop

component of intellectual entityop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#component_of_intellectualEntity

container contained in spaceop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#container_contained_in_space

has domain
Containerc
has range
Spacec
is inverse of
space contains containerop

container contains social documentop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#container_contains_socialDocument

container has childop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#container_has_child

has domain
Containerc
has range
Containerc
is inverse of
container has parentop

container has parentop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#container_has_parent

has characteristics : functional

has domain
Containerc
has range
Containerc
is inverse of
container has childop

file contained in folderop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#file_contained_in_folder

has domain
Filec
has range
Folderc
is inverse of
folder contains fileop

folder contains fileop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#folder_contains_file

has domain
Folderc
has range
Filec
is inverse of
file contained in folderop

intellectual component has previous versionop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#intellectualComponent_has_previousVersion

intellectual component has recent versionop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#intellectualComponent_has_recentVersion

intellectual component has simple componentop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#intellectualComponent_has_simpleComponent

intellectual entity has componentop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#intellectualEntity_has_component

intellectual entity has previous versionop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#intellectualEntity_has_previousVersion

intellectual entity has recent versionop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#intellectualEntity_has_recentVersion

item contained in social documentop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#item_contained_in_socialDocument

has domain
Itemc
has range
SocialDocumentc
is inverse of
social document contains itemop

message board contains board postop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#messageBoard_contains_boardPost

microblog contains microblog postop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#microblog_contains_microblogPost

microblog post contained in microblogop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#microblogPost_contained_in_microblog

simple component of intellectual componentop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#simpleComponent_of_intellectualComponent

social document contained in collectionop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#socialDocument_contained_in_collection

social document contained in containerop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#socialDocument_contained_in_container

social document contains itemop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#socialDocument_contains_item

has domain
SocialDocumentc
has range
Itemc
is inverse of
item contained in social documentop

space contains containerop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#space_contains_container

has domain
Spacec
has range
Containerc
is inverse of
container contained in spaceop

task contained in task containerop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#task_contained_in_taskContainer

has domain
Taskc
has range
TaskContainerc
is inverse of
task container contains taskop

task container contains taskop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#taskContainer_contains_task

has domain
TaskContainerc
has range
Taskc
is inverse of
task contained in task containerop

task has childop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#task_has_child

has domain
Taskc
has range
Taskc
is inverse of
task has parentop

task has parentop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#task_has_parent

has characteristics : functional

has domain
Taskc
has range
Taskc
is inverse of
task has childop

weblog contains blog postop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#weblog_contains_blogPost

has domain
Weblogc
has range
BlogPostc
is inverse of
blog post contained in weblogop

wiki article contained in wikiop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#wikiArticle_contained_in_wiki

has domain
WikiArticlec
has range
Wikic
is inverse of
wiki contains wiki articleop

wiki article has childop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#wikiArticle_has_child

has domain
WikiArticlec
has range
WikiArticlec
is inverse of
wiki article has parentop

wiki article has parentop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#wikiArticle_has_parent

has characteristics : functional

has domain
WikiArticlec
has range
WikiArticlec
is inverse of
wiki article has childop

wiki contains wiki articleop back to ToC or Object Property ToC

IRI: https://w3id.org/SocDOnt/1.0#wiki_contains_wikiArticle

has domain
Wikic
has range
WikiArticlec
is inverse of
wiki article contained in wikiop

Data Properties

contentdp back to ToC or Data Property ToC

IRI: https://w3id.org/SocDOnt/1.0#content

has characteristics : functional

has domain
IntellectualComponentc
IntellectualEntityc
has range
object

contributorsdp back to ToC or Data Property ToC

IRI: https://w3id.org/SocDOnt/1.0#contributors

has domain
IntellectualComponentc
IntellectualEntityc
has range
object

createddp back to ToC or Data Property ToC

IRI: https://w3id.org/SocDOnt/1.0#created

has characteristics : functional

has domain
Itemc
has range
date time

creatordp back to ToC or Data Property ToC

IRI: https://w3id.org/SocDOnt/1.0#creator

has domain
Itemc
has range
object

iddp back to ToC or Data Property ToC

IRI: https://w3id.org/SocDOnt/1.0#id

has characteristics : functional

has domain
Itemc
has range
string

labeldp back to ToC or Data Property ToC

IRI: https://w3id.org/SocDOnt/1.0#label

has characteristics : functional

has domain
Tagc
has range
string

last updatedp back to ToC or Data Property ToC

IRI: https://w3id.org/SocDOnt/1.0#last_update

has characteristics : functional

has domain
IntellectualComponentc
IntellectualEntityc
has range
date time

mentioneesdp back to ToC or Data Property ToC

IRI: https://w3id.org/SocDOnt/1.0#mentionees

has domain
IntellectualComponentc
IntellectualEntityc
has range
object

titledp back to ToC or Data Property ToC

IRI: https://w3id.org/SocDOnt/1.0#title

has characteristics : functional

has domain
IntellectualComponentc
IntellectualEntityc
has range
string

viewsdp back to ToC or Data Property ToC

IRI: https://w3id.org/SocDOnt/1.0#views

has characteristics : functional

has domain
IntellectualComponentc
IntellectualEntityc
has range
integer

Annotation Properties

creatorap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/creator

dateap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/date

descriptionap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/description

importsap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2002/07/owl#imports

publisherap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/publisher

rightsap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/rights

titleap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/title

Namespace Declarations back to ToC

default namespace
https://w3id.org/SocDOnt#
1-0
https://w3id.org/SocDOnt/1.0#
dc
http://purl.org/dc/elements/1.1/
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
socdont
https://w3id.org/SocDOnt/
w3id-org
https://w3id.org/
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni .