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,251 +3,253 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/json-ld#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <http://www.w3.org/ns/json-ld#>
7
+ # @!visibility private
6
8
  JSONLD = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/json-ld#")) do
7
9
 
8
10
  # Ontology definition
9
11
  ontology :"http://www.w3.org/ns/json-ld#",
10
- "http://purl.org/dc/terms/date": "2020-03-30".freeze,
11
- "http://purl.org/dc/terms/description": "This is a vocabulary document and is used to achieve certain features of the JSON-LD language.".freeze,
12
- "http://purl.org/dc/terms/title": "The JSON-LD Vocabulary".freeze,
13
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/json-ld11".freeze,
14
- "http://www.w3.org/2002/07/owl#versionInfo": "https://github.com/w3c/json-ld-wg/commit/dfd1827c95a66bc36c01368e10b6e4f4bbb5c8b3".freeze,
15
- type: "http://www.w3.org/2002/07/owl#Ontology".freeze
12
+ "http://purl.org/dc/terms/date": "2020-03-30",
13
+ "http://purl.org/dc/terms/description": {en: "This is a vocabulary document and is used to achieve certain features of the JSON-LD language."},
14
+ "http://purl.org/dc/terms/title": {en: "The JSON-LD Vocabulary"},
15
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/json-ld11",
16
+ "http://www.w3.org/2002/07/owl#versionInfo": "https://github.com/w3c/json-ld-wg/commit/dfd1827c95a66bc36c01368e10b6e4f4bbb5c8b3",
17
+ type: "http://www.w3.org/2002/07/owl#Ontology"
16
18
 
17
19
  # Class definitions
18
20
  term :Context,
19
- comment: "Defines term definitions and other aspects of a JSON-LD `Context`.\n\nA [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) MUST be a map whose keys MUST be either _terms_, _compact IRIs_, _IRIs_, or one of the keywords `@base`, `@import`, `@language`, `@propagate`, `@protected`, `@type`, `@version`, or `@vocab`.".freeze,
20
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
21
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
22
- label: "Context".freeze,
23
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
21
+ comment: {en: "Defines term definitions and other aspects of a JSON-LD `Context`.\n\nA [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) MUST be a map whose keys MUST be either _terms_, _compact IRIs_, _IRIs_, or one of the keywords `@base`, `@import`, `@language`, `@propagate`, `@protected`, `@type`, `@version`, or `@vocab`."},
22
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions",
23
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
24
+ label: {en: "Context"},
25
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
24
26
  term :PrefixDefinition,
25
- comment: "A string ([simple term definition](http://www.w3.org/TR/json-ld11/#dfn-simple-term-definitions)), expanding to an IRI.".freeze,
26
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-term-definition".freeze,
27
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
28
- label: "Prefix Definition".freeze,
29
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
27
+ comment: {en: "A string ([simple term definition](http://www.w3.org/TR/json-ld11/#dfn-simple-term-definitions)), expanding to an IRI."},
28
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-term-definition",
29
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
30
+ label: {en: "Prefix Definition"},
31
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
30
32
  term :TermDefinition,
31
- comment: "A [term definition](http://www.w3.org/TR/json-ld11/#dfn-term-definitions) is an entry in a [context](#Context), where the key defines a term which may be used within a dictionary as a key, type, or elsewhere that a string is interpreted as a vocabulary item. Its value is an [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions).\n\n\n\nAn [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definition) MUST be a map composed of zero or more keys from `@id`, `@reverse`, `@type`, `@language`, `@container`, `@context`, `@prefix`, `@propagate`, or `@protected`. An expanded term definition SHOULD NOT contain any other keys.".freeze,
32
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-term-definition".freeze,
33
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
34
- label: "Term Definition".freeze,
35
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
33
+ comment: {en: "A [term definition](http://www.w3.org/TR/json-ld11/#dfn-term-definitions) is an entry in a [context](#Context), where the key defines a term which may be used within a dictionary as a key, type, or elsewhere that a string is interpreted as a vocabulary item. Its value is an [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions).\n\n\n\nAn [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definition) MUST be a map composed of zero or more keys from `@id`, `@reverse`, `@type`, `@language`, `@container`, `@context`, `@prefix`, `@propagate`, or `@protected`. An expanded term definition SHOULD NOT contain any other keys."},
34
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-term-definition",
35
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
36
+ label: {en: "Term Definition"},
37
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
36
38
 
37
39
  # Property definitions
38
40
  property :base,
39
- comment: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) has an `@base` key, its value MUST be an _IRI reference_, or `null`.".freeze,
40
- domainIncludes: "http://www.w3.org/ns/json-ld#Context".freeze,
41
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
42
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
43
- label: "base".freeze,
44
- rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri".freeze,
45
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
41
+ comment: {en: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) has an `@base` key, its value MUST be an _IRI reference_, or `null`."},
42
+ domainIncludes: "http://www.w3.org/ns/json-ld#Context",
43
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions",
44
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
45
+ label: {en: "base"},
46
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri",
47
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
46
48
  property :container,
47
- comment: "The associated `@container` value in an [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions).\n\nIf the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an array containing exactly any one of those keywords, or a combination of `@set` and any of `@index`, `@id`, `@graph`, `@type`, `@language` in any order.\n\n`@container` may also be an array containing `@graph` along with either `@id` or `@index` and also optionally including `@set`.\n\nIf the value is `@language`, when the term is used outside of the `@context`, the associated value MUST be a language map.\n\nIf the value is `@index`, when the term is used outside of the `@context`, the associated value MUST be an index map.".freeze,
48
- domainIncludes: "http://www.w3.org/ns/json-ld#TermDefinition".freeze,
49
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition".freeze,
50
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
51
- label: "container".freeze,
52
- rangeIncludes: "http://www.w3.org/ns/json-ld#ContainerType".freeze,
53
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
49
+ comment: {en: "The associated `@container` value in an [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions).\n\nIf the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an array containing exactly any one of those keywords, or a combination of `@set` and any of `@index`, `@id`, `@graph`, `@type`, `@language` in any order.\n\n`@container` may also be an array containing `@graph` along with either `@id` or `@index` and also optionally including `@set`.\n\nIf the value is `@language`, when the term is used outside of the `@context`, the associated value MUST be a language map.\n\nIf the value is `@index`, when the term is used outside of the `@context`, the associated value MUST be an index map."},
50
+ domainIncludes: "http://www.w3.org/ns/json-ld#TermDefinition",
51
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition",
52
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
53
+ label: {en: "container"},
54
+ rangeIncludes: "http://www.w3.org/ns/json-ld#ContainerType",
55
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
54
56
  property :context,
55
- comment: "As an IRI, this link relation is used to associate a JSON-LD context with a JSON document so that it can be interpreted as JSON-LD. In an HTTP request header, specifies the location of a context to use for compaction. As a Context, defines an inline `context definition`.".freeze,
56
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#interpreting-json-as-json-ld".freeze,
57
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
58
- label: "context".freeze,
59
- rangeIncludes: ["http://www.w3.org/2001/XMLSchema#anyUri".freeze, "http://www.w3.org/ns/json-ld#Context".freeze],
60
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
57
+ comment: {en: "As an IRI, this link relation is used to associate a JSON-LD context with a JSON document so that it can be interpreted as JSON-LD. In an HTTP request header, specifies the location of a context to use for compaction. As a Context, defines an inline `context definition`."},
58
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#interpreting-json-as-json-ld",
59
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
60
+ label: {en: "context"},
61
+ rangeIncludes: ["http://www.w3.org/2001/XMLSchema#anyUri", "http://www.w3.org/ns/json-ld#Context"],
62
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
61
63
  property :definition,
62
- comment: "Term definition(s) associated with this context.".freeze,
63
- domainIncludes: "http://www.w3.org/ns/json-ld#Context".freeze,
64
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
65
- label: "definition".freeze,
66
- rangeIncludes: ["http://www.w3.org/ns/json-ld#PrefixDefinition".freeze, "http://www.w3.org/ns/json-ld#TermDefinition".freeze],
67
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
64
+ comment: {en: "Term definition(s) associated with this context."},
65
+ domainIncludes: "http://www.w3.org/ns/json-ld#Context",
66
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
67
+ label: {en: "definition"},
68
+ rangeIncludes: ["http://www.w3.org/ns/json-ld#PrefixDefinition", "http://www.w3.org/ns/json-ld#TermDefinition"],
69
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
68
70
  property :direction,
69
- comment: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) has an `@direction` key, its value MUST be one of `\"ltr\"` or `\"rtl\"`, or be `null`.".freeze,
70
- domainIncludes: ["http://www.w3.org/ns/json-ld#Context".freeze, "http://www.w3.org/ns/json-ld#TermDefinition".freeze],
71
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
72
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
73
- label: "direction".freeze,
74
- rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
75
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
71
+ comment: {en: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) has an `@direction` key, its value MUST be one of `\"ltr\"` or `\"rtl\"`, or be `null`."},
72
+ domainIncludes: ["http://www.w3.org/ns/json-ld#Context", "http://www.w3.org/ns/json-ld#TermDefinition"],
73
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions",
74
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
75
+ label: {en: "direction"},
76
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#string",
77
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
76
78
  property :id,
77
- comment: "The `@id` mapping of a [term definition](#TermDefinition).".freeze,
78
- domainIncludes: ["http://www.w3.org/ns/json-ld#PrefixDefinition".freeze, "http://www.w3.org/ns/json-ld#TermDefinition".freeze],
79
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition".freeze,
80
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
81
- label: "id".freeze,
82
- rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri".freeze,
83
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
79
+ comment: {en: "The `@id` mapping of a [term definition](#TermDefinition)."},
80
+ domainIncludes: ["http://www.w3.org/ns/json-ld#PrefixDefinition", "http://www.w3.org/ns/json-ld#TermDefinition"],
81
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition",
82
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
83
+ label: {en: "id"},
84
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri",
85
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
84
86
  property :import,
85
- comment: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) contains the `@import` keyword, its value MUST be an _IRI reference_. When used as a reference from an `@import`, the referenced context definition MUST NOT include an `@import` key, itself.".freeze,
86
- domainIncludes: "http://www.w3.org/ns/json-ld#Context".freeze,
87
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
88
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
89
- label: "import".freeze,
90
- rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri".freeze,
91
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
87
+ comment: {en: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) contains the `@import` keyword, its value MUST be an _IRI reference_. When used as a reference from an `@import`, the referenced context definition MUST NOT include an `@import` key, itself."},
88
+ domainIncludes: "http://www.w3.org/ns/json-ld#Context",
89
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions",
90
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
91
+ label: {en: "import"},
92
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri",
93
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
92
94
  property :language,
93
- comment: "The [default language](https://www.w3.org/TR/json-ld11/#dfn-default-language) is set in the context using the `@language` key whose value MUST be a string representing a [BCP47](https://tools.ietf.org/html/bcp47) language code or null.".freeze,
94
- domainIncludes: ["http://www.w3.org/ns/json-ld#Context".freeze, "http://www.w3.org/ns/json-ld#TermDefinition".freeze],
95
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-default-language".freeze,
96
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
97
- label: "language".freeze,
98
- rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
99
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
95
+ comment: {en: "The [default language](https://www.w3.org/TR/json-ld11/#dfn-default-language) is set in the context using the `@language` key whose value MUST be a string representing a [BCP47](https://tools.ietf.org/html/bcp47) language code or null."},
96
+ domainIncludes: ["http://www.w3.org/ns/json-ld#Context", "http://www.w3.org/ns/json-ld#TermDefinition"],
97
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-default-language",
98
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
99
+ label: {en: "language"},
100
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#string",
101
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
100
102
  property :nest,
101
- comment: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@nest` keyword, its value MUST be either `@nest`, or a _term_ which expands to `@nest`.".freeze,
102
- domainIncludes: "http://www.w3.org/ns/json-ld#TermDefinition".freeze,
103
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition".freeze,
104
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
105
- label: "nest".freeze,
106
- rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
107
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
103
+ comment: {en: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@nest` keyword, its value MUST be either `@nest`, or a _term_ which expands to `@nest`."},
104
+ domainIncludes: "http://www.w3.org/ns/json-ld#TermDefinition",
105
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition",
106
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
107
+ label: {en: "nest"},
108
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#string",
109
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
108
110
  property :prefix,
109
- comment: "With the value `true`, allows this term to be used to construct a compact IRI when compacting.".freeze,
110
- domainIncludes: "http://www.w3.org/ns/json-ld#TermDefinition".freeze,
111
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition".freeze,
112
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
113
- label: "prefix".freeze,
114
- rangeIncludes: "http://www.w3.org/2001/XMLSchema#boolean".freeze,
115
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
111
+ comment: {en: "With the value `true`, allows this term to be used to construct a compact IRI when compacting."},
112
+ domainIncludes: "http://www.w3.org/ns/json-ld#TermDefinition",
113
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition",
114
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
115
+ label: {en: "prefix"},
116
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#boolean",
117
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
116
118
  property :propagate,
117
- comment: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) contains the `@propagate` keyword, its value MUST be `true` or `false`.".freeze,
118
- domainIncludes: ["http://www.w3.org/ns/json-ld#Context".freeze, "http://www.w3.org/ns/json-ld#TermDefinition".freeze],
119
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
120
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
121
- label: "propagate".freeze,
122
- rangeIncludes: "http://www.w3.org/2001/XMLSchema#boolean".freeze,
123
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
119
+ comment: {en: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) contains the `@propagate` keyword, its value MUST be `true` or `false`."},
120
+ domainIncludes: ["http://www.w3.org/ns/json-ld#Context", "http://www.w3.org/ns/json-ld#TermDefinition"],
121
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions",
122
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
123
+ label: {en: "propagate"},
124
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#boolean",
125
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
124
126
  property :protected,
125
- comment: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) contains the `@protected` keyword, its value MUST be `true` or `false`.".freeze,
126
- domainIncludes: ["http://www.w3.org/ns/json-ld#Context".freeze, "http://www.w3.org/ns/json-ld#TermDefinition".freeze],
127
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
128
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
129
- label: "protected".freeze,
130
- rangeIncludes: "http://www.w3.org/2001/XMLSchema#boolean".freeze,
131
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
127
+ comment: {en: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) contains the `@protected` keyword, its value MUST be `true` or `false`."},
128
+ domainIncludes: ["http://www.w3.org/ns/json-ld#Context", "http://www.w3.org/ns/json-ld#TermDefinition"],
129
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions",
130
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
131
+ label: {en: "protected"},
132
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#boolean",
133
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
132
134
  property :reverse,
133
- comment: "The `@reverse` mapping of an [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions).".freeze,
134
- domainIncludes: "http://www.w3.org/ns/json-ld#TermDefinition".freeze,
135
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition".freeze,
136
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
137
- label: "reverse".freeze,
138
- rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri".freeze,
139
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
135
+ comment: {en: "The `@reverse` mapping of an [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions)."},
136
+ domainIncludes: "http://www.w3.org/ns/json-ld#TermDefinition",
137
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition",
138
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
139
+ label: {en: "reverse"},
140
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri",
141
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
140
142
  property :term,
141
- comment: "The term associated with a [term definition](#TermDefinition).".freeze,
142
- domainIncludes: ["http://www.w3.org/ns/json-ld#PrefixDefinition".freeze, "http://www.w3.org/ns/json-ld#TermDefinition".freeze],
143
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-term".freeze,
144
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
145
- label: "term".freeze,
146
- rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
147
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
143
+ comment: {en: "The term associated with a [term definition](#TermDefinition)."},
144
+ domainIncludes: ["http://www.w3.org/ns/json-ld#PrefixDefinition", "http://www.w3.org/ns/json-ld#TermDefinition"],
145
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-term",
146
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
147
+ label: {en: "term"},
148
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#string",
149
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
148
150
  property :type,
149
- comment: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) contains the `@type` keyword, its value MUST be a map with only the entry `@container` set to `@set`, and optionally an entry `@protected`.\n\n\n\nIf the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@type` keyword, its value MUST be an _IRI reference_, a _term_, `null`, or one of the keywords `@id`, `@json`, `@none`, or `@vocab`.".freeze,
150
- domainIncludes: ["http://www.w3.org/ns/json-ld#Context".freeze, "http://www.w3.org/ns/json-ld#TermDefinition".freeze],
151
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
152
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
153
- label: "type".freeze,
154
- rangeIncludes: ["http://www.w3.org/2001/XMLSchema#anyUri".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze],
155
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
151
+ comment: {en: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) contains the `@type` keyword, its value MUST be a map with only the entry `@container` set to `@set`, and optionally an entry `@protected`.\n\n\n\nIf the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@type` keyword, its value MUST be an _IRI reference_, a _term_, `null`, or one of the keywords `@id`, `@json`, `@none`, or `@vocab`."},
152
+ domainIncludes: ["http://www.w3.org/ns/json-ld#Context", "http://www.w3.org/ns/json-ld#TermDefinition"],
153
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions",
154
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
155
+ label: {en: "type"},
156
+ rangeIncludes: ["http://www.w3.org/2001/XMLSchema#anyUri", "http://www.w3.org/2001/XMLSchema#string"],
157
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
156
158
  property :version,
157
- comment: "The [processing mode](https://www.w3.org/TR/json-ld11/#dfn-processing-mode) defines how a JSON-LD document is processed. By default, all documents are assumed to be conformant with [JSON-LD 1.1`](http://www.w3.org/TR/json-ld11). By defining a different version via explicit API option, other processing modes can be accessed. This specification defines extensions for the `json-ld-1.1` processing mode.".freeze,
158
- domainIncludes: "http://www.w3.org/ns/json-ld#Context".freeze,
159
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-processing-mode".freeze,
160
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
161
- label: "version".freeze,
162
- rangeIncludes: "http://www.w3.org/2001/XMLSchema#decimal".freeze,
163
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
159
+ comment: {en: "The [processing mode](https://www.w3.org/TR/json-ld11/#dfn-processing-mode) defines how a JSON-LD document is processed. By default, all documents are assumed to be conformant with [JSON-LD 1.1`](http://www.w3.org/TR/json-ld11). By defining a different version via explicit API option, other processing modes can be accessed. This specification defines extensions for the `json-ld-1.1` processing mode."},
160
+ domainIncludes: "http://www.w3.org/ns/json-ld#Context",
161
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-processing-mode",
162
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
163
+ label: {en: "version"},
164
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#decimal",
165
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
164
166
  property :vocab,
165
- comment: "Used to expand properties and values in `@type` with a common prefix IRI.".freeze,
166
- domainIncludes: "http://www.w3.org/ns/json-ld#Context".freeze,
167
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#default-vocabulary".freeze,
168
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
169
- label: "vocab".freeze,
170
- rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri".freeze,
171
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
167
+ comment: {en: "Used to expand properties and values in `@type` with a common prefix IRI."},
168
+ domainIncludes: "http://www.w3.org/ns/json-ld#Context",
169
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#default-vocabulary",
170
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
171
+ label: {en: "vocab"},
172
+ rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri",
173
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
172
174
 
173
175
  # Extra definitions
174
176
  term :compacted,
175
- comment: "This profile IRI is used to request or specify compacted JSON-LD document form.".freeze,
176
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations".freeze,
177
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
178
- label: "compacted".freeze,
179
- type: "http://www.w3.org/2002/07/owl#NamedIndividual".freeze
177
+ comment: {en: "This profile IRI is used to request or specify compacted JSON-LD document form."},
178
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations",
179
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
180
+ label: {en: "compacted"},
181
+ type: "http://www.w3.org/2002/07/owl#NamedIndividual"
180
182
  term :expanded,
181
- comment: "This profile URI is used to request or specify expanded JSON-LD document form.".freeze,
182
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations".freeze,
183
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
184
- label: "expanded".freeze,
185
- type: "http://www.w3.org/2002/07/owl#NamedIndividual".freeze
183
+ comment: {en: "This profile URI is used to request or specify expanded JSON-LD document form."},
184
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations",
185
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
186
+ label: {en: "expanded"},
187
+ type: "http://www.w3.org/2002/07/owl#NamedIndividual"
186
188
  term :flattened,
187
- comment: "This profile URI is used to request or specify flattened JSON-LD document form.".freeze,
188
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations".freeze,
189
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
190
- label: "flattened".freeze,
191
- type: "http://www.w3.org/2002/07/owl#NamedIndividual".freeze
189
+ comment: {en: "This profile URI is used to request or specify flattened JSON-LD document form."},
190
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations",
191
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
192
+ label: {en: "flattened"},
193
+ type: "http://www.w3.org/2002/07/owl#NamedIndividual"
192
194
  term :frame,
193
- comment: "As an IRI, this link relation is used to associate a JSON-LD frame with a JSON-LD document. In an HTTP request header, specifies the location of a frame to use for framing.".freeze,
194
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations".freeze,
195
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
196
- label: "frame".freeze,
197
- type: "http://www.w3.org/2002/07/owl#NamedIndividual".freeze
195
+ comment: {en: "As an IRI, this link relation is used to associate a JSON-LD frame with a JSON-LD document. In an HTTP request header, specifies the location of a frame to use for framing."},
196
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations",
197
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
198
+ label: {en: "frame"},
199
+ type: "http://www.w3.org/2002/07/owl#NamedIndividual"
198
200
  term :framed,
199
- comment: "This profile URI is used to request or specify framed JSON-LD document form.".freeze,
200
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations".freeze,
201
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
202
- label: "framed".freeze,
203
- type: "http://www.w3.org/2002/07/owl#NamedIndividual".freeze
201
+ comment: {en: "This profile URI is used to request or specify framed JSON-LD document form."},
202
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations",
203
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
204
+ label: {en: "framed"},
205
+ type: "http://www.w3.org/2002/07/owl#NamedIndividual"
204
206
  term :graphContainerType,
205
- comment: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.".freeze,
206
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
207
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
208
- label: "@graph".freeze,
209
- type: "http://www.w3.org/ns/ContainerType".freeze
207
+ comment: {en: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords."},
208
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions",
209
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
210
+ label: {en: "@graph"},
211
+ type: "http://www.w3.org/ns/ContainerType"
210
212
  term :idContainerType,
211
- comment: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.".freeze,
212
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
213
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
214
- label: "@id".freeze,
215
- type: "http://www.w3.org/ns/ContainerType".freeze
213
+ comment: {en: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords."},
214
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions",
215
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
216
+ label: {en: "@id"},
217
+ type: "http://www.w3.org/ns/ContainerType"
216
218
  term :indexContainerType,
217
- comment: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.".freeze,
218
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
219
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
220
- label: "@index".freeze,
221
- type: "http://www.w3.org/ns/ContainerType".freeze
219
+ comment: {en: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords."},
220
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions",
221
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
222
+ label: {en: "@index"},
223
+ type: "http://www.w3.org/ns/ContainerType"
222
224
  term :languageContainerType,
223
- comment: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.".freeze,
224
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
225
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
226
- label: "@language".freeze,
227
- type: "http://www.w3.org/ns/ContainerType".freeze
225
+ comment: {en: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords."},
226
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions",
227
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
228
+ label: {en: "@language"},
229
+ type: "http://www.w3.org/ns/ContainerType"
228
230
  term :listContainerType,
229
- comment: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.".freeze,
230
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
231
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
232
- label: "@list".freeze,
233
- type: "http://www.w3.org/ns/ContainerType".freeze
231
+ comment: {en: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords."},
232
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions",
233
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
234
+ label: {en: "@list"},
235
+ type: "http://www.w3.org/ns/ContainerType"
234
236
  term :setContainerType,
235
- comment: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.".freeze,
236
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
237
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
238
- label: "@set".freeze,
239
- type: "http://www.w3.org/ns/ContainerType".freeze
237
+ comment: {en: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords."},
238
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions",
239
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
240
+ label: {en: "@set"},
241
+ type: "http://www.w3.org/ns/ContainerType"
240
242
  term :streaming,
241
- comment: "This profile URI is used to request or specify streaming JSON-LD document form.".freeze,
242
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11-streaming/#streaming-profile".freeze,
243
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
244
- label: "streaming".freeze,
245
- type: "http://www.w3.org/2002/07/owl#NamedIndividual".freeze
243
+ comment: {en: "This profile URI is used to request or specify streaming JSON-LD document form."},
244
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11-streaming/#streaming-profile",
245
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
246
+ label: {en: "streaming"},
247
+ type: "http://www.w3.org/2002/07/owl#NamedIndividual"
246
248
  term :typeContainerType,
247
- comment: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.".freeze,
248
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
249
- isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
250
- label: "@type".freeze,
251
- type: "http://www.w3.org/ns/ContainerType".freeze
249
+ comment: {en: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords."},
250
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions",
251
+ isDefinedBy: "http://www.w3.org/ns/json-ld#",
252
+ label: {en: "@type"},
253
+ type: "http://www.w3.org/ns/ContainerType"
252
254
  end
253
255
  end