[go: up one dir, main page]

Menu

[6cc447]: / lib / uri_tags.cpp  Maximize  Restore  History

Download this file

21 lines (16 with data), 671 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
/** @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