[][src]Function lilv_sys::lilv_world_load_resource

pub unsafe extern "C" fn lilv_world_load_resource(
    world: *mut LilvWorld,
    resource: *const LilvNode
) -> c_int

Load all the data associated with the given resource. @param world The world. @param resource Must be a subject (i.e. a URI or a blank node). @return The number of files parsed, or -1 on error

All accessible data files linked to resource with rdfs:seeAlso will be loaded into the world model.