Help:Configuration
Semantic MediaWiki offers a number of configuration options that site administrators may modify according to the particular needs of their wiki. This page explains all options of SMW 1.7.0 and higher. All available options can also be found in the file "SemanticMediaWiki.settings.php" of your current version. To change any configuration setting, copy the according assignment into your "LocalSettings.php" file, after including SMW as described in installation. Do not change the "SemanticMediaWiki.settings.php" file directly, as your changes would be overwritten in software upgrades.
Contents
Installation settings
The following settings relate to the basic installation of SMW.
Parameter | Description | Default | Since | Until |
---|---|---|---|---|
$smwgDefaultNumRecurringEvents | Sets the default number of recurring events if no end date is set | 100 | 1.4.3 | |
$smwgDefaultStore | Sets the storage backend to be used for the semantic data (SQL or SPARQL). | SMWSQLStore3 | 1.0 | |
$smwgEnableUpdateJobs | Defers some tasks until after a page was edited by using the job queue. | true | 1.2.0 | |
$smwgEnabledEditPageHelp | Sets whether help information on the edit page is displayed | true | 2.1 | |
$smwgEnabledSpecialPage | Enables SMW specific annotation and content processing for special pages | array( 'Ask' ); | 1.9.0 | |
$smwgFallbackSearchType | Sets the search engine to fall back to in case SMWSearch is used as custom search engine but is unable to interpret the search term as an semantic query. | null | 2.1 | |
$smwgFixedProperties | Sets user defined properties having a dedicated table for them. | array(); | 1.9.0 | |
$smwgLinksInValues | Sets whether internal links may be stored within property values. | false | 1.3.0 | |
$smwgMaxNumRecurringEvents | Sets the maximum number of recurring events that can be defined regardless of a given end date | 500 | 1.4.3 | |
$smwgNamespaceIndex | Sets the first namespace index to be used. | 100 | 0.7 | |
$smwgNamespacesWithSemanticLinks | Defines for which namespaces the semantic links and annotations are to be evaluated. | array( … ); | 0.7 | |
$smwgOnDeleteAction | Moves the update process for when a page / property and its value assignments are deleted to the job queue. | array( … ); | 1.9.0.1 | |
$smwgPageSpecialProperties | Sets the page related special properties to be used. | array( '_MDAT' ); | 1.7.0 | |
$smwgPropertyLowUsageThreshold | Sets a threshold value for when a property is being highlighted as "hardly being used" on Special:Properties | 5 | 1.9.0 | |
$smwgPropertyZeroCountDisplay | Shows properties where the usage count is zero on Special:Properties | true | 1.9.0 | |
$smwgQEnabled | Activates or deactivates all query related features and interfaces | true | 1.0 | |
$smwgQueryProfiler | Enables/Disables specific monitorable profile data | array( … ); | 1.9.0 | |
$smwgShowHiddenCategories | Sets whether or not to omit categories marked with the HIDDENCAT behaviour switch from the annotation process. | true | 1.9.0 |
Cache settings
The following settings are relevant for the caching behaviour of SMW, such as special pages, factboxes etc.
Parameter | Description | Default | Since | Until |
---|---|---|---|---|
$smwgAutoRefreshOnPageMove | Sets whether or not to refresh semantic data in the store when a page was moved. | true | 1.9.0 | |
$smwgAutoRefreshOnPurge | Sets whether or not to refresh semantic data in the store when a page is manually purged. | true | 1.9.0 | |
$smwgCacheType | Sets which object cache Semantic MediaWiki should use to track temporary changes. | CACHE_ANYTHING | 1.9.0 | |
$smwgCacheUsage | Controls the caching behaviour or special pages related to Semantic MediaWiki. | array( … ); | 1.9.0 | |
$smwgFactboxCacheRefreshOnPurge | Sets whether or not a cached factbox should be invalidated on an action=purge event. | true | 1.9.0 | |
$smwgFactboxUseCache | Sets whether or not a factbox content should be stored in cache. | true | 1.9.0 |
Interface settings
The following settings are relevant for the general appearance of various wiki pages in SMW, as well as for browsing interfaces such as Special:Browse.
Parameter | Description | Default | Since | Until |
---|---|---|---|---|
$smwgBrowseShowAll | Should the browse view always show the incoming links as well, and more of the incoming values? | true | 1.0 | |
$smwgBrowseShowInverse | Should the browse view for incoming links show the incoming links via its inverses, or shall they be displayed on the other side? | false | 1.0 |
Parameter | Description |
---|---|
$smwgShowFactbox | This setting allows you to select in which cases you want to have a factbox appear below an article. Note that the Magic Words __SHOWFACTBOX__ and __NOFACTBOX__ can be used to control Factbox display for individual pages. Other options for this setting include:
Default: SMW_FACTBOX_HIDDEN |
$smwgShowFactboxEdit | Same as $smwgShowFactbox but for edit mode and same possible values.
Default: SMW_FACTBOX_NONEMPTY |
$smwgToolboxBrowseLink | Should the toolbox of each content page show a link to browse the properties of that page using Special:Browse? This is a useful way to access properties and it is somewhat more subtle than showing a Factbox on every page.
Default: true |
$smwgInlineErrors | Should warnings be displayed in wikitexts right after the problematic input? This affects only semantic annotations, not warnings that are displayed by inline queries or other features.
Default: true |
$smwgSearchByPropertyFuzzy | Should the search by property special page display nearby results when there are only few results with the exact value? Switch this off if this page has performance problems.
Default: true |
$smwgTypePagingLimit | Number of results shown in the listings on pages in the namespace Type.
Default: 200 |
$smwgConceptPagingLimit | Number of results shown in the listings on pages in the namespace Concept.
Default: 200 |
$smwgPropertyPagingLimit | Number of results shown in the listings on pages in the namespace Property. Uses a smaller value since these lists need more space.
Default: 25 |
$smwgMaxPropertyValues | Number of values that are shown for each page in the listing on property pages. If increased to higher values, it might be useful to reduce $smwgPropertyPagingLimit to avoid performance impacts when showing property pages.
Default: 3 |
$smwgMaxNonExpNumber | The maximal number that SMW will normally display without using scientific exp notation. The default is rather large since some users have problems understanding exponents. Scientific applications may prefer a smaller value for concise display.
Default: 1000000000000000 |
Query settings
Settings for inline queries and for semantic queries in general. This can especially be used to prevent overly high server-load by complex queries. The following settings affect all queries, wherever they occur.
Parameter | Description | Default | Since | Until |
---|---|---|---|---|
$smwgAutoRefreshSubject | Whether to automatically refresh pages after they stored semantic data, so queries for their own data immediately show the desired results. | true | 1.0 | |
$smwgCategoriesAsInstances | Sets whether a category statement should be treated as an element of the category. | true | 1.5.0 | |
$smwgQEqualitySupport | Should redirects between page names be considered as equality between the described objects? This is usually appropriate for cases where data is given for a page at all. | SMW_EQ_SOME | 1.0 | |
$smwgQFeatures | This setting defines which query features should be available by default. | 1.0 | ||
$smwgQMaxDepth | Maximal property depth of queries | 4 | 1.0 | |
$smwgQMaxInlineLimit | Sets the maximal number of rows ever printed in a single inline query on a single page, even if a setting limit=... is given. | 500 | 1.0 | |
$smwgQMaxLimit | Sets the maximal number of results ever retrieved, even when using special query pages. | 10000 | 1.0 | |
$smwgQMaxSize | Maximal number of conditions in queries. | 12 | 1.0 | |
$smwgQPrintoutLimit | Maximal number of supported printouts (added columns in result table, ?-statements). | 100 | 1.0 | |
$smwgQSubcategoryDepth | Sets the maximum level of sub-category inclusion (steps within category hierarchy). | 10 | 1.0 | |
$smwgQUpperbound | Sets the upper bound of the offset used for the maximal number of rows ever printed in a single inline query on a single page. | 5000 | 2.1 | |
$smwgQuerySources | Use another query back-end for Semantic MediaWiki. | empty | 1.8.0 | |
$smwgUseCategoryHierarchy | Sets whether Semantic MediaWiki should consider MediaWiki's subcategory hierarchy in querying. | true | 1.5.0 |
Parameter | Description |
---|---|
$smwgQSubpropertyDepth | Restrict level of sub-property inclusion (steps within property hierarchy). Use 0 to disable hierarchy-inferencing in queries.
Default: 10 |
$smwgQSortingSupport | Should sorting of query results be possible?
Default: true |
$smwgQRandSortingSupport | Enables or disables the random sorting of query results.
Default: true |
$smwgQDefaultNamespaces | Which namespaces should be searched by default? A value of NULL switches off default restrictions on searching, which is faster. An example value with namespaces would be array(NS_MAIN, NS_IMAGE).
Default: NULL |
$smwgQComparators | List of comparator characters supported by queries, separated by '|'. Possible entries for this list are
If unsupported comparators are used, they are treated as part of the queried value. The behaviour of the comparators < and > varies depending on the setting for $smwStrictComparators. Default: '<|>|!~|!|~|≤|≥|<<|>>' |
$smwStrictComparators | Enables or disables strict treatment of comparator symbols.
Default: false |
$smwgIgnoreQueryErrors | Should queries be executed even if some errors were detected? A hint that points out errors is shown in any case.
Default: true |
Settings for inline queries
The following settings affect inline queries and querying special pages, in particular Special:Ask. Essentially they should mirror the kind of queries that should immediately be answered by the wiki, using whatever computations are needed.
Parameter | Description | Default | Since | Until |
---|---|---|---|---|
$smwgAutoRefreshSubject | Whether to automatically refresh pages after they stored semantic data, so queries for their own data immediately show the desired results. | true | 1.0 | |
$smwgQFeatures | This setting defines which query features should be available by default. | 1.0 | ||
$smwgQMaxDepth | Maximal property depth of queries | 4 | 1.0 | |
$smwgQMaxInlineLimit | Sets the maximal number of rows ever printed in a single inline query on a single page, even if a setting limit=... is given. | 500 | 1.0 | |
$smwgQMaxSize | Maximal number of conditions in queries. | 12 | 1.0 | |
$smwgQPrintoutLimit | Maximal number of supported printouts (added columns in result table, ?-statements). | 100 | 1.0 | |
$smwgQUpperbound | Sets the upper bound of the offset used for the maximal number of rows ever printed in a single inline query on a single page. | 5000 | 2.1 | |
$smwgRSSEnabled | Should RSS be enabled at all? RSS as such does not cause more load than Special:Ask, but it might attract more users. | true | 1.0 | 1.8.0 |
$smwgRSSWithPages | Should RSS feeds deliver whole pages or just link to them? | true | 1.0 | 1.8.0 |
Settings for Special:Ask
The following settings affect querying special pages, in particular Special:Ask. The settings for inline queries mentioned above also affect queries on special pages.
Parameter | Description | Default | Since | Until |
---|---|---|---|---|
$smwgAutocompleteInSpecialAsk | Sets whether or not the 'printouts' textarea should have autocompletion on property names. | true | 1.5.2 |
Settings for concept queries
Further settings for queries. The following settings affect queries that are part of concept pages. These are usually chosen to be less restricted than inline queries, since there are two other means for controlling their use:
- Concept queries that would not be allowed as normal queries will not be executed directly, but can use pre-computed results instead. This is the default. See Concept caching for details on how to exploit this.
- The whole Concept: namespace can be restricted (using some suitable MediaWiki extension) to an experienced user group that may create more complex queries resonably. Other users can employ thus defined concepts in their queries.
Parameter | Description |
---|---|
$smwgQConceptCaching | Which concepts should be displayed only if available from cache? Possible values are:
In any case, caches will always be used if available (but see $smwgQConceptCacheLifetime). Default: CONCEPT_CACHE_HARD |
$smwgQConceptMaxSize | Same as $smwgQMaxSize but for concepts.
Default: 20 |
$smwgQConceptMaxDepth | Same as $smwgQMaxDepth but for concepts.
Default: 8 |
$smwgQConceptFeatures | Same as $smwgQFeatures but for concepts. Note that using concepts in concepts is currently not supported – do not enable it!
Default: SMW_PROPERTY_QUERY | SMW_CATEGORY_QUERY | SMW_NAMESPACE_QUERY | SMW_CONJUNCTION_QUERY | SMW_DISJUNCTION_QUERY |
$smwgQConceptCacheLifetime | This setting defines the cache life time in minutes. If a concept cache exists but is older than this, SMW tries to recompute it, and will only use the cache if this is not allowed due to settings above.
Default: 24 * 60 (= 1 day) |
Settings for query formatting/display
Parameter | Description |
---|---|
$smwgQDefaultLinking | Which result columns in an inline query should be linked if not specified otherwise. Possible values are 'none', 'subject' (links only in first column), 'all'.
Default: 'all' |
$smwgQDefaultLimit | Default number of rows returned in a query. Can be increased with limit=... in #ask.
Default: 50 |
$smwgResultFormats | This setting contains an array of all query result formats that the wiki supports. It is normally extended automatically by extensions that supply additional formats. However, it is also possible to set this array manually, e.g. to disable some formats. To disable a format, do unset($smwgResultFormats['template']); Disabled formats will be treated like if the format parameter had been omitted. The formats 'table' and 'list' are defaults that cannot be disabled. The format 'broadtable' should not be disabled either in order not to break Special:Ask.
Default: array( 'table' => 'SMWTableResultPrinter', 'list' => 'SMWListResultPrinter', 'ol' => 'SMWListResultPrinter', 'ul' => 'SMWListResultPrinter', 'broadtable' => 'SMWTableResultPrinter', 'category' => 'SMWCategoryResultPrinter', 'embedded' => 'SMWEmbeddedResultPrinter', 'template' => 'SMWListResultPrinter', 'count' => 'SMWListResultPrinter', 'debug' => 'SMWListResultPrinter', 'rss' => 'SMWRSSResultPrinter', 'csv' => 'SMWCsvResultPrinter', 'dsv' => 'SMWDSVResultPrinter', 'json' => 'SMWJSONResultPrinter', 'rdf' => 'SMWRDFResultPrinter' ); |
Export settings
RSS export
Parameter | Description | Default | Since | Until |
---|---|---|---|---|
$smwgRSSEnabled | Should RSS be enabled at all? RSS as such does not cause more load than Special:Ask, but it might attract more users. | true | 1.0 | 1.8.0 |
$smwgRSSWithPages | Should RSS feeds deliver whole pages or just link to them? | true | 1.0 | 1.8.0 |
OWL/RDF export
Parameter | Description |
---|---|
$smwgAllowRecursiveExport | Can normal users request recursive export, i.e. an OWL/RDF export that includes a full export of all mentioned pages, and of all pages they mention, and so on. Recommended only for very small wikis.
Default: false |
$smwgExportBacklinks | Should incoming properties be part of OWL/RDF export?
Default: true |
$smwgNamespace | The URI-namespace of exported URIs. Will be set automatically if nothing is given, using the base URL provided to enableSemantics(). But in order to make pretty URIs you will need to set this to something nice and adapt your Apache configuration appropriately. This is done, e.g., on semanticweb.org, where URIs are of the form http://semanticweb.org/wiki/FOAF. An example setting would be
$smwgNamespace = 'http://example.org/id/'; Default: unset |
Other settings
The following settings usually need no modification.
SPARQL and RDF store stettings
See also the help page on configuring SWM for use with SPARQL and RDF stores.
Parameter | Description | Default | Since | Until |
---|---|---|---|---|
$smwgDefaultStore | Sets the storage backend to be used for the semantic data (SQL or SPARQL). | SMWSQLStore3 | 1.0 | |
$smwgSparqlDataEndpoint | Sets the endpoint (service URL) for data (SPARQL over HTTP service) on the SPARQL database. | http://localhost:8080/data/ | 1.6.0 | |
$smwgSparqlDatabase | Configure SPARQL custom database connectors, (Used also as legacy setting for SMW 2.0-) | custom | 1.6 | |
$smwgSparqlDatabaseConnector | Identifies a database connector that ought to be used together with the semantic data store. | custom | 2.0 | |
$smwgSparqlDefaultGraph | Sets the identifier (graph) of the SPARQL database. | 1.7.0 | ||
$smwgSparqlQueryEndpoint | Sets the endpoint (service URL) for querying (reading queries like SELECT) the SPARQL database. | http://localhost:8080/sparql/ | 1.6.0 | |
$smwgSparqlUpdateEndpoint | Sets the endpoint (service URL) for updating (update queries) the SPARQL database. | http://localhost:8080/update/ | 1.6.0 |
Miscellaneous settings
Parameter | Description |
---|---|
$smwgPDefaultType | Default property type. Undefined properties (those without pages or whose pages have no "has type" statement) will be assumed to be of this type. This is an internal type id. See the file languages/SMW_LanguageXX.php to find what IDs to use for datatypes in your language. The default corresponds to "Type:Page". The English ids are as follows:
Default: '_wpg' (corresponds to datatype Page) |
$smwgTranslate | Setting this to true allows to translate all the labels within Special:Browse given that they have interwiki links. This feature is currently disabled and cannot be activated with this setting.
Default: false |
$smwgAdminRefreshStore | If the following is set to true, the wiki data can be repaired using the interface on the page Special:SMWAdmin. Setting this option to false does not stop ongoing repair processes.
Default: true |
$smwgHistoricTypeNamespace | If the following is set to true, you can still access the old namespaces Type (104) and Type_talk (105) which have been replaced by Special:Types and are thus obsolete starting with SMW 1.6.0.
Default: false |
,