- http://www.topicmapslab.de/documents/tmlab-feeds-atom-to-subj3ct
Topic Maps Lab FEEDing Subj3ct.com
Published by Michael Prilop on 2009-05-15.
Abstract:
Subj3ct.com a new Subject Identity Resolution Service, gathering collections of identifiers, is supported by the labs atom feed.
Subj3ct.com a exciting new resolution service for Subject Identifier has been launched yesterday. To help subj3ct gather more identifier the Topic Maps Lab decided to add a subj3ct support to their Atom Feed(s).
If you are using Ruby on Rails and a Topic Maps Engine you are welcome to copy’n’paste our builder atom code and participate in feeding the subj3ct :)
#Atom feed for people xml.instruct! xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do xml.title "Topic Maps Lab" xml.id "http://www.topicmapslab.de/people" xml.updated Person.find(:last, :order => 'updated_at').updated_at.strftime "%Y-%m-%dT%H:%M:%SZ" #Atom always requires RFC 3339 format xml.author { xml.name "Topic Maps Lab" } @people.each do |person| xml.entry do xml.title person.short_name xml.id person.absolute_identifier xml.updated person.updated_at.strftime("%Y-%m-%dT%H:%M:%SZ") xml.summary person.project_involvment xml.link "rel" => "SubjectIdentifier", "href" => person.absolute_identifier xml.link "rel" => "SubjectRepresentation", "href" => person.absolute_identifier person.subject_identifiers.each do |si| xml.link "rel" => "EquivalentIdentifier", "href" => si.reference end xml.link "rel" => "alternate", "href" => person.absolute_identifier #for valid Atom end end end
Authors of this document are
Michael Prilop
prilop@informatik.uni-leipzig.de
Michael is involved in Topic Maps Lab Community.. , Maiana, and befdata. He is author of Maiana - a social Topic Maps.. .
Subject Matter
Subj3ct
is a PSI registry service.
Subj3ct is an infrastructure technology for Web 3.0 applications. These are applications that are organised around subjects and semantics rather ...





