SIOC profile for 'sioc-project.org'
A SIOC profile describes the structure and contents of a community site (e.g., weblog) in a machine processable form. For more information refer to the <a href="http://rdfs.org/sioc">SIOC project page</a>
SIOC, IRC and events
Hi all,
Having some thoughts this afternoon on how to represent a user
connecting / disconnecting channels on IRC, I thaught a sioc:Event
class might be useful.
More generally, it can help to represent subscription to
sioc:Containers, as IRC join / quit, RSS subscribing, starting
membership in a forum ...
This Event class could be defined in the SIOC core itself, but we may
also reuse (or subclass) existing Event classes from other ontologies
(I didn't look yet, but I think that iCal / music ontology Events may
fit there), and use
- sioc:has_creator
- sioc:has_container
- dcterms:created
- dc:description
to define event property and link it to associated Container / User
More specific event types could be then defined in SIOC core or in
external module, as, JoinEvent / QuitEvent and AwayEvent / BackEvent.
(And even some types specific to the container (as IRCJoinEvent), but
I'm afraid it will lead to a lot of event types, while the 4 first
ones should be enough to describe almost everything, combined with the
sioctypes module to define container type (IRC, Forum ...))
Eg:
a sioct:ChatChannel.
a sioc:JoinEvent ;
sioc:has_container ;
sioc:has_creator ;
dcterms:created "2006-11-03T12:05:00Z"^^xsd:dateTime .
a sioc:QuitEvent ;
sioc:has_container ;
sioc:has_creator ;
dc:description "Leaving" ;
dcterms:created "2006-11-03T12:10:00Z"^^xsd:dateTime .
Any comments ?
Best,
Alex.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "SIOC-Dev" group.
To post to this group, send email to sioc-dev@googlegroups.com
To unsubscribe from this group, send email to sioc-dev-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sioc-dev?hl=en
-~----------~----~----~----~------~----~------~--~---
2007-11-03T17:02:47+00:00
2007-12-12T10:57:11+00:00