Channel #semsol: Logs

This is a public chat log generated from the #semsol IRC channel.

18:06:12 AAA_awright: RDFS allows for some triples to be inferred, e.g. if X is a subclass of Y, then anything that has an rdf:type of X also has an rdf:type of Y. How could I query these inferred triples too? Keep a seperate "inferred" RDF graph/database, maybe?
18:07:13 bengee: yeah, putting them in a separate graph usually works best
18:07:30 bengee: so that you can easily remove inferred triples again