Concept:Property: Difference between revisions
Jump to navigation
Jump to search
(modified by py-yprinciple-gen 0.3.0) |
(modified by py-yprinciple-gen 0.3.2) |
||
Line 2: | Line 2: | ||
|name=Property | |name=Property | ||
|pluralName=Properties | |pluralName=Properties | ||
|extends= | |||
|icon=File:Element_into_input.png | |icon=File:Element_into_input.png | ||
|iconUrl=/images/6/6a/Element_into_input.png | |iconUrl=/images/6/6a/Element_into_input.png | ||
Line 143: | Line 144: | ||
</uml> | </uml> | ||
{{#concept: | {{#concept:[[isA::Property]] | ||
[[ | |see | ||
* https://semantic-mediawiki.org/wiki/Help:Properties_and_types | |||
* https://semantic-mediawiki.org/wiki/Help:Special_properties | |||
* https://semantic-mediawiki.org/wiki/Help:List_of_datatypes | |||
see also | see also | ||
* [[List of Properties]] | * [[List of Properties]] | ||
Line 153: | Line 157: | ||
* [[:Template:Property]] | * [[:Template:Property]] | ||
* [[:Form:Property]] | * [[:Form:Property]] | ||
related topics: | |||
* [[Concept:SMW_Type]] | * [[Concept:SMW_Type]] | ||
}} | }} | ||
[[Category:Property]] | [[Category:Property]] |
Latest revision as of 19:03, 6 August 2024
Topic | |
---|---|
edit | |
name | Property |
pluralName | Properties |
isA | |
extends | |
icon | File:Element_into_input.png→ |
iconUrl | /images/6/6a/Element_into_input.png |
documentation | a Property is a Feature/Attribute of a Topic |
wikiDocumentation | see |
defaultstoremode | property |
listLimit | 200 |
cargo | false |
headerTabs | |
context | MetaModel→MetaModel |
properties
name | label | type | scope | index | sortPos | primaryKey | mandatory | namespace | size | uploadable | defaultValue | inputType | allowedValues | documentation | values_from | externalFormatterURI | showInGrid | isLink | nullable | topic | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Property allowedValues | allowedValues | allowedValues | Types/Text | 14 | false | false | 50 | false | There are two ways to specified allowed Values:
| false | Property | ||||||||||
Property defaultValue | defaultValue | default | Types/Code | 12 | false | false | 80 | false | default value - Specifies a default value for this field. For date-related fields, default=now will set the value to the current date and possibly time. For text fields, default=current user will set the value to the username of the user adding this page. For the checkbox input type, default=yes will check the checkbox by default. (The 'checkboxes' input type, on the other hand, like the 'listbox' type, requires specifying the actual values, like default=Value A, Value C.) You can also include templates, parser functions, and magic words within the 'default=' value. see http://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#.27field.27_tag (default) | false | Property | ||||||||||
Property documentation | documentation | documentation | Types/Text | 15 | false | false | 500 | false | textarea | The documentation for a property | false | Property | |||||||||
Property externalFormatterURI | externalFormatterURI | external formatter URI | Types/Text | 17 | false | false | 200 | false | see https://www.semantic-mediawiki.org/wiki/Help:Special_property_External_formatter_URI When using this property the type of the property should be set to https://www.semantic-mediawiki.org/wiki/Help:Type_External_identifier automatically by the generator | false | Property | ||||||||||
Property index | index | index | Types/Number | 5 | false | false | false | A positive number that specifies at which position of a Topic the given property should show. The first property to show has the index 1 each following property has an index that is +1 of the previous. | true | false | Property | ||||||||||
Property inputType | inputType | inputType | Types/Text | 13 | false | false | 50 | false | dropdown | text, combobox, dropdown, textarea, tree, datetime, datepicker, timepicker, datetimepicker, menuselect,two listboxes, datecheck, regexp, radiobutton, googlemaps | see
| false | Property | ||||||||
Property isLink | isLink | isLink | Types/Boolean | 19 | false | false | false | true if this Property is derived form a Link. It will not be exported to SiDIF separately and automatically be added by the Property Generator | false | false | Property | ||||||||||
Property label | label | label | Types/Text | 2 | false | false | 50 | false | The label to be shown when in a form | false | Property | ||||||||||
Property mandatory | mandatory | mandatory | Types/Boolean | 8 | false | false | 4 | false | Specifies that this field must be filled in by the user. Note: mandatory should not be used in conjunction with hidden. Use of both in any field will cause the mandatory check on any field to fail when the form is saved. see http://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#.27field.27_tag | false | Property | ||||||||||
Property name | name | name | Types/Text | 1 | 1 | true | true | 50 | false | The name of the property | false | Property | |||||||||
Property namespace | namespace | namespace | Types/Text | 9 | false | false | 20 | false | namespace prefix | false | Property | ||||||||||
Property nullable | nullable | allow nulls? | Types/Boolean | 20 | false | false | false | false | should nullvalues be allowed and value set to NULL when empty? | false | false | Property | |||||||||
Property primaryKey | primaryKey | primary key | Types/Boolean | 7 | false | false | 4 | false | is this property a primary key of it's topic? | false | Property | ||||||||||
Property scope | scope | scope | Types/Text | 4 | false | true | 50 | false | dropdown | Root,Override,Global | The scope of the property | false | Property | ||||||||
Property showInGrid | showInGrid | showInGrid | Types/Boolean | 18 | false | false | false | true | I am true if this property is displayed in the default list of properties for my topic as a column | true | false | Property | |||||||||
Property size | size | size | Types/Number | 10 | false | false | 3 | false | the display size of the field for the property | false | Property | ||||||||||
Property sortPos | sortPos | sortPos | Types/Number | 6 | false | false | 3 | false | If none empty >0 this is the position in the sort clause of this
property. This is used when displaying list of the topic as the default sort order and it is used for selecting topics . E.g. Sortpos 1 for attribute lastname and sortpos 2 for attribute firstname leads to sort by lastname,firstname | false | Property | ||||||||||
Property topic | topic | topic | Types/Page | dropdown | topic | Topic | true | Property | |||||||||||||
Property type | type | type | Types/Page | 3 | false | false | false | Special:Types/Text | dropdown | The type of a Property | property=Property_type | true | false | Property | |||||||
Property uploadable | uploadable | uploadable | Types/Boolean | 11 | false | false | 4 | false | Specifies that a link should be placed next to this field, that opens a popup window to let the user upload a file; see 'Uploading files', below. See The type of the target property needs to be Page for this to work | false | Property | ||||||||||
Property values from | values_from | values from | Types/Code | 16 | false | false | 200 | false | textarea | Specifies where to get the possible values to be displayed in a form from see
http://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#.27field.27_tag
| false | Property |
Documentation
see
- https://semantic-mediawiki.org/wiki/Help:Properties_and_types
- https://semantic-mediawiki.org/wiki/Help:Special_properties
- https://semantic-mediawiki.org/wiki/Help:List_of_datatypes
uml
Description of concept "Property"RDF feed
see
- https://semantic-mediawiki.org/wiki/Help:Properties_and_types
- https://semantic-mediawiki.org/wiki/Help:Special_properties
- https://semantic-mediawiki.org/wiki/Help:List_of_datatypes
see also
related topics:
- Concept:SMW_Type
[[IsA::Property]]
A
- Property:Action actionpage +
- Property:Action author +
- Property:Action comment +
- Property:Action engine +
- Property:Action input +
- Property:Action inputtype +
- Property:Action name +
- Property:Action output +
- Property:Action service +
- Property:Action servicetype +
- Property:Action since +
- Property:AddressBook at +
- Property:AddressBook author +
- Property:AddressBook des +
- Property:AddressBook genwikiurl +
- Property:AddressBook govSource +
- Property:AddressBook id +
- Property:AddressBook image +
- Property:AddressBook location +
- Property:AddressBook onlineSource +
- Property:AddressBook pageCount +
- Property:AddressBook publisher +
- Property:AddressBook subtitle +
- Property:AddressBook title +
- Property:AddressBook year +
- Property:Assertion assertions +
C
- Property:Claim claims +
- Property:Claim confidence +
- Property:Claim date +
- Property:Claim id +
- Property:Claim interpretation +
- Property:Claim researcher +
- Property:Claim supportingAssertions +
- Property:Claim type +
- Property:Claim value +
- Property:Context copyright +
- Property:Context master +
- Property:Context name +
- Property:Context since +
- Property:Context updated +
I
- Property:Interpretation date +
- Property:Interpretation id +
- Property:Interpretation interpretations +
- Property:Interpretation notes +
- Property:Interpretation researcher +
- Property:Interpretation source +
L
- Property:Location adressbooks +
- Property:Location comment +
- Property:Location coordinates +
- Property:Location identifiers +
- Property:Location level +
- Property:Location locationKind +
- Property:Location name +
- Property:Location partOf +
- Property:Location path +
- Property:Location wikidataid +
P
- Property:Property allowedValues +
- Property:Property defaultValue +
- Property:Property documentation +
- Property:Property externalFormatterURI +
- Property:Property index +
- Property:Property inputType +
- Property:Property isLink +
- Property:Property label +
- Property:Property mandatory +
- Property:Property name +
- Property:Property namespace +
- Property:Property nullable +
- Property:Property primaryKey +
- Property:Property scope +
- Property:Property showInGrid +
- Property:Property size +
- Property:Property sortPos +
- Property:Property topic +
- Property:Property type +
- Property:Property uploadable +
- Property:Property values from +
S
- Property:SMW Type documentation +
- Property:SMW Type helppage +
- Property:SMW Type id +
- Property:SMW Type javaType +
- Property:SMW Type type +
- Property:SMW Type typepage +
- Property:SMW Type usedByProperties +
- Property:Source addressBooks +
- Property:Source date +
- Property:Source id +
- Property:Source location +
- Property:Source repository +
- Property:Source title +
- Property:Source type +
T
- Property:Topic cargo +
- Property:Topic context +
- Property:Topic defaultstoremode +
- Property:Topic documentation +
- Property:Topic extends +
- Property:Topic headerTabs +
- Property:Topic icon +
- Property:Topic iconUrl +
- Property:Topic isA +
- Property:Topic listLimit +
- Property:Topic name +
- Property:Topic pluralName +
- Property:Topic wikiDocumentation +
- Property:TopicLink masterDetail +
- Property:TopicLink name +
- Property:TopicLink separator +
- Property:TopicLink source +
- Property:TopicLink sourceDocumentation +
- Property:TopicLink sourceMultiple +
- Property:TopicLink sourceRole +
- Property:TopicLink target +
- Property:TopicLink targetDocumentation +
- Property:TopicLink targetMultiple +
- Property:TopicLink targetRole +