8#ifndef SYNDICATION_RDF_DUBLINCOREVOCAB_H
9#define SYNDICATION_RDF_DUBLINCOREVOCAB_H
11#include <syndication/rdf/property.h>
141 class DublinCoreVocabPrivate;
142 std::unique_ptr<DublinCoreVocabPrivate>
const d;
Singleton holding RDF class and property constants of the Dublin Core vocabulary.
PropertyPtr date() const
dc:date property.
PropertyPtr creator() const
dc:creator property.
PropertyPtr title() const
dc:title property.
PropertyPtr contributor() const
dc:contributor property.
static DublinCoreVocab * self()
returns the singleton instance
PropertyPtr type() const
dc:type property.
PropertyPtr subject() const
dc:subject property.
PropertyPtr relation() const
dc:relation property.
PropertyPtr identifier() const
dc:identifier property.
PropertyPtr description() const
dc:description property.
PropertyPtr rights() const
dc:rights property.
~DublinCoreVocab()
destructor
PropertyPtr source() const
dc:source property.
PropertyPtr format() const
dc:format property.
const QString & namespaceURI() const
the namespace of the Dublin Core vocabulary, http://purl.org/dc/elements/1.1/
PropertyPtr publisher() const
dc:publisher property.
PropertyPtr coverage() const
dc:coverage property.
PropertyPtr language() const
dc:language property.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:18 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.