@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix foaf: . a :Software; :creator [ foaf:mbox ]; :hasVersion ; :softwareDescription "A rule-based OWL reasoner built on top of the LISA inference engine and the Wilbur RDF Toolkit"; :softwareName "OWLLisaKB"; :softwareLanguage :Java; :softwarePrimaryAuthor [foaf:mbox ]. a :SoftwareVersion; :softwareReleaseDate "Jul 25, 2002"; :softwareStatus :Alpha; :versionNumber "0.1" . # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; :creator [ foaf:mbox ]; dc:date "07/25/2003"; dc:description "OWLLisaKB: A rule-based OWL reasoner".