@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix foaf: . a :Software; :creator [ a foaf:Person; foaf:mbox ]; :hasVersion , , ; :softwareDescription "PERL script that converts comma separated files to RDF"; :softwareLanguage :Perl; :softwareName "QUIDICRC"; :softwarePrimaryAuthor [ foaf:mbox ]. a :SoftwareVersion; :softwareReleaseDate "Aug 31, 2003"; :softwareStatus :Beta; :versionNumber "1.0" . a :SoftwareVersion; :softwareReleaseDate "Jan 28, 2004"; :softwareStatus :Beta; :versionNumber "1.1" . a :SoftwareVersion; :softwareReleaseDate "Mar 4, 2004"; :softwareStatus :Beta; :versionNumber "1.2" . # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; :creator [ foaf:mbox ]; dc:date "01/28/2004"; dc:description "PERL script that converts comma separated files to RDF".