owlcpp
v0.3.3~
C++ library for working with OWL ontologies
|
#include <iosfwd>
#include <string>
#include "boost/filesystem/path.hpp"
#include "owlcpp/io/config.hpp"
#include "owlcpp/io/exception.hpp"
#include "owlcpp/io/check_ontology_id.hpp"
Go to the source code of this file.
Namespaces | |
namespace | owlcpp |
Main namespace of owlcpp library. |
Functions | |
OWLCPP_IO_DECL void | owlcpp::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 | owlcpp::load (std::istream &stream, Triple_store &store, Catalog const &cat, std::string const &path="", Check_id const &check=Check_id()) |
Load ontology from input stream and its imports from the file system. | |
OWLCPP_IO_DECL void | owlcpp::load_file (boost::filesystem::path const &file, Triple_store &store, Check_id const &check=Check_id()) |
Load ontology from file ignoring imports. | |
OWLCPP_IO_DECL void | owlcpp::load_file (boost::filesystem::path const &file, Triple_store &store, Catalog const &cat, Check_id const &check=Check_id()) |
Load ontology from file ignoring imports. | |
OWLCPP_IO_DECL void | owlcpp::load_iri (std::string const &iri, Triple_store &store, Catalog const &cat) |
Load ontology identified by versionIRI or ontologyIRI and its imports. |
Variables | |
class OWLCPP_IO_DECL | owlcpp::Triple_store |
class OWLCPP_IO_DECL | owlcpp::Catalog |
part of owlcpp project.
Distributed under the Boost Software License, Version 1.0; see doc/license.txt.
Copyright Mikhail K Levin 2012