rdf-vocab 3.2.0 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +63 -7
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4719 -4347
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +501 -227
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +563 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9464 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14900 -14698
- data/lib/rdf/vocab/schemas.rb +14900 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +63 -142
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +23 -6
data/lib/rdf/vocab/jsonld.rb
CHANGED
@@ -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"
|
11
|
-
"http://purl.org/dc/terms/description": "This is a vocabulary document and is used to achieve certain features of the JSON-LD language."
|
12
|
-
"http://purl.org/dc/terms/title": "The JSON-LD Vocabulary"
|
13
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/json-ld11"
|
14
|
-
"http://www.w3.org/2002/07/owl#versionInfo": "https://github.com/w3c/json-ld-wg/commit/dfd1827c95a66bc36c01368e10b6e4f4bbb5c8b3"
|
15
|
-
type: "http://www.w3.org/2002/07/owl#Ontology"
|
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`."
|
20
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions"
|
21
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
22
|
-
label: "Context"
|
23
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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."
|
26
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-term-definition"
|
27
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
28
|
-
label: "Prefix Definition"
|
29
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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."
|
32
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-term-definition"
|
33
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
34
|
-
label: "Term Definition"
|
35
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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`."
|
40
|
-
domainIncludes: "http://www.w3.org/ns/json-ld#Context"
|
41
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions"
|
42
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
43
|
-
label: "base"
|
44
|
-
rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri"
|
45
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
48
|
-
domainIncludes: "http://www.w3.org/ns/json-ld#TermDefinition"
|
49
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition"
|
50
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
51
|
-
label: "container"
|
52
|
-
rangeIncludes: "http://www.w3.org/ns/json-ld#ContainerType"
|
53
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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`."
|
56
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#interpreting-json-as-json-ld"
|
57
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
58
|
-
label: "context"
|
59
|
-
rangeIncludes: ["http://www.w3.org/2001/XMLSchema#anyUri"
|
60
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
63
|
-
domainIncludes: "http://www.w3.org/ns/json-ld#Context"
|
64
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
65
|
-
label: "definition"
|
66
|
-
rangeIncludes: ["http://www.w3.org/ns/json-ld#PrefixDefinition"
|
67
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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`."
|
70
|
-
domainIncludes: ["http://www.w3.org/ns/json-ld#Context"
|
71
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions"
|
72
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
73
|
-
label: "direction"
|
74
|
-
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string"
|
75
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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)."
|
78
|
-
domainIncludes: ["http://www.w3.org/ns/json-ld#PrefixDefinition"
|
79
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition"
|
80
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
81
|
-
label: "id"
|
82
|
-
rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri"
|
83
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
86
|
-
domainIncludes: "http://www.w3.org/ns/json-ld#Context"
|
87
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions"
|
88
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
89
|
-
label: "import"
|
90
|
-
rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri"
|
91
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
94
|
-
domainIncludes: ["http://www.w3.org/ns/json-ld#Context"
|
95
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-default-language"
|
96
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
97
|
-
label: "language"
|
98
|
-
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string"
|
99
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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`."
|
102
|
-
domainIncludes: "http://www.w3.org/ns/json-ld#TermDefinition"
|
103
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition"
|
104
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
105
|
-
label: "nest"
|
106
|
-
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string"
|
107
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
110
|
-
domainIncludes: "http://www.w3.org/ns/json-ld#TermDefinition"
|
111
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition"
|
112
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
113
|
-
label: "prefix"
|
114
|
-
rangeIncludes: "http://www.w3.org/2001/XMLSchema#boolean"
|
115
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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`."
|
118
|
-
domainIncludes: ["http://www.w3.org/ns/json-ld#Context"
|
119
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions"
|
120
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
121
|
-
label: "propagate"
|
122
|
-
rangeIncludes: "http://www.w3.org/2001/XMLSchema#boolean"
|
123
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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`."
|
126
|
-
domainIncludes: ["http://www.w3.org/ns/json-ld#Context"
|
127
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions"
|
128
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
129
|
-
label: "protected"
|
130
|
-
rangeIncludes: "http://www.w3.org/2001/XMLSchema#boolean"
|
131
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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)."
|
134
|
-
domainIncludes: "http://www.w3.org/ns/json-ld#TermDefinition"
|
135
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition"
|
136
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
137
|
-
label: "reverse"
|
138
|
-
rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri"
|
139
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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)."
|
142
|
-
domainIncludes: ["http://www.w3.org/ns/json-ld#PrefixDefinition"
|
143
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-term"
|
144
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
145
|
-
label: "term"
|
146
|
-
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string"
|
147
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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`."
|
150
|
-
domainIncludes: ["http://www.w3.org/ns/json-ld#Context"
|
151
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions"
|
152
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
153
|
-
label: "type"
|
154
|
-
rangeIncludes: ["http://www.w3.org/2001/XMLSchema#anyUri"
|
155
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
158
|
-
domainIncludes: "http://www.w3.org/ns/json-ld#Context"
|
159
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-processing-mode"
|
160
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
161
|
-
label: "version"
|
162
|
-
rangeIncludes: "http://www.w3.org/2001/XMLSchema#decimal"
|
163
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
166
|
-
domainIncludes: "http://www.w3.org/ns/json-ld#Context"
|
167
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#default-vocabulary"
|
168
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
169
|
-
label: "vocab"
|
170
|
-
rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri"
|
171
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
176
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations"
|
177
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
178
|
-
label: "compacted"
|
179
|
-
type: "http://www.w3.org/2002/07/owl#NamedIndividual"
|
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."
|
182
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations"
|
183
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
184
|
-
label: "expanded"
|
185
|
-
type: "http://www.w3.org/2002/07/owl#NamedIndividual"
|
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."
|
188
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations"
|
189
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
190
|
-
label: "flattened"
|
191
|
-
type: "http://www.w3.org/2002/07/owl#NamedIndividual"
|
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."
|
194
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations"
|
195
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
196
|
-
label: "frame"
|
197
|
-
type: "http://www.w3.org/2002/07/owl#NamedIndividual"
|
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."
|
200
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations"
|
201
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
202
|
-
label: "framed"
|
203
|
-
type: "http://www.w3.org/2002/07/owl#NamedIndividual"
|
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."
|
206
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions"
|
207
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
208
|
-
label: "@graph"
|
209
|
-
type: "http://www.w3.org/ns/ContainerType"
|
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."
|
212
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions"
|
213
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
214
|
-
label: "@id"
|
215
|
-
type: "http://www.w3.org/ns/ContainerType"
|
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."
|
218
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions"
|
219
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
220
|
-
label: "@index"
|
221
|
-
type: "http://www.w3.org/ns/ContainerType"
|
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."
|
224
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions"
|
225
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
226
|
-
label: "@language"
|
227
|
-
type: "http://www.w3.org/ns/ContainerType"
|
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."
|
230
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions"
|
231
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
232
|
-
label: "@list"
|
233
|
-
type: "http://www.w3.org/ns/ContainerType"
|
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."
|
236
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions"
|
237
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
238
|
-
label: "@set"
|
239
|
-
type: "http://www.w3.org/ns/ContainerType"
|
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."
|
242
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11-streaming/#streaming-profile"
|
243
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
244
|
-
label: "streaming"
|
245
|
-
type: "http://www.w3.org/2002/07/owl#NamedIndividual"
|
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."
|
248
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions"
|
249
|
-
isDefinedBy: "http://www.w3.org/ns/json-ld#"
|
250
|
-
label: "@type"
|
251
|
-
type: "http://www.w3.org/ns/ContainerType"
|
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
|