Sparqling a nodelist List
ok, this is rather trivial but good as a reminder for myself. Having the list of XMPP Publish-Subscribe Nodes noted down as in my scratch file figuring out what nodes I use is pretty easy with SPARQL:
just do a
SELECT ?node ?maker_name
FORM <http://b4mad.net/RDF/goern/nodelist.rdf>
WHERE {
?node <http://www.w3.org/2000/01/rdf-schema#type> <http://jabber.org/protocol/pubsub#node> .
?node <http://xmlns.com/foaf/0.1/maker> ?maker .
?maker <http://xmlns.com/foaf/0.1/name> ?maker_name
}
and receive a list of xmpp-URIs and their maker/owner. Try this at my new ARC2 based sparql endpoint or via GET…
About this entry
You’re currently reading “Sparqling a nodelist List,” an entry on B:\datenbrei
- Published:
- 2008-02-26, 18° 08' by goern+
- Category:
- jabber/XMPP, projects, semantic web
- Tags:
-
B4mad blogging bluetooth coding comments desktop Events foaf general blogging GNU Debian/Linux IBM jabber/XMPP Java Kerberos macish MacOSX mobile Mono/C# mtb music my bookmarks openafs OS philosophy Photographie photos podcasting projects Python semantic web sioc technology Travel web 2.0 webservices wireless WordPress
- Action: