rdf-vocab 3.1.10 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +13 -1
- data/lib/rdf/vocab/acl.rb +47 -134
- data/lib/rdf/vocab/as.rb +381 -894
- data/lib/rdf/vocab/bf2.rb +1241 -2561
- data/lib/rdf/vocab/bibframe.rb +1241 -2561
- data/lib/rdf/vocab/bibo.rb +576 -1078
- data/lib/rdf/vocab/cc.rb +57 -167
- data/lib/rdf/vocab/cert.rb +72 -143
- data/lib/rdf/vocab/cnt.rb +51 -133
- data/lib/rdf/vocab/crm.rb +1180 -2486
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3900 -14140
- data/lib/rdf/vocab/dc.rb +458 -848
- data/lib/rdf/vocab/dc11.rb +62 -128
- data/lib/rdf/vocab/dcat.rb +215 -382
- data/lib/rdf/vocab/dcmitype.rb +65 -119
- data/lib/rdf/vocab/disco.rb +170 -401
- data/lib/rdf/vocab/doap.rb +197 -375
- data/lib/rdf/vocab/dwc.rb +1451 -2207
- data/lib/rdf/vocab/earl.rb +80 -218
- data/lib/rdf/vocab/ebucore.rb +2991 -7439
- data/lib/rdf/vocab/edm.rb +159 -351
- data/lib/rdf/vocab/exif.rb +453 -1106
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +247 -627
- data/lib/rdf/vocab/foaf.rb +373 -681
- data/lib/rdf/vocab/geo.rb +16 -58
- data/lib/rdf/vocab/geojson.rb +16 -85
- data/lib/rdf/vocab/geonames.rb +1573 -1742
- data/lib/rdf/vocab/gr.rb +539 -1427
- data/lib/rdf/vocab/gs1.rb +2824 -4424
- data/lib/rdf/vocab/ht.rb +93 -260
- data/lib/rdf/vocab/hydra.rb +216 -477
- data/lib/rdf/vocab/iana.rb +71 -304
- data/lib/rdf/vocab/ical.rb +460 -925
- data/lib/rdf/vocab/identifiers.rb +212 -515
- data/lib/rdf/vocab/iiif.rb +81 -220
- data/lib/rdf/vocab/jsonld.rb +130 -272
- data/lib/rdf/vocab/ldp.rb +131 -264
- data/lib/rdf/vocab/lrmi.rb +146 -234
- data/lib/rdf/vocab/ma.rb +233 -623
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +539 -1351
- data/lib/rdf/vocab/mo.rb +1383 -2305
- data/lib/rdf/vocab/mods.rb +384 -903
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +196 -474
- data/lib/rdf/vocab/og.rb +120 -201
- data/lib/rdf/vocab/ogc.rb +25 -62
- data/lib/rdf/vocab/ore.rb +51 -110
- data/lib/rdf/vocab/org.rb +180 -376
- data/lib/rdf/vocab/pcdm.rb +50 -100
- data/lib/rdf/vocab/pplan.rb +16 -24
- data/lib/rdf/vocab/premis.rb +674 -1825
- data/lib/rdf/vocab/premiseventtype.rb +114 -272
- data/lib/rdf/vocab/prov.rb +996 -1618
- data/lib/rdf/vocab/ptr.rb +77 -218
- data/lib/rdf/vocab/rdau.rb +1289 -1294
- data/lib/rdf/vocab/rightsstatements.rb +90 -98
- data/lib/rdf/vocab/rsa.rb +30 -63
- data/lib/rdf/vocab/rss.rb +24 -69
- data/lib/rdf/vocab/schema.rb +8430 -18899
- data/lib/rdf/vocab/schemas.rb +8430 -18899
- data/lib/rdf/vocab/sd.rb +85 -242
- data/lib/rdf/vocab/sh.rb +729 -1468
- data/lib/rdf/vocab/sioc.rb +416 -820
- data/lib/rdf/vocab/siocservices.rb +31 -72
- data/lib/rdf/vocab/sioctypes.rb +145 -306
- data/lib/rdf/vocab/skos.rb +95 -217
- data/lib/rdf/vocab/skosxl.rb +26 -59
- data/lib/rdf/vocab/v.rb +199 -493
- data/lib/rdf/vocab/vcard.rb +290 -920
- data/lib/rdf/vocab/vmd.rb +199 -493
- data/lib/rdf/vocab/void.rb +86 -210
- data/lib/rdf/vocab/vs.rb +16 -38
- data/lib/rdf/vocab/wdrs.rb +43 -136
- data/lib/rdf/vocab/wot.rb +95 -176
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +122 -463
- data/lib/rdf/vocab/xkos.rb +116 -269
- data/spec/extensions_spec.rb +1 -1
- metadata +45 -25
data/lib/rdf/vocab/lrmi.rb
CHANGED
@@ -3,307 +3,219 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://purl.org/dcx/lrmi-terms/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
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. Note: the labels provided here are not considered normative.
|
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 persistent resource that has one or more physical or digital representations, and that explicitly involves, specifies or entails a learning activity or learning experience.
|
22
|
-
# # @return [RDF::Vocabulary::Term]
|
23
|
-
# attr_reader :LearningResource
|
24
|
-
#
|
25
|
-
# # A category of alignment between the learning resource and the framework node.
|
26
|
-
# # @return [RDF::Vocabulary::Term]
|
27
|
-
# attr_reader :alignmentType
|
28
|
-
#
|
29
|
-
# # The item being described is intended to assess the competency or learning outcome defined by the referenced term.
|
30
|
-
# # @return [RDF::Vocabulary::Term]
|
31
|
-
# attr_reader :assesses
|
32
|
-
#
|
33
|
-
# # An alignment to an established educational framework.
|
34
|
-
# # @return [RDF::Vocabulary::Term]
|
35
|
-
# attr_reader :educationalAlignment
|
36
|
-
#
|
37
|
-
# # The framework to which the resource being described is aligned.
|
38
|
-
# # @return [RDF::Vocabulary::Term]
|
39
|
-
# attr_reader :educationalFramework
|
40
|
-
#
|
41
|
-
# # The level of a resource in terms of progression through an educational or training context.
|
42
|
-
# # @return [RDF::Vocabulary::Term]
|
43
|
-
# attr_reader :educationalLevel
|
44
|
-
#
|
45
|
-
# # The role that describes the target audience of the content.
|
46
|
-
# # @return [RDF::Vocabulary::Term]
|
47
|
-
# attr_reader :educationalRole
|
48
|
-
#
|
49
|
-
# # The purpose of a work in the context of education.
|
50
|
-
# # @return [RDF::Vocabulary::Term]
|
51
|
-
# attr_reader :educationalUse
|
52
|
-
#
|
53
|
-
# # The predominant mode of learning supported by the learning resource.
|
54
|
-
# # @return [RDF::Vocabulary::Term]
|
55
|
-
# attr_reader :interactivityType
|
56
|
-
#
|
57
|
-
# # A resource from which this work is derived or from which it is a modification or adaption.
|
58
|
-
# # @return [RDF::Vocabulary::Term]
|
59
|
-
# attr_reader :isBasedOnUrl
|
60
|
-
#
|
61
|
-
# # The predominant type or kind characterizing the learning resource.
|
62
|
-
# # @return [RDF::Vocabulary::Term]
|
63
|
-
# attr_reader :learningResourceType
|
64
|
-
#
|
65
|
-
# # The description of a node in an established educational framework.
|
66
|
-
# # @return [RDF::Vocabulary::Term]
|
67
|
-
# attr_reader :targetDescription
|
68
|
-
#
|
69
|
-
# # The name of a node in an established educational framework.
|
70
|
-
# # @return [RDF::Vocabulary::Term]
|
71
|
-
# attr_reader :targetName
|
72
|
-
#
|
73
|
-
# # The URL of a node in an established educational framework.
|
74
|
-
# # @return [RDF::Vocabulary::Term]
|
75
|
-
# attr_reader :targetUrl
|
76
|
-
#
|
77
|
-
# # The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.
|
78
|
-
# # @return [RDF::Vocabulary::Term]
|
79
|
-
# attr_reader :teaches
|
80
|
-
#
|
81
|
-
# # Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience.
|
82
|
-
# # @return [RDF::Vocabulary::Term]
|
83
|
-
# attr_reader :timeRequired
|
84
|
-
#
|
85
|
-
# # The typical expected age range.
|
86
|
-
# # @return [RDF::Vocabulary::Term]
|
87
|
-
# attr_reader :typicalAgeRange
|
88
|
-
#
|
89
|
-
# # The URL where the owner specifies permissions for using the resource.
|
90
|
-
# # @return [RDF::Vocabulary::Term]
|
91
|
-
# attr_reader :useRightsUrl
|
92
|
-
#
|
93
|
-
# end
|
94
6
|
LRMI = Class.new(RDF::Vocabulary("http://purl.org/dcx/lrmi-terms/")) do
|
95
7
|
|
96
8
|
# Ontology definition
|
97
9
|
ontology :"http://purl.org/dcx/lrmi-terms/",
|
98
|
-
"dc
|
99
|
-
"dc
|
100
|
-
"dc
|
101
|
-
"dc
|
102
|
-
"dc
|
103
|
-
"dc
|
104
|
-
"dc
|
105
|
-
"skos
|
10
|
+
"http://purl.org/dc/terms/creator": "LRMI Task Group".freeze,
|
11
|
+
"http://purl.org/dc/terms/description": "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. Note: the labels provided here are not considered normative.".freeze,
|
12
|
+
"http://purl.org/dc/terms/identifier": "http://dublincore.org/dcx/lrmi-terms/".freeze,
|
13
|
+
"http://purl.org/dc/terms/isVersionOf": "http://purl.org/dcx/lrmi-terms/1.1/".freeze,
|
14
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
15
|
+
"http://purl.org/dc/terms/license": "https://creativecommons.org/licenses/by/4.0/".freeze,
|
16
|
+
"http://purl.org/dc/terms/title": "LRMI RDF Specification".freeze,
|
17
|
+
"http://www.w3.org/2004/02/skos/core#historyNote": "2020-11-12: changes made reflecting developments in schema.org: added class LearningResource; added properties assesses, educationalLevel, teaches; fixed error in domain of timerequired; updated label and definition of isBasedOnUrl; skos:scopeNote used instead of dcterms:description for additional non-normative information; note added that rdfs:label is not considered normative; rangeIncludes statements updated to include skos:Concept for terms where there is an LRMI Concept Scheme or that reference a competence.".freeze
|
106
18
|
|
107
19
|
# Class definitions
|
108
20
|
term :AlignmentObject,
|
109
21
|
comment: "An intangible item that describes an alignment between a learning resource and a node in an educational framework.".freeze,
|
110
|
-
|
111
|
-
|
112
|
-
|
22
|
+
equivalentClass: "http://schema.org/AlignmentObject".freeze,
|
23
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
24
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: Added scopeNote".freeze,
|
25
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "This class should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource teaches or assesses a competency.".freeze,
|
26
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
113
27
|
label: "Alignment Object".freeze,
|
114
|
-
|
115
|
-
|
116
|
-
subClassOf: "schema:Intangible".freeze,
|
117
|
-
type: "rdfs:Class".freeze
|
28
|
+
subClassOf: "http://schema.org/Intangible".freeze,
|
29
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
118
30
|
term :EducationalAudience,
|
119
31
|
comment: "An individual or group for whom the learning resource was created or useful.".freeze,
|
120
|
-
|
121
|
-
|
122
|
-
isDefinedBy: "lrmi
|
32
|
+
equivalentClass: "http://schema.org/EducationalAudience".freeze,
|
33
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
34
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
123
35
|
label: "Educational Audience".freeze,
|
124
|
-
subClassOf: "schema
|
125
|
-
type: "
|
36
|
+
subClassOf: "http://schema.org/Intangible".freeze,
|
37
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
126
38
|
term :LearningResource,
|
127
39
|
comment: "A persistent resource that has one or more physical or digital representations, and that explicitly involves, specifies or entails a learning activity or learning experience.".freeze,
|
128
|
-
|
129
|
-
|
130
|
-
|
40
|
+
equivalentClass: "http://schema.org/LearningResource".freeze,
|
41
|
+
"http://purl.org/dc/terms/issued": "2020-11-12".freeze,
|
42
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "LearningResource is expected to be used as an addition to a primary type such as http://purl.org/ontology/bibo/Book, https://schema.org/Video, http://purl.org/dc/terms/PhysicalResource etc.".freeze,
|
43
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
131
44
|
label: "Learning Resource".freeze,
|
132
|
-
|
133
|
-
|
134
|
-
type: "rdfs:Class".freeze
|
45
|
+
subClassOf: "http://schema.org/CreativeWork".freeze,
|
46
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
135
47
|
|
136
48
|
# Property definitions
|
137
49
|
property :alignmentType,
|
138
50
|
comment: "A category of alignment between the learning resource and the framework node.".freeze,
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
51
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject".freeze, "http://schema.org/AlignmentObject".freeze],
|
52
|
+
equivalentProperty: "http://schema.org/alignmentType".freeze,
|
53
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
54
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: Added scopeNote; added skos:Concept to rangeIncludes.".freeze,
|
55
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "Recommended values include: 'requires', 'textComplexity', 'readingLevel', and 'educationalSubject'. For 'assesses', 'teaches', and 'educationLevel' the specific properties with those names should be used.".freeze,
|
56
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
143
57
|
label: "Alignment Type".freeze,
|
144
|
-
rangeIncludes: ["
|
145
|
-
|
146
|
-
"skos:scopeNote": "Recommended values include: 'requires', 'textComplexity', 'readingLevel', and 'educationalSubject'. For 'assesses', 'teaches', and 'educationLevel' the specific properties with those names should be used.".freeze,
|
147
|
-
type: "rdf:Property".freeze
|
58
|
+
rangeIncludes: ["http://www.w3.org/2001/XMLSchema#string".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze],
|
59
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
148
60
|
property :assesses,
|
149
61
|
comment: "The item being described is intended to assess the competency or learning outcome defined by the referenced term.".freeze,
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
isDefinedBy: "lrmi
|
62
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource".freeze, "http://schema.org/CreativeWork".freeze, "http://schema.org/LearningResource".freeze],
|
63
|
+
equivalentProperty: "http://schema.org/assesses".freeze,
|
64
|
+
"http://purl.org/dc/terms/issued": "2020-11-12".freeze,
|
65
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
154
66
|
label: "Assesses".freeze,
|
155
|
-
rangeIncludes: ["schema
|
156
|
-
type: "rdf
|
67
|
+
rangeIncludes: ["http://schema.org/DefinedTerm".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze],
|
68
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
157
69
|
property :educationalAlignment,
|
158
70
|
comment: "An alignment to an established educational framework.".freeze,
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
71
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource".freeze, "http://schema.org/CreativeWork".freeze, "http://schema.org/LearningResource".freeze],
|
72
|
+
equivalentProperty: "http://schema.org/educationalAlignment".freeze,
|
73
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
74
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: added lrmi:LearningResource, schema:LearningResource to domain; added scopeNote".freeze,
|
75
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource teaches or assesses a competency.".freeze,
|
76
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
163
77
|
label: "Educational Alignment".freeze,
|
164
|
-
rangeIncludes: ["lrmi
|
165
|
-
|
166
|
-
"skos:scopeNote": "This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource teaches or assesses a competency.".freeze,
|
167
|
-
type: "rdf:Property".freeze
|
78
|
+
rangeIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject".freeze, "http://schema.org/AlignmentObject".freeze],
|
79
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
168
80
|
property :educationalFramework,
|
169
81
|
comment: "The framework to which the resource being described is aligned.".freeze,
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
isDefinedBy: "lrmi
|
82
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject".freeze, "http://schema.org/AlignmentObject".freeze],
|
83
|
+
equivalentProperty: "http://schema.org/educationalFramework".freeze,
|
84
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
85
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
174
86
|
label: "Educational Framework".freeze,
|
175
|
-
rangeIncludes: "
|
176
|
-
type: "rdf
|
87
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
88
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
177
89
|
property :educationalLevel,
|
178
90
|
comment: "The level of a resource in terms of progression through an educational or training context.".freeze,
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
91
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource".freeze, "http://schema.org/CreativeWork".freeze, "http://schema.org/LearningResource".freeze],
|
92
|
+
equivalentProperty: "http://schema.org/assesses".freeze,
|
93
|
+
"http://purl.org/dc/terms/issued": "2020-11-12".freeze,
|
94
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators.".freeze,
|
95
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
183
96
|
label: "Educational Level".freeze,
|
184
|
-
rangeIncludes: ["schema
|
185
|
-
|
186
|
-
type: "rdf:Property".freeze
|
97
|
+
rangeIncludes: ["http://schema.org/DefinedTerm".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze],
|
98
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
187
99
|
property :educationalRole,
|
188
100
|
comment: "The role that describes the target audience of the content.".freeze,
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
101
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/EducationalAudience".freeze, "http://schema.org/EducationalAudience".freeze],
|
102
|
+
equivalentProperty: "http://schema.org/educationalRole".freeze,
|
103
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
104
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: Added skos:Concept to rangeIncludes".freeze,
|
105
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "The educational function assumed or part played by the group for whom the resource is intended.".freeze,
|
106
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
193
107
|
label: "Educational Role".freeze,
|
194
|
-
rangeIncludes: ["
|
195
|
-
|
196
|
-
"skos:scopeNote": "The educational function assumed or part played by the group for whom the resource is intended.".freeze,
|
197
|
-
type: "rdf:Property".freeze
|
108
|
+
rangeIncludes: ["http://www.w3.org/2001/XMLSchema#string".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze],
|
109
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
198
110
|
property :educationalUse,
|
199
111
|
comment: "The purpose of a work in the context of education.".freeze,
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
112
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource".freeze, "http://schema.org/CreativeWork".freeze, "http://schema.org/LearningResource".freeze],
|
113
|
+
equivalentProperty: ["http://schema.org/educationalUse".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze],
|
114
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
115
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: added lrmi:LearningResource, schema:LearningResource to domain; added skos:Concept to rangeIncludes".freeze,
|
116
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "For example, 'assignment', 'group work'.".freeze,
|
117
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
204
118
|
label: "Educational Use".freeze,
|
205
|
-
rangeIncludes: "
|
206
|
-
|
207
|
-
"skos:scopeNote": "For example, 'assignment', 'group work'.".freeze,
|
208
|
-
type: "rdf:Property".freeze
|
119
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
120
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
209
121
|
property :interactivityType,
|
210
122
|
comment: "The predominant mode of learning supported by the learning resource.".freeze,
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
123
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource".freeze, "http://schema.org/CreativeWork".freeze, "http://schema.org/LearningResource".freeze],
|
124
|
+
equivalentProperty: "http://schema.org/interactivityType".freeze,
|
125
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
126
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: added lrmi:LearningResource, schema:LearningResource to domain; added skos:Concept to rangeIncludes".freeze,
|
127
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": ["Acceptable values are 'active', 'expositive', or 'mixed'.".freeze, "Based on, and mappable from, IEEE LOM 5.1: Interactivity Type.".freeze],
|
128
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
215
129
|
label: "Interactivity Type".freeze,
|
216
|
-
rangeIncludes: ["
|
217
|
-
|
218
|
-
"skos:scopeNote": ["Acceptable values are 'active', 'expositive', or 'mixed'.".freeze, "Based on, and mappable from, IEEE LOM 5.1: Interactivity Type.".freeze],
|
219
|
-
type: "rdf:Property".freeze
|
130
|
+
rangeIncludes: ["http://www.w3.org/2001/XMLSchema#string".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze],
|
131
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
220
132
|
property :isBasedOnUrl,
|
221
133
|
comment: "A resource from which this work is derived or from which it is a modification or adaption.".freeze,
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
134
|
+
domainIncludes: "http://schema.org/CreativeWork".freeze,
|
135
|
+
equivalentProperty: ["http://schema.org/isBasedOn".freeze, "http://schema.org/isBasedOnUrl".freeze],
|
136
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
137
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "This term can be repeated for multiple sources.".freeze,
|
138
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
226
139
|
label: "Is Based On".freeze,
|
227
|
-
rangeIncludes: "
|
228
|
-
|
229
|
-
type: "rdf:Property".freeze
|
140
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyURI".freeze,
|
141
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
230
142
|
property :learningResourceType,
|
231
143
|
comment: "The predominant type or kind characterizing the learning resource.".freeze,
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
144
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource".freeze, "http://schema.org/CreativeWork".freeze, "http://schema.org/LearningResource".freeze],
|
145
|
+
equivalentProperty: "http://schema.org/learningResourceType".freeze,
|
146
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
147
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: added lrmi:LearningResource, schema:LearningResource to domain".freeze,
|
148
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "For example, 'presentation', 'handout'.".freeze,
|
149
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
236
150
|
label: "Learning Resource Type".freeze,
|
237
|
-
rangeIncludes: "
|
238
|
-
|
239
|
-
"skos:scopeNote": "For example, 'presentation', 'handout'.".freeze,
|
240
|
-
type: "rdf:Property".freeze
|
151
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
152
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
241
153
|
property :targetDescription,
|
242
154
|
comment: "The description of a node in an established educational framework.".freeze,
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
isDefinedBy: "lrmi
|
155
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject".freeze, "http://schema.org/AlignmentObject".freeze],
|
156
|
+
equivalentProperty: "http://schema.org/targetDescription".freeze,
|
157
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
158
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
247
159
|
label: "Target Description".freeze,
|
248
|
-
rangeIncludes: "
|
249
|
-
type: "rdf
|
160
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
161
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
250
162
|
property :targetName,
|
251
163
|
comment: "The name of a node in an established educational framework.".freeze,
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
isDefinedBy: "lrmi
|
164
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject".freeze, "http://schema.org/AlignmentObject".freeze],
|
165
|
+
equivalentProperty: "http://schema.org/targetName".freeze,
|
166
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
167
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
256
168
|
label: "Target Name".freeze,
|
257
|
-
rangeIncludes: "
|
258
|
-
type: "rdf
|
169
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
170
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
259
171
|
property :targetUrl,
|
260
172
|
comment: "The URL of a node in an established educational framework.".freeze,
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
isDefinedBy: "lrmi
|
173
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject".freeze, "http://schema.org/AlignmentObject".freeze],
|
174
|
+
equivalentProperty: "http://schema.org/targetUrl".freeze,
|
175
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
176
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
265
177
|
label: "Target URL".freeze,
|
266
|
-
rangeIncludes: "
|
267
|
-
type: "rdf
|
178
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyURI".freeze,
|
179
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
268
180
|
property :teaches,
|
269
181
|
comment: "The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.".freeze,
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
isDefinedBy: "lrmi
|
182
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource".freeze, "http://schema.org/CreativeWork".freeze, "http://schema.org/LearningResource".freeze],
|
183
|
+
equivalentProperty: "http://schema.org/teaches".freeze,
|
184
|
+
"http://purl.org/dc/terms/issued": "2020-11-12".freeze,
|
185
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
274
186
|
label: "Teaches".freeze,
|
275
|
-
rangeIncludes: ["schema
|
276
|
-
type: "rdf
|
187
|
+
rangeIncludes: ["http://schema.org/DefinedTerm".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze],
|
188
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
277
189
|
property :timeRequired,
|
278
190
|
comment: "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience.".freeze,
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
191
|
+
domainIncludes: "http://schema.org/CreativeWork".freeze,
|
192
|
+
equivalentProperty: "http://schema.org/timeRequired".freeze,
|
193
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
194
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: error in domain fixed, changed from lrmi:AlignmentObject to schema:CreativeWork".freeze,
|
195
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": ["Based on, and mappable from, IEEE LOM 5.9: Typical Learning Time.".freeze, "For example, 'PT30M' and 'PT1H25M'".freeze],
|
196
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
283
197
|
label: "Time Required".freeze,
|
284
|
-
rangeIncludes: "schema
|
285
|
-
|
286
|
-
"skos:scopeNote": ["Based on, and mappable from, IEEE LOM 5.9: Typical Learning Time.".freeze, "For example, 'PT30M' and 'PT1H25M'".freeze],
|
287
|
-
type: "rdf:Property".freeze
|
198
|
+
rangeIncludes: "http://schema.org/Duration".freeze,
|
199
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
288
200
|
property :typicalAgeRange,
|
289
201
|
comment: "The typical expected age range.".freeze,
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
202
|
+
domainIncludes: "http://schema.org/CreativeWork".freeze,
|
203
|
+
equivalentProperty: "http://schema.org/typicalAgeRange".freeze,
|
204
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
205
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": ["Based on, and mappable from, IEEE LOM 5.7: Typical Age Range.".freeze, "For example, '7-9', '18-'.".freeze],
|
206
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
294
207
|
label: "Typical Age Range".freeze,
|
295
|
-
rangeIncludes: "
|
296
|
-
|
297
|
-
type: "rdf:Property".freeze
|
208
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
209
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
298
210
|
property :useRightsUrl,
|
299
211
|
comment: "The URL where the owner specifies permissions for using the resource.".freeze,
|
300
|
-
|
301
|
-
|
302
|
-
|
212
|
+
domainIncludes: "http://schema.org/CreativeWork".freeze,
|
213
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
214
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "For example: 'http://creativecommons.org/licenses/by/3.0/',\n 'http://publisher.com/content-use-description'.".freeze,
|
215
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
303
216
|
label: "Use Rights URL".freeze,
|
304
|
-
rangeIncludes: ["schema
|
305
|
-
|
306
|
-
|
307
|
-
type: "rdf:Property".freeze
|
217
|
+
rangeIncludes: ["http://schema.org/CreativeWork".freeze, "http://www.w3.org/2001/XMLSchema#anyURI".freeze],
|
218
|
+
subPropertyOf: "http://schema.org/license".freeze,
|
219
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
308
220
|
end
|
309
221
|
end
|