Is this crazy or useful? Am not sure yet. This example uses FOAF vocabulary for groups and openid. So the basic structure here is that Agents (including persons) can have an :openid and can be a :member of a :Group. From an openid-augmented WordPress, we get a list of all the openids my blog knows […]
Category Archives: openid
Open IDiomatic? Dada engine hosting as OpenID client app
All of us are dumber than some of us. Various folk are concerned that OpenID has more provider apps than consumer apps, so here is my little website idea for an OpenID-facilitated collaborative thingy. I’ve loved the Dada Engine for years. The Dada Engine is the clever-clogs backend for grammar-driven nonsense generators such as the […]
OpenID and Wireless sharing
via Makenshi in #openid chat on Freenode IRC: <Makenshi>: I found a wireless captive portal solution that supports openid. With the newest release of CoovaAP, some new features in Chilli are demonstrated in combination with RADIUS to allow OpenID based authentication. (coova.org) I’m happy to see this. It’s very close to some ideas I was […]
Querying across ‘social graph’ fragments
PREFIX : <http://xmlns.com/foaf/0.1/> PREFIX owl: <http://www.w3.org/2002/07/owl#> SELECT DISTINCT ?who ?src WHERE { GRAPH <http://xmlns.com/foaf/spec/index.rdf> { ?p a owl:InverseFunctionalProperty . } GRAPH <http://danbri.org/foaf.rdf> { [ :openid <http://danbri.org/> ; ?p ?pv ] } GRAPH ?src { [ ?p ?pv ; :knows [ :name ?who ] ] } } ORDER BY ?who Just a quick post to record […]