Difference between revisions of "List of SMW Types"

From BITPlan Wiki
Jump to navigation Jump to search
(created by WikiTask 2017-04-18T07:55:43Z)
 
m (created by WikiTask 2017-11-05T16:16:57Z)
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
{{#forminput:form=SMW_Type|button text=add SMW_Type}}
 
{{#forminput:form=SMW_Type|button text=add SMW_Type}}
 
{{#ask: [[Concept:SMW_Type]]
 
{{#ask: [[Concept:SMW_Type]]
 +
|mainlabel=SMW_Type
 
| ?SMW_Type type = type
 
| ?SMW_Type type = type
 
| ?SMW_Type documentation = documentation
 
| ?SMW_Type documentation = documentation
 +
| ?SMW_Type id = id
 
| ?SMW_Type helppage = helppage
 
| ?SMW_Type helppage = helppage
 
| ?SMW_Type typepage = typepage
 
| ?SMW_Type typepage = typepage
Line 28: Line 30:
 
| ?SMW_Type type = type
 
| ?SMW_Type type = type
 
| ?SMW_Type documentation = documentation
 
| ?SMW_Type documentation = documentation
 +
| ?SMW_Type id = id
 
| ?SMW_Type helppage = helppage
 
| ?SMW_Type helppage = helppage
 
| ?SMW_Type typepage = typepage
 
| ?SMW_Type typepage = typepage

Latest revision as of 18:16, 5 November 2017

iconTopicnamepluralNamedocumentation
Component.pngSMW TypeSMW_TypeSMW_Typesan SMW_Type is a data type which determines the possible values for that type e.g. a Boolean can hold true/false values while a Number can hold 3.1459 or 20. A Page can hold the name of a Wiki page see https://semantic-mediawiki.org/wiki/Help:List_of_datatypes

SMW_Types

SMW_TypetypedocumentationidhelppagetypepagejavaTypeusedByProperties
SMW TypesTelephone numberHolds international telephone numbers based on the RFC 3966 standard_telhttps://semantic-mediawiki.org/wiki/Help:Type Telephone numberTypes/Telephone number
SMW TypesCodeHolds technical, pre-formatted texts (similar to type Text)_codhttps://semantic-mediawiki.org/wiki/Help:Type CodeTypes/CodeString
SMW TypesExternal identifierHolds a value that associates it with with a external URI for formatting_eidhttps://www.semantic-mediawiki.org/wiki/Help:Type External identifierTypes/External identifier
SMW TypesTextHolds text of arbitrary length_txthttps://semantic-mediawiki.org/wiki/Help:Type TextTypes/TextString
SMW TypesReferenceHolds a value that associates it to individual defined provenance metadata record_ref_rechttps://www.semantic-mediawiki.org/wiki/Help:Type ReferenceTypes/Reference
SMW TypesAnnotation URIHolds URIs, but has some technical differences during export compared to the 'URL' type_anuhttps://semantic-mediawiki.org/wiki/Help:Annotation URITypes/Annotation URI
SMW TypesQuantityHolds values that describe quantities, containing both a number and a unit_qtyhttps://semantic-mediawiki.org/wiki/Help:Type QuantityTypes/Quantity
SMW TypesEmailHolds e-mail addresses_emahttps://semantic-mediawiki.org/wiki/Help:Type EmailTypes/Email
SMW TypesMonolingual textHolds a text value that associates the annotation with a specific language code_mlt_rechttps://www.semantic-mediawiki.org/wiki/Help:Type Monolingual textTypes/Monolingual text
SMW TypesURLHolds URIs, URNs and URLs_urihttps://semantic-mediawiki.org/wiki/Help:Type URLTypes/URLjava.net.URI
SMW TypesDateHolds particular points in time_dathttps://semantic-mediawiki.org/wiki/Help:Type DateTypes/Datejava.util.Date
SMW TypesBooleanHolds boolean (true/false) values_boohttps://semantic-mediawiki.org/wiki/Help:Type BooleanTypes/Booleanboolean
SMW TypesPageHolds names of wiki pages, and displays them as a link_wpghttps://semantic-mediawiki.org/wiki/Help:Type PageTypes/Page
SMW TypesTemperatureHolds temperature values (similar to type Quantity)_temhttps://semantic-mediawiki.org/wiki/Help:Type TemperatureTypes/Temperature
SMW TypesRecordAllows saving compound property values that consist of a short list of values with fixed type and order_rechttps://semantic-mediawiki.org/wiki/Help:Type RecordTypes/Record
SMW TypesGeographic coordinateHolds coordinates describing geographic locations_geohttps://semantic-mediawiki.org/wiki/Help:Type Geographic coordinateTypes/Geographic coordinate
SMW TypesNumberHolds integer and decimal numbers, with an optional exponent_numhttps://semantic-mediawiki.org/wiki/Help:Type NumberTypes/Number

Category:SMW_Type