@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix foaf: . @prefix bib: . @prefix xsd: . @prefix owl: . [ a :newsItem; rss:title "Pellet reasoner is online"; dc:date "2003-10-10"^^xsd:date; :creator [foaf:mbox ] ; :newsID "13"; rss:description "Pellet, OWL DL reasoner based on the tableaux algorithms developed for expressive Description Logics, is available for download and as an online demo. As of 10 October 2003 Pellet passes 249 of 303 OWL Test cases."; :newsDescription "Check out the Pellet web page for more detailed information. You can also try the online demo for consistency checking or full classification of ontologies." ].