rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
@@ -3,219 +3,221 @@
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
+ # Vocabulary for <http://purl.org/dcx/lrmi-terms/>
7
+ # @!visibility private
6
8
  LRMI = Class.new(RDF::Vocabulary("http://purl.org/dcx/lrmi-terms/")) do
7
9
 
8
10
  # Ontology definition
9
11
  ontology :"http://purl.org/dcx/lrmi-terms/",
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
12
+ "http://purl.org/dc/terms/creator": {en: "LRMI Task Group"},
13
+ "http://purl.org/dc/terms/description": {en: "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."},
14
+ "http://purl.org/dc/terms/identifier": "http://dublincore.org/dcx/lrmi-terms/",
15
+ "http://purl.org/dc/terms/isVersionOf": "http://purl.org/dcx/lrmi-terms/1.1/",
16
+ "http://purl.org/dc/terms/issued": "2015-02-09",
17
+ "http://purl.org/dc/terms/license": "https://creativecommons.org/licenses/by/4.0/",
18
+ "http://purl.org/dc/terms/title": {en: "LRMI RDF Specification"},
19
+ "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."
18
20
 
19
21
  # Class definitions
20
22
  term :AlignmentObject,
21
- comment: "An intangible item that describes an alignment between a learning resource and a node in an educational framework.".freeze,
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,
27
- label: "Alignment Object".freeze,
28
- subClassOf: "http://schema.org/Intangible".freeze,
29
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
23
+ comment: {en: "An intangible item that describes an alignment between a learning resource and a node in an educational framework."},
24
+ equivalentClass: "http://schema.org/AlignmentObject",
25
+ "http://purl.org/dc/terms/issued": "2015-02-09",
26
+ "http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: Added scopeNote",
27
+ "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.",
28
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
29
+ label: {en: "Alignment Object"},
30
+ subClassOf: "http://schema.org/Intangible",
31
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
30
32
  term :EducationalAudience,
31
- comment: "An individual or group for whom the learning resource was created or useful.".freeze,
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,
35
- label: "Educational Audience".freeze,
36
- subClassOf: "http://schema.org/Intangible".freeze,
37
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
33
+ comment: {en: "An individual or group for whom the learning resource was created or useful."},
34
+ equivalentClass: "http://schema.org/EducationalAudience",
35
+ "http://purl.org/dc/terms/issued": "2015-02-09",
36
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
37
+ label: {en: "Educational Audience"},
38
+ subClassOf: "http://schema.org/Intangible",
39
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
38
40
  term :LearningResource,
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,
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,
44
- label: "Learning Resource".freeze,
45
- subClassOf: "http://schema.org/CreativeWork".freeze,
46
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
41
+ comment: {en: "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."},
42
+ equivalentClass: "http://schema.org/LearningResource",
43
+ "http://purl.org/dc/terms/issued": "2020-11-12",
44
+ "http://www.w3.org/2004/02/skos/core#scopeNote": {en: "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."},
45
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
46
+ label: {en: "Learning Resource"},
47
+ subClassOf: "http://schema.org/CreativeWork",
48
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
47
49
 
48
50
  # Property definitions
49
51
  property :alignmentType,
50
- comment: "A category of alignment between the learning resource and the framework node.".freeze,
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,
57
- label: "Alignment Type".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
52
+ comment: {en: "A category of alignment between the learning resource and the framework node."},
53
+ domainIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject", "http://schema.org/AlignmentObject"],
54
+ equivalentProperty: "http://schema.org/alignmentType",
55
+ "http://purl.org/dc/terms/issued": "2015-02-09",
56
+ "http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: Added scopeNote; added skos:Concept to rangeIncludes.",
57
+ "http://www.w3.org/2004/02/skos/core#scopeNote": {en: "Recommended values include: 'requires', 'textComplexity', 'readingLevel', and 'educationalSubject'. For 'assesses', 'teaches', and 'educationLevel' the specific properties with those names should be used."},
58
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
59
+ label: {en: "Alignment Type"},
60
+ rangeIncludes: ["http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/2004/02/skos/core#Concept"],
61
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
60
62
  property :assesses,
61
- comment: "The item being described is intended to assess the competency or learning outcome defined by the referenced term.".freeze,
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,
66
- label: "Assesses".freeze,
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
63
+ comment: {en: "The item being described is intended to assess the competency or learning outcome defined by the referenced term."},
64
+ domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource", "http://schema.org/CreativeWork", "http://schema.org/LearningResource"],
65
+ equivalentProperty: "http://schema.org/assesses",
66
+ "http://purl.org/dc/terms/issued": "2020-11-12",
67
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
68
+ label: {en: "Assesses"},
69
+ rangeIncludes: ["http://schema.org/DefinedTerm", "http://www.w3.org/2004/02/skos/core#Concept"],
70
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
69
71
  property :educationalAlignment,
70
- comment: "An alignment to an established educational framework.".freeze,
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,
77
- label: "Educational Alignment".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
72
+ comment: {en: "An alignment to an established educational framework."},
73
+ domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource", "http://schema.org/CreativeWork", "http://schema.org/LearningResource"],
74
+ equivalentProperty: "http://schema.org/educationalAlignment",
75
+ "http://purl.org/dc/terms/issued": "2015-02-09",
76
+ "http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: added lrmi:LearningResource, schema:LearningResource to domain; added scopeNote",
77
+ "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.",
78
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
79
+ label: {en: "Educational Alignment"},
80
+ rangeIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject", "http://schema.org/AlignmentObject"],
81
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
80
82
  property :educationalFramework,
81
- comment: "The framework to which the resource being described is aligned.".freeze,
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,
86
- label: "Educational Framework".freeze,
87
- rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
88
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
83
+ comment: {en: "The framework to which the resource being described is aligned."},
84
+ domainIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject", "http://schema.org/AlignmentObject"],
85
+ equivalentProperty: "http://schema.org/educationalFramework",
86
+ "http://purl.org/dc/terms/issued": "2015-02-09",
87
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
88
+ label: {en: "Educational Framework"},
89
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#string",
90
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
89
91
  property :educationalLevel,
90
- comment: "The level of a resource in terms of progression through an educational or training context.".freeze,
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,
96
- label: "Educational Level".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
92
+ comment: "The level of a resource in terms of progression through an educational or training context.",
93
+ domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource", "http://schema.org/CreativeWork", "http://schema.org/LearningResource"],
94
+ equivalentProperty: "http://schema.org/assesses",
95
+ "http://purl.org/dc/terms/issued": "2020-11-12",
96
+ "http://www.w3.org/2004/02/skos/core#scopeNote": {en: "Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators."},
97
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
98
+ label: {en: "Educational Level"},
99
+ rangeIncludes: ["http://schema.org/DefinedTerm", "http://www.w3.org/2004/02/skos/core#Concept"],
100
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
99
101
  property :educationalRole,
100
- comment: "The role that describes the target audience of the content.".freeze,
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,
107
- label: "Educational Role".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
102
+ comment: {en: "The role that describes the target audience of the content."},
103
+ domainIncludes: ["http://purl.org/dcx/lrmi-terms/EducationalAudience", "http://schema.org/EducationalAudience"],
104
+ equivalentProperty: "http://schema.org/educationalRole",
105
+ "http://purl.org/dc/terms/issued": "2015-02-09",
106
+ "http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: Added skos:Concept to rangeIncludes",
107
+ "http://www.w3.org/2004/02/skos/core#scopeNote": {en: "The educational function assumed or part played by the group for whom the resource is intended."},
108
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
109
+ label: {en: "Educational Role"},
110
+ rangeIncludes: ["http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/2004/02/skos/core#Concept"],
111
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
110
112
  property :educationalUse,
111
- comment: "The purpose of a work in the context of education.".freeze,
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,
118
- label: "Educational Use".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
113
+ comment: {en: "The purpose of a work in the context of education."},
114
+ domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource", "http://schema.org/CreativeWork", "http://schema.org/LearningResource"],
115
+ equivalentProperty: ["http://schema.org/educationalUse", "http://www.w3.org/2004/02/skos/core#Concept"],
116
+ "http://purl.org/dc/terms/issued": "2015-02-09",
117
+ "http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: added lrmi:LearningResource, schema:LearningResource to domain; added skos:Concept to rangeIncludes",
118
+ "http://www.w3.org/2004/02/skos/core#scopeNote": {en: "For example, 'assignment', 'group work'."},
119
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
120
+ label: {en: "Educational Use"},
121
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#string",
122
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
121
123
  property :interactivityType,
122
- comment: "The predominant mode of learning supported by the learning resource.".freeze,
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,
129
- label: "Interactivity Type".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
124
+ comment: {en: "The predominant mode of learning supported by the learning resource."},
125
+ domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource", "http://schema.org/CreativeWork", "http://schema.org/LearningResource"],
126
+ equivalentProperty: "http://schema.org/interactivityType",
127
+ "http://purl.org/dc/terms/issued": "2015-02-09",
128
+ "http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: added lrmi:LearningResource, schema:LearningResource to domain; added skos:Concept to rangeIncludes",
129
+ "http://www.w3.org/2004/02/skos/core#scopeNote": {en: "Based on, and mappable from, IEEE LOM 5.1: Interactivity Type."},
130
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
131
+ label: {en: "Interactivity Type"},
132
+ rangeIncludes: ["http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/2004/02/skos/core#Concept"],
133
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
132
134
  property :isBasedOnUrl,
133
- comment: "A resource from which this work is derived or from which it is a modification or adaption.".freeze,
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,
139
- label: "Is Based On".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
135
+ comment: {en: "A resource from which this work is derived or from which it is a modification or adaption."},
136
+ domainIncludes: "http://schema.org/CreativeWork",
137
+ equivalentProperty: ["http://schema.org/isBasedOn", "http://schema.org/isBasedOnUrl"],
138
+ "http://purl.org/dc/terms/issued": "2015-02-09",
139
+ "http://www.w3.org/2004/02/skos/core#scopeNote": {en: "This term can be repeated for multiple sources."},
140
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
141
+ label: {en: "Is Based On"},
142
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyURI",
143
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
142
144
  property :learningResourceType,
143
- comment: "The predominant type or kind characterizing the learning resource.".freeze,
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,
150
- label: "Learning Resource Type".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
145
+ comment: {en: "The predominant type or kind characterizing the learning resource."},
146
+ domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource", "http://schema.org/CreativeWork", "http://schema.org/LearningResource"],
147
+ equivalentProperty: "http://schema.org/learningResourceType",
148
+ "http://purl.org/dc/terms/issued": "2015-02-09",
149
+ "http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: added lrmi:LearningResource, schema:LearningResource to domain",
150
+ "http://www.w3.org/2004/02/skos/core#scopeNote": {en: "For example, 'presentation', 'handout'."},
151
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
152
+ label: {en: "Learning Resource Type"},
153
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#string",
154
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
153
155
  property :targetDescription,
154
- comment: "The description of a node in an established educational framework.".freeze,
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,
159
- label: "Target Description".freeze,
160
- rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
161
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
156
+ comment: {en: "The description of a node in an established educational framework."},
157
+ domainIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject", "http://schema.org/AlignmentObject"],
158
+ equivalentProperty: "http://schema.org/targetDescription",
159
+ "http://purl.org/dc/terms/issued": "2015-02-09",
160
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
161
+ label: {en: "Target Description"},
162
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#string",
163
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
162
164
  property :targetName,
163
- comment: "The name of a node in an established educational framework.".freeze,
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,
168
- label: "Target Name".freeze,
169
- rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
170
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
165
+ comment: {en: "The name of a node in an established educational framework."},
166
+ domainIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject", "http://schema.org/AlignmentObject"],
167
+ equivalentProperty: "http://schema.org/targetName",
168
+ "http://purl.org/dc/terms/issued": "2015-02-09",
169
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
170
+ label: {en: "Target Name"},
171
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#string",
172
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
171
173
  property :targetUrl,
172
- comment: "The URL of a node in an established educational framework.".freeze,
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,
177
- label: "Target URL".freeze,
178
- rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyURI".freeze,
179
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
174
+ comment: {en: "The URL of a node in an established educational framework."},
175
+ domainIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject", "http://schema.org/AlignmentObject"],
176
+ equivalentProperty: "http://schema.org/targetUrl",
177
+ "http://purl.org/dc/terms/issued": "2015-02-09",
178
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
179
+ label: {en: "Target URL"},
180
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyURI",
181
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
180
182
  property :teaches,
181
- comment: "The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.".freeze,
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,
186
- label: "Teaches".freeze,
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
183
+ comment: {en: "The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term."},
184
+ domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource", "http://schema.org/CreativeWork", "http://schema.org/LearningResource"],
185
+ equivalentProperty: "http://schema.org/teaches",
186
+ "http://purl.org/dc/terms/issued": "2020-11-12",
187
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
188
+ label: {en: "Teaches"},
189
+ rangeIncludes: ["http://schema.org/DefinedTerm", "http://www.w3.org/2004/02/skos/core#Concept"],
190
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
189
191
  property :timeRequired,
190
- comment: "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience.".freeze,
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,
197
- label: "Time Required".freeze,
198
- rangeIncludes: "http://schema.org/Duration".freeze,
199
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
192
+ comment: {en: "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience."},
193
+ domainIncludes: "http://schema.org/CreativeWork",
194
+ equivalentProperty: "http://schema.org/timeRequired",
195
+ "http://purl.org/dc/terms/issued": "2015-02-09",
196
+ "http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: error in domain fixed, changed from lrmi:AlignmentObject to schema:CreativeWork",
197
+ "http://www.w3.org/2004/02/skos/core#scopeNote": {en: "For example, 'PT30M' and 'PT1H25M'"},
198
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
199
+ label: {en: "Time Required"},
200
+ rangeIncludes: "http://schema.org/Duration",
201
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
200
202
  property :typicalAgeRange,
201
- comment: "The typical expected age range.".freeze,
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,
207
- label: "Typical Age Range".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
203
+ comment: {en: "The typical expected age range."},
204
+ domainIncludes: "http://schema.org/CreativeWork",
205
+ equivalentProperty: "http://schema.org/typicalAgeRange",
206
+ "http://purl.org/dc/terms/issued": "2015-02-09",
207
+ "http://www.w3.org/2004/02/skos/core#scopeNote": {en: "For example, '7-9', '18-'."},
208
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
209
+ label: {en: "Typical Age Range"},
210
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#string",
211
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
210
212
  property :useRightsUrl,
211
- comment: "The URL where the owner specifies permissions for using the resource.".freeze,
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,
216
- label: "Use Rights URL".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
213
+ comment: {en: "The URL where the owner specifies permissions for using the resource."},
214
+ domainIncludes: "http://schema.org/CreativeWork",
215
+ "http://purl.org/dc/terms/issued": "2015-02-09",
216
+ "http://www.w3.org/2004/02/skos/core#scopeNote": {en: "For example: 'http://creativecommons.org/licenses/by/3.0/',\n 'http://publisher.com/content-use-description'."},
217
+ isDefinedBy: "http://purl.org/dcx/lrmi-terms/",
218
+ label: {en: "Use Rights URL"},
219
+ rangeIncludes: ["http://schema.org/CreativeWork", "http://www.w3.org/2001/XMLSchema#anyURI"],
220
+ subPropertyOf: "http://schema.org/license",
221
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
220
222
  end
221
223
  end