Resolve
RDF Terms
Data based on @zazuko/vocabularies
Namespace
Recommended prefix
Copy 'PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>'
lang:""
token
lang:""
`token` represents tokenized strings. The _value space_ of `token` is the set
of strings that do not contain the carriage return (`#xD`), line feed (`#xA`)
nor tab (`#x9`) characters, that have no leading or trailing spaces (`#x20`)
and that have no internal sequences of two or more spaces. The _lexical
space_ of `token` is the set of strings that do not contain the carriage
return (`#xD`), line feed (`#xA`) nor tab (`#x9`) characters, that have no
leading or trailing spaces (`#x20`) and that have no internal sequences of
two or more spaces. The _base type_ of `token` is `normalizedString`.