Listing 1: An RDF Schema for our online repository
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1" xmlns="http://namespaces.4suite.org/www/software-map" > <!-- Based on rpm2html RDF schema, but not biased strictly towards RPM --> <Software rdf:ID="Pong"> <dc:Title>Pong</dc:Title> <dc:Creator>Fourthought <support@fourthought.com></dc:Creator> <dc:Description>Pong is a fictious software package for the purposes of an example software package for the IBM Developer Works column Python Web Services Developer </dc:Description> <dc:Date>2001-02-17</dc:Date> <dc:Subject>Pong</dc:Subject> <dc:Subject>Example</dc:Subject> <dc:Subject>XML</dc:Subject> <dc:Subject>XSLT</dc:Subject> <dc:Subject>RDF</dc:Subject> <CurrentVersion>0.0.2</CurrentVersion> <Home rdf:resource="http://pong.org"/> <License>Apache</License> <Package> <dc:Title>Source (.tgz)</dc:Title> <dc:Description>Pong source distribution (.tgz)</dc:Description> <dc:Date>2001-02-16</dc:Date> <dc:Creator>Fourthought <support@fourthought.com></dc:Creator> <Location>http://localhost:8080/pong-0.0.2.tgz</Location> <Type>tar/gzip</Type> <Platform>Linux</Platform> <Platform>Windows</Platform> <Platform>UNIX</Platform> </Package> </Software> </rdf:RDF> |