package activitypub

  1. Overview
  2. Docs

Module Object.GSource

A module with convenient function to query an object_'s graph.

Sourcemodule G = Rdf.Graph
Sourceval iri_obj_option : G.graph -> Rdf.Term.term -> Iri.t -> Iri.t option
Sourceval first_iri_obj : G.graph -> Rdf.Term.term -> Iri.t -> Iri.t
Sourceval first_int_obj : G.graph -> Rdf.Term.term -> Iri.t -> int option
Sourceval lit_is_string : Rdf.Term.literal -> bool
Sourceval lit_is_string_nolang : Rdf.Term.literal -> bool
Sourceval lit_is_datetime : Rdf.Term.literal -> bool
Sourceval first_string_obj : G.graph -> Rdf.Term.term -> Iri.t -> string option
Sourceval first_string_nolang_obj : G.graph -> Rdf.Term.term -> Iri.t -> string option
Sourceval lit_is_bool : Rdf.Term.literal -> bool
Sourceval first_bool_obj : G.graph -> Rdf.Term.term -> Iri.t -> bool option
Sourceval first_ct_obj : G.graph -> Rdf.Term.term -> Iri.t -> Ldp.Ct.mime option
Sourceval first_datetime_obj : G.graph -> Rdf.Term.term -> Iri.t -> Rdf.Term.datetime option
Sourceval string_list_obj : G.graph -> Rdf.Term.term -> Iri.t -> string list
Sourceval term_is_id : Rdf.Term.term -> bool
Sourceval string_lang_map_obj : G.graph -> Rdf.Term.term -> Iri.t -> string Smap.t
OCaml

Innovation. Community. Security.