owlcpp  v0.3.3~
C++ library for working with OWL ontologies
 All Classes Namespaces Files Functions Macros Pages
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
owlcpp::Triple Struct Reference

RDF triple plus document ID. More...

#include <triple.hpp>

Public Member Functions

bool operator== (Triple const &t) const
bool operator!= (Triple const &t) const

Static Public Member Functions

static Triple make (const Node_id subj, const Node_id pred, const Node_id obj, const Doc_id doc)

Public Attributes

Node_id subj_
Node_id pred_
Node_id obj_
Doc_id doc_

Detailed Description

RDF triple plus document ID.

Examples:
print_classes.cpp, and print_triples.cpp.

The documentation for this struct was generated from the following file: