Bigfoot Augment Service

Bigfoot Augment Service

Service URI

http://api.talis.com/bf/stores/{store}/services/augment

A service to augment results encoded in an RSS 1.0 document with associated data from the store.

Resultant output will be

GET

Required Parameters

  • data-uri - the uri that will return an RSS 1.0 formatted document

Optional Parameters

Output Format

The output from the service will be the document passed as the data-uri with zero or many item elements having
data from the store added to them.

Example

The ouput from a search of a biblographic store could contain a biblographic result like this:


<item rdf:about="http://api.talis.com/bf/stores/ukbib/items/0020571d-e4f1-4a98-a1d0-cac8867c9478">
  <title>Harry Potter agus an r?chloch</title>
  <link>http://api.talis.com/bf/stores/ukbib/items/0020571d-e4f1-4a98-a1d0-cac8867c9478</link>
  <ns.0:identifier>012880167</ns.0:identifier>
  <ns.0:title>Harry Potter agus an r?chloch</ns.0:title>
  <ns.0:subject>Wizards</ns.0:subject>
  <ns.0:identifier>urn:isbn:1582348286</ns.0:identifier>
  <ns.0:subject>
    Hogwarts School of Witchcraft and Wizardry (Imaginary place)
  </ns.0:subject>
  <ns.0:description>Originally published [in English]: 1997.</ns.0:description>
  <ns.0:creator>Rowling, J. K.</ns.0:creator>
  <ns.0:identifier>urn:isbn:074757166X</ns.0:identifier>
  <ns.0:date>2004</ns.0:date>
  <ns.0:identifier>urn:isbn:9781582348285</ns.0:identifier>
  <ns.0:identifier>urn:isbn:9780747571667</ns.0:identifier>
  <ns.0:description>Formerly CIP</ns.0:description>
  <ns.0:subject>DDC: 823.9'14</ns.0:subject>
  <relevance:score>0.65147346</relevance:score>
  <ns.0:publisher>Londain ; Bloomsbury,</ns.0:publisher>
  <ns.0:type>text</ns.0:type>
  <ns.0:subject>Potter, Harry (Fictitious character)</ns.0:subject>
</item>

The augmentation service from a store containg Wikipedia extracts would augment the data thus:

<item rdf:about="http://api.talis.com/bf/stores/ukbib/items/0020571d-e4f1-4a98-a1d0-cac8867c9478">
  <title>Harry Potter agus an r?chloch</title>
  <link>http://api.talis.com/bf/stores/ukbib/items/0020571d-e4f1-4a98-a1d0-cac8867c9478</link>
  <ns.0:identifier>012880167</ns.0:identifier>
  <ns.0:title>Harry Potter agus an r?chloch</ns.0:title>
  <ns.1:wikipediaCreatorArticle>
    <ns.2:Document rdf:about="http://en.wikipedia.org/wiki/J._K._Rowling">
      <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
      <ns.0:title>Wikipedia: J. K. Rowling</ns.0:title>
      <ns.0:description>
        Joanne "Jo" Rowling, OBE (born 31 July 1965The Harry Potter Lexicon, The Muggle Encyclopedia - Y. Accessed 17 March 2006.
      </ns.0:description>
    </ns.2:Document>
  </ns.1:wikipediaCreatorArticle>
  <ns.0:subject>Wizards</ns.0:subject>
  <ns.0:identifier>urn:isbn:1582348286</ns.0:identifier>
  <ns.0:subject>
    Hogwarts School of Witchcraft and Wizardry (Imaginary place)
  </ns.0:subject>
  <ns.0:description>Originally published [in English]: 1997.</ns.0:description>
  <ns.0:creator>Rowling, J. K.</ns.0:creator>
  <ns.0:identifier>urn:isbn:074757166X</ns.0:identifier>
  <ns.0:date>2004</ns.0:date>
  <ns.0:identifier>urn:isbn:9781582348285</ns.0:identifier>
  <ns.0:identifier>urn:isbn:9780747571667</ns.0:identifier>
  <ns.0:description>Formerly CIP</ns.0:description>
  <ns.0:subject>DDC: 823.9'14</ns.0:subject>
  <relevance:score>0.65147346</relevance:score>
  <ns.0:publisher>Londain ; Bloomsbury,</ns.0:publisher>
  <ns.0:type>text</ns.0:type>
  <ns.0:subject>Potter, Harry (Fictitious character)</ns.0:subject>
</item>