Appendix E

Start      Previous      Next  

In this section we consider the process used to create  Per0.xml  from the  foaf:Person  triples in VIVO. We begin with the Sparql query shown in the next figure. Note that the  aka  attribute has no role in the example.


The Sparql Query for Per0.xml - Figure 25

This query is invoked with a selection of RDF/XML as the result set format. This XML is transformed into the form used in  Per0.xml  by the transform shown in the next two figures.


Per0 XSLT Part 1 Figure 26

The next figure shows the portion of the transform that outputs the XML  Per0.xml  and the  vfx:stripSuffix  function used to remove such data from the last name of each person.


Per0 XSLT Part 2 Figure 27

Start      Previous      Next