lib/rdf/vocab/as.rb in rdf-vocab-3.1.7 vs lib/rdf/vocab/as.rb in rdf-vocab-3.1.8
- old
+ new
@@ -474,184 +474,184 @@
# end
AS = Class.new(RDF::StrictVocabulary("https://www.w3.org/ns/activitystreams#")) do
# Ontology definition
ontology :"https://www.w3.org/ns/activitystreams#",
- comment: %(Extended Activity Streams 2.0 Vocabulary).freeze,
+ comment: "Extended Activity Streams 2.0 Vocabulary".freeze,
label: "Activity Streams 2.0".freeze,
"owl:imports": "prov:".freeze,
type: "owl:Ontology".freeze
# Class definitions
term :Accept,
- comment: %(Actor accepts the Object).freeze,
+ comment: "Actor accepts the Object".freeze,
label: "Accept".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Activity,
- comment: %(An Object representing some form of Action that has been taken).freeze,
+ comment: "An Object representing some form of Action that has been taken".freeze,
label: "Activity".freeze,
subClassOf: "as:Object".freeze,
type: "owl:Class".freeze
term :Add,
- comment: %(To Add an Object or Link to Something).freeze,
+ comment: "To Add an Object or Link to Something".freeze,
label: "Add".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Announce,
- comment: %(Actor announces the object to the target).freeze,
+ comment: "Actor announces the object to the target".freeze,
label: "Announce".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Application,
- comment: %(Represents a software application of any sort).freeze,
+ comment: "Represents a software application of any sort".freeze,
label: "Application".freeze,
subClassOf: "as:Object".freeze,
type: "owl:Class".freeze
term :Arrive,
- comment: %(To Arrive Somewhere \(can be used, for instance, to indicate that a particular entity is currently located somewhere, e.g. a "check-in"\)).freeze,
+ comment: "To Arrive Somewhere (can be used, for instance, to indicate that a particular entity is currently located somewhere, e.g. a \"check-in\")".freeze,
label: "Arrive".freeze,
subClassOf: "as:IntransitiveActivity".freeze,
type: "owl:Class".freeze
term :Article,
- comment: %(A written work. Typically several paragraphs long. For example, a blog post or a news article.).freeze,
+ comment: "A written work. Typically several paragraphs long. For example, a blog post or a news article.".freeze,
label: "Article".freeze,
subClassOf: "as:Object".freeze,
type: "owl:Class".freeze
term :Audio,
- comment: %(An audio file).freeze,
+ comment: "An audio file".freeze,
label: "Audio".freeze,
subClassOf: "as:Document".freeze,
type: "owl:Class".freeze
term :Block,
label: "Block".freeze,
subClassOf: "as:Ignore".freeze,
type: "owl:Class".freeze
term :Collection,
- comment: %(An ordered or unordered collection of Objects or Links).freeze,
+ comment: "An ordered or unordered collection of Objects or Links".freeze,
label: "Collection".freeze,
subClassOf: "as:Object".freeze,
type: "owl:Class".freeze
term :CollectionPage,
- comment: %(A subset of items from a Collection).freeze,
+ comment: "A subset of items from a Collection".freeze,
label: "CollectionPage".freeze,
subClassOf: "as:Collection".freeze,
type: "owl:Class".freeze
term :Create,
- comment: %(To Create Something).freeze,
+ comment: "To Create Something".freeze,
label: "Create".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Delete,
- comment: %(To Delete Something).freeze,
+ comment: "To Delete Something".freeze,
label: "Delete".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Dislike,
- comment: %(The actor dislikes the object).freeze,
+ comment: "The actor dislikes the object".freeze,
label: "Dislike".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Document,
- comment: %(Represents a digital document/file of any sort).freeze,
+ comment: "Represents a digital document/file of any sort".freeze,
label: "Document".freeze,
subClassOf: "as:Object".freeze,
type: "owl:Class".freeze
term :Event,
- comment: %(An Event of any kind).freeze,
+ comment: "An Event of any kind".freeze,
label: "Event".freeze,
subClassOf: "as:Object".freeze,
type: "owl:Class".freeze
term :Flag,
- comment: %(To flag something \(e.g. flag as inappropriate, flag as spam, etc\)).freeze,
+ comment: "To flag something (e.g. flag as inappropriate, flag as spam, etc)".freeze,
label: "Flag".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Follow,
- comment: %(To Express Interest in Something).freeze,
+ comment: "To Express Interest in Something".freeze,
label: "Follow".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Group,
- comment: %(A Group of any kind.).freeze,
+ comment: "A Group of any kind.".freeze,
label: "Group".freeze,
subClassOf: "as:Object".freeze,
type: "owl:Class".freeze
term :Ignore,
- comment: %(Actor is ignoring the Object).freeze,
+ comment: "Actor is ignoring the Object".freeze,
label: "Ignore".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Image,
- comment: %(An Image file).freeze,
+ comment: "An Image file".freeze,
label: "Image".freeze,
subClassOf: "as:Document".freeze,
type: "owl:Class".freeze
term :IntransitiveActivity,
- comment: %(An Activity that has no direct object).freeze,
+ comment: "An Activity that has no direct object".freeze,
label: "IntransitiveActivity".freeze,
subClassOf: ["as:Activity".freeze, term(
maxCardinality: "0".freeze,
onProperty: "as:object".freeze,
type: "owl:Restriction".freeze
)],
type: "owl:Class".freeze
term :Invite,
- comment: %(To invite someone or something to something).freeze,
+ comment: "To invite someone or something to something".freeze,
label: "Invite".freeze,
subClassOf: "as:Offer".freeze,
type: "owl:Class".freeze
term :Join,
- comment: %(To Join Something).freeze,
+ comment: "To Join Something".freeze,
label: "Join".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Leave,
- comment: %(To Leave Something).freeze,
+ comment: "To Leave Something".freeze,
label: "Leave".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Like,
- comment: %(To Like Something).freeze,
+ comment: "To Like Something".freeze,
label: "Like".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Link,
- comment: %(Represents a qualified reference to another resource. Patterned after the RFC5988 Web Linking Model).freeze,
+ comment: "Represents a qualified reference to another resource. Patterned after the RFC5988 Web Linking Model".freeze,
label: "Link".freeze,
"owl:disjointWith": "as:Object".freeze,
type: "owl:Class".freeze
term :Listen,
- comment: %(The actor listened to the object).freeze,
+ comment: "The actor listened to the object".freeze,
label: "Listen".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Mention,
- comment: %(A specialized Link that represents an @mention).freeze,
+ comment: "A specialized Link that represents an @mention".freeze,
label: "Mention".freeze,
subClassOf: "as:Link".freeze,
type: "owl:Class".freeze
term :Move,
- comment: %(The actor is moving the object. The target specifies where the object is moving to. The origin specifies where the object is moving from.).freeze,
+ comment: "The actor is moving the object. The target specifies where the object is moving to. The origin specifies where the object is moving from.".freeze,
label: "Move".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Note,
- comment: %(A Short note, typically less than a single paragraph. A "tweet" is an example, or a "status update").freeze,
+ comment: "A Short note, typically less than a single paragraph. A \"tweet\" is an example, or a \"status update\"".freeze,
label: "Note".freeze,
subClassOf: "as:Object".freeze,
type: "owl:Class".freeze
term :Object,
label: "Object".freeze,
type: "owl:Class".freeze
term :Offer,
- comment: %(To Offer something to someone or something).freeze,
+ comment: "To Offer something to someone or something".freeze,
label: "Offer".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :OrderedCollection,
- comment: %(A variation of Collection in which items are strictly ordered).freeze,
+ comment: "A variation of Collection in which items are strictly ordered".freeze,
label: "OrderedCollection".freeze,
subClassOf: term(
intersectionOf: list("as:Collection".freeze, term(
allValuesFrom: term(
intersectionOf: list("as:OrderedItems".freeze, term(
@@ -668,16 +668,16 @@
)),
type: "owl:Class".freeze
),
type: "owl:Class".freeze
term :OrderedCollectionPage,
- comment: %(An ordered subset of items from an OrderedCollection).freeze,
+ comment: "An ordered subset of items from an OrderedCollection".freeze,
label: "OrderedCollectionPage".freeze,
subClassOf: ["as:CollectionPage".freeze, "as:OrderedCollection".freeze],
type: "owl:Class".freeze
term :OrderedItems,
- comment: %(A rdf:List variant for Objects and Links).freeze,
+ comment: "A rdf:List variant for Objects and Links".freeze,
label: "OrderedItems".freeze,
subClassOf: term(
intersectionOf: list("rdf:List".freeze, term(
allValuesFrom: term(
type: "owl:Class".freeze,
@@ -692,108 +692,108 @@
)),
type: "owl:Class".freeze
),
type: "owl:Class".freeze
term :Organization,
- comment: %(An Organization).freeze,
+ comment: "An Organization".freeze,
label: "Organization".freeze,
subClassOf: "as:Object".freeze,
type: "owl:Class".freeze
term :Page,
- comment: %(A Web Page).freeze,
+ comment: "A Web Page".freeze,
label: "Page".freeze,
subClassOf: "as:Object".freeze,
type: "owl:Class".freeze
term :Person,
- comment: %(A Person).freeze,
+ comment: "A Person".freeze,
label: "Person".freeze,
subClassOf: "as:Object".freeze,
type: "owl:Class".freeze
term :Place,
- comment: %(A physical or logical location).freeze,
+ comment: "A physical or logical location".freeze,
label: "Place".freeze,
subClassOf: "as:Object".freeze,
type: "owl:Class".freeze
term :Profile,
- comment: %(A Profile Document).freeze,
+ comment: "A Profile Document".freeze,
label: "Profile".freeze,
subClassOf: "as:Object".freeze,
type: "owl:Class".freeze
term :Question,
- comment: %(A question of any sort.).freeze,
+ comment: "A question of any sort.".freeze,
label: "Question".freeze,
subClassOf: "as:IntransitiveActivity".freeze,
type: "owl:Class".freeze
term :Read,
- comment: %(The actor read the object).freeze,
+ comment: "The actor read the object".freeze,
label: "Read".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Reject,
- comment: %(Actor rejects the Object).freeze,
+ comment: "Actor rejects the Object".freeze,
label: "Reject".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Relationship,
- comment: %(Represents a Social Graph relationship between two Individuals \(indicated by the 'a' and 'b' properties\)).freeze,
+ comment: "Represents a Social Graph relationship between two Individuals (indicated by the 'a' and 'b' properties)".freeze,
label: "Relationship".freeze,
subClassOf: "as:Object".freeze,
type: ["owl:Class".freeze, "rdf:Statement".freeze]
term :Remove,
- comment: %(To Remove Something).freeze,
+ comment: "To Remove Something".freeze,
label: "Remove".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Service,
- comment: %(A service provided by some entity).freeze,
+ comment: "A service provided by some entity".freeze,
label: "Service".freeze,
subClassOf: "as:Object".freeze,
type: "owl:Class".freeze
term :TentativeAccept,
- comment: %(Actor tentatively accepts the Object).freeze,
+ comment: "Actor tentatively accepts the Object".freeze,
label: "TentativeAccept".freeze,
subClassOf: "as:Accept".freeze,
type: "owl:Class".freeze
term :TentativeReject,
- comment: %(Actor tentatively rejects the object).freeze,
+ comment: "Actor tentatively rejects the object".freeze,
label: "TentativeReject".freeze,
subClassOf: "as:Reject".freeze,
type: "owl:Class".freeze
term :Tombstone,
- comment: %(A placeholder for a deleted object).freeze,
+ comment: "A placeholder for a deleted object".freeze,
label: "Tombstone".freeze,
subClassOf: "as:Object".freeze,
type: "owl:Class".freeze
term :Travel,
- comment: %(The actor is traveling to the target. The origin specifies where the actor is traveling from.).freeze,
+ comment: "The actor is traveling to the target. The origin specifies where the actor is traveling from.".freeze,
label: "Travel".freeze,
subClassOf: "as:IntransitiveActivity".freeze,
type: "owl:Class".freeze
term :Undo,
- comment: %(To Undo Something. This would typically be used to indicate that a previous Activity has been undone.).freeze,
+ comment: "To Undo Something. This would typically be used to indicate that a previous Activity has been undone.".freeze,
label: "Undo".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Update,
- comment: %(To Update/Modify Something).freeze,
+ comment: "To Update/Modify Something".freeze,
label: "Update".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
term :Video,
- comment: %(A Video document of any kind.).freeze,
+ comment: "A Video document of any kind.".freeze,
label: "Video".freeze,
subClassOf: "as:Document".freeze,
type: "owl:Class".freeze
term :View,
- comment: %(The actor viewed the object).freeze,
+ comment: "The actor viewed the object".freeze,
label: "View".freeze,
subClassOf: "as:Activity".freeze,
type: "owl:Class".freeze
# Property definitions
property :accuracy,
- comment: %(Specifies the accuracy around the point established by the longitude and latitude).freeze,
+ comment: "Specifies the accuracy around the point established by the longitude and latitude".freeze,
domain: "as:Place".freeze,
label: "accuracy".freeze,
range: term(
"owl:onDatatype": "xsd:float".freeze,
"owl:withRestrictions": list(term(
@@ -801,27 +801,27 @@
)),
type: "rdfs:Datatype".freeze
),
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
property :actor,
- comment: %(Subproperty of as:attributedTo that identifies the primary actor).freeze,
+ comment: "Subproperty of as:attributedTo that identifies the primary actor".freeze,
domain: "as:Activity".freeze,
label: "actor".freeze,
range: term(
type: "owl:Class".freeze,
unionOf: list("as:Object".freeze, "as:Link".freeze)
),
subPropertyOf: "as:attributedTo".freeze,
type: "owl:ObjectProperty".freeze
property :altitude,
- comment: %(The altitude of a place).freeze,
+ comment: "The altitude of a place".freeze,
domain: "as:Place".freeze,
label: "altitude".freeze,
range: "xsd:float".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
property :anyOf,
- comment: %(Describes a possible inclusive answer or option for a question.).freeze,
+ comment: "Describes a possible inclusive answer or option for a question.".freeze,
domain: "as:Question".freeze,
label: "oneOf".freeze,
range: term(
type: "owl:Class".freeze,
unionOf: list("as:Object".freeze, "as:Link".freeze)
@@ -843,11 +843,11 @@
type: "owl:Class".freeze,
unionOf: list("as:Object".freeze, "as:Link".freeze)
),
type: ["owl:DeprecatedProperty".freeze, "owl:ObjectProperty".freeze]
property :attributedTo,
- comment: %(Identifies an entity to which an object is attributed).freeze,
+ comment: "Identifies an entity to which an object is attributed".freeze,
domain: term(
type: "owl:Class".freeze,
unionOf: list("as:Object".freeze, "as:Link".freeze)
),
label: "attributedTo".freeze,
@@ -863,11 +863,11 @@
type: "owl:Class".freeze,
unionOf: list("as:Object".freeze, "as:Link".freeze)
),
type: "owl:ObjectProperty".freeze
property :author,
- comment: %(Identifies the author of an object. Deprecated. Use as:attributedTo instead).freeze,
+ comment: "Identifies the author of an object. Deprecated. Use as:attributedTo instead".freeze,
domain: "as:Object".freeze,
label: "author".freeze,
range: term(
type: "owl:Class".freeze,
unionOf: list("as:Object".freeze, "as:Link".freeze)
@@ -897,22 +897,22 @@
type: "owl:Class".freeze,
unionOf: list("as:Object".freeze, "as:Link".freeze)
),
type: "owl:ObjectProperty".freeze
property :content,
- comment: %(The content of the object.).freeze,
+ comment: "The content of the object.".freeze,
domain: "as:Object".freeze,
label: "content".freeze,
range: term(
type: "owl:Class".freeze,
unionOf: list(term(
type: "rdfs:Datatype".freeze
), "xsd:string".freeze)
),
type: "owl:DatatypeProperty".freeze
property :context,
- comment: %(Specifies the context within which an object exists or an activity was performed).freeze,
+ comment: "Specifies the context within which an object exists or an activity was performed".freeze,
domain: "as:Object".freeze,
label: "context".freeze,
range: term(
type: "owl:Class".freeze,
unionOf: list("as:Object".freeze, "as:Link".freeze)
@@ -925,34 +925,34 @@
type: "owl:Class".freeze,
unionOf: list("as:CollectionPage".freeze, "as:Link".freeze)
),
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
property :deleted,
- comment: %(Specifies the date and time the object was deleted).freeze,
+ comment: "Specifies the date and time the object was deleted".freeze,
domain: "as:Tombstone".freeze,
label: "deleted".freeze,
range: "xsd:dateTime".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
property :describes,
- comment: %(On a Profile object, describes the object described by the profile).freeze,
+ comment: "On a Profile object, describes the object described by the profile".freeze,
domain: "as:Profile".freeze,
label: "describes".freeze,
range: "as:Object".freeze,
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
property :downstreamDuplicates,
domain: "as:Object".freeze,
label: "downstreamDuplicates".freeze,
range: "xsd:anyURI".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:DeprecatedProperty".freeze]
property :duration,
- comment: %(The duration of the object).freeze,
+ comment: "The duration of the object".freeze,
domain: "as:Object".freeze,
label: "duration".freeze,
range: "xsd:duration".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
property :endTime,
- comment: %(The ending time of the object).freeze,
+ comment: "The ending time of the object".freeze,
domain: "as:Object".freeze,
label: "endTime".freeze,
range: "xsd:dateTime".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
property :first,
@@ -962,11 +962,11 @@
type: "owl:Class".freeze,
unionOf: list("as:CollectionPage".freeze, "as:Link".freeze)
),
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
property :formerType,
- comment: %(On a Tombstone object, describes the former type of the deleted object).freeze,
+ comment: "On a Tombstone object, describes the former type of the deleted object".freeze,
domain: "as:Tombstone".freeze,
label: "formerType".freeze,
range: "as:Object".freeze,
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
property :generator,
@@ -976,23 +976,23 @@
type: "owl:Class".freeze,
unionOf: list("as:Object".freeze, "as:Link".freeze)
),
type: "owl:ObjectProperty".freeze
property :height,
- comment: %(The display height expressed as device independent pixels).freeze,
+ comment: "The display height expressed as device independent pixels".freeze,
domain: "as:Link".freeze,
label: "height".freeze,
range: "xsd:nonNegativeInteger".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
property :href,
- comment: %(The target URI of the Link).freeze,
+ comment: "The target URI of the Link".freeze,
domain: "as:Link".freeze,
label: "href".freeze,
range: "xsd:anyURI".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
property :hreflang,
- comment: %(A hint about the language of the referenced resource).freeze,
+ comment: "A hint about the language of the referenced resource".freeze,
domain: "as:Link".freeze,
label: "hreflang".freeze,
range: "xsd:language".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
property :icon,
@@ -1026,11 +1026,11 @@
type: "owl:Class".freeze,
unionOf: list("as:Object".freeze, "as:Link".freeze)
),
type: "owl:ObjectProperty".freeze
property :instrument,
- comment: %(Indentifies an object used \(or to be used\) to complete an activity).freeze,
+ comment: "Indentifies an object used (or to be used) to complete an activity".freeze,
domain: "as:Activity".freeze,
label: "instrument".freeze,
range: term(
type: "owl:Class".freeze,
unionOf: list("as:Object".freeze, "as:Link".freeze)
@@ -1054,11 +1054,11 @@
type: "owl:Class".freeze,
unionOf: list("as:CollectionPage".freeze, "as:Link".freeze)
),
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
property :latitude,
- comment: %(The latitude).freeze,
+ comment: "The latitude".freeze,
domain: "as:Place".freeze,
label: "latitude".freeze,
range: "xsd:float".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
property :location,
@@ -1068,17 +1068,17 @@
type: "owl:Class".freeze,
unionOf: list("as:Object".freeze, "as:Link".freeze)
),
type: "owl:ObjectProperty".freeze
property :longitude,
- comment: %(The longitude).freeze,
+ comment: "The longitude".freeze,
domain: "as:Place".freeze,
label: "longitude".freeze,
range: "xsd:float".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
property :mediaType,
- comment: %(The MIME Media Type).freeze,
+ comment: "The MIME Media Type".freeze,
domain: term(
type: "owl:Class".freeze,
unionOf: list("as:Link".freeze, "as:Object".freeze)
),
label: "mediaType".freeze,
@@ -1121,20 +1121,20 @@
domain: "as:Object".freeze,
label: "objectType".freeze,
range: "xsd:anyURI".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:DeprecatedProperty".freeze, "owl:FunctionalProperty".freeze]
property :oneOf,
- comment: %(Describes a possible exclusive answer or option for a question.).freeze,
+ comment: "Describes a possible exclusive answer or option for a question.".freeze,
domain: "as:Question".freeze,
label: "oneOf".freeze,
range: term(
type: "owl:Class".freeze,
unionOf: list("as:Object".freeze, "as:Link".freeze)
),
type: "owl:ObjectProperty".freeze
property :origin,
- comment: %(For certain activities, specifies the entity from which the action is directed.).freeze,
+ comment: "For certain activities, specifies the entity from which the action is directed.".freeze,
domain: "as:Activity".freeze,
label: "origin".freeze,
range: term(
type: "owl:Class".freeze,
unionOf: list("as:Object".freeze, "as:Link".freeze)
@@ -1174,17 +1174,17 @@
type: "owl:Class".freeze,
unionOf: list("as:Object".freeze, "as:Link".freeze)
),
type: ["owl:DeprecatedProperty".freeze, "owl:ObjectProperty".freeze]
property :published,
- comment: %(Specifies the date and time the object was published).freeze,
+ comment: "Specifies the date and time the object was published".freeze,
domain: "as:Object".freeze,
label: "published".freeze,
range: "xsd:dateTime".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
property :radius,
- comment: %(Specifies a radius around the point established by the longitude and latitude).freeze,
+ comment: "Specifies a radius around the point established by the longitude and latitude".freeze,
domain: "as:Place".freeze,
label: "radius".freeze,
range: term(
"owl:onDatatype": "xsd:float".freeze,
"owl:withRestrictions": list(term(
@@ -1192,11 +1192,11 @@
)),
type: "rdfs:Datatype".freeze
),
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
property :rating,
- comment: %(A numeric rating \(>= 0.0, <= 5.0\) for the object).freeze,
+ comment: "A numeric rating (>= 0.0, <= 5.0) for the object".freeze,
domain: "as:Object".freeze,
label: "rating".freeze,
range: term(
"owl:onDatatype": "xsd:float".freeze,
"owl:withRestrictions": list(term(
@@ -1206,17 +1206,17 @@
)),
type: "rdfs:Datatype".freeze
),
type: ["owl:DatatypeProperty".freeze, "owl:DeprecatedProperty".freeze, "owl:FunctionalProperty".freeze]
property :rel,
- comment: %(The RFC 5988 or HTML5 Link Relation associated with the Link).freeze,
+ comment: "The RFC 5988 or HTML5 Link Relation associated with the Link".freeze,
domain: "as:Link".freeze,
label: "rel".freeze,
range: "xsd:string".freeze,
type: "owl:DatatypeProperty".freeze
property :relationship,
- comment: %(On a Relationship object, describes the type of relationship).freeze,
+ comment: "On a Relationship object, describes the type of relationship".freeze,
domain: "as:Relationship".freeze,
label: "relationship".freeze,
range: "rdf:Property".freeze,
subPropertyOf: "rdf:predicate".freeze,
type: "owl:ObjectProperty".freeze
@@ -1232,33 +1232,33 @@
type: "owl:Class".freeze,
unionOf: list("as:Object".freeze, "as:Link".freeze)
),
type: "owl:ObjectProperty".freeze
property :startIndex,
- comment: %(In a strictly ordered logical collection, specifies the index position of the first item in the items list).freeze,
+ comment: "In a strictly ordered logical collection, specifies the index position of the first item in the items list".freeze,
domain: "as:OrderedCollectionPage".freeze,
label: "startIndex".freeze,
range: "xsd:nonNegativeInteger".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
property :startTime,
- comment: %(The starting time of the object).freeze,
+ comment: "The starting time of the object".freeze,
domain: "as:Object".freeze,
label: "startTime".freeze,
range: "xsd:dateTime".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
property :subject,
- comment: %(On a Relationship object, identifies the subject. e.g. when saying "John is connected to Sally", 'subject' refers to 'John').freeze,
+ comment: "On a Relationship object, identifies the subject. e.g. when saying \"John is connected to Sally\", 'subject' refers to 'John'".freeze,
domain: "as:Relationship".freeze,
label: "a".freeze,
range: term(
type: "owl:Class".freeze,
unionOf: list("as:Link".freeze, "as:Object".freeze)
),
subPropertyOf: "rdf:subject".freeze,
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
property :summary,
- comment: %(A short summary of the object).freeze,
+ comment: "A short summary of the object".freeze,
domain: "as:Object".freeze,
label: "summary".freeze,
range: term(
type: "owl:Class".freeze,
unionOf: list(term(
@@ -1298,17 +1298,17 @@
type: "owl:Class".freeze,
unionOf: list("as:Object".freeze, "as:Link".freeze)
),
type: "owl:ObjectProperty".freeze
property :totalItems,
- comment: %(The total number of items in a logical collection).freeze,
+ comment: "The total number of items in a logical collection".freeze,
domain: "as:Collection".freeze,
label: "totalItems".freeze,
range: "xsd:nonNegativeInteger".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
property :units,
- comment: %(Identifies the unit of measurement used by the radius, altitude and accuracy properties. The value can be expressed either as one of a set of predefined units or as a well-known common URI that identifies units.).freeze,
+ comment: "Identifies the unit of measurement used by the radius, altitude and accuracy properties. The value can be expressed either as one of a set of predefined units or as a well-known common URI that identifies units.".freeze,
domain: "as:Place".freeze,
label: "units".freeze,
range: term(
type: "rdfs:Datatype".freeze,
unionOf: list(term(
@@ -1316,22 +1316,22 @@
type: "rdfs:Datatype".freeze
), "xsd:anyURI".freeze)
),
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
property :updated,
- comment: %(Specifies when the object was last updated).freeze,
+ comment: "Specifies when the object was last updated".freeze,
domain: "as:Object".freeze,
label: "updated".freeze,
range: "xsd:dateTime".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
property :upstreamDuplicates,
domain: "as:Object".freeze,
label: "upstreamDuplicates".freeze,
range: "xsd:anyURI".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:DeprecatedProperty".freeze]
property :url,
- comment: %(Specifies a link to a specific representation of the Object).freeze,
+ comment: "Specifies a link to a specific representation of the Object".freeze,
domain: "as:Object".freeze,
label: "url".freeze,
range: term(
type: "owl:Class".freeze,
unionOf: list("as:Link".freeze, "owl:Thing".freeze)
@@ -1341,10 +1341,10 @@
domain: "as:Activity".freeze,
label: "verb".freeze,
range: "xsd:anyURI".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:DeprecatedProperty".freeze, "owl:FunctionalProperty".freeze]
property :width,
- comment: %(Specifies the preferred display width of the content, expressed in terms of device independent pixels.).freeze,
+ comment: "Specifies the preferred display width of the content, expressed in terms of device independent pixels.".freeze,
domain: "as:Link".freeze,
label: "width".freeze,
range: "xsd:nonNegativeInteger".freeze,
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
end