Skip to content

Change computation of role hierarchy in textbook calculus #42

@stefborg

Description

@stefborg

To mirror the design of CR3 in the textbook calculus, maybe we should adapt the computation of the role hierarchy as follows?

nf:subProp(?R,?T) :- nf:subProp(?R,?S), nf:subProp(?S,?T) .

(i.e., don't require that the first role inclusion is a directSubProp)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions