• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

/srv/cliopatria/cpack/swish/lib/swish/pack/profile/prolog/user_profile.pl
All Application Manual Name SummaryHelp

  • prolog
    • user_profile.pl -- User Profile Management
      • profile_open_db/1
      • profile_create/2
      • profile_canonical_value/3
      • current_profile/1
      • current_profile/2
      • profile_property/2
      • set_profile/2
      • set_profile/3
      • profile_remove/1
      • profile_remove/2
      • profile_add_session/3
      • profile_refresh_session/2
      • profile_remove_session/2
      • profile_session/2
      • attribute/3
      • has_type/2
 profile_canonical_value(+Attribute, +ValueIn, -Value) is det
True when Value is the canonical value for Attribute that satisfies the type constraint for Attribute.
Errors
- type_error(Type, ValueIn) if the type is wrong
- existence_error(profile_attribute, Attribute) if the attribute is unknown.
ClioPatria (version V3.1.1-51-ga0b30a5)