rdf 3.1.10 → 3.1.11

Sign up to get free protection for your applications and to get access to all the features.
data/lib/rdf/vocab/xsd.rb CHANGED
@@ -7,55 +7,55 @@ module RDF
7
7
  # # Vocabulary for <http://www.w3.org/2001/XMLSchema#>
8
8
  # #
9
9
  # class XSD < RDF::Vocabulary
10
- # # `ENTITIES` represents the `ENTITIES` attribute type from [XML](http://www.w3.org/TR/2000/WD-xml-2e-20000814). The ·value space· of `ENTITIES` is the set of finite, non-zero-length sequences of ·{ENTITY}· values that have been declared as unparsed entities in a document type definition. The ·lexical space· of `ENTITIES` is the set of space-separated lists of tokens, of which each token is in the ·lexical space· of {ENTITY}. The ·item type· of `ENTITIES` is {ENTITY}. `ENTITIES` is derived from ·{anySimpleType}· in two steps: an anonymous list type is defined, whose ·item type· is {ENTITY}; this is the ·base type· of `ENTITIES`, which restricts its value space to lists with at least one item.
10
+ # # ENTITIES represents the ENTITIES attribute type from [XML]. The ·value space· of ENTITIES is the set of finite, non-zero-length sequences of ·ENTITY· values that have been declared as unparsed entities in a document type definition. The ·lexical space· of ENTITIES is the set of space-separated lists of tokens, of which each token is in the ·lexical space· of ENTITY. The ·item type· of ENTITIES is ENTITY. ENTITIES is derived from ·anySimpleType· in two steps: an anonymous list type is defined, whose ·item type· is ENTITY; this is the ·base type· of ENTITIES, which restricts its value space to lists with at least one item.
11
11
  # # @return [RDF::Vocabulary::Term]
12
12
  # attr_reader :ENTITIES
13
13
  #
14
- # # `ENTITY` represents the `ENTITY` attribute type from [XML](http://www.w3.org/TR/2000/WD-xml-2e-20000814). The ·value space· of `ENTITY` is the set of all strings that ·match· the `NCName` production in [Namespaces in XML](http://www.w3.org/TR/1999/REC-xml-names-19990114/) and have been declared as an unparsed entity in a document type definition. The ·lexical space· of `ENTITY` is the set of all strings that ·match· the `NCName` production in [Namespaces in XML](http://www.w3.org/TR/1999/REC-xml-names-19990114/). The ·base type· of `ENTITY` is {NCName}.
14
+ # # ENTITY represents the ENTITY attribute type from [XML]. The ·value space· of ENTITY is the set of all strings that ·match· the NCName production in [Namespaces in XML] and have been declared as an unparsed entity in a document type definition. The ·lexical space· of ENTITY is the set of all strings that ·match· the NCName production in [Namespaces in XML]. The ·base type· of ENTITY is NCName.
15
15
  # # @return [RDF::Vocabulary::Term]
16
16
  # attr_reader :ENTITY
17
17
  #
18
- # # `ID` represents the ID attribute type from [XML](http://www.w3.org/TR/2000/WD-xml-2e-20000814). The ·value space· of `ID` is the set of all strings that ·match· the `NCName` production in [Namespaces in XML]. The ·lexical space· of `ID` is the set of all strings that ·match· the `NCName` production in [Namespaces in XML](http://www.w3.org/TR/1999/REC-xml-names-19990114/). The ·base type· of `ID` is {NCName}.
18
+ # # ID represents the ID attribute type from [XML]. The ·value space· of ID is the set of all strings that ·match· the NCName production in [Namespaces in XML]. The ·lexical space· of ID is the set of all strings that ·match· the NCName production in [Namespaces in XML]. The ·base type· of ID is NCName.
19
19
  # # @return [RDF::Vocabulary::Term]
20
20
  # attr_reader :ID
21
21
  #
22
- # # `IDREF` represents the `IDRE`F attribute type from [XML](http://www.w3.org/TR/2000/WD-xml-2e-20000814). The ·value space· of `IDREF` is the set of all strings that ·match· the `NCName` production in [Namespaces in XML](http://www.w3.org/TR/1999/REC-xml-names-19990114/). The ·lexical space· of `IDREF` is the set of strings that ·match· the `NCName` production in [Namespaces in XML](http://www.w3.org/TR/1999/REC-xml-names-19990114/). The ·base type· of `IDREF` is {NCName}.
22
+ # # IDREF represents the IDREF attribute type from [XML]. The ·value space· of IDREF is the set of all strings that ·match· the NCName production in [Namespaces in XML]. The ·lexical space· of IDREF is the set of strings that ·match· the NCName production in [Namespaces in XML]. The ·base type· of IDREF is NCName.
23
23
  # # @return [RDF::Vocabulary::Term]
24
24
  # attr_reader :IDREF
25
25
  #
26
- # # `IDREFS` represents the `IDREFS` attribute type from [XML](http://www.w3.org/TR/2000/WD-xml-2e-20000814). The ·value space· of `IDREFS` is the set of finite, non-zero-length sequences of `IDREFs`. The ·lexical space· of `IDREFS` is the set of space-separated lists of tokens, of which each token is in the ·lexical space· of `IDREF.` The ·item type· of `IDREFS` is {IDREF}. `IDREFS` is derived from ·{anySimpleType}· in two steps: an anonymous list type is defined, whose ·item type· is {IDREF}; this is the ·base type· of `IDREFS`, which restricts its value space to lists with at least one item.
26
+ # # IDREFS represents the IDREFS attribute type from [XML]. The ·value space· of IDREFS is the set of finite, non-zero-length sequences of IDREFs. The ·lexical space· of IDREFS is the set of space-separated lists of tokens, of which each token is in the ·lexical space· of IDREF. The ·item type· of IDREFS is IDREF. IDREFS is derived from ·anySimpleType· in two steps: an anonymous list type is defined, whose ·item type· is IDREF; this is the ·base type· of IDREFS, which restricts its value space to lists with at least one item.
27
27
  # # @return [RDF::Vocabulary::Term]
28
28
  # attr_reader :IDREFS
29
29
  #
30
- # # `NCName` represents XML "non-colonized" `Names`. The ·value space· of `NCName` is the set of all strings which ·match· the `NCName` production of [Namespaces in XML](http://www.w3.org/TR/1999/REC-xml-names-19990114/). The ·lexical space· of `NCName` is the set of all strings which ·match· the `NCName` production of [Namespaces in XML](http://www.w3.org/TR/1999/REC-xml-names-19990114/). The ·base type· of `NCName` is {Name}.
30
+ # # NCName represents XML "non-colonized" Names. The ·value space· of NCName is the set of all strings which ·match· the NCName production of [Namespaces in XML]. The ·lexical space· of NCName is the set of all strings which ·match· the NCName production of [Namespaces in XML]. The ·base type· of NCName is Name.
31
31
  # # @return [RDF::Vocabulary::Term]
32
32
  # attr_reader :NCName
33
33
  #
34
- # # `NMTOKEN` represents the `NMTOKEN` attribute type from [XML](http://www.w3.org/TR/2000/WD-xml-2e-20000814). The ·value space· of `NMTOKEN` is the set of tokens that ·match· the `Nmtoken` production in [XML](http://www.w3.org/TR/2000/WD-xml-2e-20000814). The ·lexical space· of `NMTOKEN` is the set of strings that ·match· the `Nmtoken` production in [XML](http://www.w3.org/TR/2000/WD-xml-2e-20000814). The ·base type· of `NMTOKEN` is {token}.
34
+ # # NMTOKEN represents the NMTOKEN attribute type from [XML]. The ·value space· of NMTOKEN is the set of tokens that ·match· the Nmtoken production in [XML]. The ·lexical space· of NMTOKEN is the set of strings that ·match· the Nmtoken production in [XML]. The ·base type· of NMTOKEN is token.
35
35
  # # @return [RDF::Vocabulary::Term]
36
36
  # attr_reader :NMTOKEN
37
37
  #
38
- # # `NMTOKENS` represents the `NMTOKENS` attribute type from [XML](http://www.w3.org/TR/2000/WD-xml-2e-20000814). The ·value space· of `NMTOKENS` is the set of finite, non-zero-length sequences of ·`NMTOKENs. The ·lexical space· of `NMTOKENS` is the set of space-separated lists of tokens, of which each token is in the ·lexical space· of `NMTOKEN`. The ·item type· of `NMTOKENS` is `NMTOKEN`. `NMTOKEN`S is derived from ·{anySimpleType}· in two steps: an anonymous list type is defined, whose ·item type· is `NMTOKEN`; this is the ·base type· of `NMTOKENS`, which restricts its value space to lists with at least one item.
38
+ # # NMTOKENS represents the NMTOKENS attribute type from [XML]. The ·value space· of NMTOKENS is the set of finite, non-zero-length sequences of ·NMTOKEN·s. The ·lexical space· of NMTOKENS is the set of space-separated lists of tokens, of which each token is in the ·lexical space· of NMTOKEN. The ·item type· of NMTOKENS is NMTOKEN. NMTOKENS is derived from ·anySimpleType· in two steps: an anonymous list type is defined, whose ·item type· is NMTOKEN; this is the ·base type· of NMTOKENS, which restricts its value space to lists with at least one item.
39
39
  # # @return [RDF::Vocabulary::Term]
40
40
  # attr_reader :NMTOKENS
41
41
  #
42
- # # `NOTATION` represents the `NOTATION` attribute type from [XML](http://www.w3.org/TR/2000/WD-xml-2e-20000814). The ·value space· of `NOTATION` is the set of `QName`s of notations declared in the current schema. The ·lexical space· of `NOTATION` is the set of all names of notations declared in the current schema (in the form of `QNames`).
42
+ # # NOTATION represents the NOTATION attribute type from [XML]. The ·value space· of NOTATION is the set of QNames of notations declared in the current schema. The ·lexical space· of NOTATION is the set of all names of notations declared in the current schema (in the form of QNames).
43
43
  # # @return [RDF::Vocabulary::Term]
44
44
  # attr_reader :NOTATION
45
45
  #
46
- # # `Name` represents XML Names. The ·value space· of `Name` is the set of all strings which ·match· the `Name` production of [XML](http://www.w3.org/TR/2000/WD-xml-2e-20000814)(http://www.w3.org/TR/2000/WD-xml-2e-20000814). The ·lexical space· of `Name` is the set of all strings which ·match· the `Name` production of [XML](http://www.w3.org/TR/2000/WD-xml-2e-20000814). The ·base type· of `Name` is {token}.
46
+ # # Name represents XML Names. The ·value space· of Name is the set of all strings which ·match· the Name production of [XML]. The ·lexical space· of Name is the set of all strings which ·match· the Name production of [XML]. The ·base type· of Name is token.
47
47
  # # @return [RDF::Vocabulary::Term]
48
48
  # attr_reader :Name
49
49
  #
50
- # # `QName` represents XML qualified names. The ·value space· of `QName` is the set of tuples `{namespace name, local part}`, where namespace name is an anyURI and local part is an NCName. The ·lexical space· of `QName` is the set of strings that ·match· the `QName` production of [Namespaces in XML](http://www.w3.org/TR/1999/REC-xml-names-19990114/).
50
+ # # QName represents XML qualified names. The ·value space· of QName is the set of tuples `{namespace name, local part}`, where namespace name is an anyURI and local part is an NCName. The ·lexical space· of QName is the set of strings that ·match· the QName production of [Namespaces in XML].
51
51
  # # @return [RDF::Vocabulary::Term]
52
52
  # attr_reader :QName
53
53
  #
54
- # # `anyAtomicType` is a special ·restriction· of {anySimpleType}. The ·value· and ·lexical spaces· of `anyAtomicType` are the unions of the ·value· and ·lexical spaces· of all the ·primitive· datatypes, and `anyAtomicType` is their ·base type·.
54
+ # # anyAtomicType is a special ·restriction· of anySimpleType. The ·value· and ·lexical spaces· of anyAtomicType are the unions of the ·value· and ·lexical spaces· of all the ·primitive· datatypes, and anyAtomicType is their ·base type·.
55
55
  # # @return [RDF::Vocabulary::Term]
56
56
  # attr_reader :anyAtomicType
57
57
  #
58
- # # The definition of `anySimpleType` is a special ·restriction· of {anyType}. The ·lexical space· of `anySimpleType` is the set of all sequences of Unicode characters, and its ·value space· includes all ·atomic values· and all finite-length lists of zero or more ·atomic values·.
58
+ # # The definition of anySimpleType is a special ·restriction· of anyType. The ·lexical space· of anySimpleType is the set of all sequences of Unicode characters, and its ·value space· includes all ·atomic values· and all finite-length lists of zero or more ·atomic values·.
59
59
  # # @return [RDF::Vocabulary::Term]
60
60
  # attr_reader :anySimpleType
61
61
  #
@@ -63,147 +63,147 @@ module RDF
63
63
  # # @return [RDF::Vocabulary::Term]
64
64
  # attr_reader :anyType
65
65
  #
66
- # # `anyURI` represents an Internationalized Resource Identifier Reference (`IRI`). An `anyURI` value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an `IRI Reference`). This type should be used when the value fulfills the role of an `IRI`, as defined in [RFC 2045](https://www.ietf.org/rfc/rfc3987.txt) or its successor(s) in the IETF Standards Track.
66
+ # # anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track.
67
67
  # # @return [RDF::Vocabulary::Term]
68
68
  # attr_reader :anyURI
69
69
  #
70
- # # `base64Binary` represents arbitrary `Base64`-encoded binary data. For `base64Binary` data the entire binary stream is encoded using the `Base64` Encoding defined in [RFC 3548](https://www.ietf.org/rfc/rfc3548.txt), which is derived from the encoding described in [RFC 2045](https://www.ietf.org/rfc/rfc2045.txt).
70
+ # # base64Binary represents arbitrary Base64-encoded binary data. For base64Binary data the entire binary stream is encoded using the Base64 Encoding defined in [RFC 3548], which is derived from the encoding described in [RFC 2045].
71
71
  # # @return [RDF::Vocabulary::Term]
72
72
  # attr_reader :base64Binary
73
73
  #
74
- # # `boolean` represents the values of two-valued logic.
74
+ # # boolean represents the values of two-valued logic.
75
75
  # # @return [RDF::Vocabulary::Term]
76
76
  # attr_reader :boolean
77
77
  #
78
- # # ` byte` is ·derived· from short by setting the value of ·`maxInclusive to be `127` and ·`minInclusive to be `-128`. The ·base type· of `byte` is {short}.
78
+ # # byte is ·derived· from short by setting the value of ·maxInclusive· to be 127 and ·minInclusive· to be -128. The ·base type· of byte is short.
79
79
  # # @return [RDF::Vocabulary::Term]
80
80
  # attr_reader :byte
81
81
  #
82
- # # `date` represents top-open intervals of exactly one day in length on the timelines of {dateTime}, beginning on the beginning moment of each day, up to but not including the beginning moment of the next day). For non-timezoned values, the top-open intervals disjointly cover the non-timezoned timeline, one per day. For timezoned values, the intervals begin at every minute and therefore overlap.
82
+ # # date represents top-open intervals of exactly one day in length on the timelines of dateTime, beginning on the beginning moment of each day, up to but not including the beginning moment of the next day). For non-timezoned values, the top-open intervals disjointly cover the non-timezoned timeline, one per day. For timezoned values, the intervals begin at every minute and therefore overlap.
83
83
  # # @return [RDF::Vocabulary::Term]
84
84
  # attr_reader :date
85
85
  #
86
- # # `dateTime` represents instants of time, optionally marked with a particular time zone offset. Values representing the same instant but having different time zone offsets are equal but not identical.
86
+ # # dateTime represents instants of time, optionally marked with a particular time zone offset. Values representing the same instant but having different time zone offsets are equal but not identical.
87
87
  # # @return [RDF::Vocabulary::Term]
88
88
  # attr_reader :dateTime
89
89
  #
90
- # # The `dateTimeStamp` datatype is ·derived· from {dateTime} by giving the value required to its explicitTimezone facet. The result is that all values of `dateTimeStamp` are required to have explicit time zone offsets and the datatype is totally ordered.
90
+ # # The dateTimeStamp datatype is ·derived· from dateTime by giving the value required to its explicitTimezone facet. The result is that all values of dateTimeStamp are required to have explicit time zone offsets and the datatype is totally ordered.
91
91
  # # @return [RDF::Vocabulary::Term]
92
92
  # attr_reader :dateTimeStamp
93
93
  #
94
- # # `dayTimeDuration` is a datatype ·derived· from {duration} by restricting its ·lexical representations· to instances of `dayTimeDurationLexicalRep`. The ·value space· of `dayTimeDuration` is therefore that of {duration} restricted to those whose ·months· property is 0. This results in a {duration} datatype which is totally ordered.
94
+ # # dayTimeDuration is a datatype ·derived· from duration by restricting its ·lexical representations· to instances of dayTimeDurationLexicalRep. The ·value space· of dayTimeDuration is therefore that of duration restricted to those whose ·months· property is 0. This results in a duration datatype which is totally ordered.
95
95
  # # @return [RDF::Vocabulary::Term]
96
96
  # attr_reader :dayTimeDuration
97
97
  #
98
- # # `decimal` represents a subset of the real numbers, which can be represented by decimal numerals. The ·value space· of `decimal` is the set of numbers that can be obtained by dividing an integer by a non-negative power of ten, i.e., expressible as `i / 10n` where `i` and `n` are integers and `n ≥ 0`. Precision is not reflected in this value space; the number `2.0` is not distinct from the number `2.00`. The order relation on `decimal` is the order relation on real numbers, restricted to this subset.
98
+ # # decimal represents a subset of the real numbers, which can be represented by decimal numerals. The ·value space· of decimal is the set of numbers that can be obtained by dividing an integer by a non-negative power of ten, i.e., expressible as i / 10n where i and n are integers and n ≥ 0. Precision is not reflected in this value space; the number 2.0 is not distinct from the number 2.00. The order relation on decimal is the order relation on real numbers, restricted to this subset.
99
99
  # # @return [RDF::Vocabulary::Term]
100
100
  # attr_reader :decimal
101
101
  #
102
- # # The `double` datatype is patterned after the IEEE double-precision 64-bit floating point datatype [IEEE 754-2008](https://ieeexplore.ieee.org/document/4610935). Each floating point datatype has a value space that is a subset of the rational numbers. Floating point numbers are often used to approximate arbitrary real numbers.
102
+ # # The double datatype is patterned after the IEEE double-precision 64-bit floating point datatype [IEEE 754-2008]. Each floating point datatype has a value space that is a subset of the rational numbers. Floating point numbers are often used to approximate arbitrary real numbers.
103
103
  # # @return [RDF::Vocabulary::Term]
104
104
  # attr_reader :double
105
105
  #
106
- # # `duration` is a datatype that represents durations of time. The concept of duration being captured is drawn from those of [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html), specifically durations without fixed endpoints. For example, "15 days" (whose most common lexical representation in duration is "'P15D'") is a `duration` value; "15 days beginning 12 July 1995" and "15 days ending 12 July 1995" are not `duration` values. `duration` can provide addition and subtraction operations between duration values and between `duration`/{dateTime} value pairs, and can be the result of subtracting dateTime values. However, only addition to {dateTime} is required for XML Schema processing and is defined in the function ·`dateTimePlusDuration`·.
106
+ # # duration is a datatype that represents durations of time. The concept of duration being captured is drawn from those of [ISO 8601], specifically durations without fixed endpoints. For example, "15 days" (whose most common lexical representation in duration is "'P15D'") is a duration value; "15 days beginning 12 July 1995" and "15 days ending 12 July 1995" are not duration values. duration can provide addition and subtraction operations between duration values and between duration/dateTime value pairs, and can be the result of subtracting dateTime values. However, only addition to dateTime is required for XML Schema processing and is defined in the function ·dateTimePlusDuration·.
107
107
  # # @return [RDF::Vocabulary::Term]
108
108
  # attr_reader :duration
109
109
  #
110
- # # The `float` datatype is patterned after the IEEE single-precision 32-bit floating point datatype [IEEE 754-2008](https://ieeexplore.ieee.org/document/4610935). Its value space is a subset of the rational numbers. Floating point numbers are often used to approximate arbitrary real numbers.
110
+ # # The float datatype is patterned after the IEEE single-precision 32-bit floating point datatype [IEEE 754-2008]. Its value space is a subset of the rational numbers. Floating point numbers are often used to approximate arbitrary real numbers.
111
111
  # # @return [RDF::Vocabulary::Term]
112
112
  # attr_reader :float
113
113
  #
114
- # # `gDay` represents whole days within an arbitrary month—days that recur at the same point in each (Gregorian) month. This datatype is used to represent a specific day of the month. To indicate, for example, that an employee gets a paycheck on the 15th of each month. (Obviously, days beyond 28 cannot occur in all months; they are nonetheless permitted, up to 31.)
114
+ # # gDay represents whole days within an arbitrary month—days that recur at the same point in each (Gregorian) month. This datatype is used to represent a specific day of the month. To indicate, for example, that an employee gets a paycheck on the 15th of each month. (Obviously, days beyond 28 cannot occur in all months; they are nonetheless permitted, up to 31.)
115
115
  # # @return [RDF::Vocabulary::Term]
116
116
  # attr_reader :gDay
117
117
  #
118
- # # `gMonth` represents whole (Gregorian) months within an arbitrary year—months that recur at the same point in each year. It might be used, for example, to say what month annual Thanksgiving celebrations fall in different countries (--11 in the United States, --10 in Canada, and possibly other months in other countries).
118
+ # # gMonth represents whole (Gregorian) months within an arbitrary year—months that recur at the same point in each year. It might be used, for example, to say what month annual Thanksgiving celebrations fall in different countries (--11 in the United States, --10 in Canada, and possibly other months in other countries).
119
119
  # # @return [RDF::Vocabulary::Term]
120
120
  # attr_reader :gMonth
121
121
  #
122
- # # `gMonthDay` represents whole calendar days that recur at the same point in each calendar year, or that occur in some arbitrary calendar year. (Obviously, days beyond 28 cannot occur in all Februaries; 29 is nonetheless permitted.)
122
+ # # gMonthDay represents whole calendar days that recur at the same point in each calendar year, or that occur in some arbitrary calendar year. (Obviously, days beyond 28 cannot occur in all Februaries; 29 is nonetheless permitted.)
123
123
  # # @return [RDF::Vocabulary::Term]
124
124
  # attr_reader :gMonthDay
125
125
  #
126
- # # `gYear` represents Gregorian calendar years.
126
+ # # gYear represents Gregorian calendar years.
127
127
  # # @return [RDF::Vocabulary::Term]
128
128
  # attr_reader :gYear
129
129
  #
130
- # # `gYearMonth` represents specific whole Gregorian months in specific Gregorian years.
130
+ # # gYearMonth represents specific whole Gregorian months in specific Gregorian years.
131
131
  # # @return [RDF::Vocabulary::Term]
132
132
  # attr_reader :gYearMonth
133
133
  #
134
- # # `hexBinary` represents arbitrary hex-encoded binary data.
134
+ # # hexBinary represents arbitrary hex-encoded binary data.
135
135
  # # @return [RDF::Vocabulary::Term]
136
136
  # attr_reader :hexBinary
137
137
  #
138
- # # `int` is ·derived· from long by setting the value of ·`maxInclusive to be ``2147483647`` and ·`minInclusive to be ``-2147483648``. The ·base type· of `int` is {long}.
138
+ # # int is ·derived· from long by setting the value of ·maxInclusive· to be 2147483647 and ·minInclusive· to be -2147483648. The ·base type· of int is long.
139
139
  # # @return [RDF::Vocabulary::Term]
140
140
  # attr_reader :int
141
141
  #
142
- # # `integer` is ·derived· from {decimal} by fixing the value of ·`fractionDigits to be `0` and disallowing the trailing decimal point. This results in the standard mathematical concept of the integer numbers. The ·value space· of `integer` is the infinite set `{...,-2,-1,0,1,2,...}`. The ·base type· of `integer` is {decimal}.
142
+ # # integer is ·derived· from decimal by fixing the value of ·fractionDigits· to be 0 and disallowing the trailing decimal point. This results in the standard mathematical concept of the integer numbers. The ·value space· of integer is the infinite set `{...,-2,-1,0,1,2,...}`. The ·base type· of integer is decimal.
143
143
  # # @return [RDF::Vocabulary::Term]
144
144
  # attr_reader :integer
145
145
  #
146
- # # `language` represents formal natural language identifiers, as defined by [BCP 47](https://tools.ietf.org/html/bcp47) (currently represented by [RFC 2045](https://www.ietf.org/rfc/rfc4646.txt) and [RFC 2045](https://www.ietf.org/rfc/rfc4647.txt)) or its successor(s). The ·value space· and ·lexical space· of `language` are the set of all strings that conform to the pattern `[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*`
146
+ # # language represents formal natural language identifiers, as defined by [BCP 47] (currently represented by [RFC 4646] and [RFC 4647]) or its successor(s). The ·value space· and ·lexical space· of language are the set of all strings that conform to the pattern `[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*`
147
147
  # # @return [RDF::Vocabulary::Term]
148
148
  # attr_reader :language
149
149
  #
150
- # # `long` is ·derived· from {integer} by setting the value of ·`maxInclusive to be `9223372036854775807` and ·`minInclusive to be `-9223372036854775808`. The ·base type· of `long` is {integer}.
150
+ # # long is ·derived· from integer by setting the value of ·maxInclusive· to be 9223372036854775807 and ·minInclusive· to be -9223372036854775808. The ·base type· of long is integer.
151
151
  # # @return [RDF::Vocabulary::Term]
152
152
  # attr_reader :long
153
153
  #
154
- # # `negativeInteger` is ·derived· from {nonPositiveInteger} by setting the value of ·`maxInclusive to be `-1`. This results in the standard mathematical concept of the negative integers. The ·value space· of `negativeInteger` is the infinite set `{...,-2,-1}`. The ·base type· of `negativeInteger` is {nonPositiveInteger}.
154
+ # # negativeInteger is ·derived· from nonPositiveInteger by setting the value of ·maxInclusive· to be -1. This results in the standard mathematical concept of the negative integers. The ·value space· of negativeInteger is the infinite set `{...,-2,-1}`. The ·base type· of negativeInteger is nonPositiveInteger.
155
155
  # # @return [RDF::Vocabulary::Term]
156
156
  # attr_reader :negativeInteger
157
157
  #
158
- # # `nonNegativeInteger` is ·derived· from {integer} by setting the value of ·`minInclusive to be `0`. This results in the standard mathematical concept of the non-negative integers. The ·value space· of `nonNegativeInteger` is the infinite set `{0,1,2,...}`. The ·base type· of `nonNegativeInteger` is {integer}.
158
+ # # nonNegativeInteger is ·derived· from integer by setting the value of ·minInclusive· to be 0. This results in the standard mathematical concept of the non-negative integers. The ·value space· of nonNegativeInteger is the infinite set `{0,1,2,...}`. The ·base type· of nonNegativeInteger is integer.
159
159
  # # @return [RDF::Vocabulary::Term]
160
160
  # attr_reader :nonNegativeInteger
161
161
  #
162
- # # `nonPositiveInteger` is ·derived· from {integer} by setting the value of ·`maxInclusive to be `0`. This results in the standard mathematical concept of the non-positive integers. The ·value space· of `nonPositiveInteger` is the infinite set `{...,-2,-1,0}`. The ·base type· of `nonPositiveInteger` is {integer}.
162
+ # # nonPositiveInteger is ·derived· from integer by setting the value of ·maxInclusive· to be 0. This results in the standard mathematical concept of the non-positive integers. The ·value space· of nonPositiveInteger is the infinite set `{...,-2,-1,0}`. The ·base type· of nonPositiveInteger is integer.
163
163
  # # @return [RDF::Vocabulary::Term]
164
164
  # attr_reader :nonPositiveInteger
165
165
  #
166
- # # `normalizedString` represents white space normalized strings. The ·value space· of `normalizedString` is the set of strings that do not contain the carriage return `(#xD)`, line feed `(#xA) no`r tab `(#x9)` characters. The ·lexical space· of `normalizedString` is the set of strings that do not contain the carriage return `(#xD)`, line feed `(#xA)` nor tab `(#x9)` characters. The ·base type· of `normalizedString` is {string}.
166
+ # # normalizedString represents white space normalized strings. The ·value space· of normalizedString is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters. The ·lexical space· of normalizedString is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters. The ·base type· of normalizedString is string.
167
167
  # # @return [RDF::Vocabulary::Term]
168
168
  # attr_reader :normalizedString
169
169
  #
170
- # # `positiveInteger` is ·derived· from `nonNegativeInteger` by setting the value of ·`minInclusive to be `1`. This results in the standard mathematical concept of the positive integer numbers. The ·value space· of `positiveInteger` is the infinite set `{1,2,...}`. The ·base type· of `positiveInteger` is {nonNegativeInteger}.
170
+ # # positiveInteger is ·derived· from nonNegativeInteger by setting the value of ·minInclusive· to be 1. This results in the standard mathematical concept of the positive integer numbers. The ·value space· of positiveInteger is the infinite set `{1,2,...}`. The ·base type· of positiveInteger is nonNegativeInteger.
171
171
  # # @return [RDF::Vocabulary::Term]
172
172
  # attr_reader :positiveInteger
173
173
  #
174
- # # `short` is ·derived· from `int` by setting the value of ·`maxInclusive to be `32767` and ·minInclusive· to be `-32768`. The ·base type· of `short` is {int}.
174
+ # # short is ·derived· from int by setting the value of ·maxInclusive· to be 32767 and ·minInclusive· to be -32768. The ·base type· of short is int.
175
175
  # # @return [RDF::Vocabulary::Term]
176
176
  # attr_reader :short
177
177
  #
178
- # # The `string` datatype represents character strings in XML.
178
+ # # The string datatype represents character strings in XML.
179
179
  # # @return [RDF::Vocabulary::Term]
180
180
  # attr_reader :string
181
181
  #
182
- # # `time` represents instants of time that recur at the same point in each calendar day, or that occur in some arbitrary calendar day.
182
+ # # time represents instants of time that recur at the same point in each calendar day, or that occur in some arbitrary calendar day.
183
183
  # # @return [RDF::Vocabulary::Term]
184
184
  # attr_reader :time
185
185
  #
186
- # # `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}.
186
+ # # 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.
187
187
  # # @return [RDF::Vocabulary::Term]
188
188
  # attr_reader :token
189
189
  #
190
- # # `unsignedByte` is ·derived· from {unsignedShort} by setting the value of ·`maxInclusive to be `255`. The ·base type· of `unsignedByte` is {unsignedShort}.
190
+ # # nsignedByte is ·derived· from unsignedShort by setting the value of ·maxInclusive· to be 255. The ·base type· of unsignedByte is unsignedShort.
191
191
  # # @return [RDF::Vocabulary::Term]
192
192
  # attr_reader :unsignedByte
193
193
  #
194
- # # `unsignedInt` is ·derived· from {unsignedLong} by setting the value of ·`maxInclusive to be `4294967295`. The ·base type· of `unsignedInt` is {unsignedLong}.
194
+ # # unsignedInt is ·derived· from unsignedLong by setting the value of ·maxInclusive· to be 4294967295. The ·base type· of unsignedInt is unsignedLong.
195
195
  # # @return [RDF::Vocabulary::Term]
196
196
  # attr_reader :unsignedInt
197
197
  #
198
- # # `unsignedLong` is ·derived· from {nonNegativeInteger} by setting the value of ·`maxInclusive to be `18446744073709551615`. The ·base type· of `unsignedLong` is {nonNegativeInteger}.
198
+ # # unsignedLong is ·derived· from nonNegativeInteger by setting the value of ·maxInclusive· to be 18446744073709551615. The ·base type· of unsignedLong is nonNegativeInteger.
199
199
  # # @return [RDF::Vocabulary::Term]
200
200
  # attr_reader :unsignedLong
201
201
  #
202
- # # `unsignedShort` is ·derived· from {unsignedInt} by setting the value of ·`maxInclusive to be `65535`. The ·base type· of `unsignedShort` is {unsignedInt}.
202
+ # # unsignedShort is ·derived· from unsignedInt by setting the value of ·maxInclusive· to be 65535. The ·base type· of unsignedShort is unsignedInt.
203
203
  # # @return [RDF::Vocabulary::Term]
204
204
  # attr_reader :unsignedShort
205
205
  #
206
- # # `yearMonthDuration` is a datatype ·derived· from {duration} by restricting its ·lexical representations· to instances of `yearMonthDurationLexicalRep`. The ·value space· of `yearMonthDuration` is therefore that of {duration} restricted to those whose ·seconds· property is 0. This results in a duration datatype which is totally ordered.
206
+ # # yearMonthDuration is a datatype ·derived· from duration by restricting its ·lexical representations· to instances of yearMonthDurationLexicalRep. The ·value space· of yearMonthDuration is therefore that of duration restricted to those whose ·seconds· property is 0. This results in a duration datatype which is totally ordered.
207
207
  # # @return [RDF::Vocabulary::Term]
208
208
  # attr_reader :yearMonthDuration
209
209
  #
@@ -212,518 +212,253 @@ module RDF
212
212
 
213
213
  # Datatype definitions
214
214
  term :ENTITIES,
215
- comment: %(
216
- ENTITIES represents the ENTITIES attribute type from [XML]. The ·value
217
- space· of ENTITIES is the set of finite, non-zero-length sequences of
218
- ·ENTITY· values that have been declared as unparsed entities in a document
219
- type definition. The ·lexical space· of ENTITIES is the set of
220
- space-separated lists of tokens, of which each token is in the ·lexical
221
- space· of ENTITY. The ·item type· of ENTITIES is ENTITY. ENTITIES is
222
- derived from ·anySimpleType· in two steps: an anonymous list type is
223
- defined, whose ·item type· is ENTITY; this is the ·base type· of ENTITIES,
224
- which restricts its value space to lists with at least one item.
225
- ).freeze,
215
+ comment: "\n ENTITIES represents the ENTITIES attribute type from [XML]. The ·value\n space· of ENTITIES is the set of finite, non-zero-length sequences of\n ·ENTITY· values that have been declared as unparsed entities in a document\n type definition. The ·lexical space· of ENTITIES is the set of\n space-separated lists of tokens, of which each token is in the ·lexical\n space· of ENTITY. The ·item type· of ENTITIES is ENTITY. ENTITIES is\n derived from ·anySimpleType· in two steps: an anonymous list type is\n defined, whose ·item type· is ENTITY; this is the ·base type· of ENTITIES,\n which restricts its value space to lists with at least one item.\n ".freeze,
226
216
  label: "ENTITIES".freeze,
227
- subClassOf: "xsd:anySimpleType".freeze,
228
- type: "rdfs:Datatype".freeze
217
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anySimpleType".freeze,
218
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
229
219
  term :ENTITY,
230
- comment: %(
231
- ENTITY represents the ENTITY attribute type from [XML]. The ·value space·
232
- of ENTITY is the set of all strings that ·match· the NCName production in
233
- [Namespaces in XML] and have been declared as an unparsed entity in a
234
- document type definition. The ·lexical space· of ENTITY is the set of all
235
- strings that ·match· the NCName production in [Namespaces in XML]. The
236
- ·base type· of ENTITY is NCName.
237
- ).freeze,
220
+ comment: "\n ENTITY represents the ENTITY attribute type from [XML]. The ·value space·\n of ENTITY is the set of all strings that ·match· the NCName production in\n [Namespaces in XML] and have been declared as an unparsed entity in a\n document type definition. The ·lexical space· of ENTITY is the set of all\n strings that ·match· the NCName production in [Namespaces in XML]. The\n ·base type· of ENTITY is NCName.\n ".freeze,
238
221
  label: "ENTITY".freeze,
239
- subClassOf: "xsd:NCName".freeze,
240
- type: "rdfs:Datatype".freeze
222
+ subClassOf: "http://www.w3.org/2001/XMLSchema#NCName".freeze,
223
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
241
224
  term :ID,
242
- comment: %(
243
- ID represents the ID attribute type from [XML]. The ·value space· of ID is
244
- the set of all strings that ·match· the NCName production in [Namespaces
245
- in XML]. The ·lexical space· of ID is the set of all strings that ·match·
246
- the NCName production in [Namespaces in XML]. The ·base type· of ID is
247
- NCName.
248
- ).freeze,
225
+ comment: "\n ID represents the ID attribute type from [XML]. The ·value space· of ID is\n the set of all strings that ·match· the NCName production in [Namespaces\n in XML]. The ·lexical space· of ID is the set of all strings that ·match·\n the NCName production in [Namespaces in XML]. The ·base type· of ID is\n NCName.\n ".freeze,
249
226
  label: "ID".freeze,
250
- subClassOf: "xsd:NCName".freeze,
251
- type: "rdfs:Datatype".freeze
227
+ subClassOf: "http://www.w3.org/2001/XMLSchema#NCName".freeze,
228
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
252
229
  term :IDREF,
253
- comment: %(
254
- IDREF represents the IDREF attribute type from [XML]. The ·value space· of
255
- IDREF is the set of all strings that ·match· the NCName production in
256
- [Namespaces in XML]. The ·lexical space· of IDREF is the set of strings
257
- that ·match· the NCName production in [Namespaces in XML]. The ·base type·
258
- of IDREF is NCName.
259
- ).freeze,
230
+ comment: "\n IDREF represents the IDREF attribute type from [XML]. The ·value space· of\n IDREF is the set of all strings that ·match· the NCName production in\n [Namespaces in XML]. The ·lexical space· of IDREF is the set of strings\n that ·match· the NCName production in [Namespaces in XML]. The ·base type·\n of IDREF is NCName.\n ".freeze,
260
231
  label: "IDREF".freeze,
261
- subClassOf: "xsd:NCName".freeze,
262
- type: "rdfs:Datatype".freeze
232
+ subClassOf: "http://www.w3.org/2001/XMLSchema#NCName".freeze,
233
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
263
234
  term :IDREFS,
264
- comment: %(
265
- IDREFS represents the IDREFS attribute type from [XML]. The ·value space·
266
- of IDREFS is the set of finite, non-zero-length sequences of IDREFs. The
267
- ·lexical space· of IDREFS is the set of space-separated lists of tokens, of
268
- which each token is in the ·lexical space· of IDREF. The ·item type· of
269
- IDREFS is IDREF. IDREFS is derived from ·anySimpleType· in two steps: an
270
- anonymous list type is defined, whose ·item type· is IDREF; this is the
271
- ·base type· of IDREFS, which restricts its value space to lists with at
272
- least one item.
273
- ).freeze,
235
+ comment: "\n IDREFS represents the IDREFS attribute type from [XML]. The ·value space·\n of IDREFS is the set of finite, non-zero-length sequences of IDREFs. The\n ·lexical space· of IDREFS is the set of space-separated lists of tokens, of\n which each token is in the ·lexical space· of IDREF. The ·item type· of\n IDREFS is IDREF. IDREFS is derived from ·anySimpleType· in two steps: an\n anonymous list type is defined, whose ·item type· is IDREF; this is the\n ·base type· of IDREFS, which restricts its value space to lists with at\n least one item.\n ".freeze,
274
236
  label: "IDREFS".freeze,
275
- subClassOf: "xsd:anySimpleType".freeze,
276
- type: "rdfs:Datatype".freeze
237
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anySimpleType".freeze,
238
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
277
239
  term :NCName,
278
- comment: %(
279
- NCName represents XML "non-colonized" Names. The ·value space· of NCName
280
- is the set of all strings which ·match· the NCName production of
281
- [Namespaces in XML]. The ·lexical space· of NCName is the set of all
282
- strings which ·match· the NCName production of [Namespaces in XML]. The
283
- ·base type· of NCName is Name.
284
- ).freeze,
240
+ comment: "\n NCName represents XML \"non-colonized\" Names. The ·value space· of NCName\n is the set of all strings which ·match· the NCName production of\n [Namespaces in XML]. The ·lexical space· of NCName is the set of all\n strings which ·match· the NCName production of [Namespaces in XML]. The\n ·base type· of NCName is Name.\n ".freeze,
285
241
  label: "NCName".freeze,
286
- subClassOf: "xsd:Name".freeze,
287
- type: "rdfs:Datatype".freeze
242
+ subClassOf: "http://www.w3.org/2001/XMLSchema#Name".freeze,
243
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
288
244
  term :NMTOKEN,
289
- comment: %(
290
- NMTOKEN represents the NMTOKEN attribute type from [XML]. The ·value
291
- space· of NMTOKEN is the set of tokens that ·match· the Nmtoken production
292
- in [XML]. The ·lexical space· of NMTOKEN is the set of strings that
293
- ·match· the Nmtoken production in [XML]. The ·base type· of NMTOKEN is
294
- token.
295
- ).freeze,
245
+ comment: "\n NMTOKEN represents the NMTOKEN attribute type from [XML]. The ·value\n space· of NMTOKEN is the set of tokens that ·match· the Nmtoken production\n in [XML]. The ·lexical space· of NMTOKEN is the set of strings that\n ·match· the Nmtoken production in [XML]. The ·base type· of NMTOKEN is\n token.\n ".freeze,
296
246
  label: "NMTOKEN".freeze,
297
- subClassOf: "xsd:token".freeze,
298
- type: "rdfs:Datatype".freeze
247
+ subClassOf: "http://www.w3.org/2001/XMLSchema#token".freeze,
248
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
299
249
  term :NMTOKENS,
300
- comment: %(
301
- NMTOKENS represents the NMTOKENS attribute type from [XML]. The ·value
302
- space· of NMTOKENS is the set of finite, non-zero-length sequences of
303
- ·NMTOKEN·s. The ·lexical space· of NMTOKENS is the set of space-separated
304
- lists of tokens, of which each token is in the ·lexical space· of NMTOKEN.
305
- The ·item type· of NMTOKENS is NMTOKEN. NMTOKENS is derived from
306
- ·anySimpleType· in two steps: an anonymous list type is defined, whose
307
- ·item type· is NMTOKEN; this is the ·base type· of NMTOKENS, which
308
- restricts its value space to lists with at least one item.
309
- ).freeze,
250
+ comment: "\n NMTOKENS represents the NMTOKENS attribute type from [XML]. The ·value\n space· of NMTOKENS is the set of finite, non-zero-length sequences of\n ·NMTOKEN·s. The ·lexical space· of NMTOKENS is the set of space-separated\n lists of tokens, of which each token is in the ·lexical space· of NMTOKEN.\n The ·item type· of NMTOKENS is NMTOKEN. NMTOKENS is derived from\n ·anySimpleType· in two steps: an anonymous list type is defined, whose\n ·item type· is NMTOKEN; this is the ·base type· of NMTOKENS, which\n restricts its value space to lists with at least one item.\n ".freeze,
310
251
  label: "NMTOKENS".freeze,
311
- subClassOf: "xsd:anySimpleType".freeze,
312
- type: "rdfs:Datatype".freeze
252
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anySimpleType".freeze,
253
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
313
254
  term :NOTATION,
314
- comment: %(
315
- NOTATION represents the NOTATION attribute type from [XML]. The ·value
316
- space· of NOTATION is the set of QNames of notations declared in the
317
- current schema. The ·lexical space· of NOTATION is the set of all names of
318
- notations declared in the current schema \(in the form of QNames\).
319
- ).freeze,
255
+ comment: "\n NOTATION represents the NOTATION attribute type from [XML]. The ·value\n space· of NOTATION is the set of QNames of notations declared in the\n current schema. The ·lexical space· of NOTATION is the set of all names of\n notations declared in the current schema (in the form of QNames).\n ".freeze,
320
256
  label: "NOTATION".freeze,
321
- subClassOf: "xsd:anyAtomicType".freeze,
322
- type: "rdfs:Datatype".freeze
257
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
258
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
323
259
  term :Name,
324
- comment: %(
325
- Name represents XML Names. The ·value space· of Name is the set of all
326
- strings which ·match· the Name production of [XML]. The ·lexical space· of
327
- Name is the set of all strings which ·match· the Name production of [XML].
328
- The ·base type· of Name is token.
329
- ).freeze,
260
+ comment: "\n Name represents XML Names. The ·value space· of Name is the set of all\n strings which ·match· the Name production of [XML]. The ·lexical space· of\n Name is the set of all strings which ·match· the Name production of [XML].\n The ·base type· of Name is token.\n ".freeze,
330
261
  label: "Name".freeze,
331
- subClassOf: "xsd:token".freeze,
332
- type: "rdfs:Datatype".freeze
262
+ subClassOf: "http://www.w3.org/2001/XMLSchema#token".freeze,
263
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
333
264
  term :QName,
334
- comment: %(
335
- QName represents XML qualified names. The ·value space· of QName is the set
336
- of tuples {namespace name, local part}, where namespace name is an anyURI
337
- and local part is an NCName. The ·lexical space· of QName is the set of
338
- strings that ·match· the QName production of [Namespaces in XML].
339
- ).freeze,
265
+ comment: "\n QName represents XML qualified names. The ·value space· of QName is the set\n of tuples {namespace name, local part}, where namespace name is an anyURI\n and local part is an NCName. The ·lexical space· of QName is the set of\n strings that ·match· the QName production of [Namespaces in XML].\n ".freeze,
340
266
  label: "QName".freeze,
341
- subClassOf: "xsd:anyAtomicType".freeze,
342
- type: "rdfs:Datatype".freeze
267
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
268
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
343
269
  term :anyAtomicType,
344
- comment: %(
345
- anyAtomicType is a special ·restriction· of anySimpleType. The ·value· and
346
- ·lexical spaces· of anyAtomicType are the unions of the ·value· and
347
- ·lexical spaces· of all the ·primitive· datatypes, and anyAtomicType is
348
- their ·base type·.
349
- ).freeze,
270
+ comment: "\n anyAtomicType is a special ·restriction· of anySimpleType. The ·value· and\n ·lexical spaces· of anyAtomicType are the unions of the ·value· and\n ·lexical spaces· of all the ·primitive· datatypes, and anyAtomicType is\n their ·base type·.\n ".freeze,
350
271
  label: "anySimpleType".freeze,
351
- subClassOf: "xsd:anyType".freeze,
352
- type: "rdfs:Datatype".freeze
272
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyType".freeze,
273
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
353
274
  term :anySimpleType,
354
- comment: %(
355
- The definition of anySimpleType is a special ·restriction· of anyType. The
356
- ·lexical space· of anySimpleType is the set of all sequences of Unicode
357
- characters, and its ·value space· includes all ·atomic values· and all
358
- finite-length lists of zero or more ·atomic values·.
359
- ).freeze,
275
+ comment: "\n The definition of anySimpleType is a special ·restriction· of anyType. The\n ·lexical space· of anySimpleType is the set of all sequences of Unicode\n characters, and its ·value space· includes all ·atomic values· and all\n finite-length lists of zero or more ·atomic values·.\n ".freeze,
360
276
  label: "anySimpleType".freeze,
361
- subClassOf: "xsd:anyType".freeze,
362
- type: "rdfs:Datatype".freeze
277
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyType".freeze,
278
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
363
279
  term :anyType,
364
- comment: %(
365
- The root of the [XML Schema 1.1] datatype heirarchy.
366
- ).freeze,
280
+ comment: "\n The root of the [XML Schema 1.1] datatype heirarchy.\n ".freeze,
367
281
  label: "anyType".freeze,
368
- type: "rdfs:Datatype".freeze
282
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
369
283
  term :anyURI,
370
- comment: %(
371
- anyURI represents an Internationalized Resource Identifier Reference
372
- \(IRI\). An anyURI value can be absolute or relative, and may have an
373
- optional fragment identifier \(i.e., it may be an IRI Reference\). This
374
- type should be used when the value fulfills the role of an IRI, as
375
- defined in [RFC 3987] or its successor\(s\) in the IETF Standards Track.
376
- ).freeze,
284
+ comment: "\n anyURI represents an Internationalized Resource Identifier Reference\n (IRI). An anyURI value can be absolute or relative, and may have an\n optional fragment identifier (i.e., it may be an IRI Reference). This\n type should be used when the value fulfills the role of an IRI, as\n defined in [RFC 3987] or its successor(s) in the IETF Standards Track.\n ".freeze,
377
285
  label: "anyURI".freeze,
378
- subClassOf: "xsd:anyAtomicType".freeze,
379
- type: "rdfs:Datatype".freeze
286
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
287
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
380
288
  term :base64Binary,
381
- comment: %(
382
- base64Binary represents arbitrary Base64-encoded binary data. For
383
- base64Binary data the entire binary stream is encoded using the Base64
384
- Encoding defined in [RFC 3548], which is derived from the encoding
385
- described in [RFC 2045].
386
- ).freeze,
289
+ comment: "\n base64Binary represents arbitrary Base64-encoded binary data. For\n base64Binary data the entire binary stream is encoded using the Base64\n Encoding defined in [RFC 3548], which is derived from the encoding\n described in [RFC 2045].\n ".freeze,
387
290
  label: "base64Binary".freeze,
388
- subClassOf: "xsd:anyAtomicType".freeze,
389
- type: "rdfs:Datatype".freeze
291
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
292
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
390
293
  term :boolean,
391
- comment: %(
392
- boolean represents the values of two-valued logic.
393
- ).freeze,
294
+ comment: "\n boolean represents the values of two-valued logic.\n ".freeze,
394
295
  label: "boolean".freeze,
395
- subClassOf: "xsd:anyAtomicType".freeze,
396
- type: "rdfs:Datatype".freeze
296
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
297
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
397
298
  term :byte,
398
- comment: %(
399
- byte is ·derived· from short by setting the value of ·maxInclusive· to be
400
- 127 and ·minInclusive· to be -128. The ·base type· of byte is short.
401
- ).freeze,
299
+ comment: "\n byte is ·derived· from short by setting the value of ·maxInclusive· to be\n 127 and ·minInclusive· to be -128. The ·base type· of byte is short.\n ".freeze,
402
300
  label: "byte".freeze,
403
- subClassOf: "xsd:short".freeze,
404
- type: "rdfs:Datatype".freeze
301
+ subClassOf: "http://www.w3.org/2001/XMLSchema#short".freeze,
302
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
405
303
  term :date,
406
- comment: %(
407
- date represents top-open intervals of exactly one day in length on the
408
- timelines of dateTime, beginning on the beginning moment of each day, up to
409
- but not including the beginning moment of the next day\). For non-timezoned
410
- values, the top-open intervals disjointly cover the non-timezoned timeline,
411
- one per day. For timezoned values, the intervals begin at every minute and
412
- therefore overlap.
413
- ).freeze,
304
+ comment: "\n date represents top-open intervals of exactly one day in length on the\n timelines of dateTime, beginning on the beginning moment of each day, up to\n but not including the beginning moment of the next day). For non-timezoned\n values, the top-open intervals disjointly cover the non-timezoned timeline,\n one per day. For timezoned values, the intervals begin at every minute and\n therefore overlap.\n ".freeze,
414
305
  label: "date".freeze,
415
- subClassOf: "xsd:anyAtomicType".freeze,
416
- type: "rdfs:Datatype".freeze
306
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
307
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
417
308
  term :dateTime,
418
- comment: %(
419
- dateTime represents instants of time, optionally marked with a particular
420
- time zone offset. Values representing the same instant but having different
421
- time zone offsets are equal but not identical.
422
- ).freeze,
309
+ comment: "\n dateTime represents instants of time, optionally marked with a particular\n time zone offset. Values representing the same instant but having different\n time zone offsets are equal but not identical.\n ".freeze,
423
310
  label: "dateTime".freeze,
424
- subClassOf: "xsd:anyAtomicType".freeze,
425
- type: "rdfs:Datatype".freeze
311
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
312
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
426
313
  term :dateTimeStamp,
427
- comment: %(
428
- The dateTimeStamp datatype is ·derived· from dateTime by giving the value
429
- required to its explicitTimezone facet. The result is that all values of
430
- dateTimeStamp are required to have explicit time zone offsets and the
431
- datatype is totally ordered.
432
- ).freeze,
314
+ comment: "\n The dateTimeStamp datatype is ·derived· from dateTime by giving the value\n required to its explicitTimezone facet. The result is that all values of\n dateTimeStamp are required to have explicit time zone offsets and the\n datatype is totally ordered.\n ".freeze,
433
315
  label: "dateTimeStamp".freeze,
434
- subClassOf: "xsd:dateTime".freeze,
435
- type: "rdfs:Datatype".freeze
316
+ subClassOf: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
317
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
436
318
  term :dayTimeDuration,
437
- comment: %(
438
- dayTimeDuration is a datatype ·derived· from duration by restricting its
439
- ·lexical representations· to instances of dayTimeDurationLexicalRep. The
440
- ·value space· of dayTimeDuration is therefore that of duration restricted
441
- to those whose ·months· property is 0. This results in a duration datatype
442
- which is totally ordered.
443
- ).freeze,
319
+ comment: "\n dayTimeDuration is a datatype ·derived· from duration by restricting its\n ·lexical representations· to instances of dayTimeDurationLexicalRep. The\n ·value space· of dayTimeDuration is therefore that of duration restricted\n to those whose ·months· property is 0. This results in a duration datatype\n which is totally ordered.\n ".freeze,
444
320
  label: "dayTimeDuration".freeze,
445
- subClassOf: "xsd:duration".freeze,
446
- type: "rdfs:Datatype".freeze
321
+ subClassOf: "http://www.w3.org/2001/XMLSchema#duration".freeze,
322
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
447
323
  term :decimal,
448
- comment: %(
449
- decimal represents a subset of the real numbers, which can be represented
450
- by decimal numerals. The ·value space· of decimal is the set of numbers
451
- that can be obtained by dividing an integer by a non-negative power of ten,
452
- i.e., expressible as i / 10n where i and n are integers and n ≥ 0.
453
- Precision is not reflected in this value space; the number 2.0 is not
454
- distinct from the number 2.00. The order relation on decimal is the order
455
- relation on real numbers, restricted to this subset.
456
- ).freeze,
324
+ comment: "\n decimal represents a subset of the real numbers, which can be represented\n by decimal numerals. The ·value space· of decimal is the set of numbers\n that can be obtained by dividing an integer by a non-negative power of ten,\n i.e., expressible as i / 10n where i and n are integers and n ≥ 0.\n Precision is not reflected in this value space; the number 2.0 is not\n distinct from the number 2.00. The order relation on decimal is the order\n relation on real numbers, restricted to this subset.\n ".freeze,
457
325
  label: "decimal".freeze,
458
- subClassOf: "xsd:anyAtomicType".freeze,
459
- type: "rdfs:Datatype".freeze
326
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
327
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
460
328
  term :double,
461
- comment: %(
462
- The double datatype is patterned after the IEEE double-precision 64-bit
463
- floating point datatype [IEEE 754-2008]. Each floating point datatype has a
464
- value space that is a subset of the rational numbers. Floating point
465
- numbers are often used to approximate arbitrary real numbers.
466
- ).freeze,
329
+ comment: "\n The double datatype is patterned after the IEEE double-precision 64-bit\n floating point datatype [IEEE 754-2008]. Each floating point datatype has a\n value space that is a subset of the rational numbers. Floating point\n numbers are often used to approximate arbitrary real numbers.\n ".freeze,
467
330
  label: "double".freeze,
468
- subClassOf: "xsd:anyAtomicType".freeze,
469
- type: "rdfs:Datatype".freeze
331
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
332
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
470
333
  term :duration,
471
- comment: %(
472
- duration is a datatype that represents durations of time. The concept of
473
- duration being captured is drawn from those of [ISO 8601], specifically
474
- durations without fixed endpoints. For example, "15 days" \(whose most
475
- common lexical representation in duration is "'P15D'"\) is a duration value;
476
- "15 days beginning 12 July 1995" and "15 days ending 12 July 1995" are not
477
- duration values. duration can provide addition and subtraction operations
478
- between duration values and between duration/dateTime value pairs, and can
479
- be the result of subtracting dateTime values. However, only addition to
480
- dateTime is required for XML Schema processing and is defined in the
481
- function ·dateTimePlusDuration·.
482
- ).freeze,
334
+ comment: "\n duration is a datatype that represents durations of time. The concept of\n duration being captured is drawn from those of [ISO 8601], specifically\n durations without fixed endpoints. For example, \"15 days\" (whose most\n common lexical representation in duration is \"'P15D'\") is a duration value;\n \"15 days beginning 12 July 1995\" and \"15 days ending 12 July 1995\" are not\n duration values. duration can provide addition and subtraction operations\n between duration values and between duration/dateTime value pairs, and can\n be the result of subtracting dateTime values. However, only addition to\n dateTime is required for XML Schema processing and is defined in the\n function ·dateTimePlusDuration·.\n ".freeze,
483
335
  label: "duration".freeze,
484
- subClassOf: "xsd:anyAtomicType".freeze,
485
- type: "rdfs:Datatype".freeze
336
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
337
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
486
338
  term :float,
487
- comment: %(
488
- The float datatype is patterned after the IEEE single-precision 32-bit
489
- floating point datatype [IEEE 754-2008]. Its value space is a subset of the
490
- rational numbers. Floating point numbers are often used to approximate
491
- arbitrary real numbers.
492
- ).freeze,
339
+ comment: "\n The float datatype is patterned after the IEEE single-precision 32-bit\n floating point datatype [IEEE 754-2008]. Its value space is a subset of the\n rational numbers. Floating point numbers are often used to approximate\n arbitrary real numbers.\n ".freeze,
493
340
  label: "float".freeze,
494
- subClassOf: "xsd:anyAtomicType".freeze,
495
- type: "rdfs:Datatype".freeze
341
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
342
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
496
343
  term :gDay,
497
- comment: %(
498
- gDay represents whole days within an arbitrary month—days that recur at the
499
- same point in each \(Gregorian\) month. This datatype is used to represent a
500
- specific day of the month. To indicate, for example, that an employee gets
501
- a paycheck on the 15th of each month. \(Obviously, days beyond 28 cannot
502
- occur in all months; they are nonetheless permitted, up to 31.\)
503
- ).freeze,
344
+ comment: "\n gDay represents whole days within an arbitrary month—days that recur at the\n same point in each (Gregorian) month. This datatype is used to represent a\n specific day of the month. To indicate, for example, that an employee gets\n a paycheck on the 15th of each month. (Obviously, days beyond 28 cannot\n occur in all months; they are nonetheless permitted, up to 31.)\n ".freeze,
504
345
  label: "gDay".freeze,
505
- subClassOf: "xsd:anyAtomicType".freeze,
506
- type: "rdfs:Datatype".freeze
346
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
347
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
507
348
  term :gMonth,
508
- comment: %(
509
- gMonth represents whole \(Gregorian\) months within an arbitrary year—months
510
- that recur at the same point in each year. It might be used, for example,
511
- to say what month annual Thanksgiving celebrations fall in different
512
- countries \(--11 in the United States, --10 in Canada, and possibly other
513
- months in other countries\).
514
- ).freeze,
349
+ comment: "\n gMonth represents whole (Gregorian) months within an arbitrary year—months\n that recur at the same point in each year. It might be used, for example,\n to say what month annual Thanksgiving celebrations fall in different\n countries (--11 in the United States, --10 in Canada, and possibly other\n months in other countries).\n ".freeze,
515
350
  label: "gMonth".freeze,
516
- subClassOf: "xsd:anyAtomicType".freeze,
517
- type: "rdfs:Datatype".freeze
351
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
352
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
518
353
  term :gMonthDay,
519
- comment: %(
520
- gMonthDay represents whole calendar days that recur at the same point in
521
- each calendar year, or that occur in some arbitrary calendar year.
522
- \(Obviously, days beyond 28 cannot occur in all Februaries; 29 is
523
- nonetheless permitted.\)
524
- ).freeze,
354
+ comment: "\n gMonthDay represents whole calendar days that recur at the same point in\n each calendar year, or that occur in some arbitrary calendar year.\n (Obviously, days beyond 28 cannot occur in all Februaries; 29 is\n nonetheless permitted.)\n ".freeze,
525
355
  label: "gMonthDay".freeze,
526
- subClassOf: "xsd:anyAtomicType".freeze,
527
- type: "rdfs:Datatype".freeze
356
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
357
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
528
358
  term :gYear,
529
- comment: %(
530
- gYear represents Gregorian calendar years.
531
- ).freeze,
359
+ comment: "\n gYear represents Gregorian calendar years.\n ".freeze,
532
360
  label: "gYear".freeze,
533
- subClassOf: "xsd:anyAtomicType".freeze,
534
- type: "rdfs:Datatype".freeze
361
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
362
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
535
363
  term :gYearMonth,
536
- comment: %(
537
- gYearMonth represents specific whole Gregorian months in specific Gregorian years.
538
- ).freeze,
364
+ comment: "\n gYearMonth represents specific whole Gregorian months in specific Gregorian years.\n ".freeze,
539
365
  label: "gYearMonth".freeze,
540
- subClassOf: "xsd:anyAtomicType".freeze,
541
- type: "rdfs:Datatype".freeze
366
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
367
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
542
368
  term :hexBinary,
543
- comment: %(
544
- hexBinary represents arbitrary hex-encoded binary data.
545
- ).freeze,
369
+ comment: "\n hexBinary represents arbitrary hex-encoded binary data. \n ".freeze,
546
370
  label: "hexBinary".freeze,
547
- subClassOf: "xsd:anyAtomicType".freeze,
548
- type: "rdfs:Datatype".freeze
371
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
372
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
549
373
  term :int,
550
- comment: %(
551
- int is ·derived· from long by setting the value of ·maxInclusive· to be
552
- 2147483647 and ·minInclusive· to be -2147483648. The ·base type· of int
553
- is long.
554
- ).freeze,
374
+ comment: "\n int is ·derived· from long by setting the value of ·maxInclusive· to be\n 2147483647 and ·minInclusive· to be -2147483648. The ·base type· of int\n is long.\n ".freeze,
555
375
  label: "int".freeze,
556
- subClassOf: "xsd:long".freeze,
557
- type: "rdfs:Datatype".freeze
376
+ subClassOf: "http://www.w3.org/2001/XMLSchema#long".freeze,
377
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
558
378
  term :integer,
559
- comment: %(
560
- integer is ·derived· from decimal by fixing the value of ·fractionDigits·
561
- to be 0 and disallowing the trailing decimal point. This results in the
562
- standard mathematical concept of the integer numbers. The ·value space· of
563
- integer is the infinite set {...,-2,-1,0,1,2,...}. The ·base type· of
564
- integer is decimal.
565
- ).freeze,
379
+ comment: "\n integer is ·derived· from decimal by fixing the value of ·fractionDigits·\n to be 0 and disallowing the trailing decimal point. This results in the\n standard mathematical concept of the integer numbers. The ·value space· of\n integer is the infinite set {...,-2,-1,0,1,2,...}. The ·base type· of\n integer is decimal.\n ".freeze,
566
380
  label: "integer".freeze,
567
- subClassOf: "xsd:decimal".freeze,
568
- type: "rdfs:Datatype".freeze
381
+ subClassOf: "http://www.w3.org/2001/XMLSchema#decimal".freeze,
382
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
569
383
  term :language,
570
- comment: %(
571
- language represents formal natural language identifiers, as defined by [BCP
572
- 47] \(currently represented by [RFC 4646] and [RFC 4647]\) or its
573
- successor\(s\). The ·value space· and ·lexical space· of language are the set
574
- of all strings that conform to the pattern [a-zA-Z]{1,8}\(-[a-zA-Z0-9]{1,8}\)*
575
- ).freeze,
384
+ comment: "\n language represents formal natural language identifiers, as defined by [BCP\n 47] (currently represented by [RFC 4646] and [RFC 4647]) or its\n successor(s). The ·value space· and ·lexical space· of language are the set\n of all strings that conform to the pattern [a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*\n ".freeze,
576
385
  label: "language".freeze,
577
- subClassOf: "xsd:token".freeze,
578
- type: "rdfs:Datatype".freeze
386
+ subClassOf: "http://www.w3.org/2001/XMLSchema#token".freeze,
387
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
579
388
  term :long,
580
- comment: %(
581
- long is ·derived· from integer by setting the value of ·maxInclusive· to
582
- be 9223372036854775807 and ·minInclusive· to be -9223372036854775808. The
583
- ·base type· of long is integer.
584
- ).freeze,
389
+ comment: "\n long is ·derived· from integer by setting the value of ·maxInclusive· to\n be 9223372036854775807 and ·minInclusive· to be -9223372036854775808. The\n ·base type· of long is integer.\n ".freeze,
585
390
  label: "long".freeze,
586
- subClassOf: "xsd:integer".freeze,
587
- type: "rdfs:Datatype".freeze
391
+ subClassOf: "http://www.w3.org/2001/XMLSchema#integer".freeze,
392
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
588
393
  term :negativeInteger,
589
- comment: %(
590
- negativeInteger is ·derived· from nonPositiveInteger by setting the value
591
- of ·maxInclusive· to be -1. This results in the standard mathematical
592
- concept of the negative integers. The ·value space· of negativeInteger is
593
- the infinite set {...,-2,-1}. The ·base type· of negativeInteger is
594
- nonPositiveInteger.
595
- ).freeze,
394
+ comment: "\n negativeInteger is ·derived· from nonPositiveInteger by setting the value\n of ·maxInclusive· to be -1. This results in the standard mathematical\n concept of the negative integers. The ·value space· of negativeInteger is\n the infinite set {...,-2,-1}. The ·base type· of negativeInteger is\n nonPositiveInteger.\n ".freeze,
596
395
  label: "negativeInteger".freeze,
597
- subClassOf: "xsd:nonPositiveInteger".freeze,
598
- type: "rdfs:Datatype".freeze
396
+ subClassOf: "http://www.w3.org/2001/XMLSchema#nonPositiveInteger".freeze,
397
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
599
398
  term :nonNegativeInteger,
600
- comment: %(
601
- nonNegativeInteger is ·derived· from integer by setting the value of
602
- ·minInclusive· to be 0. This results in the standard mathematical concept
603
- of the non-negative integers. The ·value space· of nonNegativeInteger is
604
- the infinite set {0,1,2,...}. The ·base type· of nonNegativeInteger is
605
- integer.
606
- ).freeze,
399
+ comment: "\n nonNegativeInteger is ·derived· from integer by setting the value of\n ·minInclusive· to be 0. This results in the standard mathematical concept\n of the non-negative integers. The ·value space· of nonNegativeInteger is\n the infinite set {0,1,2,...}. The ·base type· of nonNegativeInteger is\n integer.\n ".freeze,
607
400
  label: "nonNegativeInteger".freeze,
608
- subClassOf: "xsd:integer".freeze,
609
- type: "rdfs:Datatype".freeze
401
+ subClassOf: "http://www.w3.org/2001/XMLSchema#integer".freeze,
402
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
610
403
  term :nonPositiveInteger,
611
- comment: %(
612
- nonPositiveInteger is ·derived· from integer by setting the value of
613
- ·maxInclusive· to be 0. This results in the standard mathematical concept
614
- of the non-positive integers. The ·value space· of nonPositiveInteger is
615
- the infinite set {...,-2,-1,0}. The ·base type· of nonPositiveInteger is
616
- integer.
617
- ).freeze,
404
+ comment: "\n nonPositiveInteger is ·derived· from integer by setting the value of\n ·maxInclusive· to be 0. This results in the standard mathematical concept\n of the non-positive integers. The ·value space· of nonPositiveInteger is\n the infinite set {...,-2,-1,0}. The ·base type· of nonPositiveInteger is\n integer.\n ".freeze,
618
405
  label: "nonPositiveInteger".freeze,
619
- subClassOf: "xsd:integer".freeze,
620
- type: "rdfs:Datatype".freeze
406
+ subClassOf: "http://www.w3.org/2001/XMLSchema#integer".freeze,
407
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
621
408
  term :normalizedString,
622
- comment: %(
623
- normalizedString represents white space normalized strings. The ·value
624
- space· of normalizedString is the set of strings that do not contain the
625
- carriage return \(#xD\), line feed \(#xA\) nor tab \(#x9\) characters. The
626
- ·lexical space· of normalizedString is the set of strings that do not
627
- contain the carriage return \(#xD\), line feed \(#xA\) nor tab \(#x9\)
628
- characters. The ·base type· of normalizedString is string.
629
- ).freeze,
409
+ comment: "\n normalizedString represents white space normalized strings. The ·value\n space· of normalizedString is the set of strings that do not contain the\n carriage return (#xD), line feed (#xA) nor tab (#x9) characters. The\n ·lexical space· of normalizedString is the set of strings that do not\n contain the carriage return (#xD), line feed (#xA) nor tab (#x9)\n characters. The ·base type· of normalizedString is string.\n ".freeze,
630
410
  label: "normalizedString".freeze,
631
- subClassOf: "xsd:string".freeze,
632
- type: "rdfs:Datatype".freeze
411
+ subClassOf: "http://www.w3.org/2001/XMLSchema#string".freeze,
412
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
633
413
  term :positiveInteger,
634
- comment: %(
635
- positiveInteger is ·derived· from nonNegativeInteger by setting the value
636
- of ·minInclusive· to be 1. This results in the standard mathematical
637
- concept of the positive integer numbers. The ·value space· of
638
- positiveInteger is the infinite set {1,2,...}. The ·base type· of
639
- positiveInteger is nonNegativeInteger.
640
- ).freeze,
414
+ comment: "\n positiveInteger is ·derived· from nonNegativeInteger by setting the value\n of ·minInclusive· to be 1. This results in the standard mathematical\n concept of the positive integer numbers. The ·value space· of\n positiveInteger is the infinite set {1,2,...}. The ·base type· of\n positiveInteger is nonNegativeInteger.\n ".freeze,
641
415
  label: "positiveInteger".freeze,
642
- subClassOf: "xsd:nonNegativeInteger".freeze,
643
- type: "rdfs:Datatype".freeze
416
+ subClassOf: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
417
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
644
418
  term :short,
645
- comment: %(
646
- short is ·derived· from int by setting the value of ·maxInclusive· to be
647
- 32767 and ·minInclusive· to be -32768. The ·base type· of short is int.
648
- ).freeze,
419
+ comment: "\n short is ·derived· from int by setting the value of ·maxInclusive· to be\n 32767 and ·minInclusive· to be -32768. The ·base type· of short is int.\n ".freeze,
649
420
  label: "short".freeze,
650
- subClassOf: "xsd:int".freeze,
651
- type: "rdfs:Datatype".freeze
421
+ subClassOf: "http://www.w3.org/2001/XMLSchema#int".freeze,
422
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
652
423
  term :string,
653
- comment: %(
654
- The string datatype represents character strings in XML.
655
- ).freeze,
424
+ comment: "\n The string datatype represents character strings in XML.\n ".freeze,
656
425
  label: "string".freeze,
657
- subClassOf: "xsd:anyAtomicType".freeze,
658
- type: "rdfs:Datatype".freeze
426
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
427
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
659
428
  term :time,
660
- comment: %(
661
- time represents instants of time that recur at the same point in each
662
- calendar day, or that occur in some arbitrary calendar day.
663
- ).freeze,
429
+ comment: "\n time represents instants of time that recur at the same point in each\n calendar day, or that occur in some arbitrary calendar day.\n ".freeze,
664
430
  label: "time".freeze,
665
- subClassOf: "xsd:anyAtomicType".freeze,
666
- type: "rdfs:Datatype".freeze
431
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
432
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
667
433
  term :token,
668
- comment: %(
669
- token represents tokenized strings. The ·value space· of token is the set
670
- of strings that do not contain the carriage return \(#xD\), line feed \(#xA\)
671
- nor tab \(#x9\) characters, that have no leading or trailing spaces \(#x20\)
672
- and that have no internal sequences of two or more spaces. The ·lexical
673
- space· of token is the set of strings that do not contain the carriage
674
- return \(#xD\), line feed \(#xA\) nor tab \(#x9\) characters, that have no
675
- leading or trailing spaces \(#x20\) and that have no internal sequences of
676
- two or more spaces. The ·base type· of token is normalizedString.
677
- ).freeze,
434
+ comment: "\n token represents tokenized strings. The ·value space· of token is the set\n of strings that do not contain the carriage return (#xD), line feed (#xA)\n nor tab (#x9) characters, that have no leading or trailing spaces (#x20)\n and that have no internal sequences of two or more spaces. The ·lexical\n space· of token is the set of strings that do not contain the carriage\n return (#xD), line feed (#xA) nor tab (#x9) characters, that have no\n leading or trailing spaces (#x20) and that have no internal sequences of\n two or more spaces. The ·base type· of token is normalizedString.\n ".freeze,
678
435
  label: "token".freeze,
679
- subClassOf: "xsd:normalizedString".freeze,
680
- type: "rdfs:Datatype".freeze
436
+ subClassOf: "http://www.w3.org/2001/XMLSchema#normalizedString".freeze,
437
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
681
438
  term :unsignedByte,
682
- comment: %(
683
- nsignedByte is ·derived· from unsignedShort by setting the value of
684
- ·maxInclusive· to be 255. The ·base type· of unsignedByte is
685
- unsignedShort.
686
- ).freeze,
439
+ comment: "\n nsignedByte is ·derived· from unsignedShort by setting the value of\n ·maxInclusive· to be 255. The ·base type· of unsignedByte is\n unsignedShort.\n ".freeze,
687
440
  label: "unsignedByte".freeze,
688
- subClassOf: "xsd:unsignedShort".freeze,
689
- type: "rdfs:Datatype".freeze
441
+ subClassOf: "http://www.w3.org/2001/XMLSchema#unsignedShort".freeze,
442
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
690
443
  term :unsignedInt,
691
- comment: %(
692
- unsignedInt is ·derived· from unsignedLong by setting the value of
693
- ·maxInclusive· to be 4294967295. The ·base type· of unsignedInt is
694
- unsignedLong.
695
- ).freeze,
444
+ comment: "\n unsignedInt is ·derived· from unsignedLong by setting the value of\n ·maxInclusive· to be 4294967295. The ·base type· of unsignedInt is\n unsignedLong.\n ".freeze,
696
445
  label: "unsignedInt".freeze,
697
- subClassOf: "xsd:unsignedLong".freeze,
698
- type: "rdfs:Datatype".freeze
446
+ subClassOf: "http://www.w3.org/2001/XMLSchema#unsignedLong".freeze,
447
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
699
448
  term :unsignedLong,
700
- comment: %(
701
- unsignedLong is ·derived· from nonNegativeInteger by setting the value of
702
- ·maxInclusive· to be 18446744073709551615. The ·base type· of unsignedLong
703
- is nonNegativeInteger.
704
- ).freeze,
449
+ comment: "\n unsignedLong is ·derived· from nonNegativeInteger by setting the value of\n ·maxInclusive· to be 18446744073709551615. The ·base type· of unsignedLong\n is nonNegativeInteger.\n ".freeze,
705
450
  label: "unsignedLong".freeze,
706
- subClassOf: "xsd:nonNegativeInteger".freeze,
707
- type: "rdfs:Datatype".freeze
451
+ subClassOf: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
452
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
708
453
  term :unsignedShort,
709
- comment: %(
710
- unsignedShort is ·derived· from unsignedInt by setting the value of
711
- ·maxInclusive· to be 65535. The ·base type· of unsignedShort is
712
- unsignedInt.
713
- ).freeze,
454
+ comment: "\n unsignedShort is ·derived· from unsignedInt by setting the value of\n ·maxInclusive· to be 65535. The ·base type· of unsignedShort is\n unsignedInt.\n ".freeze,
714
455
  label: "unsignedShort".freeze,
715
- subClassOf: "xsd:unsignedInt".freeze,
716
- type: "rdfs:Datatype".freeze
456
+ subClassOf: "http://www.w3.org/2001/XMLSchema#unsignedInt".freeze,
457
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
717
458
  term :yearMonthDuration,
718
- comment: %(
719
- yearMonthDuration is a datatype ·derived· from duration by restricting its
720
- ·lexical representations· to instances of yearMonthDurationLexicalRep. The
721
- ·value space· of yearMonthDuration is therefore that of duration
722
- restricted to those whose ·seconds· property is 0. This results in a
723
- duration datatype which is totally ordered.
724
- ).freeze,
459
+ comment: "\n yearMonthDuration is a datatype ·derived· from duration by restricting its\n ·lexical representations· to instances of yearMonthDurationLexicalRep. The\n ·value space· of yearMonthDuration is therefore that of duration\n restricted to those whose ·seconds· property is 0. This results in a\n duration datatype which is totally ordered.\n ".freeze,
725
460
  label: "yearMonthDuration".freeze,
726
- subClassOf: "xsd:duration".freeze,
727
- type: "rdfs:Datatype".freeze
461
+ subClassOf: "http://www.w3.org/2001/XMLSchema#duration".freeze,
462
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
728
463
  end
729
464
  end