/** @file "/owl_cpp/lib/uri_tags.cpp"
part of owl_cpp project.
@n Distributed under the Boost Software License, Version 1.0; see doc/license.txt.
@n Copyright Mikhail K Levin 2010
*******************************************************************************/
#include "owl_cpp/terms/uri_tags.hpp"
namespace owl_cpp{ namespace terms{
/**@struct Ns_xxx
@details Initialize standard name space strings
e.g.,
const std::string Ns_owl::name = "http://www.w3.org/2002/07/owl";
//const Ns_id Ns_owl::id(index);
*******************************************************************************/
OWLCPP_INIT_STD_NAMESPACE_NAME_STRINGS
}//namespace terms
}//namespace owl_cpp