You can search for identifiers within the package.
in-package search v0.2.0
solid
Profile.S
Functions to query a profile.
val get_profile : Iri.t -> (profile, Ldp.Types.error) result Lwt.t
val webid : profile -> Iri.t
val inbox : profile -> Iri.t option
val workspaces : ?typ:Iri.t -> profile -> workspace list
val storages : profile -> Iri.t list
val name : profile -> string
val pim : profile -> Rdf.Pim.from
val preferences_ws : profile -> workspace list
val private_ws : profile -> workspace list
val public_ws : profile -> workspace list
val shared_ws : profile -> workspace list
val master_ws : profile -> workspace list