|
owlcpp
v0.3.3~
C++ library for working with OWL ontologies
|
#include <iostream>#include <string>#include <vector>#include "boost/filesystem.hpp"#include "boost/foreach.hpp"#include "boost/program_options.hpp"#include "owlcpp/rdf/triple_store.hpp"#include "owlcpp/io/catalog.hpp"#include "owlcpp/io/input.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 print triples
1.8.1.2