librdf_parser_parse_into_model

Name

librdf_parser_parse_into_model --  Parse a URI of content into an librdf_model

Synopsis

int librdf_parser_parse_into_model (librdf_parser* parser, librdf_uri* uri, librdf_uri* base_uri, librdf_model* model);

Arguments

parser

the parser

uri

the URI to read the content

base_uri

the base URI to use (or NULL if the same as uri)

model

the model to use

Return value

non 0 on failure