23#ifndef SYNDICATION_RDF_DUBLINCOREVOCAB_H
24#define SYNDICATION_RDF_DUBLINCOREVOCAB_H
26#include <syndication/rdf/property.h>
30namespace Syndication {
40class SYNDICATION_EXPORT DublinCoreVocab
47 static DublinCoreVocab*
self();
82 PropertyPtr
date()
const;
94 PropertyPtr
format()
const;
124 PropertyPtr
rights()
const;
130 PropertyPtr
source()
const;
142 PropertyPtr
title()
const;
148 PropertyPtr
type()
const;
153 class DublinCoreVocabPrivate;
154 DublinCoreVocabPrivate *
const d;
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.
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.
Syndication's parser for the RDF-based RSS 0.9 and RSS 1.0 formats.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.