sparql-view-unfold
    Preparing search index...

    Interface AssertionConjunct

    One conjunct of an utils/assertionConjunction!AssertionConjunction: what it says about one access, or one edge between two.

    interface AssertionConjunct {
        access: Access;
        assertion: Assertion;
    }
    Index

    Properties

    Properties

    access: Access
    assertion: Assertion