Quick links: Tutorial - Examples - Files - Symbols.
Classes: Hierarchy - Index - List - Members.
Namespaces: Index - base - cs - display.

Classes | Static Public Attributes | List of all members
cogitant::Rdf Class Reference

Classe utilitaire fournissant plusieurs services pour la gestion du RDF. More...

#include "cogitant/rdf.h"

Classes

class  Statement
 Triplet. More...
 
class  StatementObject
 Objet d'un triplet. More...
 
class  Uri
 URI. More...
 

Static Public Attributes

static const std::string PrefixRdf
 Préfixe rdf. More...
 
static const std::string PrefixRdfs
 Préfixe rdfs. More...
 
static const std::string PrefixXsd
 Préfixe xsd. More...
 
static const std::string PrefixOwl
 Préfixe owl. More...
 
static const std::string PrefixCogitant
 Préfixe cogitant. More...
 

Detailed Description

Classe utilitaire fournissant plusieurs services pour la gestion du RDF.

Member Data Documentation

◆ PrefixCogitant

const std::string cogitant::Rdf::PrefixCogitant
static

Préfixe cogitant.

◆ PrefixOwl

const std::string cogitant::Rdf::PrefixOwl
static

Préfixe owl.

◆ PrefixRdf

const std::string cogitant::Rdf::PrefixRdf
static

Préfixe rdf.

◆ PrefixRdfs

const std::string cogitant::Rdf::PrefixRdfs
static

Préfixe rdfs.

◆ PrefixXsd

const std::string cogitant::Rdf::PrefixXsd
static

Préfixe xsd.