The Prefix of the MFO namespace
The Prefix of the NAO namespace
The Prefix of the NCO namespace
The Prefix of the NFO namespace
The Prefix of the NIE namespace
The Prefix of the RDF namespace
The Prefix of the NRL namespace
The Prefix of the Osinfo namespace
The Prefix of the RDF namespace
The Prefix of the RDFS namespace
The Prefix of the SLO namespace
The Prefix of the Tracker namespace
The Prefix of the XSD namespace
Checks that the Tracker library in use is compatible with the given version. Generally you would pass in the constants #TRACKER_MAJOR_VERSION, #TRACKER_MINOR_VERSION, #TRACKER_MICRO_VERSION as the three arguments to this function; that produces a check that the library in use is compatible with the version of Tracker the application or module was compiled against.
Compatibility is defined by two things: first the version
of the running library is newer than the version
required_major
.required_minor.required_micro
. Second
the running library must be binary compatible with the
version required_major
.required_minor.required_micro
(same major version.)
the required major version.
the required minor version.
the required micro version.
Escapes literal
so it is suitable for insertion in
SPARQL queries as string literals. Manual construction
of query strings based user input is best avoided at
all cost, use of #TrackerSparqlStatement is recommended
instead.
a string to escape
Calls tracker_sparql_escape_uri_printf().
a string to be escaped, following the tracker sparql rules
Creates a fresh UUID-based URN.
The Prefix of the DC (Dublin Core) namespace