Difference between revisions of ":String"

From Protege Wiki
Jump to: navigation, search
(copied this initial content from semantic-mediawiki.org at the suggestion of denny vrandecic)
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The datatype '''String''' is used for simple words and similar character sequences. It has the following restrictions:
+
{{PluginWikiHeader|ID=Type - {{PAGENAME}}}}
 +
 
 +
The '''String''' datatype is used for simple words and similar character sequences. It has the following restrictions:
  
 
* no ":=" (even inside nowiki tags there will be problems)
 
* no ":=" (even inside nowiki tags there will be problems)

Latest revision as of 15:26, March 18, 2008

Type - String

The String datatype is used for simple words and similar character sequences. It has the following restrictions:

  • no ":=" (even inside nowiki tags there will be problems)
  • not longer than 255 characters (if you need longer strings, use Type:Text)

If you use Wiki markup inside a string property, it will not display in inline queries.