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