get_default


Description:

[ Version ( deprecated = true , deprecated_since = "3.3" ) ]
public static unowned NamespaceManager get_default ()

Warning: get_default is deprecated since 3.3.

Returns the global `TrackerNamespaceManager` that contains a set of well-known namespaces and prefixes, such as `rdf:`, `rdfs:`, `nie:`, `tracker:`, etc.

Note:

Use [method@SparqlConnection.get_namespace_manager] instead.

Note that the list of prefixes and namespaces is hardcoded in libtracker-sparql. It may not correspond with the installed set of ontologies, if they have been modified since they were installed.

Returns:

a global, shared `TrackerNamespaceManager` instance