|
owlcpp
v0.3.3~
C++ library for working with OWL ontologies
|
#include <iostream>#include <string>#include "boost/program_options.hpp"#include "boost/range.hpp"#include "boost/foreach.hpp"#include "boost/filesystem.hpp"#include "owlcpp/rdf/triple_store.hpp"#include "owlcpp/io/input.hpp"#include "owlcpp/io/catalog.hpp"#include "owlcpp/terms/node_tags_owl.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 Find triples that define classes Print prefixed names of classes
1.8.1.2