Skip to main content

Basic XML and RDF techniques for knowledge management

Part 1: Generate RDF using XSLT

Return to article


Listing 1. An example of the XML

<issue
  id="i2001030423"
  xmlns="http://xmlns.rdfinference.org/ril/issue-tracker"
>
  <reference>
    <spec id="ril-20010502" fragment="xpointer(sect1[4]/sect2[2])"/>
  </reference>
  <author tag="uogbuji" userid="yes"/>
  <main>Is the abbreviation of rdf:type predicates in queries necessary?</main>
  <comment re="main">
    <author tag="Alexandre Fayolle <Alexandre.Fayolle@logilab.fr>" userid="no"/>
    <body>The abbreviation in listing 8 doesn't seem necessary to Nico Chauvat or me.</body>
  </comment>
  <action>
    <author tag="uogbuji" userid="yes"/>
    <assign to="uogbuji"/>
    <description>Organize a vote on this topic</description>
  </action>
</issue>

Return to article