rdf-vocab 3.1.2 → 3.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +69 -45
  4. data/VERSION +1 -1
  5. data/lib/rdf/vocab.rb +60 -40
  6. data/lib/rdf/vocab/acl.rb +104 -61
  7. data/lib/rdf/vocab/as.rb +556 -91
  8. data/lib/rdf/vocab/bf2.rb +1791 -475
  9. data/lib/rdf/vocab/bibframe.rb +1 -2
  10. data/lib/rdf/vocab/bibo.rb +616 -124
  11. data/lib/rdf/vocab/cc.rb +125 -48
  12. data/lib/rdf/vocab/cert.rb +68 -1
  13. data/lib/rdf/vocab/cnt.rb +79 -1
  14. data/lib/rdf/vocab/crm.rb +1543 -776
  15. data/lib/rdf/vocab/datacite.rb +1 -1
  16. data/lib/rdf/vocab/dbo.rb +10463 -1
  17. data/lib/rdf/vocab/dc.rb +485 -99
  18. data/lib/rdf/vocab/dc11.rb +93 -31
  19. data/lib/rdf/vocab/dcat.rb +236 -88
  20. data/lib/rdf/vocab/dcmitype.rb +63 -13
  21. data/lib/rdf/vocab/disco.rb +286 -59
  22. data/lib/rdf/vocab/doap.rb +175 -1
  23. data/lib/rdf/vocab/dwc.rb +941 -189
  24. data/lib/rdf/vocab/earl.rb +324 -0
  25. data/lib/rdf/vocab/ebucore.rb +7255 -2184
  26. data/lib/rdf/vocab/edm.rb +202 -76
  27. data/lib/rdf/vocab/exif.rb +650 -1
  28. data/lib/rdf/vocab/extensions.rb +257 -203
  29. data/lib/rdf/vocab/fcrepo4.rb +398 -22
  30. data/lib/rdf/vocab/foaf.rb +380 -76
  31. data/lib/rdf/vocab/geo.rb +47 -110
  32. data/lib/rdf/vocab/geojson.rb +82 -17
  33. data/lib/rdf/vocab/geonames.rb +1508 -1351
  34. data/lib/rdf/vocab/gr.rb +861 -565
  35. data/lib/rdf/vocab/gs1.rb +1597 -1
  36. data/lib/rdf/vocab/ht.rb +204 -41
  37. data/lib/rdf/vocab/hydra.rb +335 -60
  38. data/lib/rdf/vocab/iana.rb +301 -114
  39. data/lib/rdf/vocab/ical.rb +534 -121
  40. data/lib/rdf/vocab/identifiers.rb +459 -499
  41. data/lib/rdf/vocab/iiif.rb +161 -26
  42. data/lib/rdf/vocab/jsonld.rb +179 -53
  43. data/lib/rdf/vocab/ldp.rb +130 -1
  44. data/lib/rdf/vocab/lrmi.rb +85 -17
  45. data/lib/rdf/vocab/ma.rb +460 -80
  46. data/lib/rdf/vocab/mads.rb +610 -22
  47. data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +813 -4
  48. data/lib/rdf/vocab/mo.rb +1115 -540
  49. data/lib/rdf/vocab/mods.rb +635 -124
  50. data/lib/rdf/vocab/nfo.rb +1 -1
  51. data/lib/rdf/vocab/oa.rb +343 -73
  52. data/lib/rdf/vocab/og.rb +100 -1
  53. data/lib/rdf/vocab/ogc.rb +42 -9
  54. data/lib/rdf/vocab/ore.rb +69 -14
  55. data/lib/rdf/vocab/org.rb +235 -47
  56. data/lib/rdf/vocab/pcdm.rb +58 -34
  57. data/lib/rdf/vocab/pplan.rb +21 -136
  58. data/lib/rdf/vocab/premis.rb +1171 -779
  59. data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +156 -2
  60. data/lib/rdf/vocab/prov.rb +700 -107
  61. data/lib/rdf/vocab/ptr.rb +172 -37
  62. data/lib/rdf/vocab/rightsstatements.rb +17 -13
  63. data/lib/rdf/vocab/rsa.rb +30 -1
  64. data/lib/rdf/vocab/rss.rb +52 -11
  65. data/lib/rdf/vocab/schema.rb +14970 -3993
  66. data/lib/rdf/vocab/schemas.rb +27066 -0
  67. data/lib/rdf/vocab/sd.rb +372 -0
  68. data/lib/rdf/vocab/sh.rb +919 -184
  69. data/lib/rdf/vocab/sioc.rb +498 -98
  70. data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +46 -9
  71. data/lib/rdf/vocab/sioctypes.rb +434 -0
  72. data/lib/rdf/vocab/skos.rb +160 -44
  73. data/lib/rdf/vocab/skosxl.rb +40 -11
  74. data/lib/rdf/vocab/v.rb +323 -37
  75. data/lib/rdf/vocab/vcard.rb +625 -119
  76. data/lib/rdf/vocab/vmd.rb +323 -37
  77. data/lib/rdf/vocab/void.rb +147 -27
  78. data/lib/rdf/vocab/vs.rb +23 -5
  79. data/lib/rdf/vocab/wdrs.rb +112 -23
  80. data/lib/rdf/vocab/wot.rb +96 -19
  81. data/lib/rdf/vocab/xhtml.rb +2 -1
  82. data/lib/rdf/vocab/xhv.rb +422 -201
  83. data/lib/rdf/vocab/xkos.rb +156 -7
  84. data/spec/extensions_spec.rb +68 -0
  85. data/spec/vocab_spec.rb +10 -0
  86. metadata +20 -11
  87. data/lib/rdf/vocab/sioct.rb +0 -277
@@ -5,9 +5,138 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://www.w3.org/ns/ldp#>
8
+ # #
9
+ # # The W3C Linked Data Platform (LDP) Vocabulary
10
+ # #
11
+ # # W3C Linked Data Platform (LDP)
12
+ # #
13
+ # # This ontology provides an informal representation of the concepts and terms as defined in the LDP specification. Consult the LDP specification for normative reference.
14
+ # #
15
+ # # Vocabulary URIs defined in the Linked Data Platform (LDP) namespace.
16
+ # # @see http://www.w3.org/2011/09/LinkedData/
17
+ # # @see http://www.w3.org/TR/ldp-paging/
18
+ # # @see http://www.w3.org/TR/ldp-ucr/
19
+ # # @see http://www.w3.org/2012/ldp
20
+ # # @see http://www.w3.org/TR/ldp/
8
21
  # class LDP < RDF::Vocabulary
22
+ # # An LDPC that uses a predefined predicate to simply link to its contained resources.
23
+ # # @return [RDF::Vocabulary::Term]
24
+ # attr_reader :BasicContainer
25
+ #
26
+ # # A Linked Data Platform RDF Source (LDP-RS) that also conforms to additional patterns and conventions for managing membership. Readers should refer to the specification defining this ontology for the list of behaviors associated with it.
27
+ # # @return [RDF::Vocabulary::Term]
28
+ # attr_reader :Container
29
+ #
30
+ # # An LDPC that is similar to a LDP-DC but it allows an indirection with the ability to list as member a resource, such as a URI representing a real-world object, that is different from the resource that is created.
31
+ # # @return [RDF::Vocabulary::Term]
32
+ # attr_reader :DirectContainer
33
+ #
34
+ # # An LDPC that has the flexibility of choosing what form the membership triples take.
35
+ # # @return [RDF::Vocabulary::Term]
36
+ # attr_reader :IndirectContainer
37
+ #
38
+ # # A Linked Data Platform Resource (LDPR) whose state is NOT represented as RDF.
39
+ # # @return [RDF::Vocabulary::Term]
40
+ # attr_reader :NonRDFSource
41
+ #
42
+ # # URI signifying that the resource is an in-sequence page resource, as defined by LDP Paging. Typically used on Link rel='type' response headers.
43
+ # # @return [RDF::Vocabulary::Term]
44
+ # attr_reader :Page
45
+ #
46
+ # # Element in the list of sorting criteria used by the server to assign container members to pages.
47
+ # # @return [RDF::Vocabulary::Term]
48
+ # attr_reader :PageSortCriterion
49
+ #
50
+ # # A Linked Data Platform Resource (LDPR) whose state is represented as RDF.
51
+ # # @return [RDF::Vocabulary::Term]
52
+ # attr_reader :RDFSource
53
+ #
54
+ # # A HTTP-addressable resource whose lifecycle is managed by a LDP server.
55
+ # # @return [RDF::Vocabulary::Term]
56
+ # attr_reader :Resource
57
+ #
58
+ # # Links a resource with constraints that the server requires requests like creation and update to conform to.
59
+ # # @return [RDF::Vocabulary::Term]
60
+ # attr_reader :constrainedBy
61
+ #
62
+ # # Links a container with resources created through the container.
63
+ # # @return [RDF::Vocabulary::Term]
64
+ # attr_reader :contains
65
+ #
66
+ # # Indicates which predicate is used in membership triples, and that the membership triple pattern is < membership-constant-URI , object-of-hasMemberRelation, member-URI >.
67
+ # # @return [RDF::Vocabulary::Term]
68
+ # attr_reader :hasMemberRelation
69
+ #
70
+ # # Links a resource to a container where notifications for the resource can be created and discovered.
71
+ # # @return [RDF::Vocabulary::Term]
72
+ # attr_reader :inbox
73
+ #
74
+ # # Indicates which triple in a creation request should be used as the member-URI value in the membership triple added when the creation request is successful.
75
+ # # @return [RDF::Vocabulary::Term]
76
+ # attr_reader :insertedContentRelation
77
+ #
78
+ # # Indicates which predicate is used in membership triples, and that the membership triple pattern is < member-URI , object-of-isMemberOfRelation, membership-constant-URI >.
79
+ # # @return [RDF::Vocabulary::Term]
80
+ # attr_reader :isMemberOfRelation
81
+ #
82
+ # # LDP servers should use this predicate as the membership predicate if there is no obvious predicate from an application vocabulary to use.
83
+ # # @return [RDF::Vocabulary::Term]
84
+ # attr_reader :member
85
+ #
86
+ # # Indicates the membership-constant-URI in a membership triple. Depending upon the membership triple pattern a container uses, as indicated by the presence of ldp:hasMemberRelation or ldp:isMemberOfRelation, the membership-constant-URI might occupy either the subject or object position in membership triples.
87
+ # # @return [RDF::Vocabulary::Term]
88
+ # attr_reader :membershipResource
89
+ #
90
+ # # Link to a page sequence resource, as defined by LDP Paging. Typically used to communicate the sorting criteria used to allocate LDPC members to pages.
91
+ # # @return [RDF::Vocabulary::Term]
92
+ # attr_reader :pageSequence
93
+ #
94
+ # # The collation used to order the members across pages in a page sequence when comparing strings.
95
+ # # @return [RDF::Vocabulary::Term]
96
+ # attr_reader :pageSortCollation
97
+ #
98
+ # # Link to the list of sorting criteria used by the server in a representation. Typically used on Link response headers as an extension link relation URI in the rel= parameter.
99
+ # # @return [RDF::Vocabulary::Term]
100
+ # attr_reader :pageSortCriteria
101
+ #
102
+ # # The ascending/descending/etc order used to order the members across pages in a page sequence.
103
+ # # @return [RDF::Vocabulary::Term]
104
+ # attr_reader :pageSortOrder
105
+ #
106
+ # # Predicate used to specify the order of the members across a page sequence's in-sequence page resources; it asserts nothing about the order of members in the representation of a single page.
107
+ # # @return [RDF::Vocabulary::Term]
108
+ # attr_reader :pageSortPredicate
109
+ #
110
+ # # Ascending order.
111
+ # # @return [RDF::Vocabulary::Term]
112
+ # attr_reader :Ascending
113
+ #
114
+ # # Descending order.
115
+ # # @return [RDF::Vocabulary::Term]
116
+ # attr_reader :Descending
117
+ #
118
+ # # Used to indicate default and typical behavior for ldp:insertedContentRelation, where the member-URI value in the membership triple added when a creation request is successful is the URI assigned to the newly created resource.
119
+ # # @return [RDF::Vocabulary::Term]
120
+ # attr_reader :MemberSubject
121
+ #
122
+ # # URI identifying a LDPC's containment triples, for example to allow clients to express interest in receiving them.
123
+ # # @return [RDF::Vocabulary::Term]
124
+ # attr_reader :PreferContainment
125
+ #
126
+ # # Archaic alias for ldp:PreferMinimalContainer
127
+ # # @return [RDF::Vocabulary::Term]
128
+ # attr_reader :PreferEmptyContainer
129
+ #
130
+ # # URI identifying a LDPC's membership triples, for example to allow clients to express interest in receiving them.
131
+ # # @return [RDF::Vocabulary::Term]
132
+ # attr_reader :PreferMembership
133
+ #
134
+ # # URI identifying the subset of a LDPC's triples present in an empty LDPC, for example to allow clients to express interest in receiving them. Currently this excludes containment and membership triples, but in the future other exclusions might be added. This definition is written to automatically exclude those new classes of triples.
135
+ # # @return [RDF::Vocabulary::Term]
136
+ # attr_reader :PreferMinimalContainer
137
+ #
9
138
  # end
10
- class LDP < RDF::Vocabulary("http://www.w3.org/ns/ldp#")
139
+ LDP = Class.new(RDF::Vocabulary("http://www.w3.org/ns/ldp#")) do
11
140
 
12
141
  # Ontology definition
13
142
  ontology :"http://www.w3.org/ns/ldp#",
@@ -5,9 +5,77 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://purl.org/dcx/lrmi-terms/>
8
+ # #
9
+ # # LRMI RDF Specification
10
+ # #
11
+ # # The LRMI specification is a collection of classes and properties for markup and description of educational resources. The specification builds on the extensive vocabulary provided by Schema.org and other standards.
8
12
  # class LRMI < RDF::Vocabulary
13
+ # # An intangible item that describes an alignment between a learning resource and a node in an educational framework.
14
+ # # @return [RDF::Vocabulary::Term]
15
+ # attr_reader :AlignmentObject
16
+ #
17
+ # # An individual or group for whom the learning resource was created or useful.
18
+ # # @return [RDF::Vocabulary::Term]
19
+ # attr_reader :EducationalAudience
20
+ #
21
+ # # A category of alignment between the learning resource and the framework node.
22
+ # # @return [RDF::Vocabulary::Term]
23
+ # attr_reader :alignmentType
24
+ #
25
+ # # An alignment to an established educational framework.
26
+ # # @return [RDF::Vocabulary::Term]
27
+ # attr_reader :educationalAlignment
28
+ #
29
+ # # The framework to which the resource being described is aligned.
30
+ # # @return [RDF::Vocabulary::Term]
31
+ # attr_reader :educationalFramework
32
+ #
33
+ # # The role that describes the target audience of the content.
34
+ # # @return [RDF::Vocabulary::Term]
35
+ # attr_reader :educationalRole
36
+ #
37
+ # # The purpose of a work in the context of education.
38
+ # # @return [RDF::Vocabulary::Term]
39
+ # attr_reader :educationalUse
40
+ #
41
+ # # The predominant mode of learning supported by the learning resource.
42
+ # # @return [RDF::Vocabulary::Term]
43
+ # attr_reader :interactivityType
44
+ #
45
+ # # A resource that was used in the creation of this resource.
46
+ # # @return [RDF::Vocabulary::Term]
47
+ # attr_reader :isBasedOnUrl
48
+ #
49
+ # # The predominant type or kind characterizing the learning resource.
50
+ # # @return [RDF::Vocabulary::Term]
51
+ # attr_reader :learningResourceType
52
+ #
53
+ # # The description of a node in an established educational framework.
54
+ # # @return [RDF::Vocabulary::Term]
55
+ # attr_reader :targetDescription
56
+ #
57
+ # # The name of a node in an established educational framework.
58
+ # # @return [RDF::Vocabulary::Term]
59
+ # attr_reader :targetName
60
+ #
61
+ # # The URL of a node in an established educational framework.
62
+ # # @return [RDF::Vocabulary::Term]
63
+ # attr_reader :targetUrl
64
+ #
65
+ # # Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience.
66
+ # # @return [RDF::Vocabulary::Term]
67
+ # attr_reader :timeRequired
68
+ #
69
+ # # The typical expected age range.
70
+ # # @return [RDF::Vocabulary::Term]
71
+ # attr_reader :typicalAgeRange
72
+ #
73
+ # # The URL where the owner specifies permissions for using the resource.
74
+ # # @return [RDF::Vocabulary::Term]
75
+ # attr_reader :useRightsUrl
76
+ #
9
77
  # end
10
- class LRMI < RDF::Vocabulary("http://purl.org/dcx/lrmi-terms/")
78
+ LRMI = Class.new(RDF::Vocabulary("http://purl.org/dcx/lrmi-terms/")) do
11
79
 
12
80
  # Ontology definition
13
81
  ontology :"http://purl.org/dcx/lrmi-terms/",
@@ -21,7 +89,7 @@ module RDF::Vocab
21
89
 
22
90
  # Class definitions
23
91
  term :AlignmentObject,
24
- comment: %(An intangible item that describes an alignment between a learning resource and a node in an educational framework.).freeze,
92
+ comment: "An intangible item that describes an alignment between a learning resource and a node in an educational framework.".freeze,
25
93
  "dc:issued": "2015-02-09".freeze,
26
94
  equivalentClass: "schema:AlignmentObject".freeze,
27
95
  isDefinedBy: "lrmi:".freeze,
@@ -29,7 +97,7 @@ module RDF::Vocab
29
97
  subClassOf: "schema:Intangible".freeze,
30
98
  type: "rdfs:Class".freeze
31
99
  term :EducationalAudience,
32
- comment: %(An individual or group for whom the learning resource was created or useful.).freeze,
100
+ comment: "An individual or group for whom the learning resource was created or useful.".freeze,
33
101
  "dc:issued": "2015-02-09".freeze,
34
102
  equivalentClass: "schema:EducationalAudience".freeze,
35
103
  isDefinedBy: "lrmi:".freeze,
@@ -39,7 +107,7 @@ module RDF::Vocab
39
107
 
40
108
  # Property definitions
41
109
  property :alignmentType,
42
- comment: %(A category of alignment between the learning resource and the framework node.).freeze,
110
+ comment: "A category of alignment between the learning resource and the framework node.".freeze,
43
111
  "dc:description": "Recommended values include: 'assesses', 'teaches', 'requires', 'textComplexity', 'readingLevel', 'educationalSubject', and 'educationLevel'.".freeze,
44
112
  "dc:issued": "2015-02-09".freeze,
45
113
  domainIncludes: ["lrmi:AlignmentObject".freeze, "schema:AlignmentObject".freeze],
@@ -49,7 +117,7 @@ module RDF::Vocab
49
117
  rangeIncludes: "xsd:string".freeze,
50
118
  type: "rdf:Property".freeze
51
119
  property :educationalAlignment,
52
- comment: %(An alignment to an established educational framework.).freeze,
120
+ comment: "An alignment to an established educational framework.".freeze,
53
121
  "dc:issued": "2015-02-09".freeze,
54
122
  domainIncludes: "schema:CreativeWork".freeze,
55
123
  equivalentProperty: "schema:educationalAlignment".freeze,
@@ -58,7 +126,7 @@ module RDF::Vocab
58
126
  rangeIncludes: ["lrmi:AlignmentObject".freeze, "schema:AlignmentObject".freeze],
59
127
  type: "rdf:Property".freeze
60
128
  property :educationalFramework,
61
- comment: %(The framework to which the resource being described is aligned.).freeze,
129
+ comment: "The framework to which the resource being described is aligned.".freeze,
62
130
  "dc:issued": "2015-02-09".freeze,
63
131
  domainIncludes: ["lrmi:AlignmentObject".freeze, "schema:AlignmentObject".freeze],
64
132
  equivalentProperty: "schema:educationalFramework".freeze,
@@ -67,7 +135,7 @@ module RDF::Vocab
67
135
  rangeIncludes: "xsd:string".freeze,
68
136
  type: "rdf:Property".freeze
69
137
  property :educationalRole,
70
- comment: %(The role that describes the target audience of the content.).freeze,
138
+ comment: "The role that describes the target audience of the content.".freeze,
71
139
  "dc:description": "The educational function assumed or part played by the group for whom the resource is intended.".freeze,
72
140
  "dc:issued": "2015-02-09".freeze,
73
141
  domainIncludes: ["lrmi:EducationalAudience".freeze, "schema:EducationalAudience".freeze],
@@ -77,7 +145,7 @@ module RDF::Vocab
77
145
  rangeIncludes: "xsd:string".freeze,
78
146
  type: "rdf:Property".freeze
79
147
  property :educationalUse,
80
- comment: %(The purpose of a work in the context of education.).freeze,
148
+ comment: "The purpose of a work in the context of education.".freeze,
81
149
  "dc:description": "For example, 'assignment', 'group work'.".freeze,
82
150
  "dc:issued": "2015-02-09".freeze,
83
151
  domainIncludes: "schema:CreativeWork".freeze,
@@ -87,7 +155,7 @@ module RDF::Vocab
87
155
  rangeIncludes: "xsd:string".freeze,
88
156
  type: "rdf:Property".freeze
89
157
  property :interactivityType,
90
- comment: %(The predominant mode of learning supported by the learning resource.).freeze,
158
+ comment: "The predominant mode of learning supported by the learning resource.".freeze,
91
159
  "dc:description": ["Acceptable values are 'active', 'expositive', or 'mixed'.".freeze, "Based on, and mappable from, IEEE LOM 5.1: Interactivity Type.".freeze],
92
160
  "dc:issued": "2015-02-09".freeze,
93
161
  domainIncludes: "schema:CreativeWork".freeze,
@@ -97,7 +165,7 @@ module RDF::Vocab
97
165
  rangeIncludes: "xsd:string".freeze,
98
166
  type: "rdf:Property".freeze
99
167
  property :isBasedOnUrl,
100
- comment: %(A resource that was used in the creation of this resource.).freeze,
168
+ comment: "A resource that was used in the creation of this resource.".freeze,
101
169
  "dc:description": "This term can be repeated for multiple sources.".freeze,
102
170
  "dc:issued": "2015-02-09".freeze,
103
171
  domainIncludes: "schema:CreativeWork".freeze,
@@ -107,7 +175,7 @@ module RDF::Vocab
107
175
  rangeIncludes: "xsd:anyURI".freeze,
108
176
  type: "rdf:Property".freeze
109
177
  property :learningResourceType,
110
- comment: %(The predominant type or kind characterizing the learning resource.).freeze,
178
+ comment: "The predominant type or kind characterizing the learning resource.".freeze,
111
179
  "dc:description": "For example, 'presentation', 'handout'.".freeze,
112
180
  "dc:issued": "2015-02-09".freeze,
113
181
  domainIncludes: "schema:CreativeWork".freeze,
@@ -117,7 +185,7 @@ module RDF::Vocab
117
185
  rangeIncludes: "xsd:string".freeze,
118
186
  type: "rdf:Property".freeze
119
187
  property :targetDescription,
120
- comment: %(The description of a node in an established educational framework.).freeze,
188
+ comment: "The description of a node in an established educational framework.".freeze,
121
189
  "dc:issued": "2015-02-09".freeze,
122
190
  domainIncludes: ["lrmi:AlignmentObject".freeze, "schema:AlignmentObject".freeze],
123
191
  equivalentProperty: "schema:targetDescription".freeze,
@@ -126,7 +194,7 @@ module RDF::Vocab
126
194
  rangeIncludes: "xsd:string".freeze,
127
195
  type: "rdf:Property".freeze
128
196
  property :targetName,
129
- comment: %(The name of a node in an established educational framework.).freeze,
197
+ comment: "The name of a node in an established educational framework.".freeze,
130
198
  "dc:issued": "2015-02-09".freeze,
131
199
  domainIncludes: ["lrmi:AlignmentObject".freeze, "schema:AlignmentObject".freeze],
132
200
  equivalentProperty: "schema:targetName".freeze,
@@ -135,7 +203,7 @@ module RDF::Vocab
135
203
  rangeIncludes: "xsd:string".freeze,
136
204
  type: "rdf:Property".freeze
137
205
  property :targetUrl,
138
- comment: %(The URL of a node in an established educational framework.).freeze,
206
+ comment: "The URL of a node in an established educational framework.".freeze,
139
207
  "dc:issued": "2015-02-09".freeze,
140
208
  domainIncludes: ["lrmi:AlignmentObject".freeze, "schema:AlignmentObject".freeze],
141
209
  equivalentProperty: "schema:targetUrl".freeze,
@@ -144,7 +212,7 @@ module RDF::Vocab
144
212
  rangeIncludes: "xsd:anyURI".freeze,
145
213
  type: "rdf:Property".freeze
146
214
  property :timeRequired,
147
- comment: %(Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience.).freeze,
215
+ comment: "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience.".freeze,
148
216
  "dc:description": ["Based on, and mappable from, IEEE LOM 5.9: Typical Learning Time.".freeze, "For example, 'PT30M' and 'PT1H25M'".freeze],
149
217
  "dc:issued": "2015-02-09".freeze,
150
218
  domainIncludes: ["lrmi:AlignmentObject".freeze, "schema:AlignmentObject".freeze],
@@ -154,7 +222,7 @@ module RDF::Vocab
154
222
  rangeIncludes: "schema:Duration".freeze,
155
223
  type: "rdf:Property".freeze
156
224
  property :typicalAgeRange,
157
- comment: %(The typical expected age range.).freeze,
225
+ comment: "The typical expected age range.".freeze,
158
226
  "dc:description": ["Based on, and mappable from, IEEE LOM 5.7: Typical Age Range.".freeze, "For example, '7-9', '18-'.".freeze],
159
227
  "dc:issued": "2015-02-09".freeze,
160
228
  domainIncludes: "schema:CreativeWork".freeze,
@@ -164,7 +232,7 @@ module RDF::Vocab
164
232
  rangeIncludes: "xsd:string".freeze,
165
233
  type: "rdf:Property".freeze
166
234
  property :useRightsUrl,
167
- comment: %(The URL where the owner specifies permissions for using the resource.).freeze,
235
+ comment: "The URL where the owner specifies permissions for using the resource.".freeze,
168
236
  "dc:description": "For example: 'http://creativecommons.org/licenses/by/3.0/', 'http://publisher.com/content-use-description'.".freeze,
169
237
  "dc:issued": "2015-02-09".freeze,
170
238
  domainIncludes: "schema:CreativeWork".freeze,
@@ -5,13 +5,393 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://www.w3.org/ns/ma-ont#>
8
+ # #
9
+ # # Created by Tobias Buerger, Jean Pierre Evain and Pierre-Antoine Champin with the RDFS Taskforce within the W3C Media Annotation Working Group.
10
+ # #
11
+ # # THE CONTENT OF THIS MA-ONT.RDF AND DERIVED MA-ONT.TTL FILES PREVAIL OVER THE SPECIFICATION.
12
+ # # @version R36
8
13
  # class MA < RDF::Vocabulary
14
+ # # A person or organisation contributing to the media resource.
15
+ # # @return [RDF::Vocabulary::Term]
16
+ # attr_reader :Agent
17
+ #
18
+ # # A specialisation of Track for Audio to provide a link to specific data properties such as sampleRate, etc. Specialisation is defined through object properties.
19
+ # # @return [RDF::Vocabulary::Term]
20
+ # attr_reader :AudioTrack
21
+ #
22
+ # # Any group of media resource e.g. a series.
23
+ # # @return [RDF::Vocabulary::Term]
24
+ # attr_reader :Collection
25
+ #
26
+ # # Ancillary data track e.g. captioning in addition to video and audio tracks. Specialisation is made through the use of appropriate object properties.
27
+ # # @return [RDF::Vocabulary::Term]
28
+ # attr_reader :DataTrack
29
+ #
30
+ # # A still image / thumbnail / key frame related to the media resource or being the media resource itself.
31
+ # # @return [RDF::Vocabulary::Term]
32
+ # attr_reader :Image
33
+ #
34
+ # # A location related to the media resource, e.g. depicted in the resource (possibly fictional) or where the resource was created (shooting location), etc.
35
+ # # @return [RDF::Vocabulary::Term]
36
+ # attr_reader :Location
37
+ #
38
+ # # A media fragment (spatial, temporal, track...) composing a media resource. In other ontologies fragment is sometimes referred to as a 'part' or 'segment'.
39
+ # # @return [RDF::Vocabulary::Term]
40
+ # attr_reader :MediaFragment
41
+ #
42
+ # # An image or an audiovisual media resource, which can be composed of one or more fragment / track.
43
+ # # @return [RDF::Vocabulary::Term]
44
+ # attr_reader :MediaResource
45
+ #
46
+ # # An organisation or moral agent.
47
+ # # @return [RDF::Vocabulary::Term]
48
+ # attr_reader :Organisation
49
+ #
50
+ # # A physical person.
51
+ # # @return [RDF::Vocabulary::Term]
52
+ # attr_reader :Person
53
+ #
54
+ # # Information about the rating given to a media resource.
55
+ # # @return [RDF::Vocabulary::Term]
56
+ # attr_reader :Rating
57
+ #
58
+ # # Information about The target audience (target region, target audience category but also parental guidance recommendation) for which a media resource is intended.
59
+ # # @return [RDF::Vocabulary::Term]
60
+ # attr_reader :TargetAudience
61
+ #
62
+ # # A specialisation of MediaFragment for audiovisual content.
63
+ # # @return [RDF::Vocabulary::Term]
64
+ # attr_reader :Track
65
+ #
66
+ # # A specialisation of Track for Video to provide a link to specific data properties such as frameRate, etc. Signing is another possible example of video track. Specialisation is defined through object properties.
67
+ # # @return [RDF::Vocabulary::Term]
68
+ # attr_reader :VideoTrack
69
+ #
70
+ # # Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning "alternative".
71
+ # # @return [RDF::Vocabulary::Term]
72
+ # attr_reader :alternativeTitle
73
+ #
74
+ # # Corresponds to 'averageBitRate' in the Ontology for Media Resources, expressed in kilobits/second.
75
+ # # @return [RDF::Vocabulary::Term]
76
+ # attr_reader :averageBitRate
77
+ #
78
+ # # The name by which a collection (e.g. series) is known.
79
+ # # @return [RDF::Vocabulary::Term]
80
+ # attr_reader :collectionName
81
+ #
82
+ # # Corresponds to 'copyright.copyright' in the Ontology for Media Resources.
83
+ # # @return [RDF::Vocabulary::Term]
84
+ # attr_reader :copyright
85
+ #
86
+ # # A subproperty of 'hasRelatedLocation" used to specify where material shooting took place.
87
+ # # @return [RDF::Vocabulary::Term]
88
+ # attr_reader :createdIn
89
+ #
90
+ # # Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "creationDate".
91
+ # # @return [RDF::Vocabulary::Term]
92
+ # attr_reader :creationDate
93
+ #
94
+ # # Corresponds to date.date in the ontology for Media Resources. Subproperties can be used to distinguish different values of 'date.type'. The recommended range is 'xsd:dateTime' (for compliance with OWL2-QL and OWL2-RL) but other time-related datatypes may be used (e.g. 'xsd:gYear', 'xsd:date'...).
95
+ # # @return [RDF::Vocabulary::Term]
96
+ # attr_reader :date
97
+ #
98
+ # # A subproperty of 'hasRelatedLocation' used to specify where the action depicted in the media is supposed to take place, as opposed to the location where shooting actually took place (see 'createdIn').
99
+ # # @return [RDF::Vocabulary::Term]
100
+ # attr_reader :depictsFictionalLocation
101
+ #
102
+ # # Corresponds to 'description' in the Ontology for Media Resources. This can be specialised by using sub-properties e.g. 'summary' or 'script'.
103
+ # # @return [RDF::Vocabulary::Term]
104
+ # attr_reader :description
105
+ #
106
+ # # Corresponds to 'duration' in the Ontology for Media Resources.
107
+ # # @return [RDF::Vocabulary::Term]
108
+ # attr_reader :duration
109
+ #
110
+ # # Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "editDate".
111
+ # # @return [RDF::Vocabulary::Term]
112
+ # attr_reader :editDate
113
+ #
114
+ # # Corresponds to 'contributor.contributor' in the Ontology for Media Resources with a 'contributor.role' meaning "actor".
115
+ # # @return [RDF::Vocabulary::Term]
116
+ # attr_reader :features
117
+ #
118
+ # # Corresponds to 'namedFragment.label' in the Ontology for Media Resources.
119
+ # # @return [RDF::Vocabulary::Term]
120
+ # attr_reader :fragmentName
121
+ #
122
+ # # Corresponds to 'frameSize.height' in the Ontology for Media Resources, measured in frameSizeUnit.
123
+ # # @return [RDF::Vocabulary::Term]
124
+ # attr_reader :frameHeight
125
+ #
126
+ # # Corresponds to 'frameRate' in the Ontology for Media Resources, in frame per second.
127
+ # # @return [RDF::Vocabulary::Term]
128
+ # attr_reader :frameRate
129
+ #
130
+ # # Corresponds to 'frameSize.unit' in the Ontology for Media Resources.
131
+ # # @return [RDF::Vocabulary::Term]
132
+ # attr_reader :frameSizeUnit
133
+ #
134
+ # # Corresponds to 'frameSize.width' in the Ontology for Media Resources measured in frameSizeUnit.
135
+ # # @return [RDF::Vocabulary::Term]
136
+ # attr_reader :frameWidth
137
+ #
138
+ # # Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' "access conditions".
139
+ # # @return [RDF::Vocabulary::Term]
140
+ # attr_reader :hasAccessConditions
141
+ #
142
+ # # Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "audio-description".
143
+ # # @return [RDF::Vocabulary::Term]
144
+ # attr_reader :hasAudioDescription
145
+ #
146
+ # # Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "captioning". This property can for example point to a spatial fragment, a VideoTrack or a DataTrack. The language of the captioning track can be expressed by attaching a 'hasLanguage' property to the specific track.
147
+ # # @return [RDF::Vocabulary::Term]
148
+ # attr_reader :hasCaptioning
149
+ #
150
+ # # Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "chapter".
151
+ # # @return [RDF::Vocabulary::Term]
152
+ # attr_reader :hasChapter
153
+ #
154
+ # # Corresponds to 'targetAudience.classification' in the Ontology for Media Resources. This property is used to provide a value characterising the target audience.
155
+ # # @return [RDF::Vocabulary::Term]
156
+ # attr_reader :hasClassification
157
+ #
158
+ # # Corresponds to 'targetAudience.identifier' in the Ontology for Media Resources. This is used to identify the reference sheme against which the target audience has been characterised.
159
+ # # @return [RDF::Vocabulary::Term]
160
+ # attr_reader :hasClassificationSystem
161
+ #
162
+ # # Corresponds to 'compression' in the Ontology for Media Resources.
163
+ # # @return [RDF::Vocabulary::Term]
164
+ # attr_reader :hasCompression
165
+ #
166
+ # # @return [RDF::Vocabulary::Term]
167
+ # attr_reader :hasContributedTo
168
+ #
169
+ # # Corresponds to 'contributor.contributor' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'contributor.role'.
170
+ # # @return [RDF::Vocabulary::Term]
171
+ # attr_reader :hasContributor
172
+ #
173
+ # # @return [RDF::Vocabulary::Term]
174
+ # attr_reader :hasCopyrightOver
175
+ #
176
+ # # @return [RDF::Vocabulary::Term]
177
+ # attr_reader :hasCreated
178
+ #
179
+ # # Corresponds to 'creator.creator' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'creator.role'. Note that this property is semantically a subproperty of 'hasContributor'.
180
+ # # @return [RDF::Vocabulary::Term]
181
+ # attr_reader :hasCreator
182
+ #
183
+ # # Corresponds to 'format' in the Ontology for Media Resources.
184
+ # # @return [RDF::Vocabulary::Term]
185
+ # attr_reader :hasFormat
186
+ #
187
+ # # Corresponds to 'fragment' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'fragment.role'.
188
+ # # @return [RDF::Vocabulary::Term]
189
+ # attr_reader :hasFragment
190
+ #
191
+ # # Corresponds to 'genre' in the Ontology for Media Resources.
192
+ # # @return [RDF::Vocabulary::Term]
193
+ # attr_reader :hasGenre
194
+ #
195
+ # # Corresponds to 'keyword' in the Ontology for Media Resources.
196
+ # # @return [RDF::Vocabulary::Term]
197
+ # attr_reader :hasKeyword
198
+ #
199
+ # # Corresponds to 'language' in the Ontology for Media Resources. The language used in the resource. A controlled vocabulary such as defined in BCP 47 SHOULD be used. This property can also be used to identify the presence of sign language (RFC 5646). By inheritance, the hasLanguage property applies indifferently at the media resource / fragment / track levels. Best practice recommends to use to best possible level of granularity fo describe the usage of language within a media resource including at fragment and track levels.
200
+ # # @return [RDF::Vocabulary::Term]
201
+ # attr_reader :hasLanguage
202
+ #
203
+ # # Corresponds to 'location.coordinateSystem' in the Ontology for Media Resources.
204
+ # # @return [RDF::Vocabulary::Term]
205
+ # attr_reader :hasLocationCoordinateSystem
206
+ #
207
+ # # @return [RDF::Vocabulary::Term]
208
+ # attr_reader :hasMember
209
+ #
210
+ # # Corresponds to 'namedFragment' in the Ontology for Media Resources.
211
+ # # @return [RDF::Vocabulary::Term]
212
+ # attr_reader :hasNamedFragment
213
+ #
214
+ # # Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' meaning "permissions".
215
+ # # @return [RDF::Vocabulary::Term]
216
+ # attr_reader :hasPermissions
217
+ #
218
+ # # Corresponds to 'policy' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'policy.type'.
219
+ # # @return [RDF::Vocabulary::Term]
220
+ # attr_reader :hasPolicy
221
+ #
222
+ # # @return [RDF::Vocabulary::Term]
223
+ # attr_reader :hasPublished
224
+ #
225
+ # # Corresponds to 'publisher' in the Ontology for Media Resources.
226
+ # # @return [RDF::Vocabulary::Term]
227
+ # attr_reader :hasPublisher
228
+ #
229
+ # # Corresponds to 'rating' in the Ontology for Media Resources.
230
+ # # @return [RDF::Vocabulary::Term]
231
+ # attr_reader :hasRating
232
+ #
233
+ # # Corresponds to 'rating.type' in the Ontology for Media Resources.
234
+ # # @return [RDF::Vocabulary::Term]
235
+ # attr_reader :hasRatingSystem
236
+ #
237
+ # # Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning "related image".
238
+ # # @return [RDF::Vocabulary::Term]
239
+ # attr_reader :hasRelatedImage
240
+ #
241
+ # # Corresponds to 'location' in the Ontology for Media Resources. Subproperties are provided to specify, when possible, the relation between the media resource and the location.
242
+ # # @return [RDF::Vocabulary::Term]
243
+ # attr_reader :hasRelatedLocation
244
+ #
245
+ # # Corresponds to 'relation' and in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'relation.type'.
246
+ # # @return [RDF::Vocabulary::Term]
247
+ # attr_reader :hasRelatedResource
248
+ #
249
+ # # Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "signing". This property can for example point to a spatial fragment or a VideoTrack. The sign language of the captioning track can be expressed by attaching a 'hasLanguage' property to the specific track.
250
+ # # @return [RDF::Vocabulary::Term]
251
+ # attr_reader :hasSigning
252
+ #
253
+ # # Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning "source".
254
+ # # @return [RDF::Vocabulary::Term]
255
+ # attr_reader :hasSource
256
+ #
257
+ # # Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "subtitling".
258
+ # # @return [RDF::Vocabulary::Term]
259
+ # attr_reader :hasSubtitling
260
+ #
261
+ # # Corresponds to 'targetAudience' in the Ontology for Media Resources.
262
+ # # @return [RDF::Vocabulary::Term]
263
+ # attr_reader :hasTargetAudience
264
+ #
265
+ # # Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "track".
266
+ # # @return [RDF::Vocabulary::Term]
267
+ # attr_reader :hasTrack
268
+ #
269
+ # # @return [RDF::Vocabulary::Term]
270
+ # attr_reader :isCaptioningOf
271
+ #
272
+ # # @return [RDF::Vocabulary::Term]
273
+ # attr_reader :isChapterOf
274
+ #
275
+ # # Corresponds to 'copyright.identifier' in the Ontology for Media Resources.
276
+ # # @return [RDF::Vocabulary::Term]
277
+ # attr_reader :isCopyrightedBy
278
+ #
279
+ # # @return [RDF::Vocabulary::Term]
280
+ # attr_reader :isCreationLocationOf
281
+ #
282
+ # # @return [RDF::Vocabulary::Term]
283
+ # attr_reader :isFictionalLocationDepictedIn
284
+ #
285
+ # # @return [RDF::Vocabulary::Term]
286
+ # attr_reader :isFragmentOf
287
+ #
288
+ # # @return [RDF::Vocabulary::Term]
289
+ # attr_reader :isImageRelatedTo
290
+ #
291
+ # # @return [RDF::Vocabulary::Term]
292
+ # attr_reader :isLocationRelatedTo
293
+ #
294
+ # # Corresponds to 'collection' in the Ontology for Media Resources.
295
+ # # @return [RDF::Vocabulary::Term]
296
+ # attr_reader :isMemberOf
297
+ #
298
+ # # @return [RDF::Vocabulary::Term]
299
+ # attr_reader :isNamedFragmentOf
300
+ #
301
+ # # Corresponds to 'rating.identifier' in the Ontology for Media Resources.
302
+ # # @return [RDF::Vocabulary::Term]
303
+ # attr_reader :isProvidedBy
304
+ #
305
+ # # @return [RDF::Vocabulary::Term]
306
+ # attr_reader :isRatingOf
307
+ #
308
+ # # @return [RDF::Vocabulary::Term]
309
+ # attr_reader :isRelatedTo
310
+ #
311
+ # # @return [RDF::Vocabulary::Term]
312
+ # attr_reader :isSigningOf
313
+ #
314
+ # # @return [RDF::Vocabulary::Term]
315
+ # attr_reader :isSourceOf
316
+ #
317
+ # # @return [RDF::Vocabulary::Term]
318
+ # attr_reader :isTargetAudienceOf
319
+ #
320
+ # # @return [RDF::Vocabulary::Term]
321
+ # attr_reader :isTrackOf
322
+ #
323
+ # # Corresponds to 'location.altitude' in the Ontology for Media Resources.
324
+ # # @return [RDF::Vocabulary::Term]
325
+ # attr_reader :locationAltitude
326
+ #
327
+ # # Corresponds to 'location.latitude' in the Ontology for Media Resources.
328
+ # # @return [RDF::Vocabulary::Term]
329
+ # attr_reader :locationLatitude
330
+ #
331
+ # # Corresponds to 'location.longitude' in the Ontology for Media Resources.
332
+ # # @return [RDF::Vocabulary::Term]
333
+ # attr_reader :locationLongitude
334
+ #
335
+ # # Corresponds to 'location.name' in the Ontology for Media Resources.
336
+ # # @return [RDF::Vocabulary::Term]
337
+ # attr_reader :locationName
338
+ #
339
+ # # Corresponds to 'locator' in the Ontology for Media Resources.
340
+ # # @return [RDF::Vocabulary::Term]
341
+ # attr_reader :locator
342
+ #
343
+ # # Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning "original".
344
+ # # @return [RDF::Vocabulary::Term]
345
+ # attr_reader :mainOriginalTitle
346
+ #
347
+ # # Corresponds to 'numTracks.number' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'numTracks.type'.
348
+ # # @return [RDF::Vocabulary::Term]
349
+ # attr_reader :numberOfTracks
350
+ #
351
+ # # @return [RDF::Vocabulary::Term]
352
+ # attr_reader :playsIn
353
+ #
354
+ # # @return [RDF::Vocabulary::Term]
355
+ # attr_reader :provides
356
+ #
357
+ # # Corresponds to 'rating.max' in the Ontology for Media Resources.
358
+ # # @return [RDF::Vocabulary::Term]
359
+ # attr_reader :ratingScaleMax
360
+ #
361
+ # # Corresponds to 'rating.min' in the Ontology for Media Resources.
362
+ # # @return [RDF::Vocabulary::Term]
363
+ # attr_reader :ratingScaleMin
364
+ #
365
+ # # Corresponds to 'rating.value' in the Ontology for Media Resources.
366
+ # # @return [RDF::Vocabulary::Term]
367
+ # attr_reader :ratingValue
368
+ #
369
+ # # Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "recordDate".
370
+ # # @return [RDF::Vocabulary::Term]
371
+ # attr_reader :recordDate
372
+ #
373
+ # # Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "releaseDate".
374
+ # # @return [RDF::Vocabulary::Term]
375
+ # attr_reader :releaseDate
376
+ #
377
+ # # Corresponds to 'samplingRate' in the Ontology for Media Resources, in samples per second.
378
+ # # @return [RDF::Vocabulary::Term]
379
+ # attr_reader :samplingRate
380
+ #
381
+ # # Corresponds to 'title.title' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'title.type'.
382
+ # # @return [RDF::Vocabulary::Term]
383
+ # attr_reader :title
384
+ #
385
+ # # Corresponds to 'fragment.name' in the Ontology for Media Resources, for Track fragments.
386
+ # # @return [RDF::Vocabulary::Term]
387
+ # attr_reader :trackName
388
+ #
9
389
  # end
10
- class MA < RDF::Vocabulary("http://www.w3.org/ns/ma-ont#")
390
+ MA = Class.new(RDF::Vocabulary("http://www.w3.org/ns/ma-ont#")) do
11
391
 
12
392
  # Ontology definition
13
393
  ontology :"http://www.w3.org/ns/ma-ont#",
14
- comment: [%(Created by Tobias Buerger, Jean Pierre Evain and Pierre-Antoine Champin with the RDFS Taskforce within the W3C Media Annotation Working Group.).freeze, %(THE CONTENT OF THIS MA-ONT.RDF AND DERIVED MA-ONT.TTL FILES PREVAIL OVER THE SPECIFICATION.).freeze],
394
+ comment: ["Created by Tobias Buerger, Jean Pierre Evain and Pierre-Antoine Champin with the RDFS Taskforce within the W3C Media Annotation Working Group.".freeze, "THE CONTENT OF THIS MA-ONT.RDF AND DERIVED MA-ONT.TTL FILES PREVAIL OVER THE SPECIFICATION.".freeze],
15
395
  "dc11:date": "2013-03-20".freeze,
16
396
  "owl:imports": "http://dublincore.org/2008/01/14/dcelements.rdf".freeze,
17
397
  "owl:versionInfo": "R36".freeze,
@@ -19,71 +399,71 @@ module RDF::Vocab
19
399
 
20
400
  # Class definitions
21
401
  term :Agent,
22
- comment: %(A person or organisation contributing to the media resource.).freeze,
402
+ comment: "A person or organisation contributing to the media resource.".freeze,
23
403
  "owl:disjointWith": ["ma:Collection".freeze, "ma:Location".freeze, "ma:MediaResource".freeze, "ma:Rating".freeze, "ma:TargetAudience".freeze],
24
404
  type: "owl:Class".freeze
25
405
  term :AudioTrack,
26
- comment: %(A specialisation of Track for Audio to provide a link to specific data properties such as sampleRate, etc. Specialisation is defined through object properties.).freeze,
406
+ comment: "A specialisation of Track for Audio to provide a link to specific data properties such as sampleRate, etc. Specialisation is defined through object properties.".freeze,
27
407
  "owl:disjointWith": ["ma:DataTrack".freeze, "ma:VideoTrack".freeze],
28
408
  subClassOf: "ma:Track".freeze,
29
409
  type: "owl:Class".freeze
30
410
  term :Collection,
31
- comment: %(Any group of media resource e.g. a series.).freeze,
411
+ comment: "Any group of media resource e.g. a series.".freeze,
32
412
  "owl:disjointWith": ["ma:Location".freeze, "ma:MediaResource".freeze, "ma:Rating".freeze, "ma:TargetAudience".freeze],
33
413
  type: "owl:Class".freeze
34
414
  term :DataTrack,
35
- comment: %(Ancillary data track e.g. captioning in addition to video and audio tracks. Specialisation is made through the use of appropriate object properties.).freeze,
415
+ comment: "Ancillary data track e.g. captioning in addition to video and audio tracks. Specialisation is made through the use of appropriate object properties.".freeze,
36
416
  "owl:disjointWith": "ma:VideoTrack".freeze,
37
417
  subClassOf: "ma:Track".freeze,
38
418
  type: "owl:Class".freeze
39
419
  term :Image,
40
- comment: %(A still image / thumbnail / key frame related to the media resource or being the media resource itself.).freeze,
420
+ comment: "A still image / thumbnail / key frame related to the media resource or being the media resource itself.".freeze,
41
421
  subClassOf: "ma:MediaResource".freeze,
42
422
  type: "owl:Class".freeze
43
423
  term :Location,
44
- comment: %(A location related to the media resource, e.g. depicted in the resource \(possibly fictional\) or where the resource was created \(shooting location\), etc.).freeze,
424
+ comment: "A location related to the media resource, e.g. depicted in the resource (possibly fictional) or where the resource was created (shooting location), etc.".freeze,
45
425
  "owl:disjointWith": ["ma:MediaResource".freeze, "ma:Rating".freeze, "ma:TargetAudience".freeze],
46
426
  type: "owl:Class".freeze
47
427
  term :MediaFragment,
48
- comment: %(A media fragment \(spatial, temporal, track...\) composing a media resource. In other ontologies fragment is sometimes referred to as a 'part' or 'segment'.).freeze,
428
+ comment: "A media fragment (spatial, temporal, track...) composing a media resource. In other ontologies fragment is sometimes referred to as a 'part' or 'segment'.".freeze,
49
429
  subClassOf: "ma:MediaResource".freeze,
50
430
  type: "owl:Class".freeze
51
431
  term :MediaResource,
52
- comment: %(An image or an audiovisual media resource, which can be composed of one or more fragment / track.).freeze,
432
+ comment: "An image or an audiovisual media resource, which can be composed of one or more fragment / track.".freeze,
53
433
  "owl:disjointWith": ["ma:Rating".freeze, "ma:TargetAudience".freeze],
54
434
  type: "owl:Class".freeze
55
435
  term :Organisation,
56
- comment: %(An organisation or moral agent.).freeze,
436
+ comment: "An organisation or moral agent.".freeze,
57
437
  "owl:disjointWith": "ma:Person".freeze,
58
438
  subClassOf: "ma:Agent".freeze,
59
439
  type: "owl:Class".freeze
60
440
  term :Person,
61
- comment: %(A physical person.).freeze,
441
+ comment: "A physical person.".freeze,
62
442
  subClassOf: "ma:Agent".freeze,
63
443
  type: "owl:Class".freeze
64
444
  term :Rating,
65
- comment: %(Information about the rating given to a media resource.).freeze,
445
+ comment: "Information about the rating given to a media resource.".freeze,
66
446
  "owl:disjointWith": "ma:TargetAudience".freeze,
67
447
  type: "owl:Class".freeze
68
448
  term :TargetAudience,
69
- comment: %(Information about The target audience \(target region, target audience category but also parental guidance recommendation\) for which a media resource is intended.).freeze,
449
+ comment: "Information about The target audience (target region, target audience category but also parental guidance recommendation) for which a media resource is intended.".freeze,
70
450
  type: "owl:Class".freeze
71
451
  term :Track,
72
- comment: %(A specialisation of MediaFragment for audiovisual content.).freeze,
452
+ comment: "A specialisation of MediaFragment for audiovisual content.".freeze,
73
453
  subClassOf: "ma:MediaFragment".freeze,
74
454
  type: "owl:Class".freeze
75
455
  term :VideoTrack,
76
- comment: %(A specialisation of Track for Video to provide a link to specific data properties such as frameRate, etc. Signing is another possible example of video track. Specialisation is defined through object properties.).freeze,
456
+ comment: "A specialisation of Track for Video to provide a link to specific data properties such as frameRate, etc. Signing is another possible example of video track. Specialisation is defined through object properties.".freeze,
77
457
  subClassOf: "ma:Track".freeze,
78
458
  type: "owl:Class".freeze
79
459
 
80
460
  # Property definitions
81
461
  property :alternativeTitle,
82
- comment: %(Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning "alternative".).freeze,
462
+ comment: "Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning \"alternative\".".freeze,
83
463
  subPropertyOf: "ma:title".freeze,
84
464
  type: "owl:DatatypeProperty".freeze
85
465
  property :averageBitRate,
86
- comment: %(Corresponds to 'averageBitRate' in the Ontology for Media Resources, expressed in kilobits/second.).freeze,
466
+ comment: "Corresponds to 'averageBitRate' in the Ontology for Media Resources, expressed in kilobits/second.".freeze,
87
467
  domain: term(
88
468
  intersectionOf: list("ma:MediaResource".freeze, term(
89
469
  "owl:complementOf": "ma:Image".freeze,
@@ -94,37 +474,37 @@ module RDF::Vocab
94
474
  range: "xsd:decimal".freeze,
95
475
  type: "owl:DatatypeProperty".freeze
96
476
  property :collectionName,
97
- comment: %(The name by which a collection \(e.g. series\) is known.).freeze,
477
+ comment: "The name by which a collection (e.g. series) is known.".freeze,
98
478
  domain: "ma:Collection".freeze,
99
479
  type: "owl:DatatypeProperty".freeze
100
480
  property :copyright,
101
- comment: %(Corresponds to 'copyright.copyright' in the Ontology for Media Resources.).freeze,
481
+ comment: "Corresponds to 'copyright.copyright' in the Ontology for Media Resources.".freeze,
102
482
  domain: "ma:MediaResource".freeze,
103
483
  type: "owl:DatatypeProperty".freeze
104
484
  property :createdIn,
105
- comment: %(A subproperty of 'hasRelatedLocation" used to specify where material shooting took place.).freeze,
485
+ comment: "A subproperty of 'hasRelatedLocation\" used to specify where material shooting took place.".freeze,
106
486
  inverseOf: "ma:isCreationLocationOf".freeze,
107
487
  subPropertyOf: "ma:hasRelatedLocation".freeze,
108
488
  type: "owl:ObjectProperty".freeze
109
489
  property :creationDate,
110
- comment: %(Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "creationDate".).freeze,
490
+ comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"creationDate\".".freeze,
111
491
  subPropertyOf: "ma:date".freeze,
112
492
  type: "owl:DatatypeProperty".freeze
113
493
  property :date,
114
- comment: %(Corresponds to date.date in the ontology for Media Resources. Subproperties can be used to distinguish different values of 'date.type'. The recommended range is 'xsd:dateTime' \(for compliance with OWL2-QL and OWL2-RL\) but other time-related datatypes may be used \(e.g. 'xsd:gYear', 'xsd:date'...\).).freeze,
494
+ comment: "Corresponds to date.date in the ontology for Media Resources. Subproperties can be used to distinguish different values of 'date.type'. The recommended range is 'xsd:dateTime' (for compliance with OWL2-QL and OWL2-RL) but other time-related datatypes may be used (e.g. 'xsd:gYear', 'xsd:date'...).".freeze,
115
495
  domain: "ma:MediaResource".freeze,
116
496
  type: "owl:DatatypeProperty".freeze
117
497
  property :depictsFictionalLocation,
118
- comment: %(A subproperty of 'hasRelatedLocation' used to specify where the action depicted in the media is supposed to take place, as opposed to the location where shooting actually took place \(see 'createdIn'\).).freeze,
498
+ comment: "A subproperty of 'hasRelatedLocation' used to specify where the action depicted in the media is supposed to take place, as opposed to the location where shooting actually took place (see 'createdIn').".freeze,
119
499
  inverseOf: "ma:isFictionalLocationDepictedIn".freeze,
120
500
  subPropertyOf: "ma:hasRelatedLocation".freeze,
121
501
  type: "owl:ObjectProperty".freeze
122
502
  property :description,
123
- comment: %(Corresponds to 'description' in the Ontology for Media Resources. This can be specialised by using sub-properties e.g. 'summary' or 'script'.).freeze,
503
+ comment: "Corresponds to 'description' in the Ontology for Media Resources. This can be specialised by using sub-properties e.g. 'summary' or 'script'.".freeze,
124
504
  domain: "ma:MediaResource".freeze,
125
505
  type: "owl:DatatypeProperty".freeze
126
506
  property :duration,
127
- comment: %(Corresponds to 'duration' in the Ontology for Media Resources.).freeze,
507
+ comment: "Corresponds to 'duration' in the Ontology for Media Resources.".freeze,
128
508
  domain: term(
129
509
  intersectionOf: list("ma:MediaResource".freeze, term(
130
510
  "owl:complementOf": "ma:Image".freeze,
@@ -135,72 +515,72 @@ module RDF::Vocab
135
515
  range: "xsd:decimal".freeze,
136
516
  type: "owl:DatatypeProperty".freeze
137
517
  property :editDate,
138
- comment: %(Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "editDate".).freeze,
518
+ comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"editDate\".".freeze,
139
519
  subPropertyOf: "ma:date".freeze,
140
520
  type: "owl:DatatypeProperty".freeze
141
521
  property :features,
142
- comment: %(Corresponds to 'contributor.contributor' in the Ontology for Media Resources with a 'contributor.role' meaning "actor".).freeze,
522
+ comment: "Corresponds to 'contributor.contributor' in the Ontology for Media Resources with a 'contributor.role' meaning \"actor\".".freeze,
143
523
  inverseOf: "ma:playsIn".freeze,
144
524
  range: "ma:Person".freeze,
145
525
  subPropertyOf: "ma:hasContributor".freeze,
146
526
  type: "owl:ObjectProperty".freeze
147
527
  property :fragmentName,
148
- comment: %(Corresponds to 'namedFragment.label' in the Ontology for Media Resources.).freeze,
528
+ comment: "Corresponds to 'namedFragment.label' in the Ontology for Media Resources.".freeze,
149
529
  domain: "ma:MediaFragment".freeze,
150
530
  type: "owl:DatatypeProperty".freeze
151
531
  property :frameHeight,
152
- comment: %(Corresponds to 'frameSize.height' in the Ontology for Media Resources, measured in frameSizeUnit.).freeze,
532
+ comment: "Corresponds to 'frameSize.height' in the Ontology for Media Resources, measured in frameSizeUnit.".freeze,
153
533
  domain: "ma:MediaResource".freeze,
154
534
  range: "xsd:integer".freeze,
155
535
  type: "owl:DatatypeProperty".freeze
156
536
  property :frameRate,
157
- comment: %(Corresponds to 'frameRate' in the Ontology for Media Resources, in frame per second.).freeze,
537
+ comment: "Corresponds to 'frameRate' in the Ontology for Media Resources, in frame per second.".freeze,
158
538
  domain: "ma:MediaResource".freeze,
159
539
  range: "xsd:decimal".freeze,
160
540
  type: "owl:DatatypeProperty".freeze
161
541
  property :frameSizeUnit,
162
- comment: %(Corresponds to 'frameSize.unit' in the Ontology for Media Resources.).freeze,
542
+ comment: "Corresponds to 'frameSize.unit' in the Ontology for Media Resources.".freeze,
163
543
  domain: "ma:MediaResource".freeze,
164
544
  type: "owl:DatatypeProperty".freeze
165
545
  property :frameWidth,
166
- comment: %(Corresponds to 'frameSize.width' in the Ontology for Media Resources measured in frameSizeUnit.).freeze,
546
+ comment: "Corresponds to 'frameSize.width' in the Ontology for Media Resources measured in frameSizeUnit.".freeze,
167
547
  domain: "ma:MediaResource".freeze,
168
548
  range: "xsd:integer".freeze,
169
549
  type: "owl:DatatypeProperty".freeze
170
550
  property :hasAccessConditions,
171
- comment: %(Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' "access conditions".).freeze,
551
+ comment: "Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' \"access conditions\".".freeze,
172
552
  subPropertyOf: "ma:hasPolicy".freeze,
173
553
  type: "owl:ObjectProperty".freeze
174
554
  property :hasAudioDescription,
175
- comment: %(Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "audio-description".).freeze,
555
+ comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"audio-description\".".freeze,
176
556
  subPropertyOf: "ma:hasCaptioning".freeze,
177
557
  type: "owl:ObjectProperty".freeze
178
558
  property :hasCaptioning,
179
- comment: %(Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "captioning". This property can for example point to a spatial fragment, a VideoTrack or a DataTrack. The language of the captioning track can be expressed by attaching a 'hasLanguage' property to the specific track.).freeze,
559
+ comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"captioning\". This property can for example point to a spatial fragment, a VideoTrack or a DataTrack. The language of the captioning track can be expressed by attaching a 'hasLanguage' property to the specific track.".freeze,
180
560
  inverseOf: "ma:isCaptioningOf".freeze,
181
561
  subPropertyOf: "ma:hasFragment".freeze,
182
562
  type: "owl:ObjectProperty".freeze
183
563
  property :hasChapter,
184
- comment: %(Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "chapter".).freeze,
564
+ comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"chapter\".".freeze,
185
565
  inverseOf: "ma:isChapterOf".freeze,
186
566
  subPropertyOf: "ma:hasFragment".freeze,
187
567
  type: "owl:ObjectProperty".freeze
188
568
  property :hasClassification,
189
- comment: %(Corresponds to 'targetAudience.classification' in the Ontology for Media Resources. This property is used to provide a value characterising the target audience.).freeze,
569
+ comment: "Corresponds to 'targetAudience.classification' in the Ontology for Media Resources. This property is used to provide a value characterising the target audience.".freeze,
190
570
  domain: "ma:TargetAudience".freeze,
191
571
  type: "owl:ObjectProperty".freeze
192
572
  property :hasClassificationSystem,
193
- comment: %(Corresponds to 'targetAudience.identifier' in the Ontology for Media Resources. This is used to identify the reference sheme against which the target audience has been characterised.).freeze,
573
+ comment: "Corresponds to 'targetAudience.identifier' in the Ontology for Media Resources. This is used to identify the reference sheme against which the target audience has been characterised.".freeze,
194
574
  domain: "ma:TargetAudience".freeze,
195
575
  type: "owl:ObjectProperty".freeze
196
576
  property :hasCompression,
197
- comment: %(Corresponds to 'compression' in the Ontology for Media Resources.).freeze,
577
+ comment: "Corresponds to 'compression' in the Ontology for Media Resources.".freeze,
198
578
  domain: "ma:MediaResource".freeze,
199
579
  type: "owl:ObjectProperty".freeze
200
580
  property :hasContributedTo,
201
581
  type: "owl:ObjectProperty".freeze
202
582
  property :hasContributor,
203
- comment: %(Corresponds to 'contributor.contributor' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'contributor.role'.).freeze,
583
+ comment: "Corresponds to 'contributor.contributor' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'contributor.role'.".freeze,
204
584
  domain: "ma:MediaResource".freeze,
205
585
  inverseOf: "ma:hasContributedTo".freeze,
206
586
  range: "ma:Agent".freeze,
@@ -210,107 +590,107 @@ module RDF::Vocab
210
590
  property :hasCreated,
211
591
  type: "owl:ObjectProperty".freeze
212
592
  property :hasCreator,
213
- comment: %(Corresponds to 'creator.creator' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'creator.role'. Note that this property is semantically a subproperty of 'hasContributor'.).freeze,
593
+ comment: "Corresponds to 'creator.creator' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'creator.role'. Note that this property is semantically a subproperty of 'hasContributor'.".freeze,
214
594
  inverseOf: "ma:hasCreated".freeze,
215
595
  subPropertyOf: "ma:hasContributor".freeze,
216
596
  type: "owl:ObjectProperty".freeze
217
597
  property :hasFormat,
218
- comment: %(Corresponds to 'format' in the Ontology for Media Resources.).freeze,
598
+ comment: "Corresponds to 'format' in the Ontology for Media Resources.".freeze,
219
599
  domain: "ma:MediaResource".freeze,
220
600
  type: "owl:ObjectProperty".freeze
221
601
  property :hasFragment,
222
- comment: %(Corresponds to 'fragment' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'fragment.role'.).freeze,
602
+ comment: "Corresponds to 'fragment' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'fragment.role'.".freeze,
223
603
  domain: "ma:MediaResource".freeze,
224
604
  inverseOf: "ma:isFragmentOf".freeze,
225
605
  range: "ma:MediaFragment".freeze,
226
606
  type: "owl:ObjectProperty".freeze
227
607
  property :hasGenre,
228
- comment: %(Corresponds to 'genre' in the Ontology for Media Resources.).freeze,
608
+ comment: "Corresponds to 'genre' in the Ontology for Media Resources.".freeze,
229
609
  domain: "ma:MediaResource".freeze,
230
610
  type: "owl:ObjectProperty".freeze
231
611
  property :hasKeyword,
232
- comment: %(Corresponds to 'keyword' in the Ontology for Media Resources.).freeze,
612
+ comment: "Corresponds to 'keyword' in the Ontology for Media Resources.".freeze,
233
613
  domain: "ma:MediaResource".freeze,
234
614
  type: "owl:ObjectProperty".freeze
235
615
  property :hasLanguage,
236
- comment: %(Corresponds to 'language' in the Ontology for Media Resources. The language used in the resource. A controlled vocabulary such as defined in BCP 47 SHOULD be used. This property can also be used to identify the presence of sign language \(RFC 5646\). By inheritance, the hasLanguage property applies indifferently at the media resource / fragment / track levels. Best practice recommends to use to best possible level of granularity fo describe the usage of language within a media resource including at fragment and track levels.).freeze,
616
+ comment: "Corresponds to 'language' in the Ontology for Media Resources. The language used in the resource. A controlled vocabulary such as defined in BCP 47 SHOULD be used. This property can also be used to identify the presence of sign language (RFC 5646). By inheritance, the hasLanguage property applies indifferently at the media resource / fragment / track levels. Best practice recommends to use to best possible level of granularity fo describe the usage of language within a media resource including at fragment and track levels.".freeze,
237
617
  domain: "ma:MediaResource".freeze,
238
618
  type: "owl:ObjectProperty".freeze
239
619
  property :hasLocationCoordinateSystem,
240
- comment: %(Corresponds to 'location.coordinateSystem' in the Ontology for Media Resources.).freeze,
620
+ comment: "Corresponds to 'location.coordinateSystem' in the Ontology for Media Resources.".freeze,
241
621
  domain: "ma:Location".freeze,
242
622
  type: "owl:ObjectProperty".freeze
243
623
  property :hasMember,
244
624
  type: "owl:ObjectProperty".freeze
245
625
  property :hasNamedFragment,
246
- comment: %(Corresponds to 'namedFragment' in the Ontology for Media Resources.).freeze,
626
+ comment: "Corresponds to 'namedFragment' in the Ontology for Media Resources.".freeze,
247
627
  inverseOf: "ma:isNamedFragmentOf".freeze,
248
628
  subPropertyOf: "ma:hasFragment".freeze,
249
629
  type: "owl:ObjectProperty".freeze
250
630
  property :hasPermissions,
251
- comment: %(Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' meaning "permissions".).freeze,
631
+ comment: "Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' meaning \"permissions\".".freeze,
252
632
  subPropertyOf: "ma:hasPolicy".freeze,
253
633
  type: "owl:ObjectProperty".freeze
254
634
  property :hasPolicy,
255
- comment: %(Corresponds to 'policy' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'policy.type'.).freeze,
635
+ comment: "Corresponds to 'policy' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'policy.type'.".freeze,
256
636
  domain: "ma:MediaResource".freeze,
257
637
  type: "owl:ObjectProperty".freeze
258
638
  property :hasPublished,
259
639
  type: "owl:ObjectProperty".freeze
260
640
  property :hasPublisher,
261
- comment: %(Corresponds to 'publisher' in the Ontology for Media Resources.).freeze,
641
+ comment: "Corresponds to 'publisher' in the Ontology for Media Resources.".freeze,
262
642
  inverseOf: "ma:hasPublished".freeze,
263
643
  subPropertyOf: "ma:hasContributor".freeze,
264
644
  type: "owl:ObjectProperty".freeze
265
645
  property :hasRating,
266
- comment: %(Corresponds to 'rating' in the Ontology for Media Resources.).freeze,
646
+ comment: "Corresponds to 'rating' in the Ontology for Media Resources.".freeze,
267
647
  domain: "ma:MediaResource".freeze,
268
648
  inverseOf: "ma:isRatingOf".freeze,
269
649
  range: "ma:Rating".freeze,
270
650
  type: "owl:ObjectProperty".freeze
271
651
  property :hasRatingSystem,
272
- comment: %(Corresponds to 'rating.type' in the Ontology for Media Resources.).freeze,
652
+ comment: "Corresponds to 'rating.type' in the Ontology for Media Resources.".freeze,
273
653
  domain: "ma:Rating".freeze,
274
654
  type: "owl:ObjectProperty".freeze
275
655
  property :hasRelatedImage,
276
- comment: %(Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning "related image".).freeze,
656
+ comment: "Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning \"related image\".".freeze,
277
657
  inverseOf: "ma:isImageRelatedTo".freeze,
278
658
  range: "ma:Image".freeze,
279
659
  subPropertyOf: "ma:hasRelatedResource".freeze,
280
660
  type: "owl:ObjectProperty".freeze
281
661
  property :hasRelatedLocation,
282
- comment: %(Corresponds to 'location' in the Ontology for Media Resources. Subproperties are provided to specify, when possible, the relation between the media resource and the location.).freeze,
662
+ comment: "Corresponds to 'location' in the Ontology for Media Resources. Subproperties are provided to specify, when possible, the relation between the media resource and the location.".freeze,
283
663
  domain: "ma:MediaResource".freeze,
284
664
  inverseOf: "ma:isLocationRelatedTo".freeze,
285
665
  range: "ma:Location".freeze,
286
666
  type: "owl:ObjectProperty".freeze
287
667
  property :hasRelatedResource,
288
- comment: %(Corresponds to 'relation' and in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'relation.type'.).freeze,
668
+ comment: "Corresponds to 'relation' and in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'relation.type'.".freeze,
289
669
  domain: "ma:MediaResource".freeze,
290
670
  inverseOf: "ma:isRelatedTo".freeze,
291
671
  type: "owl:ObjectProperty".freeze
292
672
  property :hasSigning,
293
- comment: %(Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "signing". This property can for example point to a spatial fragment or a VideoTrack. The sign language of the captioning track can be expressed by attaching a 'hasLanguage' property to the specific track.).freeze,
673
+ comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"signing\". This property can for example point to a spatial fragment or a VideoTrack. The sign language of the captioning track can be expressed by attaching a 'hasLanguage' property to the specific track.".freeze,
294
674
  inverseOf: "ma:isSigningOf".freeze,
295
675
  subPropertyOf: "ma:hasFragment".freeze,
296
676
  type: "owl:ObjectProperty".freeze
297
677
  property :hasSource,
298
- comment: %(Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning "source".).freeze,
678
+ comment: "Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning \"source\".".freeze,
299
679
  inverseOf: "ma:isSourceOf".freeze,
300
680
  subPropertyOf: "ma:hasRelatedResource".freeze,
301
681
  type: "owl:ObjectProperty".freeze
302
682
  property :hasSubtitling,
303
- comment: %(Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "subtitling".).freeze,
683
+ comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"subtitling\".".freeze,
304
684
  subPropertyOf: "ma:hasCaptioning".freeze,
305
685
  type: "owl:ObjectProperty".freeze
306
686
  property :hasTargetAudience,
307
- comment: %(Corresponds to 'targetAudience' in the Ontology for Media Resources.).freeze,
687
+ comment: "Corresponds to 'targetAudience' in the Ontology for Media Resources.".freeze,
308
688
  domain: "ma:MediaResource".freeze,
309
689
  inverseOf: "ma:isTargetAudienceOf".freeze,
310
690
  range: "ma:TargetAudience".freeze,
311
691
  type: "owl:ObjectProperty".freeze
312
692
  property :hasTrack,
313
- comment: %(Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "track".).freeze,
693
+ comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"track\".".freeze,
314
694
  inverseOf: "ma:isTrackOf".freeze,
315
695
  range: "ma:Track".freeze,
316
696
  subPropertyOf: "ma:hasFragment".freeze,
@@ -320,7 +700,7 @@ module RDF::Vocab
320
700
  property :isChapterOf,
321
701
  type: "owl:ObjectProperty".freeze
322
702
  property :isCopyrightedBy,
323
- comment: %(Corresponds to 'copyright.identifier' in the Ontology for Media Resources.).freeze,
703
+ comment: "Corresponds to 'copyright.identifier' in the Ontology for Media Resources.".freeze,
324
704
  domain: "ma:MediaResource".freeze,
325
705
  inverseOf: "ma:hasCopyrightOver".freeze,
326
706
  range: "ma:Agent".freeze,
@@ -337,7 +717,7 @@ module RDF::Vocab
337
717
  property :isLocationRelatedTo,
338
718
  type: "owl:ObjectProperty".freeze
339
719
  property :isMemberOf,
340
- comment: %(Corresponds to 'collection' in the Ontology for Media Resources.).freeze,
720
+ comment: "Corresponds to 'collection' in the Ontology for Media Resources.".freeze,
341
721
  domain: "ma:MediaResource".freeze,
342
722
  inverseOf: "ma:hasMember".freeze,
343
723
  range: "ma:Collection".freeze,
@@ -345,7 +725,7 @@ module RDF::Vocab
345
725
  property :isNamedFragmentOf,
346
726
  type: "owl:ObjectProperty".freeze
347
727
  property :isProvidedBy,
348
- comment: %(Corresponds to 'rating.identifier' in the Ontology for Media Resources.).freeze,
728
+ comment: "Corresponds to 'rating.identifier' in the Ontology for Media Resources.".freeze,
349
729
  domain: "ma:Rating".freeze,
350
730
  inverseOf: "ma:provides".freeze,
351
731
  range: "ma:Agent".freeze,
@@ -363,35 +743,35 @@ module RDF::Vocab
363
743
  property :isTrackOf,
364
744
  type: "owl:ObjectProperty".freeze
365
745
  property :locationAltitude,
366
- comment: %(Corresponds to 'location.altitude' in the Ontology for Media Resources.).freeze,
746
+ comment: "Corresponds to 'location.altitude' in the Ontology for Media Resources.".freeze,
367
747
  domain: "ma:Location".freeze,
368
748
  range: "xsd:decimal".freeze,
369
749
  type: "owl:DatatypeProperty".freeze
370
750
  property :locationLatitude,
371
- comment: %(Corresponds to 'location.latitude' in the Ontology for Media Resources.).freeze,
751
+ comment: "Corresponds to 'location.latitude' in the Ontology for Media Resources.".freeze,
372
752
  domain: "ma:Location".freeze,
373
753
  range: "xsd:decimal".freeze,
374
754
  type: "owl:DatatypeProperty".freeze
375
755
  property :locationLongitude,
376
- comment: %(Corresponds to 'location.longitude' in the Ontology for Media Resources.).freeze,
756
+ comment: "Corresponds to 'location.longitude' in the Ontology for Media Resources.".freeze,
377
757
  domain: "ma:Location".freeze,
378
758
  range: "xsd:decimal".freeze,
379
759
  type: "owl:DatatypeProperty".freeze
380
760
  property :locationName,
381
- comment: %(Corresponds to 'location.name' in the Ontology for Media Resources.).freeze,
761
+ comment: "Corresponds to 'location.name' in the Ontology for Media Resources.".freeze,
382
762
  domain: "ma:Location".freeze,
383
763
  type: "owl:DatatypeProperty".freeze
384
764
  property :locator,
385
- comment: %(Corresponds to 'locator' in the Ontology for Media Resources.).freeze,
765
+ comment: "Corresponds to 'locator' in the Ontology for Media Resources.".freeze,
386
766
  domain: "ma:MediaResource".freeze,
387
767
  range: "xsd:anyURI".freeze,
388
768
  type: "owl:DatatypeProperty".freeze
389
769
  property :mainOriginalTitle,
390
- comment: %(Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning "original".).freeze,
770
+ comment: "Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning \"original\".".freeze,
391
771
  subPropertyOf: "ma:title".freeze,
392
772
  type: "owl:DatatypeProperty".freeze
393
773
  property :numberOfTracks,
394
- comment: %(Corresponds to 'numTracks.number' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'numTracks.type'.).freeze,
774
+ comment: "Corresponds to 'numTracks.number' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'numTracks.type'.".freeze,
395
775
  domain: "ma:MediaResource".freeze,
396
776
  range: "xsd:integer".freeze,
397
777
  type: "owl:DatatypeProperty".freeze
@@ -400,39 +780,39 @@ module RDF::Vocab
400
780
  property :provides,
401
781
  type: "owl:ObjectProperty".freeze
402
782
  property :ratingScaleMax,
403
- comment: %(Corresponds to 'rating.max' in the Ontology for Media Resources.).freeze,
783
+ comment: "Corresponds to 'rating.max' in the Ontology for Media Resources.".freeze,
404
784
  domain: "ma:Rating".freeze,
405
785
  range: "xsd:decimal".freeze,
406
786
  type: "owl:DatatypeProperty".freeze
407
787
  property :ratingScaleMin,
408
- comment: %(Corresponds to 'rating.min' in the Ontology for Media Resources.).freeze,
788
+ comment: "Corresponds to 'rating.min' in the Ontology for Media Resources.".freeze,
409
789
  domain: "ma:Rating".freeze,
410
790
  range: "xsd:decimal".freeze,
411
791
  type: "owl:DatatypeProperty".freeze
412
792
  property :ratingValue,
413
- comment: %(Corresponds to 'rating.value' in the Ontology for Media Resources.).freeze,
793
+ comment: "Corresponds to 'rating.value' in the Ontology for Media Resources.".freeze,
414
794
  domain: "ma:Rating".freeze,
415
795
  range: "xsd:decimal".freeze,
416
796
  type: "owl:DatatypeProperty".freeze
417
797
  property :recordDate,
418
- comment: %(Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "recordDate".).freeze,
798
+ comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"recordDate\".".freeze,
419
799
  subPropertyOf: "ma:date".freeze,
420
800
  type: "owl:DatatypeProperty".freeze
421
801
  property :releaseDate,
422
- comment: %(Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "releaseDate".).freeze,
802
+ comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"releaseDate\".".freeze,
423
803
  subPropertyOf: "ma:date".freeze,
424
804
  type: "owl:DatatypeProperty".freeze
425
805
  property :samplingRate,
426
- comment: %(Corresponds to 'samplingRate' in the Ontology for Media Resources, in samples per second.).freeze,
806
+ comment: "Corresponds to 'samplingRate' in the Ontology for Media Resources, in samples per second.".freeze,
427
807
  domain: "ma:MediaResource".freeze,
428
808
  range: "xsd:decimal".freeze,
429
809
  type: "owl:DatatypeProperty".freeze
430
810
  property :title,
431
- comment: %(Corresponds to 'title.title' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'title.type'.).freeze,
811
+ comment: "Corresponds to 'title.title' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'title.type'.".freeze,
432
812
  domain: "ma:MediaResource".freeze,
433
813
  type: "owl:DatatypeProperty".freeze
434
814
  property :trackName,
435
- comment: %(Corresponds to 'fragment.name' in the Ontology for Media Resources, for Track fragments.).freeze,
815
+ comment: "Corresponds to 'fragment.name' in the Ontology for Media Resources, for Track fragments.".freeze,
436
816
  domain: "ma:Track".freeze,
437
817
  subPropertyOf: "ma:fragmentName".freeze,
438
818
  type: "owl:DatatypeProperty".freeze