@prefix : . @prefix dc: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix obda: . @prefix rdfs: . @prefix socdont: . @base . rdf:type owl:Ontology ; owl:versionIRI ; dc:creator "Julian Mosen" , "Petra Schubert" , "Susan Williams" ; dc:date "01/2020" ; dc:description """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, its extension SIOCT and the Task Management Ontology and introduces new concepts, necessary for a more detailed description of social documents within enterprise collaboration systems."""@en ; dc:publisher "https://ceir.de" ; dc:rights "https://creativecommons.org/licenses/by/4.0" ; dc:title "SocDOnt - Social Document Ontology"@en ; owl:versionInfo 1.0 . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/creator dc:creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/date dc:date rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/description dc:description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/publisher dc:publisher rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/rights dc:rights rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/title dc:title rdf:type owl:AnnotationProperty . ### http://www.w3.org/2002/07/owl#imports owl:imports rdf:type owl:AnnotationProperty . ################################################################# # Datatypes ################################################################# ### http://www.w3.org/2001/XMLSchema#object xsd:object rdf:type rdfs:Datatype . ################################################################# # Object Properties ################################################################# ### https://w3id.org/SocDOnt/1.0#attachment_contained_in_comment socdont:attachment_contained_in_comment rdf:type owl:ObjectProperty ; owl:inverseOf socdont:comment_contains_attachment ; rdfs:domain socdont:Attachment ; rdfs:range socdont:Comment . ### https://w3id.org/SocDOnt/1.0#attachment_has_comment socdont:attachment_has_comment rdf:type owl:ObjectProperty ; owl:inverseOf socdont:comment_of_attachment ; rdfs:domain socdont:Attachment ; rdfs:range socdont:Comment . ### https://w3id.org/SocDOnt/1.0#blogPost_contained_in_weblog socdont:blogPost_contained_in_weblog rdf:type owl:ObjectProperty ; owl:inverseOf socdont:weblog_contains_blogPost ; rdfs:domain socdont:BlogPost ; rdfs:range socdont:Weblog . ### https://w3id.org/SocDOnt/1.0#boardPost_contained_in_messageBoard socdont:boardPost_contained_in_messageBoard rdf:type owl:ObjectProperty ; owl:inverseOf socdont:messageBoard_contains_boardPost ; rdfs:domain socdont:BoardPost ; rdfs:range socdont:MessageBoard . ### https://w3id.org/SocDOnt/1.0#collection_contains_socialDocument socdont:collection_contains_socialDocument rdf:type owl:ObjectProperty ; owl:inverseOf socdont:socialDocument_contained_in_collection ; rdfs:domain socdont:Collection ; rdfs:range socdont:SocialDocument . ### https://w3id.org/SocDOnt/1.0#collection_has_child socdont:collection_has_child rdf:type owl:ObjectProperty ; owl:inverseOf socdont:collection_has_parent ; rdfs:domain socdont:Collection ; rdfs:range socdont:Collection . ### https://w3id.org/SocDOnt/1.0#collection_has_parent socdont:collection_has_parent rdf:type owl:ObjectProperty , owl:FunctionalProperty ; rdfs:domain socdont:Collection ; rdfs:range socdont:Collection . ### https://w3id.org/SocDOnt/1.0#comment_contains_attachment socdont:comment_contains_attachment rdf:type owl:ObjectProperty ; rdfs:domain socdont:Comment ; rdfs:range socdont:Attachment . ### https://w3id.org/SocDOnt/1.0#comment_has_child socdont:comment_has_child rdf:type owl:ObjectProperty ; owl:inverseOf socdont:comment_has_parent ; rdfs:domain socdont:Comment ; rdfs:range socdont:Comment . ### https://w3id.org/SocDOnt/1.0#comment_has_parent socdont:comment_has_parent rdf:type owl:ObjectProperty , owl:FunctionalProperty ; rdfs:domain socdont:Comment ; rdfs:range socdont:Comment . ### https://w3id.org/SocDOnt/1.0#comment_of_attachment socdont:comment_of_attachment rdf:type owl:ObjectProperty ; rdfs:domain socdont:Comment ; rdfs:range socdont:Attachment . ### https://w3id.org/SocDOnt/1.0#component_of_intellectualEntity socdont:component_of_intellectualEntity rdf:type owl:ObjectProperty ; owl:inverseOf socdont:intellectualEntity_has_component ; rdfs:domain socdont:Component ; rdfs:range socdont:IntellectualEntity . ### https://w3id.org/SocDOnt/1.0#container_contained_in_space socdont:container_contained_in_space rdf:type owl:ObjectProperty ; owl:inverseOf socdont:space_contains_container ; rdfs:domain socdont:Container ; rdfs:range socdont:Space . ### https://w3id.org/SocDOnt/1.0#container_contains_socialDocument socdont:container_contains_socialDocument rdf:type owl:ObjectProperty ; owl:inverseOf socdont:socialDocument_contained_in_container ; rdfs:domain socdont:Container ; rdfs:range socdont:SocialDocument . ### https://w3id.org/SocDOnt/1.0#container_has_child socdont:container_has_child rdf:type owl:ObjectProperty ; owl:inverseOf socdont:container_has_parent ; rdfs:domain socdont:Container ; rdfs:range socdont:Container . ### https://w3id.org/SocDOnt/1.0#container_has_parent socdont:container_has_parent rdf:type owl:ObjectProperty , owl:FunctionalProperty ; rdfs:domain socdont:Container ; rdfs:range socdont:Container . ### https://w3id.org/SocDOnt/1.0#file_contained_in_folder socdont:file_contained_in_folder rdf:type owl:ObjectProperty ; owl:inverseOf socdont:folder_contains_file ; rdfs:domain socdont:File ; rdfs:range socdont:Folder . ### https://w3id.org/SocDOnt/1.0#folder_contains_file socdont:folder_contains_file rdf:type owl:ObjectProperty ; rdfs:domain socdont:Folder ; rdfs:range socdont:File . ### https://w3id.org/SocDOnt/1.0#intellectualComponent_has_previousVersion socdont:intellectualComponent_has_previousVersion rdf:type owl:ObjectProperty ; owl:inverseOf socdont:intellectualComponent_has_recentVersion ; rdfs:domain socdont:IntellectualComponent ; rdfs:range socdont:IntellectualComponent . ### https://w3id.org/SocDOnt/1.0#intellectualComponent_has_recentVersion socdont:intellectualComponent_has_recentVersion rdf:type owl:ObjectProperty ; rdfs:domain socdont:IntellectualComponent ; rdfs:range socdont:IntellectualComponent . ### https://w3id.org/SocDOnt/1.0#intellectualComponent_has_simpleComponent socdont:intellectualComponent_has_simpleComponent rdf:type owl:ObjectProperty ; owl:inverseOf socdont:simpleComponent_of_intellectualComponent ; rdfs:domain socdont:IntellectualComponent ; rdfs:range socdont:SimpleComponent . ### https://w3id.org/SocDOnt/1.0#intellectualEntity_has_component socdont:intellectualEntity_has_component rdf:type owl:ObjectProperty ; rdfs:domain socdont:IntellectualEntity ; rdfs:range socdont:Component . ### https://w3id.org/SocDOnt/1.0#intellectualEntity_has_previousVersion socdont:intellectualEntity_has_previousVersion rdf:type owl:ObjectProperty ; owl:inverseOf socdont:intellectualEntity_has_recentVersion ; rdfs:domain socdont:IntellectualEntity ; rdfs:range socdont:IntellectualEntity . ### https://w3id.org/SocDOnt/1.0#intellectualEntity_has_recentVersion socdont:intellectualEntity_has_recentVersion rdf:type owl:ObjectProperty ; rdfs:domain socdont:IntellectualEntity ; rdfs:range socdont:IntellectualEntity . ### https://w3id.org/SocDOnt/1.0#item_contained_in_socialDocument socdont:item_contained_in_socialDocument rdf:type owl:ObjectProperty ; owl:inverseOf socdont:socialDocument_contains_item ; rdfs:domain socdont:Item ; rdfs:range socdont:SocialDocument . ### https://w3id.org/SocDOnt/1.0#messageBoard_contains_boardPost socdont:messageBoard_contains_boardPost rdf:type owl:ObjectProperty ; rdfs:domain socdont:MessageBoard ; rdfs:range socdont:BoardPost . ### https://w3id.org/SocDOnt/1.0#microblogPost_contained_in_microblog socdont:microblogPost_contained_in_microblog rdf:type owl:ObjectProperty ; owl:inverseOf socdont:microblog_contains_microblogPost ; rdfs:domain socdont:MicroblogPost ; rdfs:range socdont:MicroBlog . ### https://w3id.org/SocDOnt/1.0#microblog_contains_microblogPost socdont:microblog_contains_microblogPost rdf:type owl:ObjectProperty ; rdfs:domain socdont:MicroBlog ; rdfs:range socdont:MicroblogPost . ### https://w3id.org/SocDOnt/1.0#simpleComponent_of_intellectualComponent socdont:simpleComponent_of_intellectualComponent rdf:type owl:ObjectProperty ; rdfs:domain socdont:SimpleComponent ; rdfs:range socdont:IntellectualComponent . ### https://w3id.org/SocDOnt/1.0#socialDocument_contained_in_collection socdont:socialDocument_contained_in_collection rdf:type owl:ObjectProperty ; rdfs:domain socdont:SocialDocument ; rdfs:range socdont:Collection . ### https://w3id.org/SocDOnt/1.0#socialDocument_contained_in_container socdont:socialDocument_contained_in_container rdf:type owl:ObjectProperty ; rdfs:domain socdont:SocialDocument ; rdfs:range socdont:Container . ### https://w3id.org/SocDOnt/1.0#socialDocument_contains_item socdont:socialDocument_contains_item rdf:type owl:ObjectProperty ; rdfs:domain socdont:SocialDocument ; rdfs:range socdont:Item . ### https://w3id.org/SocDOnt/1.0#space_contains_container socdont:space_contains_container rdf:type owl:ObjectProperty ; rdfs:domain socdont:Space ; rdfs:range socdont:Container . ### https://w3id.org/SocDOnt/1.0#taskContainer_contains_task socdont:taskContainer_contains_task rdf:type owl:ObjectProperty ; owl:inverseOf socdont:task_contained_in_taskContainer ; rdfs:domain socdont:TaskContainer ; rdfs:range socdont:Task . ### https://w3id.org/SocDOnt/1.0#task_contained_in_taskContainer socdont:task_contained_in_taskContainer rdf:type owl:ObjectProperty ; rdfs:domain socdont:Task ; rdfs:range socdont:TaskContainer . ### https://w3id.org/SocDOnt/1.0#task_has_child socdont:task_has_child rdf:type owl:ObjectProperty ; owl:inverseOf socdont:task_has_parent ; rdfs:domain socdont:Task ; rdfs:range socdont:Task . ### https://w3id.org/SocDOnt/1.0#task_has_parent socdont:task_has_parent rdf:type owl:ObjectProperty , owl:FunctionalProperty ; rdfs:domain socdont:Task ; rdfs:range socdont:Task . ### https://w3id.org/SocDOnt/1.0#weblog_contains_blogPost socdont:weblog_contains_blogPost rdf:type owl:ObjectProperty ; rdfs:domain socdont:Weblog ; rdfs:range socdont:BlogPost . ### https://w3id.org/SocDOnt/1.0#wikiArticle_contained_in_wiki socdont:wikiArticle_contained_in_wiki rdf:type owl:ObjectProperty ; owl:inverseOf socdont:wiki_contains_wikiArticle ; rdfs:domain socdont:WikiArticle ; rdfs:range socdont:Wiki . ### https://w3id.org/SocDOnt/1.0#wikiArticle_has_child socdont:wikiArticle_has_child rdf:type owl:ObjectProperty ; owl:inverseOf socdont:wikiArticle_has_parent ; rdfs:domain socdont:WikiArticle ; rdfs:range socdont:WikiArticle . ### https://w3id.org/SocDOnt/1.0#wikiArticle_has_parent socdont:wikiArticle_has_parent rdf:type owl:ObjectProperty , owl:FunctionalProperty ; rdfs:domain socdont:WikiArticle ; rdfs:range socdont:WikiArticle . ### https://w3id.org/SocDOnt/1.0#wiki_contains_wikiArticle socdont:wiki_contains_wikiArticle rdf:type owl:ObjectProperty ; rdfs:domain socdont:Wiki ; rdfs:range socdont:WikiArticle . ################################################################# # Data properties ################################################################# ### https://w3id.org/SocDOnt/1.0#content socdont:content rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain socdont:IntellectualComponent , socdont:IntellectualEntity ; rdfs:range xsd:object . ### https://w3id.org/SocDOnt/1.0#contributors socdont:contributors rdf:type owl:DatatypeProperty ; rdfs:domain socdont:IntellectualComponent , socdont:IntellectualEntity ; rdfs:range xsd:object . ### https://w3id.org/SocDOnt/1.0#created socdont:created rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain socdont:Item ; rdfs:range xsd:dateTime . ### https://w3id.org/SocDOnt/1.0#creator socdont:creator rdf:type owl:DatatypeProperty ; rdfs:domain socdont:Item ; rdfs:range xsd:object . ### https://w3id.org/SocDOnt/1.0#id socdont:id rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain socdont:Item ; rdfs:range xsd:string . ### https://w3id.org/SocDOnt/1.0#label socdont:label rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain socdont:Tag ; rdfs:range xsd:string . ### https://w3id.org/SocDOnt/1.0#last_update socdont:last_update rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain socdont:IntellectualComponent , socdont:IntellectualEntity ; rdfs:range xsd:dateTime . ### https://w3id.org/SocDOnt/1.0#mentionees socdont:mentionees rdf:type owl:DatatypeProperty ; rdfs:domain socdont:IntellectualComponent , socdont:IntellectualEntity ; rdfs:range xsd:object . ### https://w3id.org/SocDOnt/1.0#title socdont:title rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain socdont:IntellectualComponent , socdont:IntellectualEntity ; rdfs:range xsd:string . ### https://w3id.org/SocDOnt/1.0#views socdont:views rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain socdont:IntellectualComponent , socdont:IntellectualEntity ; rdfs:range xsd:integer . ################################################################# # Classes ################################################################# ### https://w3id.org/SocDOnt/1.0#Attachment socdont:Attachment rdf:type owl:Class ; rdfs:subClassOf socdont:IntellectualComponent , [ rdf:type owl:Restriction ; owl:onProperty socdont:attachment_contained_in_comment ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:Comment ] ; owl:disjointWith socdont:Comment ; rdfs:comment "The Attachment is one of the IntellectualComponents and describes an appendage of intellectual content to an IntellectualEntity or to a Comment."@en ; rdfs:label "Attachment"@en . ### https://w3id.org/SocDOnt/1.0#BlogPost socdont:BlogPost rdf:type owl:Class ; rdfs:subClassOf socdont:IntellectualEntity , [ rdf:type owl:Restriction ; owl:onProperty socdont:blogPost_contained_in_weblog ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:Weblog ] ; owl:disjointWith socdont:BoardPost , socdont:File , socdont:MicroblogPost , socdont:Task , socdont:WikiArticle ; rdfs:comment "BlogPosts belong to the IntellectualEntities and thus describe entries that are posted in blogs."@en ; rdfs:label "BlogPost"@en . ### https://w3id.org/SocDOnt/1.0#BoardPost socdont:BoardPost rdf:type owl:Class ; rdfs:subClassOf socdont:IntellectualEntity , [ rdf:type owl:Restriction ; owl:onProperty socdont:boardPost_contained_in_messageBoard ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:MessageBoard ] ; owl:disjointWith socdont:File , socdont:MicroblogPost , socdont:Task , socdont:WikiArticle ; rdfs:comment "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."@en ; rdfs:label "BoardPost"@en . ### https://w3id.org/SocDOnt/1.0#Collection socdont:Collection rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty socdont:collection_contains_socialDocument ; owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; owl:onClass socdont:SocialDocument ] , [ rdf:type owl:Restriction ; owl:onProperty socdont:collection_has_parent ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:Collection ] ; owl:disjointWith socdont:Container , socdont:Item , socdont:SocialDocument , socdont:Space ; rdfs:comment "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."@en ; rdfs:label "Collection"@en . ### https://w3id.org/SocDOnt/1.0#Comment socdont:Comment rdf:type owl:Class ; rdfs:subClassOf socdont:IntellectualComponent , [ rdf:type owl:Restriction ; owl:onProperty socdont:comment_has_parent ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:Comment ] , [ rdf:type owl:Restriction ; owl:onProperty socdont:comment_of_attachment ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:Attachment ] ; rdfs:comment "The Comment entity is an IntellectualComponent that contains intellectual content about Attachments or IntellectualEntities."@en ; rdfs:label "Comment"@en . ### https://w3id.org/SocDOnt/1.0#Component socdont:Component rdf:type owl:Class ; rdfs:subClassOf socdont:Item , [ rdf:type owl:Restriction ; owl:onProperty socdont:component_of_intellectualEntity ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:IntellectualEntity ] ; owl:disjointWith socdont:IntellectualEntity ; rdfs:comment "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."@en ; rdfs:label "Component"@en . ### https://w3id.org/SocDOnt/1.0#Container socdont:Container rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty socdont:container_contained_in_space ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:Space ] , [ rdf:type owl:Restriction ; owl:onProperty socdont:container_has_parent ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:Container ] ; owl:disjointWith socdont:Item , socdont:SocialDocument , socdont:Space ; rdfs:comment "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."@en ; rdfs:label "Container"@en . ### https://w3id.org/SocDOnt/1.0#File socdont:File rdf:type owl:Class ; rdfs:subClassOf socdont:IntellectualEntity , [ rdf:type owl:Restriction ; owl:onProperty socdont:file_contained_in_folder ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:Folder ] ; owl:disjointWith socdont:MicroblogPost , socdont:Task , socdont:WikiArticle ; rdfs:comment "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."@en ; rdfs:label "File"@en . ### https://w3id.org/SocDOnt/1.0#Folder socdont:Folder rdf:type owl:Class ; rdfs:subClassOf socdont:Container ; owl:disjointWith socdont:MessageBoard , socdont:MicroBlog , socdont:TaskContainer , socdont:Weblog , socdont:Wiki ; rdfs:comment "Folders serve as a parent structure for files."@en ; rdfs:label "Folder"@en . ### https://w3id.org/SocDOnt/1.0#GroupWorkspace socdont:GroupWorkspace rdf:type owl:Class ; rdfs:subClassOf socdont:Space ; owl:disjointWith socdont:OrganisationalPlatform , socdont:UserWorkspace ; rdfs:comment "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."@en ; rdfs:label "GroupWorkspace"@en . ### https://w3id.org/SocDOnt/1.0#IntellectualComponent socdont:IntellectualComponent rdf:type owl:Class ; rdfs:subClassOf socdont:Component , [ rdf:type owl:Restriction ; owl:onProperty socdont:intellectualComponent_has_recentVersion ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:IntellectualComponent ] ; owl:disjointWith socdont:SimpleComponent ; rdfs:comment "Attachments and Comments are subordinated to the IntellectualComponent entity. These differ from SimpleComponents by their \"intellectual content\"."@en ; rdfs:label "IntellectualComponent"@en . ### https://w3id.org/SocDOnt/1.0#IntellectualEntity socdont:IntellectualEntity rdf:type owl:Class ; rdfs:subClassOf socdont:Item , [ rdf:type owl:Restriction ; owl:onProperty socdont:intellectualEntity_has_recentVersion ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:IntellectualEntity ] ; rdfs:comment "IntellectualEntities describe the core of a SocialDocument, for example a file or a BlogPost, which can be enriched by Components."@en ; rdfs:label "IntellectualEntity"@en . ### https://w3id.org/SocDOnt/1.0#Item socdont:Item rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty socdont:item_contained_in_socialDocument ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:SocialDocument ] ; owl:disjointWith socdont:SocialDocument , socdont:Space ; rdfs:comment "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."@en ; rdfs:label "Item"@en . ### https://w3id.org/SocDOnt/1.0#Like socdont:Like rdf:type owl:Class ; rdfs:subClassOf socdont:SimpleComponent ; owl:disjointWith socdont:Tag ; rdfs:comment "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."@en ; rdfs:label "Like"@en . ### https://w3id.org/SocDOnt/1.0#MessageBoard socdont:MessageBoard rdf:type owl:Class ; rdfs:subClassOf socdont:Container ; owl:disjointWith socdont:MicroBlog , socdont:TaskContainer , socdont:Weblog , socdont:Wiki ; rdfs:comment "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."@en ; rdfs:label "MessageBoard"@en . ### https://w3id.org/SocDOnt/1.0#MicroBlog socdont:MicroBlog rdf:type owl:Class ; rdfs:subClassOf socdont:Container ; owl:disjointWith socdont:TaskContainer , socdont:Weblog , socdont:Wiki ; rdfs:comment "The Microblog, like the MessageBoard, is a container. The entity can contain MicroblogPosts, whose responses within the SocDOnt are called Comments."@en ; rdfs:label "MicroBlog"@en . ### https://w3id.org/SocDOnt/1.0#MicroblogPost socdont:MicroblogPost rdf:type owl:Class ; rdfs:subClassOf socdont:IntellectualEntity , [ rdf:type owl:Restriction ; owl:onProperty socdont:microblogPost_contained_in_microblog ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:MicroBlog ] ; owl:disjointWith socdont:Task , socdont:WikiArticle ; rdfs:comment "MicroblogPosts are among the IntellectualEntities and are contained in microblogs. As with the other IntellectualEntities, replies are represented in the form of Comments."@en ; rdfs:label "MicroblogPost"@en . ### https://w3id.org/SocDOnt/1.0#OrganisationalPlatform socdont:OrganisationalPlatform rdf:type owl:Class ; rdfs:subClassOf socdont:Space ; owl:disjointWith socdont:UserWorkspace ; rdfs:comment "The OrganisationalPlatform entity describes a space that is accessible to all participants of the system."@en ; rdfs:label "OrganisationalPlatform"@en . ### https://w3id.org/SocDOnt/1.0#SimpleComponent socdont:SimpleComponent rdf:type owl:Class ; rdfs:subClassOf socdont:Component , [ rdf:type owl:Restriction ; owl:onProperty socdont:simpleComponent_of_intellectualComponent ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:IntellectualComponent ] ; rdfs:comment "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."@en ; rdfs:label "SimpleComponent"@en . ### https://w3id.org/SocDOnt/1.0#SocialDocument socdont:SocialDocument rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty socdont:socialDocument_contains_item ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:Item ] , [ rdf:type owl:Restriction ; owl:onProperty socdont:socialDocument_contained_in_container ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:Container ] ; owl:disjointWith socdont:Space ; rdfs:comment "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."@en ; rdfs:label "SocialDocument"@en . ### https://w3id.org/SocDOnt/1.0#Space socdont:Space rdf:type owl:Class ; rdfs:comment "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."@en ; rdfs:label "Space"@en . ### https://w3id.org/SocDOnt/1.0#Tag socdont:Tag rdf:type owl:Class ; rdfs:subClassOf socdont:SimpleComponent ; rdfs:comment "Tags belong to SimpleComponents and include a label that identifies the tag. Tags are used to describe IntellectualComponents or IntellectualEntities more detailed."@en ; rdfs:label "Tag"@en . ### https://w3id.org/SocDOnt/1.0#Task socdont:Task rdf:type owl:Class ; rdfs:subClassOf socdont:IntellectualEntity , [ rdf:type owl:Restriction ; owl:onProperty socdont:task_contained_in_taskContainer ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:TaskContainer ] , [ rdf:type owl:Restriction ; owl:onProperty socdont:task_has_parent ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:Task ] ; owl:disjointWith socdont:WikiArticle ; rdfs:comment "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."@en ; rdfs:label "Task"@en . ### https://w3id.org/SocDOnt/1.0#TaskContainer socdont:TaskContainer rdf:type owl:Class ; rdfs:subClassOf socdont:Container ; owl:disjointWith socdont:Weblog , socdont:Wiki ; rdfs:comment "The container type TaskContainer can hold any number of tasks. TaskContainers are unambiguously assigned to a Space."@en ; rdfs:label "TaskContainer"@en . ### https://w3id.org/SocDOnt/1.0#UserWorkspace socdont:UserWorkspace rdf:type owl:Class ; rdfs:subClassOf socdont:Space ; rdfs:comment "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."@en ; rdfs:label "UserWorkspace"@en . ### https://w3id.org/SocDOnt/1.0#Weblog socdont:Weblog rdf:type owl:Class ; rdfs:subClassOf socdont:Container ; owl:disjointWith socdont:Wiki ; rdfs:comment "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."@en ; rdfs:label "Weblog"@en . ### https://w3id.org/SocDOnt/1.0#Wiki socdont:Wiki rdf:type owl:Class ; rdfs:subClassOf socdont:Container ; rdfs:comment "Wikis serve as containers for WikiArticles and are subordinate to the concept of Spaces. Containers of this type can also hold multiple IntellectualEntities."@en ; rdfs:label "Wiki"@en . ### https://w3id.org/SocDOnt/1.0#WikiArticle socdont:WikiArticle rdf:type owl:Class ; rdfs:subClassOf socdont:IntellectualEntity , [ rdf:type owl:Restriction ; owl:onProperty socdont:wikiArticle_contained_in_wiki ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:Wiki ] , [ rdf:type owl:Restriction ; owl:onProperty socdont:wikiArticle_has_parent ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass socdont:WikiArticle ] ; rdfs:comment "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."@en ; rdfs:label "WikiArticle"@en . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi