<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>RDF Schema Rendering</article-title>
      </title-group>
      <abstract>
        <p>This article and the attached code present a convenient tool for presenting RDF Schema XSL on the browser, using a combination of XSLT and JavaScript. An RDF Schema file contains the definitions of all tags and associated properties that can be used in an RDF file that is built with that schema. The way RDF Schema files are structured, every &lt;rdf:Property&gt; contains &lt;rdfs:domain&gt; and &lt;rdfs:range&gt; elements which point to each of the &lt;rdfs:Class&gt; elements that contain that property. This structure is inconvenient for the user, who wishes to see each &lt;rdfs:Class&gt; and all its associated properties together. The purpose of this script is to display each &lt;rdfs:Class&gt; together with its domain and range properties.</p>
      </abstract>
      <kwd-group>
        <kwd>Semantic Web</kwd>
        <kwd>XSLT</kwd>
        <kwd>RDF Schema</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body />
  <back>
    <ref-list />
  </back>
</article>