/** @file "/owlcpp/apps/common_prefixes.hpp"
part of owlcpp project.
@n Distributed under the Boost Software License, Version 1.0; see doc/license.txt.
Copyright @author Mikhail K Levin @date 2010
*******************************************************************************/
#ifndef COMMON_PREFIXES_HPP_
#define COMMON_PREFIXES_HPP_
#include "owlcpp/custom_terms.hpp"
#define OWLCPP_COMMON_NAMESPACES \
((obo) ("http://purl.obolibrary.org/obo/")) \
((go) ("http://purl.org/obo/owl/GO")) \
((ro) ("http://www.obofoundry.org/ro/ro.owl")) \
((bfo) ("http://www.ifomis.org/bfo/1.1")) \
((snap) ("http://www.ifomis.org/bfo/1.1/snap")) \
((span) ("http://www.ifomis.org/bfo/1.1/span")) \
((pro) ("http://purl.org/obo/owl/PRO")) \
((chebi)("http://purl.org/obo/owl/CHEBI")) \
((rel) ("http://purl.org/obo/owl/OBO_REL")) \
/* */
#include OWLCPP_MPL_VECTORnn_HPP(OWLCPP_COMMON_NAMESPACES)
namespace owlcpp{
OWLCPP_GENERATE_NAMESPACE_TYPES(OWLCPP_COMMON_NAMESPACES)
typedef OWLCPP_NAMESPACE_MPL_VECTOR(OWLCPP_COMMON_NAMESPACES) iri_type_vector;
}//namespace owlcpp
#endif /* COMMON_PREFIXES_HPP_ */