/swish/lib/plugin/hdt.pl
All Application Manual Name SummaryHelp

  • lib
    • plugin
      • login.pl -- SWISH login support
      • es_swish.pl -- SWISH integration of Elastic Search
      • elastic.pl -- Core Elastic search interface
      • email.pl -- Email plugin for SWISH
      • hdt.pl -- Access RDF through HDTs
        • rdf/4
        • rdf_subject/2
        • rdf_predicate/2
        • rdf_object/2
        • rdf_shared/2
        • rdf_suggestions/5
        • rdf_graph_property/2
      • notify.pl -- SWISH notifications
      • profile.pl -- User profile configuration
 rdf_suggestions(+Base, +Role, +MaxCount, -List, +Graph)
True when Results is a list of suggestions for Base in the triple role Role. Some experimentation suggests it performs a prefix match on the internal string representation. This implies that literals are only found if the first character of Base is `"`.
Arguments:
Base- is a string or atom
Role- is one of subject, predicate or object