lib/rdf/vocab/ical.rb in rdf-vocab-3.0.0 vs lib/rdf/vocab/ical.rb in rdf-vocab-3.0.1

- old
+ new

@@ -550,12 +550,12 @@ type: "owl:DatatypeProperty".freeze property :action, comment: [%( value type: TEXT).freeze, %(This property defines the action to be invoked when an alarm is triggered.).freeze], domain: term( - unionOf: list("ical:Valarm".freeze, "ical:Valarm".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Valarm".freeze, "ical:Valarm".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze, range: "xsd:string".freeze, type: "owl:DatatypeProperty".freeze property :altrep, @@ -563,21 +563,21 @@ type: "owl:DatatypeProperty".freeze property :attach, comment: [%( default value type: URI).freeze, %(The property provides the capability to associate a document object with a calendar component.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "URI".freeze, type: "owl:ObjectProperty".freeze property :attendee, comment: [%( value type: CAL-ADDRESS).freeze, %(The property defines an "Attendee" within a calendar component.).freeze], domain: term( - unionOf: list("ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze, "ical:Valarm".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze, "ical:Valarm".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "CAL-ADDRESS".freeze, label: "attendee".freeze, range: "ical:Value_CAL-ADDRESS".freeze, type: "owl:ObjectProperty".freeze @@ -615,22 +615,22 @@ type: "owl:DatatypeProperty".freeze property :categories, comment: [%( value type: TEXT).freeze, %(This property defines the categories for a calendar component.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze, range: "xsd:string".freeze, type: "owl:DatatypeProperty".freeze property :class, comment: [%( value type: TEXT).freeze, %(This property defines the access classification for a calendar component.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze, range: "xsd:string".freeze, type: "owl:DatatypeProperty".freeze property :cn, @@ -638,12 +638,12 @@ type: "owl:DatatypeProperty".freeze property :comment, comment: [%( value type: TEXT).freeze, %(This property specifies non-processing information intended to provide a comment to the calendar user.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vtimezone".freeze, "ical:Vfreebusy".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vtimezone".freeze, "ical:Vfreebusy".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze, range: "xsd:string".freeze, type: "owl:DatatypeProperty".freeze property :completed, @@ -657,12 +657,12 @@ type: "owl:ObjectProperty".freeze property :contact, comment: [%( value type: TEXT).freeze, %(The property is used to represent contact information or alternately a reference to contact information associated with the calendar component.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze, range: "xsd:string".freeze, type: "owl:DatatypeProperty".freeze property :count, @@ -670,12 +670,12 @@ type: "owl:DatatypeProperty".freeze property :created, comment: [%( value type: DATE-TIME).freeze, %(This property specifies the date and time that the calendar information was created by the calendar user agent in the calendar store. Note: This is analogous to the creation date and time for a file in the file system.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze, range: "ical:Value_DATE-TIME".freeze, type: "owl:DatatypeProperty".freeze property :cutype, @@ -692,12 +692,12 @@ type: "owl:DatatypeProperty".freeze property :description, comment: [%( value type: TEXT).freeze, %(This property provides a more complete description of the calendar component, than that provided by the "SUMMARY" property.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze, "ical:Vjournal".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze, "ical:Vjournal".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze, range: "xsd:string".freeze, type: "owl:DatatypeProperty".freeze property :dir, @@ -705,32 +705,32 @@ type: "owl:DatatypeProperty".freeze property :dtend, comment: [%( default value type: DATE-TIME).freeze, %(This property specifies the date and time that a calendar component ends.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vfreebusy".freeze, "ical:Vevent".freeze, "ical:Vfreebusy".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vfreebusy".freeze, "ical:Vevent".freeze, "ical:Vfreebusy".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze, label: "end".freeze, type: "owl:DatatypeProperty".freeze property :dtstamp, comment: [%( value type: DATE-TIME).freeze, %(The property indicates the date/time that the instance of the iCalendar object was created.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze, range: "ical:Value_DATE-TIME".freeze, type: "owl:DatatypeProperty".freeze property :dtstart, comment: [%( default value type: DATE-TIME).freeze, %(This property specifies when the calendar component begins.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vfreebusy".freeze, "ical:Vtimezone".freeze, "ical:Vevent".freeze, "ical:Vevent".freeze, "ical:Vfreebusy".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vfreebusy".freeze, "ical:Vtimezone".freeze, "ical:Vevent".freeze, "ical:Vevent".freeze, "ical:Vfreebusy".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze, label: "start".freeze, type: "owl:DatatypeProperty".freeze property :due, @@ -741,12 +741,12 @@ type: "owl:DatatypeProperty".freeze property :duration, comment: [%( value type: DURATION).freeze, %(The property specifies a positive duration of time.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vfreebusy".freeze, "ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vfreebusy".freeze, "ical:Valarm".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vfreebusy".freeze, "ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vfreebusy".freeze, "ical:Valarm".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DURATION".freeze, range: "ical:Value_DURATION".freeze, type: "owl:ObjectProperty".freeze property :encoding, @@ -760,12 +760,12 @@ type: "owl:DatatypeProperty".freeze property :exrule, comment: [%( value type: RECUR).freeze, %(This property defines a rule or repeating pattern for an exception to a recurrence set.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "RECUR".freeze, range: "ical:Value_RECUR".freeze, type: "owl:ObjectProperty".freeze property :fbtype, @@ -776,12 +776,12 @@ type: "owl:DatatypeProperty".freeze property :freebusy, comment: [%( value type: PERIOD).freeze, %(The property defines one or more free or busy time intervals.).freeze], domain: term( - unionOf: list("ical:Vfreebusy".freeze, "ical:Vfreebusy".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vfreebusy".freeze, "ical:Vfreebusy".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "PERIOD".freeze, range: "ical:Value_PERIOD".freeze, type: "owl:ObjectProperty".freeze property :freq, @@ -789,12 +789,12 @@ type: "owl:DatatypeProperty".freeze property :geo, comment: [%( value type: list of FLOAT).freeze, %(This property specifies information related to the global position for the activity specified by a calendar component.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueListType": "FLOAT".freeze, range: "ical:List_of_Float".freeze, type: "owl:ObjectProperty".freeze property :interval, @@ -805,22 +805,22 @@ type: "owl:DatatypeProperty".freeze property :lastModified, comment: [%( value type: DATE-TIME).freeze, %(The property specifies the date and time that the information associated with the calendar component was last revised in the calendar store. Note: This is analogous to the modification date and time for a file in the file system.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vtimezone".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vtimezone".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze, range: "ical:Value_DATE-TIME".freeze, type: "owl:DatatypeProperty".freeze property :location, comment: [%( value type: TEXT).freeze, %(The property defines the intended venue for the activity defined by a calendar component.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze, label: "location".freeze, range: "xsd:string".freeze, type: "owl:DatatypeProperty".freeze @@ -835,12 +835,12 @@ type: "owl:DatatypeProperty".freeze property :organizer, comment: [%( value type: CAL-ADDRESS).freeze, %(The property defines the organizer for a calendar component.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze, "ical:Vfreebusy".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze, "ical:Vfreebusy".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "CAL-ADDRESS".freeze, range: "ical:Value_CAL-ADDRESS".freeze, type: "owl:ObjectProperty".freeze property :partstat, @@ -855,12 +855,12 @@ type: "owl:DatatypeProperty".freeze property :priority, comment: [%( value type: INTEGER).freeze, %(The property defines the relative priority for a calendar component.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "INTEGER".freeze, range: "xsd:integer".freeze, type: "owl:DatatypeProperty".freeze property :prodid, @@ -874,12 +874,12 @@ type: "owl:DatatypeProperty".freeze property :rdate, comment: [%( default value type: DATE-TIME).freeze, %(This property defines the list of date/times for a recurrence set.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vtimezone".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vtimezone".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze, type: "owl:DatatypeProperty".freeze property :recurrenceId, comment: [%( @@ -892,12 +892,12 @@ type: "owl:DatatypeProperty".freeze property :relatedTo, comment: [%( value type: TEXT).freeze, %(The property is used to represent a relationship or reference between one calendar component and another.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze, range: "xsd:string".freeze, type: "owl:DatatypeProperty".freeze property :reltype, @@ -912,22 +912,22 @@ type: "owl:DatatypeProperty".freeze property :requestStatus, comment: [%( value type: TEXT).freeze, %(This property defines the status code returned for a scheduling request.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze, range: "xsd:string".freeze, type: "owl:DatatypeProperty".freeze property :resources, comment: [%( value type: TEXT).freeze, %(This property defines the equipment or resources anticipated for an activity specified by a calendar entity..).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze, range: "xsd:string".freeze, type: "owl:DatatypeProperty".freeze property :role, @@ -935,12 +935,12 @@ type: "owl:DatatypeProperty".freeze property :rrule, comment: [%( value type: RECUR).freeze, %(This property defines a rule or repeating pattern for recurring events, to-dos, or time zone definitions.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "RECUR".freeze, range: "ical:Value_RECUR".freeze, type: "owl:ObjectProperty".freeze property :rsvp, @@ -951,12 +951,12 @@ type: "owl:DatatypeProperty".freeze property :sequence, comment: [%( value type: integer).freeze, %(This property defines the revision sequence number of the calendar component within a sequence of revisions.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "integer".freeze, range: "xsd:integer".freeze, type: "owl:DatatypeProperty".freeze property :standard, @@ -964,22 +964,22 @@ type: "owl:ObjectProperty".freeze property :status, comment: [%( value type: TEXT).freeze, %(This property defines the overall status or confirmation for the calendar component.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze, range: "xsd:string".freeze, type: "owl:DatatypeProperty".freeze property :summary, comment: [%( value type: TEXT).freeze, %(This property defines a short summary or subject for the calendar component.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze, label: "summary".freeze, range: "xsd:string".freeze, subPropertyOf: "rdfs:label".freeze, @@ -993,17 +993,17 @@ type: "owl:DatatypeProperty".freeze property :trigger, comment: [%( default value type: DURATION).freeze, %(This property specifies when an alarm will trigger.).freeze], domain: term( - unionOf: list("ical:Valarm".freeze, "ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Valarm".freeze, "ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DURATION".freeze, range: term( - unionOf: list("ical:Value_DURATION".freeze, "ical:Value_DATE".freeze, "ical:Value_DATE".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Value_DURATION".freeze, "ical:Value_DATE".freeze, "ical:Value_DATE".freeze) ), type: "owl:ObjectProperty".freeze property :tzid, comment: [%( value type: TEXT).freeze, %(This property specifies the text value that uniquely identifies the "VTIMEZONE" calendar component.).freeze, %(To specify the identifier for the time zone definition for a time component in the property value.).freeze], @@ -1020,12 +1020,12 @@ type: "owl:DatatypeProperty".freeze property :tzoffsetfrom, comment: [%( value type: UTC-OFFSET).freeze, %(This property specifies the offset which is in use prior to this time zone observance.).freeze], domain: term( - unionOf: list("ical:Vtimezone".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vtimezone".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "UTC-OFFSET".freeze, range: "xsd:string".freeze, type: "owl:DatatypeProperty".freeze property :tzoffsetto, @@ -1037,21 +1037,21 @@ type: "owl:DatatypeProperty".freeze property :tzurl, comment: [%( value type: URI).freeze, %(The TZURL provides a means for a VTIMEZONE component to point to a network location that can be used to retrieve an up-to- date version of itself.).freeze], domain: term( - unionOf: list("ical:Vtimezone".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vtimezone".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "URI".freeze, type: "owl:ObjectProperty".freeze property :uid, comment: [%( value type: TEXT).freeze, %(This property defines the persistent, globally unique identifier for the calendar component.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze, range: "xsd:string".freeze, type: "owl:DatatypeProperty".freeze property :until, @@ -1059,11 +1059,11 @@ type: "owl:DatatypeProperty".freeze property :url, comment: [%( value type: URI).freeze, %(This property defines a Uniform Resource Locator \(URL\) associated with the iCalendar object.).freeze], domain: term( - unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze), - type: "owl:Class".freeze + type: "owl:Class".freeze, + unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze) ), "http://www.w3.org/2002/12/cal/icalSpec#valueType": "URI".freeze, label: "see also".freeze, type: "owl:ObjectProperty".freeze property :version,