SMW Types
Jump to navigation
Jump to search
SMW_Type | |
---|---|
type | Annotation URI |
type | Holds URIs, but has some technical differences during export compared to the 'URL' type |
type | https://semantic-mediawiki.org/wiki/Help:Annotation_URI |
typepage | Special:Types/Annotation_URI |
java Type | |
usedByProperties |
SMW_Type | |
---|---|
type | Boolean |
type | Holds boolean (true/false) values |
type | https://semantic-mediawiki.org/wiki/Help:Type_Boolean |
typepage | Special:Types/Boolean |
java Type | boolean |
usedByProperties |
SMW_Type | |
---|---|
type | Code |
type | Holds technical, pre-formatted texts (similar to type Text) |
type | https://semantic-mediawiki.org/wiki/Help:Type_Code |
typepage | Special:Types/Code |
java Type | String |
usedByProperties |
SMW_Type | |
---|---|
type | Date |
type | Holds particular points in time |
type | https://semantic-mediawiki.org/wiki/Help:Type_Date |
typepage | Special:Types/Date |
java Type | java.util.Date |
usedByProperties |
SMW_Type | |
---|---|
type | |
type | Holds e-mail addresses |
type | https://semantic-mediawiki.org/wiki/Help:Type_Email |
typepage | Special:Types/Email |
java Type | |
usedByProperties |
SMW_Type | |
---|---|
type | Geographic coordinate |
type | Holds coordinates describing geographic locations |
type | https://semantic-mediawiki.org/wiki/Help:Type_Geographic_coordinate |
typepage | Special:Types/Geographic_coordinate |
java Type | |
usedByProperties |
SMW_Type | |
---|---|
type | Number |
type | Holds integer and decimal numbers, with an optional exponent |
type | https://semantic-mediawiki.org/wiki/Help:Type_Number |
typepage | Special:Types/Number |
java Type | |
usedByProperties |
SMW_Type | |
---|---|
type | Page |
type | Holds names of wiki pages, and displays them as a link |
type | https://semantic-mediawiki.org/wiki/Help:Type_Page |
typepage | Special:Types/Page |
java Type | |
usedByProperties |
SMW_Type | |
---|---|
type | Quantity |
type | Holds values that describe quantities, containing both a number and a unit |
type | https://semantic-mediawiki.org/wiki/Help:Type_Quantity |
typepage | Special:Types/Quantity |
java Type | |
usedByProperties |
SMW_Type | |
---|---|
type | Record |
type | Allows saving compound property values that consist of a short list of values with fixed type and order |
type | https://semantic-mediawiki.org/wiki/Help:Type_Record |
typepage | Special:Types/Record |
java Type | |
usedByProperties |
SMW_Type | |
---|---|
type | Telephone number |
type | Holds international telephone numbers based on the RFC 3966 standard |
type | https://semantic-mediawiki.org/wiki/Help:Type_Telephone_number |
typepage | Special:Types/Telephone_number |
java Type | |
usedByProperties |
SMW_Type | |
---|---|
type | Temperature |
type | Holds temperature values (similar to type Quantity) |
type | https://semantic-mediawiki.org/wiki/Help:Type_Temperature |
typepage | Special:Types/Temperature |
java Type | |
usedByProperties |
SMW_Type | |
---|---|
type | Text |
type | Holds text of arbitrary length |
type | https://semantic-mediawiki.org/wiki/Help:Type_Text |
typepage | Special:Types/Text |
java Type | String |
usedByProperties |
SMW_Type | |
---|---|
type | URL |
type | Holds URIs, URNs and URLs |
type | https://semantic-mediawiki.org/wiki/Help:Type_URL |
typepage | Special:Types/URL |
java Type | java.net.URI |
usedByProperties |