as I understand, you can replace specific Inference Engines for RDF, RDFS or different OWL Profiles by different Sets of Rules for a generic Rules Engine (Using dotNetRdf SimpleN3RulesReasoner). But I can hardly find these Rules Files, except for one for OWL_RL_Profile.n3 and even that seems to use a non-Standard Syntax with lots of Commas, which makes me doubt, here a sample:
{?s, ?p, ?o} => {?s, owl:sameAs, ?s}, {?p, owl:sameAs, ?p}, {?o, owl:sameAs, ?o} . #eq-ref #eq-ref
Am I mistaken or can someone point me to an authoritative Set of Standard Rule Sets.