Special property "Has property description"
From semantic-mediawiki.org
Has property description | |
---|---|
Adds localizable context help to properties
| |
Further Information | |
Provided by: | extension "Semantic MediaWiki "Allows to store and query data annotated to pages |
Added: | 2.4.0 |
Removed: | still in use |
Alias: | has no alias |
Optional: | no |
Visible: | yes |
Annotable: | yes |
Declarative: | yes |
Key: | _PDESC
|
Setting: | not specified |
Focus: | language information |
In this wiki: | Property:Has property description |
Table of Contents | |
Contents |
The Has property description property is a special property in Semantic MediaWiki with a built-in meaning: it adds the possibility to localize the context help of properties. It was introduced starting with Semantic MediaWiki 2.4.0.1
Has property description
is also exported as skos:scopeNote
.2 3
Example[edit]
On property page "SomePropertyName" one would add:
[[Has property description::Is a property that...@en]] [[Has property description::Es handelt sich um ein Attribut mit ...@de]] [[Has property description::このプロパティは。。。@ja]]
Note: Appending a language code with
@??
with ?? replaced by the applicable language code is required. The annotated language code is being stored via the "Language Code" special property. See also the help page on datatype "Monolingual text" for further information on this.- Another example
See also[edit]
- Info page on Multilingual Semantic MediaWiki
- Help page on localization and multilingual content
- Help page on content, page and user language
- Help page on the "Semantic Interlanguage Links" extension that links content of different languages together and automatically set the page content language as preferred content language
- Help page on datatype "Monolingual text"
- Help page on special property "Language code"
- Help page on special property "Has preferred property label"
References
- ^ Semantic MediaWiki: GitHub pull request gh:smw:1381
- ^ skos:scopeNote described as "...supplies some, possibly partial, information about the intended meaning of a concept, especially as an indication of how the use of a concept is limited...", Retrieved from: https://www.w3.org/TR/skos-primer/#secdocumentation
- ^ Semantic MediaWiki: GitHub pull request gh:smw:1874