11 #include "boost/filesystem/path.hpp"
18 class OWLCPP_IO_DECL Triple_store;
19 class OWLCPP_IO_DECL Catalog;
35 std::string
const& path =
"",
36 Check_id
const& check = Check_id()
55 std::string
const& path =
"",
56 Check_id
const& check = Check_id()
70 boost::filesystem::path
const& file,
72 Check_id
const& check = Check_id()
87 boost::filesystem::path
const& file,
90 Check_id
const& check = Check_id()
106 void load_iri(std::string
const& iri, Triple_store& store, Catalog
const& cat);
OWLCPP_IO_DECL void load(std::istream &stream, Triple_store &store, std::string const &path="", Check_id const &check=Check_id())
Load ontology from input stream ignoring imports.
OWLCPP_IO_DECL void load_iri(std::string const &iri, Triple_store &store, Catalog const &cat)
Load ontology identified by versionIRI or ontologyIRI and its imports.
OWLCPP_IO_DECL void load_file(boost::filesystem::path const &file, Triple_store &store, Check_id const &check=Check_id())
Load ontology from file ignoring imports.