owlcpp
v0.3.3~
C++ library for working with OWL ontologies
|
#include <iostream>
#include <string>
#include "boost/filesystem.hpp"
#include "boost/foreach.hpp"
#include "boost/program_options.hpp"
#include "boost/range.hpp"
#include "factpp/Kernel.hpp"
#include "owlcpp/rdf/triple_store.hpp"
#include "owlcpp/io/input.hpp"
#include "owlcpp/io/catalog.hpp"
#include "owlcpp/logic/triple_to_fact.hpp"
Functions | |
int | main (int argc, char *argv[]) |
part of owlcpp project.
Distributed under the Boost Software License, Version 1.0; see doc/license.txt.
Copyright Mikhail K Levin 2010
int main | ( | int | argc, |
char * | argv[] | ||
) |
Parse OWL ontology file and its imports located in the same folder. Load ontology to FaCT++ reasoner and check if it is consistent