@prefix exif: <http://www.w3.org/2003/12/exif/ns/> .
@prefix atom: <http://atomowl.org/ontologies/atomrdf#> .
@prefix wikiont: <http://sw.deri.org/2005/04/wikipedia/wikiont.owl> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix annotea: <http://www.w3.org/2002/01/bookmark#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix annotation: <http://www.w3.org/2000/10/annotation-ns#> .
@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix wot: <http://xmlns.com/wot/0.1/> .
@prefix resume: <http://captsolo.net/semweb/resume/cv.rdfs#> .
@prefix ibis: <http://purl.org/ibis#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix review: <http://www.isi.edu/webscripter/communityreview/abstract-review-o#> .
@prefix calendar: <http://www.w3.org/2002/12/cal/icaltzd#> .

<http://www.w3.org/2008/05/skos#Concept> a owl:Class .

<http://rdfs.org/sioc/types#> a owl:Ontology , owl:Thing ;
	dcterms:title "SIOC Types Ontology Module Namespace"@en ;
	dcterms:description "Extends the SIOC Core Ontology (Semantically-Interlinked Online Communities) by defining subclasses and subproperties of SIOC terms."@en ;
	rdfs:seeAlso <http://rdfs.org/sioc/spec/#sec-modules> ;
	owl:imports <http://rdfs.org/sioc/ns#> .

<http://rdfs.org/sioc/ns#> a owl:Ontology .

<http://rdfs.org/sioc/types#AddressBook> a owl:Class ;
	rdfs:label "Address Book"@en ;
	rdfs:comment "Describes a collection of personal or organisational addresses."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso foaf:Agent .

<http://rdfs.org/sioc/types#AnnotationSet> a owl:Class ;
	rdfs:label "Annotation Set"@en ;
	rdfs:comment "Describes a set of annotations, for example, those created by a particular user or related to a particular topic."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso annotation:Annotation .

<http://rdfs.org/sioc/types#AudioChannel> a owl:Class ;
	rdfs:label "Audio Channel"@en ;
	rdfs:comment "Describes a channel for distributing audio or sound files, for example, a podcast."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso <http://purl.org/dc/dcmitype/Sound> .

<http://rdfs.org/sioc/types#BookmarkFolder> a owl:Class ;
	rdfs:label "Bookmark Folder"@en ;
	rdfs:comment "Describes a shared collection of bookmarks."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso annotea:Bookmark .

<http://rdfs.org/sioc/types#Briefcase> a owl:Class ;
	rdfs:label "Briefcase"@en ;
	rdfs:comment "Describes a briefcase or file service."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso foaf:Document .

<http://rdfs.org/sioc/types#EventCalendar> a owl:Class ;
	rdfs:label "Event Calendar"@en ;
	rdfs:comment "Describes a calendar of events."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso calendar:VEVENT .

<http://rdfs.org/sioc/types#ImageGallery> a owl:Class ;
	rdfs:label "Image Gallery"@en ;
	rdfs:comment "Describes an image gallery, for example, a photo album."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso exif:IFD .

<http://rdfs.org/sioc/types#ProjectDirectory> a owl:Class ;
	rdfs:label "Project Directory"@en ;
	rdfs:comment "Describes a project directory."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso doap:Project .

<http://rdfs.org/sioc/types#ResumeBank> a owl:Class ;
	rdfs:label "Resume Bank"@en ;
	rdfs:comment "Describes a collection of resumes."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso resume:Resume .

<http://rdfs.org/sioc/types#ReviewArea> a owl:Class ;
	rdfs:label "Review Area"@en ;
	rdfs:comment "Describes an area where reviews are posted."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso review:Review , <http://purl.org/stuff/rev#Review> .

<http://rdfs.org/sioc/types#SubscriptionList> a owl:Class ;
	rdfs:label "Subscription List"@en ;
	rdfs:comment "Describes a shared set of feed subscriptions."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso atom:Feed .

<http://rdfs.org/sioc/types#SurveyCollection> a owl:Class ;
	rdfs:label "Survey Collection"@en ;
	rdfs:comment "Describes an area where survey data can be collected, e.g. from polls."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso <http://rdfs.org/sioc/types#Poll> .

<http://rdfs.org/sioc/types#VideoChannel> a owl:Class ;
	rdfs:label "Video Channel"@en ;
	rdfs:comment "Describes a channel for distributing videos (moving image) files, for example, a video podcast."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso <http://purl.org/dc/dcmitype/MovingImage> .

<http://rdfs.org/sioc/types#Wiki> a owl:Class ;
	rdfs:label "Wiki"@en ;
	rdfs:comment "Describes a wiki space."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso <http://rdfs.org/sioc/types#WikiArticle> .

<http://rdfs.org/sioc/types#FavouriteThings> a owl:Class ;
	rdfs:label "Favourite Things"@en ;
	rdfs:comment "Describes a list or a collection of one's favourite things."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> .

<http://rdfs.org/sioc/types#OfferList> a owl:Class ;
	rdfs:label "Offer List"@en ;
	rdfs:comment "Describes a list of the items someone has available to offer."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> .

<http://rdfs.org/sioc/types#Playlist> a owl:Class ;
	rdfs:label "Playlist"@en ;
	rdfs:comment "Describes a list of media items that have been played or can be played."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> .

<http://rdfs.org/sioc/types#ReadingList> a owl:Class ;
	rdfs:label "Reading List"@en ;
	rdfs:comment "Describes a list of books or other materials that have been read or are suggested for reading."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> .

<http://rdfs.org/sioc/types#WishList> a owl:Class ;
	rdfs:label "Wish List"@en ;
	rdfs:comment "Describes a list of the items someone wishes to get."@en ;
	rdfs:subClassOf sioc:Container ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> .

<http://rdfs.org/sioc/types#ArgumentativeDiscussion> a owl:Class ;
	rdfs:label "Argumentative Discussion"@en ;
	rdfs:comment "Describes a discussion area where logical arguments can take place."@en ;
	rdfs:subClassOf sioc:Forum ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso ibis:Idea .

<http://rdfs.org/sioc/types#ChatChannel> a owl:Class ;
	rdfs:label "Chat Channel"@en ;
	rdfs:comment "Describes a channel for chat or instant messages, for example, via IRC or IM."@en ;
	rdfs:subClassOf sioc:Forum ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso <http://rdfs.org/sioc/types#InstantMessage> .

<http://rdfs.org/sioc/types#MailingList> a owl:Class ;
	rdfs:label "Mailing List"@en ;
	rdfs:comment "Describes an electronic mailing list."@en ;
	rdfs:subClassOf sioc:Forum ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso <http://rdfs.org/sioc/types#MailMessage> .

<http://rdfs.org/sioc/types#MessageBoard> a owl:Class ;
	rdfs:label "Message Board"@en ;
	rdfs:comment "Describes a message board, also known as an online bulletin board or discussion forum."@en ;
	rdfs:subClassOf sioc:Forum ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso <http://rdfs.org/sioc/types#BoardPost> .

<http://rdfs.org/sioc/types#Microblog> a owl:Class ;
	rdfs:label "Microblog"@en ;
	rdfs:comment "Describes a microblog, i.e. a blog consisting of short text messages."@en ;
	rdfs:subClassOf sioc:Forum ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso <http://rdfs.org/sioc/types#MicroblogPost> .

<http://rdfs.org/sioc/types#Weblog> a owl:Class ;
	rdfs:label "Weblog"@en ;
	rdfs:comment "Describes a weblog (blog), i.e. an online journal."@en ;
	rdfs:subClassOf sioc:Forum ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso <http://rdfs.org/sioc/types#BlogPost> .

<http://rdfs.org/sioc/types#Poll> a owl:Class ;
	rdfs:label "Poll"@en ;
	rdfs:comment "Describes a posted item that contains a poll or survey content."@en ;
	rdfs:subClassOf sioc:Item ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso <http://rdfs.org/sioc/types#SurveyCollection> .

<http://rdfs.org/sioc/types#BlogPost> a owl:Class ;
	rdfs:label "Blog Post"@en ;
	rdfs:comment "Describes a post that is specifically made on a weblog."@en ;
	rdfs:subClassOf sioc:Post ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso <http://rdfs.org/sioc/types#Weblog> .

<http://rdfs.org/sioc/types#BoardPost> a owl:Class ;
	rdfs:label "Board Post"@en ;
	rdfs:comment "Describes a post that is specifically made on a message board."@en ;
	rdfs:subClassOf sioc:Post ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso <http://rdfs.org/sioc/types#MessageBoard> .

<http://rdfs.org/sioc/types#Comment> a owl:Class ;
	rdfs:label "Comment"@en ;
	rdfs:comment "Comment is a subtype of sioc:Post and allows one to explicitly indicate that this SIOC post is a comment.  Note that comments have a narrower scope than sioc:Post and may not apply to all types of community site."@en ;
	rdfs:subClassOf sioc:Post ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso <http://rdfs.org/sioc/types#Forum> .

<http://rdfs.org/sioc/types#InstantMessage> a owl:Class ;
	rdfs:label "Instant Message"@en ;
	rdfs:comment "Describes an instant message, e.g. sent via Jabber."@en ;
	rdfs:subClassOf sioc:Post ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso <http://rdfs.org/sioc/types#ChatChannel> .

<http://rdfs.org/sioc/types#MailMessage> a owl:Class ;
	rdfs:label "Mail Message"@en ;
	rdfs:comment "Describes an electronic mail message, e.g. a post sent to a mailing list."@en ;
	rdfs:subClassOf sioc:Post ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso <http://rdfs.org/sioc/types#MailingList> .

<http://rdfs.org/sioc/types#MicroblogPost> a owl:Class ;
	rdfs:label "Microblog Post"@en ;
	rdfs:comment "Describes a post that is specifically made on a microblog."@en ;
	rdfs:subClassOf sioc:Post ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso <http://rdfs.org/sioc/types#Microblog> .

<http://rdfs.org/sioc/types#WikiArticle> a owl:Class ;
	rdfs:label "Wiki Article"@en ;
	rdfs:comment "Describes a wiki article."@en ;
	rdfs:subClassOf sioc:Item ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:seeAlso <http://rdfs.org/sioc/types#Wiki> .

<http://rdfs.org/sioc/types#Answer> a owl:Class ;
	rdfs:label "Answer"@en ;
	rdfs:comment "A Post that provides an answer in reply to a Question."@en ;
	rdfs:subClassOf sioc:Post ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> .

<http://rdfs.org/sioc/types#BestAnswer> a owl:Class ;
	rdfs:label "Best Answer"@en ;
	rdfs:comment "A Post that is the best answer to a Question, as chosen by the UserAccount who asked the Question or as voted by a Community of UserAccounts."@en ;
	rdfs:subClassOf sioc:Post ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> .

<http://rdfs.org/sioc/types#Question> a owl:Class ;
	rdfs:label "Question"@en ;
	rdfs:comment "A Post that asks a Question."@en ;
	rdfs:subClassOf sioc:Post ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> .

<http://rdfs.org/sioc/types#Category> a owl:Class ;
	rdfs:label "Category"@en ;
	rdfs:comment "Category is used on the object of sioc:topic to indicate that this resource is a category on a site."@en ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> ;
	rdfs:subClassOf <http://www.w3.org/2008/05/skos#Concept> .

<http://rdfs.org/sioc/types#Tag> a owl:Class ;
	rdfs:label "Tag"@en ;
	rdfs:comment "Tag is used on the object of sioc:topic to indicate that this resource is a tag on a site."@en ;
	rdfs:isDefinedBy <http://rdfs.org/sioc/types#> .
