A univesal feed -> RDF mapping for Emeka

I found a nice mapping from Universal Feed Parser to RDF (SKOS,DC,AtomOWL), that Emeka will employ:

Each entry is an instance of (atomOwl:Entry,rss:item)

  • The URL of the feed -> an instance of atomOwl:Feed
  • Feed - atomOwl:entry -> entries
  • entry (link or id as URI) - rdfs:label,skos:prefLabel,dc:title -> entry.title
  • entry - dc:description,atomOwl:summary,rdfs:comment -> entry.summary
  • entry,feed - dc:creator, foaf:maker -> foaf:Person
  • entry.author_detail.name -> foaf:name
  • entry.author_detail.email -> foaf:mbox
  • entry.author_detail.href is the URL of the author
  • entries.tags -> skos:Collection
  • entries.tags.label -> skos:prefLabel
  • entries.tags.scheme + entries.tags.term (URI resolution) -> URI of skos:Concept
  • entry - dc:created,dc:date,atomOwl:published -> entry.published

Chimezie Ogbuji

via Copia