Syndication::RDF::RDFVocab

Search for usage in LXR

Syndication::RDF::RDFVocab Class Reference

#include <rdfvocab.h>

Public Member Functions

 ~RDFVocab ()
 
PropertyPtr li ()
 
QString namespaceURI ()
 
ResourcePtr seq ()
 
PropertyPtr type ()
 

Static Public Member Functions

static RDFVocabself ()
 

Detailed Description

singleton holding RDF vocabulary, expressed as RDF.

Definition at line 31 of file rdfvocab.h.

Constructor & Destructor Documentation

◆ ~RDFVocab()

Syndication::RDF::RDFVocab::~RDFVocab ( )
default

destructor

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 70 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 75 of file rdfvocab.cpp.

◆ self()

RDFVocab * Syndication::RDF::RDFVocab::self ( )
static

returns the singleton instance

Definition at line 36 of file rdfvocab.cpp.

◆ seq()

ResourcePtr Syndication::RDF::RDFVocab::seq ( )

the sequence type

Definition at line 60 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 65 of file rdfvocab.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Oct 11 2024 12:09:52 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.