Menu

[ee7d4c]: / apps / common_prefixes.hpp  Maximize  Restore  History

Download this file

33 lines (25 with data), 1.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/** @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_ */
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.