syndication/rdf
Syndication::RDF::RDFVocab Class Reference
#include <rdfvocab.h>
Detailed Description
singleton holding RDF vocabulary, expressed as RDF.Definition at line 45 of file rdfvocab.h.
Public Member Functions | |
~RDFVocab () | |
QString | namespaceURI () |
ResourcePtr | seq () |
PropertyPtr | type () |
PropertyPtr | li () |
Static Public Member Functions | |
static RDFVocab * | self () |
Constructor & Destructor Documentation
Syndication::RDF::RDFVocab::~RDFVocab | ( | ) |
Member Function Documentation
RDFVocab * Syndication::RDF::RDFVocab::self | ( | ) | [static] |
QString Syndication::RDF::RDFVocab::namespaceURI | ( | ) |
the RDF namespace, which is http://www.w3.org/1999/02/22-rdf-syntax-ns#
Definition at line 92 of file rdfvocab.cpp.
ResourcePtr Syndication::RDF::RDFVocab::seq | ( | ) |
PropertyPtr Syndication::RDF::RDFVocab::type | ( | ) |
the rdf:type property (A rdf:type B means A is instance of B)
Definition at line 82 of file rdfvocab.cpp.
PropertyPtr Syndication::RDF::RDFVocab::li | ( | ) |
the rdf:li property, used for list items in RDF containers (like rdf:seq)
Definition at line 87 of file rdfvocab.cpp.
The documentation for this class was generated from the following files: