@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix foaf: . a :Software; :creator [ foaf:mbox ]; :softwareDescription "A rule-based OWL reasoner"; :softwareName "OWLLisaKB"; :softwareLanguage :CommonLisp; :softwarePrimaryAuthor [foaf:mbox ] . a :SoftwareVersion; :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".