jmvanel / semantic_forms

Form generators leveraging semantic web standards (RDF(S), OWL, SPARQL , ...
Other
75 stars 23 forks source link

Automatically show inferred values by RDFS+ inference #61

Open jmvanel opened 8 years ago

jmvanel commented 8 years ago

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 :

jmvanel commented 7 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