syndication/rdf
#include <rdfvocab.h>
Public Member Functions | |
~RDFVocab () | |
PropertyPtr | li () |
QString | namespaceURI () |
ResourcePtr | seq () |
PropertyPtr | type () |
Static Public Member Functions | |
static RDFVocab * | self () |
Detailed Description
singleton holding RDF vocabulary, expressed as RDF.
Definition at line 45 of file rdfvocab.h.
Constructor & Destructor Documentation
◆ ~RDFVocab()
Syndication::RDF::RDFVocab::~RDFVocab | ( | ) |
destructor
Definition at line 72 of file rdfvocab.cpp.
Member Function Documentation
◆ li()
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.
◆ namespaceURI()
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.
◆ self()
|
static |
returns the singleton instance
Definition at line 51 of file rdfvocab.cpp.
◆ seq()
ResourcePtr Syndication::RDF::RDFVocab::seq | ( | ) |
the sequence type
Definition at line 77 of file rdfvocab.cpp.
◆ type()
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.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.