Tag Archive for 'FOAF'

Tales from the SIOC-o-sphere #7

20080403a.png It’s been three months since my last round-up of all things SIOC-ed, so here is entry number seven in the series:

Previous SIOC-o-sphere articles:

#6 http://sioc-project.org/node/310
#5 http://sioc-project.org/node/294
#4 http://sioc-project.org/node/272
#3 http://sioc-project.org/node/271
#2 http://sioc-project.org/node/138
#1 http://sioc-project.org/node/79

Kingsley remixes my DataPortability slides as “Data Accessibility and Me: Introducing SIOC, FOAF and the Linked Data Web”

Kingsley Idehen told me on IRC that he remixed my presentation on DataPortability and SIOC from yesterday as Data Accessibility and Me: Introducing SIOC, FOAF and the Linked Data Web.

I’ve never had my slides remixed before, I’m honoured! Here’s the new version:

DataPortability and me, JB

As part of the DataPortability initiative, I’ve put together this video explaining why I think it’s important and how it fits in with the Semantic Web and SIOC:

(Edit: An audio recording of this morning’s steering group telecon is now available.)

Semantic Web for Dummies

20080220a.jpg I referenced this on the SIOC-Dev mailing list recently, and when I pasted it on the DataPortability.org steering group chat this morning (in parallel with our first phone conference), Drummond Reed suggested I blog it. It’s originally from MIT’s Stefan Marti:

XML customised tags, like:
<dog>Nena</dog>
+ RDF relations, in triples, like:
(Nena) (is_dog_of) (Kimiko/Stefan)
+ Ontologies / hierarchies of concepts, like:
mammal -> canine -> Cotton de Tulear -> Nena
+ Inference rules like:
If (person) (owns) (dog), then (person) (cares_for) (dog)
= Semantic Web!

(Picture by Duncan Hull.)

SIOC + FOAF + SKOS

Alex mentioned that may be some confusion between foaf:Person and sioc:User - I hope that this picture showing the alignments between SIOC, FOAF and SKOS will help to clarify that a foaf:Person can own many sioc:User profiles (via the foaf:holdsOnlineAccount relationship). I have also included some connections from SIOC to the SKOS ontology (aliman, hope you don’t mind the logo!).

20060927a.png

vBulletin Social Network Visualisation

I’ve already blogged about graphical social network visualisations for boards.ie; I’m now adding to my wiki the scripts used to pre-generate the XML for Prefuse graphs of these networks (i.e. user networks of vBulletin mutual buddy links). These are similar to those used to visualise the blogosphere on Planet Journals as well (just using blogroll links instead of buddy links).

http://www.johnbreslin.com/wiki/index.php/VBulletin_Social_Network_Visualisation

New Versions of vBFriends / vBFOAF for vBulletin 3.5

I’ve updated both the vBFOAF RDF metadata producer and vBFriends social network browser extensions for vBulletin 3.5.

This has been useful because I’ve learned a bit about how the new “hook” system works in vBulletin 3.5, and can use this for my next two add-ons that I’m planning to implement next week: a forum post tagger (using Freetag) and a SIOC RDF metadata exporter (which will also export these tags).