Skip to content

Automatically show inferred values by RDFS+ inference #61

@jmvanel

Description

@jmvanel

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 :

  • implement RDFS+ inference downstream in the view, as is done today for proposing values, that takes in account rdfs:subClassOf
  • implement RDFS+ inference by writing in the Triple store Jena TDB (but then need to manage Truth Maintenance, as is done partially today for display labels in InstanceLabelsInferenceMemory
  • migrate to BlazeGraph ( see issue )

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions