Open jmvanel opened 8 years ago
We will do this :
implement RDFS+ inference downstream in the view, as is done today for proposing values, that takes in account rdfs:subClassOf
See architecture here: https://github.com/jmvanel/semantic_forms/issues/170 , signature:
def step(formSyntax: FormSyntax): FormSyntax
Automatically show inferred values from several OWL/RDFS generic rules:
The so called RDFS+ inference is builtin in BlazeGraph, but not in Jena TDB. See https://wiki.blazegraph.com/wiki/index.php/InferenceAndTruthMaintenance
It's not clear at the moment whether we will :