Skip to content

Discussion Schema

Denver Prophit Jr. edited this page May 25, 2015 · 1 revision

Discussion schema.org proposal (Charlie Jiang)

This page is about the "Discussion" proposal for schema.org. The proposal is in a PDF; see attached file. This proposal is a collaborative work towards a schema for internet social discussion forums. It defines a use of several properties of Thing, CreativeWork, and Article for use with a discussion thread and posts. It defines a class Discussion with seven properties.

Proposal PDF: LINK

SIOC alignment proposal

SIOC is a schema for describing social web content (posts, comments, forums, blogs, etc.). The schema has been in development for eight years and is currently used by Drupal 7 along and various other applications/sites to describe forums, blogs, microblogs, etc. We would like to discuss how to align SIOC with schema.org in respect of this Discussion proposal.

  • According to the recent CommonCrawl dataset, SIOC terms like UserAccount, Comment and BlogPost are found in the top 20 most commonly-used RDFa types
<div  itemscope itemtype="http://schema.org/Discussion">
 <span itemprop="headline"> How to Start SQL Server Browser Service using C# Code</span>
 <span itemprop="URL"> http://social.technet.microsoft.com/Forums/enUS/sqldatabaseengine/thread/26990751-1d63-4fb1-b55b-7254c243de55</span>
 <span itemprop="DiscussionState"> Answered </span>
 <span itemprop="PostCount">9</span>
 <span itemprop="Created"> 2012-05-18T16:22Z</span>
Last Updated: 6/5/2012 3:14:34 PM
 <span itemprop="dateModified"> 2012-05-18T20:22Z</span>
 <span itemprop="Description">
 Hi everyone,
 I've developed an application with Visual Basic.Net 2010 which is supposed to create
a SQL Server database as the application is being started for the first time.Now,The
problem is I get an error message saying that no instance of SQL Server was found on the
machine and the reason seems to be that the SQL Server Browser is not running.So,My
question is how I can put in a piece of code(C# or VB) which will take care of getting
SQL Server Browser running?
 I'd appreciate any answer in advance
 </span>
 <span itemprop="positiveVotes">3</span>
 <span itemprop="InterestCount">20</span>
 <span itemprop="keywords">SQL Server Browser Service </span>
 <span itemprop="keywords">C#</span>
 <span itemscope itemtype="http://schema.org/Person" itemprop="Creator">
 <span itemprop="name">SQLGuru42</span>
 </span>
 <span itemprop="about" itemscope itemtype="http://schema.org/Product">
 <meta itemprop="name" content="SQL Server"/>
 <meta itemprop="url" content="http://technet.microsoft.com/enUS/sqlserver/cc510299.aspx"/>
 </span>
 <div class="replysummaryinfo" itemprop="articleSection">
 <span itemprop="PostType">reply</span>
 <span itemprop="Created">2012-05-18T20:22Z</span>
 <span itemscope itemtype="http://schema.org/Person" itemprop="Contributor">
 <span itemprop="name">John D</span>
 </span>
 <span itemprop="positiveVotes">10</span>
 </div>
 <div class="replysummaryinfo" itemprop="articleSection">
 <span itemprop="PostType">best answer</span>
 <span itemprop="Created">2012-05-19T11:11Z</span>
 <span itemscope itemtype="http://schema.org/Person" itemprop="Contributor">
 <span itemprop="name">Dan Thorough</span>
 <span itemprop="affiliation">MVP</span>
 </span>
 <span itemprop="positiveVotes">30</span>
 </div>
</div>

Clone this wiki locally