List of SMW Types

From BITPlan can4eve Wiki
Jump to navigation Jump to search
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/fals 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

 typedocumentationhelppagetypepagejavaTypeusedByProperties
SMW TypesRecordAllows saving compound property values that consist of a short list of values with fixed type and orderhttps://semantic-mediawiki.org/wiki/Help:Type RecordTypes/Record
SMW TypesTemperatureHolds temperature values (similar to type Quantity)https://semantic-mediawiki.org/wiki/Help:Type TemperatureTypes/Temperature
SMW TypesTextHolds text of arbitrary lengthhttps://semantic-mediawiki.org/wiki/Help:Type TextTypes/TextString
SMW TypesPageHolds names of wiki pages, and displays them as a linkhttps://semantic-mediawiki.org/wiki/Help:Type PageTypes/Page
SMW TypesNumberHolds integer and decimal numbers, with an optional exponenthttps://semantic-mediawiki.org/wiki/Help:Type NumberTypes/Number
SMW TypesDateHolds particular points in timehttps://semantic-mediawiki.org/wiki/Help:Type DateTypes/Datejava.util.Date
SMW TypesGeographic coordinateHolds coordinates describing geographic locationshttps://semantic-mediawiki.org/wiki/Help:Type Geographic coordinateTypes/Geographic coordinate
SMW TypesCodeHolds technical, pre-formatted texts (similar to type Text)https://semantic-mediawiki.org/wiki/Help:Type CodeTypes/CodeString
SMW TypesQuantityHolds values that describe quantities, containing both a number and a unithttps://semantic-mediawiki.org/wiki/Help:Type QuantityTypes/Quantity
SMW TypesURLHolds URIs, URNs and URLshttps://semantic-mediawiki.org/wiki/Help:Type URLTypes/URLjava.net.URI
SMW TypesBooleanHolds boolean (true/false) valueshttps://semantic-mediawiki.org/wiki/Help:Type BooleanTypes/Booleanboolean
SMW TypesTelephone numberHolds international telephone numbers based on the RFC 3966 standardhttps://semantic-mediawiki.org/wiki/Help:Type Telephone numberTypes/Telephone number
SMW TypesEmailHolds e-mail addresseshttps://semantic-mediawiki.org/wiki/Help:Type EmailTypes/Email
SMW TypesAnnotation URIHolds URIs, but has some technical differences during export compared to the 'URL' typehttps://semantic-mediawiki.org/wiki/Help:Annotation URITypes/Annotation URI

Category:SMW_Type