Account Options

  1. Sign in
Google Groups Home
« Groups Home
Proposed properties (summary / stats properties) for discussions
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Breslin, John  
View profile  
 More options May 13 2009, 10:52 am
From: "Breslin, John" <john.bres...@nuigalway.ie>
Date: Wed, 13 May 2009 15:52:10 +0100
Local: Wed, May 13 2009 10:52 am
Subject: Proposed properties (summary / stats properties) for discussions
Hi all -

Based on the efforts at the Drupal RDF(a) code sprint here in DERI, I am asking for feedback on a few new properties that are similar to some existing ones like num_replies.

I'd value your opinions.  Many of these can be of course derived from other data but they would provide nice summaries that could be used e.g. in a search such as http://www.google.com/search?q=best+irish+pubs+boards

num_threads
The number of Threads (AKA discussion topics) in a Forum.
Domain: sioc:Forum; Range: xsd:integer

num_posts (or else num_items)
The number of Posts (or Items) in a Forum (or a Container).
Domain: sioc:Forum (or else sioc:Container); Range: xsd:integer

last_post_date (or else last_item_date)
The date and time of the last Post (or Item) in a Forum (or a Container).
Domain: sioc:Forum (or else sioc:Container); Range: xsd:dateTime
subPropertyOf: dcterms:date

num_authors
The number of unique authors (Users and unregistered posters) who have contributed to this Item, Thread, Post, etc.
Domain: owl:Thing; Range: xsd:Integer

num_replies (*already exists*)

last_reply_date
The date and time of the last reply Post or Comment.  This could be associated with a starter Item or Post, or with a Thread.
Domain: owl:Thing; Range: xsd:dateTime
subPropertyOf: dcterms:date

Thanks,

John.

--
John Breslin
NUI Galway
http://www.johnbreslin.org/
john.bres...@nuigalway.ie


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Simon Reinhardt  
View profile  
 More options May 13 2009, 11:23 am
From: Simon Reinhardt <simon.reinha...@gmail.com>
Date: Wed, 13 May 2009 08:23:28 -0700 (PDT)
Local: Wed, May 13 2009 11:23 am
Subject: Re: Proposed properties (summary / stats properties) for discussions
On May 13, 3:52 pm, "Breslin, John" <john.bres...@nuigalway.ie> wrote:

> Based on the efforts at the Drupal RDF(a) code sprint here in DERI, I am asking for feedback on a few new properties that are similar to some existing ones like num_replies.

Do you have some use cases to back up the usefulness of those
properties, e.g. fields like that in Drupal?

> num_threads
> The number of Threads (AKA discussion topics) in a Forum.
> Domain: sioc:Forum; Range: xsd:integer

> num_posts (or else num_items)
> The number of Posts (or Items) in a Forum (or a Container).
> Domain: sioc:Forum (or else sioc:Container); Range: xsd:integer

Those make sense to me. How about range: xsd:nonNegativeInteger?

> last_post_date (or else last_item_date)
> The date and time of the last Post (or Item) in a Forum (or a Container).
> Domain: sioc:Forum (or else sioc:Container); Range: xsd:dateTime
> subPropertyOf: dcterms:date

Maybe subPropertyOf dcterms:modified? Although that's a bit wonky, I
admit. :-)

> num_authors
> The number of unique authors (Users and unregistered posters) who have contributed to this Item, Thread, Post, etc.
> Domain: owl:Thing; Range: xsd:Integer

Also range: xsd:nonNegativeInteger.

> num_replies (*already exists*)

Should that be a subPropertyOf num_posts/num_items?

> last_reply_date
> The date and time of the last reply Post or Comment.  This could be associated with a starter Item or Post, or with a Thread.
> Domain: owl:Thing; Range: xsd:dateTime
> subPropertyOf: dcterms:date

And should that be a subPropertyOf last_post_date/last_item_date?

Regards,
  Simon


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Breslin, John  
View profile  
 More options May 14 2009, 4:43 am
From: "Breslin, John" <john.bres...@nuigalway.ie>
Date: Thu, 14 May 2009 09:43:06 +0100
Local: Thurs, May 14 2009 4:43 am
Subject: RE: Proposed properties (summary / stats properties) for discussions
> Do you have some use cases to back up the usefulness of those

properties, e.g. fields like that in Drupal?

Yep, to annotate column data from a page such as
http://sioc-project.org/forum or http://sioc-project.org/forum/10 with
RDFa.

>> num_*
> Those make sense to me. How about range: xsd:nonNegativeInteger?

Yes, and could change num_replies range too.

>> last_post_date (or else last_item_date)
>Maybe subPropertyOf dcterms:modified? Although that's a bit wonky, I

admit. :-)

Yes, it is a similar idea (the Forum was last modified through the
creation of new content within it).

>> num_replies (*already exists*)
>Should that be a subPropertyOf num_posts/num_items?
>>last_reply_date
>And should that be a subPropertyOf last_post_date/last_item_date?

Regarding these two, I don't know - the domain for the sub-types are
different (either greater than or of a different type) than the
super-types so I'm not sure it'd work...  E.g. num_replies applies to
maybe a post or a thread whereas super-type num_posts is for a more
restricted forum/container, and last_reply_date could be for a post,
thread or even a forum whereas super-type last_post_date is for a more
restricted forum/container.

J.
--


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Breslin, John  
View profile  
 More options Nov 10 2009, 5:52 am
From: "Breslin, John" <john.bres...@nuigalway.ie>
Date: Tue, 10 Nov 2009 10:52:52 -0000
Local: Tues, Nov 10 2009 5:52 am
Subject: RE: Proposed properties (summary / stats properties) for discussions
Dear all -

It's taken some months but I've committed these additional properties.

Change log: Added num_authors, num_items, num_threads, last_item_date,
last_reply_date. Changed XMLSchema#integer to
XMLSchema#nonNegativeInteger.

If there are any errors, please let me know.

Thanks,

John.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »