
rdf_parser.pl
rdf_name_space(?URL) is nondet[multifile]
xml_to_plrdf(+RDFElementOrObject, -RDFTerm, +State)
element_to_plrdf(+DOM, -RDFTerm, +State)
literal_value(+In, -Value, +Options)[private]
mkliteral(+Atom, -Object, +Options)[private]lang(Lang) option from Options.
typed_literal(+Type, +Content, -Literal, +Options)[private]
modify_state(+Element0, +Options0, -Element, -Options) is semidet[private]base_uri(_) in the Options
It Element0 contains xml:lang = Lang, strip it from the
attributes list and update lang(_) in the Options
Remove all xmlns=_, xmlns:_=_ and xml:_=_. Only succeed if something changed.
remove_fragment(+URI, -WithoutFragment)[private]The following predicates are exported, but not or incorrectly documented.
make_rdf_state(Arg1, Arg2, Arg3)
rdf_modify_state(Arg1, Arg2, Arg3)