I am following some examples regarding SPARQL and OWL, and the examples use concepts such as defining a class. The explanation says this will work on an RDFS-aware SPARQL processor. Is Jena such a processor? I don't really understand what the term means.
EDIT: And is it OWL-aware?
EDIT: Seems JENA is not RDFS or OWL-aware, but my tests worked fine using pellet
, which is an opensource OWL-aware processor