|
owlcpp
v0.3.3~
C++ library for working with OWL ontologies
|
Go to the source code of this file.
Namespaces | |
| namespace | owlcpp |
| Main namespace of owlcpp library. | |
| namespace | owlcpp::terms |
| Definitions of standard OWL namespaces and terms. | |
Macros | |
| #define | OWLCPP_NAMESPACE_IRI_LIST |
| Define namespace IRIs standard in OWL. | |
| #define | OWLCPP_NAMESPACE_TAGS_TOTAL BOOST_PP_SEQ_SIZE(OWLCPP_NAMESPACE_IRI_LIST) |
Functions | |
| bool | owlcpp::is_empty (const Ns_id id) |
| bool | owlcpp::is_blank (const Ns_id id) |
| bool | owlcpp::is_iri (const Ns_id id) |
part of owlcpp project.
Distributed under the Boost Software License, Version 1.0; see doc/license.txt.
Copyright Mikhail K Levin 2012-3
| #define OWLCPP_NAMESPACE_IRI_LIST |
Define namespace IRIs standard in OWL.
This macro is used for generating types and typelists. ((class name)("prefix")("IRI"))
1.8.1.2