@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix license: . @prefix foaf: . a :Software; :creator [ foaf:mbox ]; :hasVersion , , ; :softwareDescription "Parka is an inferencing database, built for use with the semantic web. It is currently undergoing revision to support RDF internally, but here are the sources as they stand."; :softwareName "ParkaSW"; :softwareLanguage :C; :softwareLicense license:MITL; :softwarePrimaryAuthor [foaf:mbox ]. a :Software; :creator [ foaf:mbox ]; :softwareDescription "These are the sources used to modify Dave Beckett's Redland library (version 0.9.12) to talk to a Parka server"; :softwareName "Parka-Redland Bindings"; :softwareLanguage :C; :softwareLicense license:GPL; :softwarePrimaryAuthor [foaf:mbox ]. a :SoftwareVersion; :softwareReleaseDate "Sep 18, 2002"; :softwareStatus :Beta; :versionNumber "1.1" . a :SoftwareVersion; :softwareReleaseDate "Oct 2, 2002"; :softwareStatus :Beta; :versionNumber "1.1a" . a :SoftwareVersion; :softwareReleaseDate "Mar 26, 2003"; :softwareStatus :Beta; :versionNumber "1.1b" . # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; dc:creator "Ron Alford"; :creator [foaf:mbox ]; dc:date "03/26/2003"; dc:description "Software Project Parka".