@faubulous/mentor-rdf-serializers
    Preparing search index...

    Interface PriorityStrategyConfig

    Configuration for priority-based sorting strategy.

    interface PriorityStrategyConfig {
        predicateOrder?: string[];
        typeOrder?: string[];
        unmatchedPosition?: "start" | "end";
        unmatchedSort?: "alphabetical" | "none";
    }
    Index

    Properties

    predicateOrder?: string[]

    Predicate IRIs in priority order for secondary sorting

    typeOrder?: string[]

    Type IRIs in priority order (earliest = highest priority)

    unmatchedPosition?: "start" | "end"

    Where to place resources without a matching type

    unmatchedSort?: "alphabetical" | "none"

    How to sort unmatched resources