@tpluscode/rdf-ns-builders 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (301) hide show
  1. package/bin/index.d.ts +3 -0
  2. package/bin/index.d.ts.map +1 -0
  3. package/bin/index.js +8 -0
  4. package/build/index.d.ts +9 -0
  5. package/build/index.d.ts.map +1 -0
  6. package/build/index.js +19 -0
  7. package/build/interface.d.ts +4 -0
  8. package/build/interface.d.ts.map +1 -0
  9. package/build/interface.js +37 -0
  10. package/build/modules.d.ts +4 -0
  11. package/build/modules.d.ts.map +1 -0
  12. package/build/modules.js +20 -0
  13. package/build/prefix.d.ts +4 -0
  14. package/build/prefix.d.ts.map +1 -0
  15. package/build/prefix.js +55 -0
  16. package/build/strings.d.ts +2 -0
  17. package/build/strings.d.ts.map +1 -0
  18. package/build/strings.js +3 -0
  19. package/index.d.ts +93 -0
  20. package/index.d.ts.map +1 -0
  21. package/index.js +92 -0
  22. package/loose.d.ts +93 -0
  23. package/loose.d.ts.map +1 -0
  24. package/loose.js +92 -0
  25. package/package.json +1 -1
  26. package/vocabularies/acl.d.ts +108 -0
  27. package/vocabularies/acl.d.ts.map +1 -0
  28. package/vocabularies/acl.js +4 -0
  29. package/vocabularies/as.d.ts +220 -0
  30. package/vocabularies/as.d.ts.map +1 -0
  31. package/vocabularies/as.js +4 -0
  32. package/vocabularies/bibo.d.ts +249 -0
  33. package/vocabularies/bibo.d.ts.map +1 -0
  34. package/vocabularies/bibo.js +4 -0
  35. package/vocabularies/cc.d.ts +120 -0
  36. package/vocabularies/cc.d.ts.map +1 -0
  37. package/vocabularies/cc.js +4 -0
  38. package/vocabularies/cnt.d.ts +44 -0
  39. package/vocabularies/cnt.d.ts.map +1 -0
  40. package/vocabularies/cnt.js +4 -0
  41. package/vocabularies/constant.d.ts +665 -0
  42. package/vocabularies/constant.d.ts.map +1 -0
  43. package/vocabularies/constant.js +4 -0
  44. package/vocabularies/crm.d.ts +1434 -0
  45. package/vocabularies/crm.d.ts.map +1 -0
  46. package/vocabularies/crm.js +4 -0
  47. package/vocabularies/csvw.d.ts +189 -0
  48. package/vocabularies/csvw.d.ts.map +1 -0
  49. package/vocabularies/csvw.js +4 -0
  50. package/vocabularies/ctag.d.ts +28 -0
  51. package/vocabularies/ctag.d.ts.map +1 -0
  52. package/vocabularies/ctag.js +4 -0
  53. package/vocabularies/dash.d.ts +629 -0
  54. package/vocabularies/dash.d.ts.map +1 -0
  55. package/vocabularies/dash.js +4 -0
  56. package/vocabularies/dbo.d.ts +4611 -0
  57. package/vocabularies/dbo.d.ts.map +1 -0
  58. package/vocabularies/dbo.js +4 -0
  59. package/vocabularies/dc11.d.ts +38 -0
  60. package/vocabularies/dc11.d.ts.map +1 -0
  61. package/vocabularies/dc11.js +4 -0
  62. package/vocabularies/dcam.d.ts +16 -0
  63. package/vocabularies/dcam.d.ts.map +1 -0
  64. package/vocabularies/dcam.js +4 -0
  65. package/vocabularies/dcat.d.ts +76 -0
  66. package/vocabularies/dcat.d.ts.map +1 -0
  67. package/vocabularies/dcat.js +4 -0
  68. package/vocabularies/dcmitype.d.ts +32 -0
  69. package/vocabularies/dcmitype.d.ts.map +1 -0
  70. package/vocabularies/dcmitype.js +4 -0
  71. package/vocabularies/dcterms.d.ts +205 -0
  72. package/vocabularies/dcterms.d.ts.map +1 -0
  73. package/vocabularies/dcterms.js +4 -0
  74. package/vocabularies/discipline.d.ts +143 -0
  75. package/vocabularies/discipline.d.ts.map +1 -0
  76. package/vocabularies/discipline.js +4 -0
  77. package/vocabularies/doap.d.ts +123 -0
  78. package/vocabularies/doap.d.ts.map +1 -0
  79. package/vocabularies/doap.js +4 -0
  80. package/vocabularies/dpv.d.ts +389 -0
  81. package/vocabularies/dpv.d.ts.map +1 -0
  82. package/vocabularies/dpv.js +4 -0
  83. package/vocabularies/dqv.d.ts +48 -0
  84. package/vocabularies/dqv.d.ts.map +1 -0
  85. package/vocabularies/dqv.js +4 -0
  86. package/vocabularies/dtype.d.ts +29 -0
  87. package/vocabularies/dtype.d.ts.map +1 -0
  88. package/vocabularies/dtype.js +4 -0
  89. package/vocabularies/duv.d.ts +28 -0
  90. package/vocabularies/duv.d.ts.map +1 -0
  91. package/vocabularies/duv.js +4 -0
  92. package/vocabularies/earl.d.ts +66 -0
  93. package/vocabularies/earl.d.ts.map +1 -0
  94. package/vocabularies/earl.js +4 -0
  95. package/vocabularies/ebucore.d.ts +2529 -0
  96. package/vocabularies/ebucore.d.ts.map +1 -0
  97. package/vocabularies/ebucore.js +4 -0
  98. package/vocabularies/exif.d.ts +334 -0
  99. package/vocabularies/exif.d.ts.map +1 -0
  100. package/vocabularies/exif.js +4 -0
  101. package/vocabularies/foaf.d.ts +158 -0
  102. package/vocabularies/foaf.d.ts.map +1 -0
  103. package/vocabularies/foaf.js +4 -0
  104. package/vocabularies/frbr.d.ts +223 -0
  105. package/vocabularies/frbr.d.ts.map +1 -0
  106. package/vocabularies/frbr.js +4 -0
  107. package/vocabularies/geo.d.ts +73 -0
  108. package/vocabularies/geo.d.ts.map +1 -0
  109. package/vocabularies/geo.js +4 -0
  110. package/vocabularies/geof.d.ts +43 -0
  111. package/vocabularies/geof.d.ts.map +1 -0
  112. package/vocabularies/geof.js +4 -0
  113. package/vocabularies/geor.d.ts +32 -0
  114. package/vocabularies/geor.d.ts.map +1 -0
  115. package/vocabularies/geor.js +4 -0
  116. package/vocabularies/gml.d.ts +61 -0
  117. package/vocabularies/gml.d.ts.map +1 -0
  118. package/vocabularies/gml.js +4 -0
  119. package/vocabularies/gn.d.ts +771 -0
  120. package/vocabularies/gn.d.ts.map +1 -0
  121. package/vocabularies/gn.js +4 -0
  122. package/vocabularies/gr.d.ts +897 -0
  123. package/vocabularies/gr.d.ts.map +1 -0
  124. package/vocabularies/gr.js +4 -0
  125. package/vocabularies/grddl.d.ts +64 -0
  126. package/vocabularies/grddl.d.ts.map +1 -0
  127. package/vocabularies/grddl.js +4 -0
  128. package/vocabularies/gs1.d.ts +2958 -0
  129. package/vocabularies/gs1.d.ts.map +1 -0
  130. package/vocabularies/gs1.js +4 -0
  131. package/vocabularies/gtfs.d.ts +206 -0
  132. package/vocabularies/gtfs.d.ts.map +1 -0
  133. package/vocabularies/gtfs.js +4 -0
  134. package/vocabularies/http.d.ts +86 -0
  135. package/vocabularies/http.d.ts.map +1 -0
  136. package/vocabularies/http.js +4 -0
  137. package/vocabularies/hydra.d.ts +143 -0
  138. package/vocabularies/hydra.d.ts.map +1 -0
  139. package/vocabularies/hydra.js +4 -0
  140. package/vocabularies/ical.d.ts +247 -0
  141. package/vocabularies/ical.d.ts.map +1 -0
  142. package/vocabularies/ical.js +4 -0
  143. package/vocabularies/ldp.d.ts +66 -0
  144. package/vocabularies/ldp.d.ts.map +1 -0
  145. package/vocabularies/ldp.js +4 -0
  146. package/vocabularies/locn.d.ts +55 -0
  147. package/vocabularies/locn.d.ts.map +1 -0
  148. package/vocabularies/locn.js +4 -0
  149. package/vocabularies/lvont.d.ts +122 -0
  150. package/vocabularies/lvont.d.ts.map +1 -0
  151. package/vocabularies/lvont.js +4 -0
  152. package/vocabularies/ma.d.ts +185 -0
  153. package/vocabularies/ma.d.ts.map +1 -0
  154. package/vocabularies/ma.js +4 -0
  155. package/vocabularies/mads.d.ts +283 -0
  156. package/vocabularies/mads.d.ts.map +1 -0
  157. package/vocabularies/mads.js +4 -0
  158. package/vocabularies/oa.d.ts +149 -0
  159. package/vocabularies/oa.d.ts.map +1 -0
  160. package/vocabularies/oa.js +4 -0
  161. package/vocabularies/og.d.ts +52 -0
  162. package/vocabularies/og.d.ts.map +1 -0
  163. package/vocabularies/og.js +4 -0
  164. package/vocabularies/org.d.ts +98 -0
  165. package/vocabularies/org.d.ts.map +1 -0
  166. package/vocabularies/org.js +4 -0
  167. package/vocabularies/owl.d.ts +162 -0
  168. package/vocabularies/owl.d.ts.map +1 -0
  169. package/vocabularies/owl.js +4 -0
  170. package/vocabularies/prefix.d.ts +37 -0
  171. package/vocabularies/prefix.d.ts.map +1 -0
  172. package/vocabularies/prefix.js +4 -0
  173. package/vocabularies/prov.d.ts +286 -0
  174. package/vocabularies/prov.d.ts.map +1 -0
  175. package/vocabularies/prov.js +4 -0
  176. package/vocabularies/qb.d.ts +83 -0
  177. package/vocabularies/qb.d.ts.map +1 -0
  178. package/vocabularies/qb.js +4 -0
  179. package/vocabularies/qkdv.d.ts +228 -0
  180. package/vocabularies/qkdv.d.ts.map +1 -0
  181. package/vocabularies/qkdv.js +4 -0
  182. package/vocabularies/quantitykind.d.ts +949 -0
  183. package/vocabularies/quantitykind.d.ts.map +1 -0
  184. package/vocabularies/quantitykind.js +4 -0
  185. package/vocabularies/qudt.d.ts +1090 -0
  186. package/vocabularies/qudt.d.ts.map +1 -0
  187. package/vocabularies/qudt.js +4 -0
  188. package/vocabularies/rdau.d.ts +2934 -0
  189. package/vocabularies/rdau.d.ts.map +1 -0
  190. package/vocabularies/rdau.js +4 -0
  191. package/vocabularies/rdf.d.ts +52 -0
  192. package/vocabularies/rdf.d.ts.map +1 -0
  193. package/vocabularies/rdf.js +4 -0
  194. package/vocabularies/rdfa.d.ts +28 -0
  195. package/vocabularies/rdfa.d.ts.map +1 -0
  196. package/vocabularies/rdfa.js +4 -0
  197. package/vocabularies/rdfs.d.ts +41 -0
  198. package/vocabularies/rdfs.d.ts.map +1 -0
  199. package/vocabularies/rdfs.js +4 -0
  200. package/vocabularies/rev.d.ts +40 -0
  201. package/vocabularies/rev.d.ts.map +1 -0
  202. package/vocabularies/rev.js +4 -0
  203. package/vocabularies/rico.d.ts +2726 -0
  204. package/vocabularies/rico.d.ts.map +1 -0
  205. package/vocabularies/rico.js +4 -0
  206. package/vocabularies/rif.d.ts +8 -0
  207. package/vocabularies/rif.d.ts.map +1 -0
  208. package/vocabularies/rif.js +4 -0
  209. package/vocabularies/rr.d.ts +89 -0
  210. package/vocabularies/rr.d.ts.map +1 -0
  211. package/vocabularies/rr.js +4 -0
  212. package/vocabularies/rss.d.ts +28 -0
  213. package/vocabularies/rss.d.ts.map +1 -0
  214. package/vocabularies/rss.js +4 -0
  215. package/vocabularies/schema.d.ts +6240 -0
  216. package/vocabularies/schema.d.ts.map +1 -0
  217. package/vocabularies/schema.js +4 -0
  218. package/vocabularies/sd.d.ts +84 -0
  219. package/vocabularies/sd.d.ts.map +1 -0
  220. package/vocabularies/sd.js +4 -0
  221. package/vocabularies/sdmx.d.ts +35 -0
  222. package/vocabularies/sdmx.d.ts.map +1 -0
  223. package/vocabularies/sdmx.js +4 -0
  224. package/vocabularies/sem.d.ts +89 -0
  225. package/vocabularies/sem.d.ts.map +1 -0
  226. package/vocabularies/sem.js +4 -0
  227. package/vocabularies/sf.d.ts +138 -0
  228. package/vocabularies/sf.d.ts.map +1 -0
  229. package/vocabularies/sf.js +4 -0
  230. package/vocabularies/sh.d.ts +411 -0
  231. package/vocabularies/sh.d.ts.map +1 -0
  232. package/vocabularies/sh.js +4 -0
  233. package/vocabularies/shex.d.ts +146 -0
  234. package/vocabularies/shex.d.ts.map +1 -0
  235. package/vocabularies/shex.js +4 -0
  236. package/vocabularies/sioc.d.ts +204 -0
  237. package/vocabularies/sioc.d.ts.map +1 -0
  238. package/vocabularies/sioc.js +4 -0
  239. package/vocabularies/skos.d.ts +52 -0
  240. package/vocabularies/skos.d.ts.map +1 -0
  241. package/vocabularies/skos.js +4 -0
  242. package/vocabularies/skosxl.d.ts +18 -0
  243. package/vocabularies/skosxl.d.ts.map +1 -0
  244. package/vocabularies/skosxl.js +4 -0
  245. package/vocabularies/sosa.d.ts +80 -0
  246. package/vocabularies/sosa.d.ts.map +1 -0
  247. package/vocabularies/sosa.js +4 -0
  248. package/vocabularies/sou.d.ts +26 -0
  249. package/vocabularies/sou.d.ts.map +1 -0
  250. package/vocabularies/sou.js +4 -0
  251. package/vocabularies/ssn.d.ts +50 -0
  252. package/vocabularies/ssn.d.ts.map +1 -0
  253. package/vocabularies/ssn.js +4 -0
  254. package/vocabularies/test.d.ts +41 -0
  255. package/vocabularies/test.d.ts.map +1 -0
  256. package/vocabularies/test.js +4 -0
  257. package/vocabularies/time.d.ts +214 -0
  258. package/vocabularies/time.d.ts.map +1 -0
  259. package/vocabularies/time.js +4 -0
  260. package/vocabularies/unit.d.ts +1792 -0
  261. package/vocabularies/unit.d.ts.map +1 -0
  262. package/vocabularies/unit.js +4 -0
  263. package/vocabularies/v.d.ts +8 -0
  264. package/vocabularies/v.d.ts.map +1 -0
  265. package/vocabularies/v.js +4 -0
  266. package/vocabularies/vaem.d.ts +80 -0
  267. package/vocabularies/vaem.d.ts.map +1 -0
  268. package/vocabularies/vaem.js +4 -0
  269. package/vocabularies/vann.d.ts +22 -0
  270. package/vocabularies/vann.d.ts.map +1 -0
  271. package/vocabularies/vann.js +4 -0
  272. package/vocabularies/vcard.d.ts +273 -0
  273. package/vocabularies/vcard.d.ts.map +1 -0
  274. package/vocabularies/vcard.js +4 -0
  275. package/vocabularies/void.d.ts +65 -0
  276. package/vocabularies/void.d.ts.map +1 -0
  277. package/vocabularies/void.js +4 -0
  278. package/vocabularies/vs.d.ts +14 -0
  279. package/vocabularies/vs.d.ts.map +1 -0
  280. package/vocabularies/vs.js +4 -0
  281. package/vocabularies/wdr.d.ts +8 -0
  282. package/vocabularies/wdr.d.ts.map +1 -0
  283. package/vocabularies/wdr.js +4 -0
  284. package/vocabularies/wdrs.d.ts +50 -0
  285. package/vocabularies/wdrs.d.ts.map +1 -0
  286. package/vocabularies/wdrs.js +4 -0
  287. package/vocabularies/wgs.d.ts +47 -0
  288. package/vocabularies/wgs.d.ts.map +1 -0
  289. package/vocabularies/wgs.js +4 -0
  290. package/vocabularies/xhv.d.ts +460 -0
  291. package/vocabularies/xhv.d.ts.map +1 -0
  292. package/vocabularies/xhv.js +4 -0
  293. package/vocabularies/xkos.d.ts +57 -0
  294. package/vocabularies/xkos.d.ts.map +1 -0
  295. package/vocabularies/xkos.js +4 -0
  296. package/vocabularies/xml.d.ts +8 -0
  297. package/vocabularies/xml.d.ts.map +1 -0
  298. package/vocabularies/xml.js +4 -0
  299. package/vocabularies/xsd.d.ts +423 -0
  300. package/vocabularies/xsd.d.ts.map +1 -0
  301. package/vocabularies/xsd.js +4 -0
@@ -0,0 +1,460 @@
1
+ import { NamedNode } from "@rdfjs/types";
2
+ interface Xhv {
3
+ '': NamedNode<'http://www.w3.org/1999/xhtml/vocab#'>;
4
+ /**
5
+ * A message
6
+ * with important, and usually time-sensitive, information. Also see
7
+ * alertdialog and status.
8
+ */
9
+ "alert": NamedNode<'http://www.w3.org/1999/xhtml/vocab#alert'>;
10
+ /**
11
+ * A
12
+ * type of dialog that contains an alert message, where initial focus goes
13
+ * to the dialog or an element within it. Also see alert and dialog.
14
+ */
15
+ "alertdialog": NamedNode<'http://www.w3.org/1999/xhtml/vocab#alertdialog'>;
16
+ /**
17
+ * alternate designates alternate
18
+ * versions for a resource.
19
+ */
20
+ "alternate": NamedNode<'http://www.w3.org/1999/xhtml/vocab#alternate'>;
21
+ "relrev-properties": NamedNode<'http://www.w3.org/1999/xhtml/vocab#relrev-properties'>;
22
+ /**
23
+ * appendix refers to a resource serving
24
+ * as an appendix in a collection.
25
+ */
26
+ "appendix": NamedNode<'http://www.w3.org/1999/xhtml/vocab#appendix'>;
27
+ /**
28
+ * A
29
+ * region declared as a web application, as opposed to a web document.
30
+ */
31
+ "application": NamedNode<'http://www.w3.org/1999/xhtml/vocab#application'>;
32
+ /**
33
+ * A
34
+ * section of a page consisting of an independent part of a document, page,
35
+ * or site.
36
+ */
37
+ "article": NamedNode<'http://www.w3.org/1999/xhtml/vocab#article'>;
38
+ /**
39
+ * banner contains the prime heading or
40
+ * internal title of a page.
41
+ */
42
+ "banner": NamedNode<'http://www.w3.org/1999/xhtml/vocab#banner'>;
43
+ "role-properties": NamedNode<'http://www.w3.org/1999/xhtml/vocab#role-properties'>;
44
+ /**
45
+ * bookmark refers to a bookmark - a link
46
+ * to a key entry point within an extended document.
47
+ */
48
+ "bookmark": NamedNode<'http://www.w3.org/1999/xhtml/vocab#bookmark'>;
49
+ /**
50
+ * An input
51
+ * that allows for user-triggered actions when clicked or pressed.
52
+ */
53
+ "button": NamedNode<'http://www.w3.org/1999/xhtml/vocab#button'>;
54
+ /**
55
+ * chapter refers to a resource serving
56
+ * as a chapter in a collction.
57
+ */
58
+ "chapter": NamedNode<'http://www.w3.org/1999/xhtml/vocab#chapter'>;
59
+ /**
60
+ * An
61
+ * checkable input that has three possible values: true, false, or
62
+ * mixed.
63
+ */
64
+ "checkbox": NamedNode<'http://www.w3.org/1999/xhtml/vocab#checkbox'>;
65
+ /**
66
+ * cite refers to a resource that defines
67
+ * a citation.
68
+ */
69
+ "cite": NamedNode<'http://www.w3.org/1999/xhtml/vocab#cite'>;
70
+ /**
71
+ * A
72
+ * cell containing header information for a column.
73
+ */
74
+ "columnheader": NamedNode<'http://www.w3.org/1999/xhtml/vocab#columnheader'>;
75
+ /**
76
+ * A
77
+ * presentation of a select; usually similar to a textbox where users can
78
+ * type ahead to select an option, or type to enter arbitrary text as a new
79
+ * item in the list.
80
+ */
81
+ "combobox": NamedNode<'http://www.w3.org/1999/xhtml/vocab#combobox'>;
82
+ /**
83
+ * secondary indicates that the section
84
+ * supports but is separable from the main content of resource.
85
+ */
86
+ "complementary": NamedNode<'http://www.w3.org/1999/xhtml/vocab#complementary'>;
87
+ /**
88
+ * contentinfo has meta information about
89
+ * the content on the page or the page as a whole.
90
+ */
91
+ "contentinfo": NamedNode<'http://www.w3.org/1999/xhtml/vocab#contentinfo'>;
92
+ /**
93
+ * contents refers to a resource serving
94
+ * as a table of contents.
95
+ */
96
+ "contents": NamedNode<'http://www.w3.org/1999/xhtml/vocab#contents'>;
97
+ /**
98
+ * copyright refers to a copyright
99
+ * statement for the resource.
100
+ */
101
+ "copyright": NamedNode<'http://www.w3.org/1999/xhtml/vocab#copyright'>;
102
+ /**
103
+ * definition indicates the definition of
104
+ * a term or concept.
105
+ */
106
+ "definition": NamedNode<'http://www.w3.org/1999/xhtml/vocab#definition'>;
107
+ /**
108
+ * A dialog
109
+ * is an application window that is designed to interrupt the current
110
+ * processing of an application in order to prompt the user to enter
111
+ * information or require a response. Also see alertdialog.
112
+ */
113
+ "dialog": NamedNode<'http://www.w3.org/1999/xhtml/vocab#dialog'>;
114
+ /**
115
+ * A list
116
+ * of references to members of a group, such as a static table of
117
+ * contents.
118
+ */
119
+ "directory": NamedNode<'http://www.w3.org/1999/xhtml/vocab#directory'>;
120
+ /**
121
+ * A
122
+ * region containing related information that is declared as document
123
+ * content, as opposed to a web application.
124
+ */
125
+ "document": NamedNode<'http://www.w3.org/1999/xhtml/vocab#document'>;
126
+ /**
127
+ * first refers the first item in a
128
+ * collection (see also start and top).
129
+ */
130
+ "first": NamedNode<'http://www.w3.org/1999/xhtml/vocab#first'>;
131
+ /**
132
+ * glossary refers to a resource
133
+ * providing a glossary of terms.
134
+ */
135
+ "glossary": NamedNode<'http://www.w3.org/1999/xhtml/vocab#glossary'>;
136
+ /**
137
+ * A grid
138
+ * contains cells of tabular data arranged in rows and columns, like a
139
+ * table.
140
+ */
141
+ "grid": NamedNode<'http://www.w3.org/1999/xhtml/vocab#grid'>;
142
+ /**
143
+ * A cell
144
+ * in a grid or treegrid.
145
+ */
146
+ "gridcell": NamedNode<'http://www.w3.org/1999/xhtml/vocab#gridcell'>;
147
+ /**
148
+ * A set of
149
+ * user interface objects which would not be included in a page summary or
150
+ * table of contents by an assistive technology.
151
+ */
152
+ "group": NamedNode<'http://www.w3.org/1999/xhtml/vocab#group'>;
153
+ /**
154
+ * A
155
+ * heading for a section of the page.
156
+ */
157
+ "heading": NamedNode<'http://www.w3.org/1999/xhtml/vocab#heading'>;
158
+ /**
159
+ * help refers to a resource offering
160
+ * help.
161
+ */
162
+ "help": NamedNode<'http://www.w3.org/1999/xhtml/vocab#help'>;
163
+ /**
164
+ * icon refers to a resource that
165
+ * represents an icon.
166
+ */
167
+ "icon": NamedNode<'http://www.w3.org/1999/xhtml/vocab#icon'>;
168
+ /**
169
+ * A container
170
+ * for a collection of elements that form an image.
171
+ */
172
+ "img": NamedNode<'http://www.w3.org/1999/xhtml/vocab#img'>;
173
+ /**
174
+ * index refers to a resource providing
175
+ * an index.
176
+ */
177
+ "index": NamedNode<'http://www.w3.org/1999/xhtml/vocab#index'>;
178
+ /**
179
+ * itsRules indicates that the designated
180
+ * resource is an [ITS] rule set.
181
+ */
182
+ "itsRules": NamedNode<'http://www.w3.org/1999/xhtml/vocab#itsRules'>;
183
+ /**
184
+ * last refers to the last resource in a
185
+ * collection of resources.
186
+ */
187
+ "last": NamedNode<'http://www.w3.org/1999/xhtml/vocab#last'>;
188
+ /**
189
+ * license refers to a resource that
190
+ * defines the associated license.
191
+ */
192
+ "license": NamedNode<'http://www.w3.org/1999/xhtml/vocab#license'>;
193
+ /**
194
+ * An
195
+ * interactive reference to an internal or external resource.
196
+ */
197
+ "link": NamedNode<'http://www.w3.org/1999/xhtml/vocab#link'>;
198
+ /**
199
+ * A group of
200
+ * non-interactive list items.
201
+ */
202
+ "list": NamedNode<'http://www.w3.org/1999/xhtml/vocab#list'>;
203
+ /**
204
+ * A widget
205
+ * that allows the user to select one or more items from a list of
206
+ * choices.
207
+ */
208
+ "listbox": NamedNode<'http://www.w3.org/1999/xhtml/vocab#listbox'>;
209
+ /**
210
+ * A
211
+ * single item in a list, listbox, or directory.
212
+ */
213
+ "listitem": NamedNode<'http://www.w3.org/1999/xhtml/vocab#listitem'>;
214
+ /**
215
+ * A type of
216
+ * live region where new information is added in meaningful order and old
217
+ * information may disappear. Also see marquee.
218
+ */
219
+ "log": NamedNode<'http://www.w3.org/1999/xhtml/vocab#log'>;
220
+ /**
221
+ * main acts as the main content of the
222
+ * document.
223
+ */
224
+ "main": NamedNode<'http://www.w3.org/1999/xhtml/vocab#main'>;
225
+ /**
226
+ * A type
227
+ * of live region where non-essential information changes frequently. Also
228
+ * see log.
229
+ */
230
+ "marquee": NamedNode<'http://www.w3.org/1999/xhtml/vocab#marquee'>;
231
+ /**
232
+ * An element
233
+ * that represents a mathematical expression.
234
+ */
235
+ "math": NamedNode<'http://www.w3.org/1999/xhtml/vocab#math'>;
236
+ /**
237
+ * A type of
238
+ * widget that offers a list of choices to the user.
239
+ */
240
+ "menu": NamedNode<'http://www.w3.org/1999/xhtml/vocab#menu'>;
241
+ /**
242
+ * A
243
+ * presentation of menu that usually remains visible and is usually
244
+ * presented horizontally.
245
+ */
246
+ "menubar": NamedNode<'http://www.w3.org/1999/xhtml/vocab#menubar'>;
247
+ /**
248
+ * An
249
+ * option in a group of choices contained by a menu or menubar.
250
+ */
251
+ "menuitem": NamedNode<'http://www.w3.org/1999/xhtml/vocab#menuitem'>;
252
+ /**
253
+ * A checkable menuitem that has three possible
254
+ * values: true, false, or mixed.
255
+ */
256
+ "menuitemcheckbox": NamedNode<'http://www.w3.org/1999/xhtml/vocab#menuitemcheckbox'>;
257
+ /**
258
+ * A
259
+ * checkable menuitem in a group of menuitemradio roles, only one of which
260
+ * can be checked at a time.
261
+ */
262
+ "menuitemradio": NamedNode<'http://www.w3.org/1999/xhtml/vocab#menuitemradio'>;
263
+ /**
264
+ * meta refers to a resource that
265
+ * provides metadata.
266
+ */
267
+ "meta": NamedNode<'http://www.w3.org/1999/xhtml/vocab#meta'>;
268
+ /**
269
+ * navigation indicates a collection of
270
+ * items suitable for navigating the document or related documents.
271
+ */
272
+ "navigation": NamedNode<'http://www.w3.org/1999/xhtml/vocab#navigation'>;
273
+ /**
274
+ * next refers to the next resource
275
+ * (after the current one) in an ordered collection of resources.
276
+ */
277
+ "next": NamedNode<'http://www.w3.org/1999/xhtml/vocab#next'>;
278
+ /**
279
+ * note indicates the content is
280
+ * parenthetic or ancillary to the main content of the resource.
281
+ */
282
+ "note": NamedNode<'http://www.w3.org/1999/xhtml/vocab#note'>;
283
+ /**
284
+ * A
285
+ * selectable item in a select list.
286
+ */
287
+ "option": NamedNode<'http://www.w3.org/1999/xhtml/vocab#option'>;
288
+ /**
289
+ * p3pv1 refers to a P3P Policy Reference
290
+ * File [P3P].
291
+ */
292
+ "p3pv1": NamedNode<'http://www.w3.org/1999/xhtml/vocab#p3pv1'>;
293
+ /**
294
+ * An
295
+ * element whose role is presentational and does not need to be mapped to
296
+ * the accessibility API.
297
+ */
298
+ "presentation": NamedNode<'http://www.w3.org/1999/xhtml/vocab#presentation'>;
299
+ /**
300
+ * prev refers to a previous resource
301
+ * (before the current one) in an ordered collection of resources.
302
+ */
303
+ "prev": NamedNode<'http://www.w3.org/1999/xhtml/vocab#prev'>;
304
+ /**
305
+ * An
306
+ * element that displays the progress status for tasks that take a long
307
+ * time.
308
+ */
309
+ "progressbar": NamedNode<'http://www.w3.org/1999/xhtml/vocab#progressbar'>;
310
+ /**
311
+ * A
312
+ * checkable input in a group of radio roles, only one of which can be
313
+ * checked at a time.
314
+ */
315
+ "radio": NamedNode<'http://www.w3.org/1999/xhtml/vocab#radio'>;
316
+ /**
317
+ * A
318
+ * group of radio buttons.
319
+ */
320
+ "radiogroup": NamedNode<'http://www.w3.org/1999/xhtml/vocab#radiogroup'>;
321
+ /**
322
+ * A large
323
+ * perceivable section of a web page or document, that the author feels
324
+ * should be included in a summary of page features.
325
+ */
326
+ "region": NamedNode<'http://www.w3.org/1999/xhtml/vocab#region'>;
327
+ /**
328
+ * role indicates the purpose of the
329
+ * resource. See the XHTML Role
330
+ * Vocabulary for roles in this vocabulary space, and XHTMLROLE for information on extending the
331
+ * collection of roles.
332
+ */
333
+ "role": NamedNode<'http://www.w3.org/1999/xhtml/vocab#role'>;
334
+ /**
335
+ * A row of
336
+ * cells in a grid.
337
+ */
338
+ "row": NamedNode<'http://www.w3.org/1999/xhtml/vocab#row'>;
339
+ /**
340
+ * A cell
341
+ * containing header information for a row in a grid.
342
+ */
343
+ "rowheader": NamedNode<'http://www.w3.org/1999/xhtml/vocab#rowheader'>;
344
+ /**
345
+ * search indicates that the section
346
+ * provides a search facility.
347
+ */
348
+ "search": NamedNode<'http://www.w3.org/1999/xhtml/vocab#search'>;
349
+ /**
350
+ * section refers to a resource serving
351
+ * as a section in a collection.
352
+ */
353
+ "section": NamedNode<'http://www.w3.org/1999/xhtml/vocab#section'>;
354
+ /**
355
+ * A
356
+ * divider that separates and distinguishes sections of content or groups of
357
+ * menuitems.
358
+ */
359
+ "separator": NamedNode<'http://www.w3.org/1999/xhtml/vocab#separator'>;
360
+ /**
361
+ * A user
362
+ * input where the user selects a value from within a given range.
363
+ */
364
+ "slider": NamedNode<'http://www.w3.org/1999/xhtml/vocab#slider'>;
365
+ /**
366
+ * A
367
+ * form of range that expects a user to select from amongst discrete
368
+ * choices.
369
+ */
370
+ "spinbutton": NamedNode<'http://www.w3.org/1999/xhtml/vocab#spinbutton'>;
371
+ /**
372
+ * start refers to the first resource in
373
+ * a collection of resources.
374
+ */
375
+ "start": NamedNode<'http://www.w3.org/1999/xhtml/vocab#start'>;
376
+ /**
377
+ * A
378
+ * container whose content is advisory information for the user but is not
379
+ * important enough to justify an alert. Also see alert.
380
+ */
381
+ "status": NamedNode<'http://www.w3.org/1999/xhtml/vocab#status'>;
382
+ /**
383
+ * stylesheet refers to a resource
384
+ * serving as a stylesheet for a resource.
385
+ */
386
+ "stylesheet": NamedNode<'http://www.w3.org/1999/xhtml/vocab#stylesheet'>;
387
+ /**
388
+ * subsection refers to a resource
389
+ * serving as a subsection in a collection.
390
+ */
391
+ "subsection": NamedNode<'http://www.w3.org/1999/xhtml/vocab#subsection'>;
392
+ /**
393
+ * A header for
394
+ * a tabpanel.
395
+ */
396
+ "tab": NamedNode<'http://www.w3.org/1999/xhtml/vocab#tab'>;
397
+ /**
398
+ * A list
399
+ * of tab elements, which are references to tabpanel elements.
400
+ */
401
+ "tablist": NamedNode<'http://www.w3.org/1999/xhtml/vocab#tablist'>;
402
+ /**
403
+ * A
404
+ * container for the resources associated with a tab.
405
+ */
406
+ "tabpanel": NamedNode<'http://www.w3.org/1999/xhtml/vocab#tabpanel'>;
407
+ /**
408
+ * Input
409
+ * that allows free-form text as their value.
410
+ */
411
+ "textbox": NamedNode<'http://www.w3.org/1999/xhtml/vocab#textbox'>;
412
+ /**
413
+ * A
414
+ * numerical counter which indicates an amount of elapsed time from a start
415
+ * point, or the time remaining until an end point.
416
+ */
417
+ "timer": NamedNode<'http://www.w3.org/1999/xhtml/vocab#timer'>;
418
+ /**
419
+ * A
420
+ * collection of commonly used function buttons represented in compact
421
+ * visual form.
422
+ */
423
+ "toolbar": NamedNode<'http://www.w3.org/1999/xhtml/vocab#toolbar'>;
424
+ /**
425
+ * A
426
+ * contextual popup that displays a description for an element in a mouse
427
+ * hover or keyboard focused state. Supplement to the normal tooltip
428
+ * processing of the user agent.
429
+ */
430
+ "tooltip": NamedNode<'http://www.w3.org/1999/xhtml/vocab#tooltip'>;
431
+ /** top is a synonym for start. */
432
+ "top": NamedNode<'http://www.w3.org/1999/xhtml/vocab#top'>;
433
+ /**
434
+ * A type of
435
+ * list that may contain sub-level nested groups that can be collapsed and
436
+ * expanded.
437
+ */
438
+ "tree": NamedNode<'http://www.w3.org/1999/xhtml/vocab#tree'>;
439
+ /**
440
+ * A grid
441
+ * whose rows can be expanded and collapsed in the same manner as for a
442
+ * tree.
443
+ */
444
+ "treegrid": NamedNode<'http://www.w3.org/1999/xhtml/vocab#treegrid'>;
445
+ /**
446
+ * An
447
+ * option item of a tree. This is an element within a tree that may be
448
+ * expanded or collapsed if it contains a sub-level group of treeitems.
449
+ */
450
+ "treeitem": NamedNode<'http://www.w3.org/1999/xhtml/vocab#treeitem'>;
451
+ /**
452
+ * up refers to a resource "above" in a
453
+ * hierarchically structured set.
454
+ */
455
+ "up": NamedNode<'http://www.w3.org/1999/xhtml/vocab#up'>;
456
+ }
457
+ export declare const strict: Record<keyof Xhv, NamedNode<string>> & ((property?: TemplateStringsArray | keyof Xhv | undefined) => NamedNode<string>) & Xhv;
458
+ export declare const loose: Record<any, NamedNode<string>> & ((property?: any) => NamedNode<string>) & Xhv;
459
+ export {};
460
+ //# sourceMappingURL=xhv.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"xhv.d.ts","sourceRoot":"","sources":["../src/vocabularies/xhv.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ import namespace from "@rdfjs/namespace";
2
+ const builder = namespace("http://www.w3.org/1999/xhtml/vocab#");
3
+ export const strict = builder;
4
+ export const loose = builder;
@@ -0,0 +1,57 @@
1
+ import { NamedNode } from "@rdfjs/types";
2
+ interface Xkos {
3
+ '': NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#'>;
4
+ "ClassificationLevel": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#ClassificationLevel'>;
5
+ "ConceptAssociation": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#ConceptAssociation'>;
6
+ "Correspondence": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#Correspondence'>;
7
+ "ExplanatoryNote": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#ExplanatoryNote'>;
8
+ "additionalContentNote": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#additionalContentNote'>;
9
+ "inclusionNote": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#inclusionNote'>;
10
+ "after": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#after'>;
11
+ "temporal": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#temporal'>;
12
+ "before": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#before'>;
13
+ "belongsTo": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#belongsTo'>;
14
+ "caseLaw": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#caseLaw'>;
15
+ "causal": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#causal'>;
16
+ "causedBy": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#causedBy'>;
17
+ "causes": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#causes'>;
18
+ "classifiedUnder": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#classifiedUnder'>;
19
+ "compares": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#compares'>;
20
+ "coreContentNote": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#coreContentNote'>;
21
+ "covers": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#covers'>;
22
+ "coversExhaustively": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#coversExhaustively'>;
23
+ "coversMutuallyExclusively": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#coversMutuallyExclusively'>;
24
+ "depth": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#depth'>;
25
+ "disjoint": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#disjoint'>;
26
+ "exclusionNote": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#exclusionNote'>;
27
+ "follows": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#follows'>;
28
+ "generalizes": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#generalizes'>;
29
+ "specializes": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#specializes'>;
30
+ "hasPart": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#hasPart'>;
31
+ "isPartOf": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#isPartOf'>;
32
+ "levels": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#levels'>;
33
+ "madeOf": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#madeOf'>;
34
+ "maxLength": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#maxLength'>;
35
+ /** immediate successor in the sequence */
36
+ "next": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#next'>;
37
+ /** successeur dans la séquence */
38
+ "succeeds": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#succeeds'>;
39
+ "notationPattern": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#notationPattern'>;
40
+ "numberOfLevels": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#numberOfLevels'>;
41
+ "organizedBy": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#organizedBy'>;
42
+ /** This property is expected to store plain text literals, without HTML or XML markup. */
43
+ "plainText": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#plainText'>;
44
+ /** predecessor in the sequence */
45
+ "precedes": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#precedes'>;
46
+ "sequential": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#sequential'>;
47
+ /** immediate predecessor in the sequence */
48
+ "previous": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#previous'>;
49
+ "sourceConcept": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#sourceConcept'>;
50
+ "supersedes": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#supersedes'>;
51
+ "targetConcept": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#targetConcept'>;
52
+ "variant": NamedNode<'http://rdf-vocabulary.ddialliance.org/xkos#variant'>;
53
+ }
54
+ export declare const strict: Record<keyof Xkos, NamedNode<string>> & ((property?: TemplateStringsArray | keyof Xkos | undefined) => NamedNode<string>) & Xkos;
55
+ export declare const loose: Record<any, NamedNode<string>> & ((property?: any) => NamedNode<string>) & Xkos;
56
+ export {};
57
+ //# sourceMappingURL=xkos.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"xkos.d.ts","sourceRoot":"","sources":["../src/vocabularies/xkos.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ import namespace from "@rdfjs/namespace";
2
+ const builder = namespace("http://rdf-vocabulary.ddialliance.org/xkos#");
3
+ export const strict = builder;
4
+ export const loose = builder;
@@ -0,0 +1,8 @@
1
+ import { NamedNode } from "@rdfjs/types";
2
+ interface Xml {
3
+ '': NamedNode<'http://www.w3.org/XML/1998/namespace/'>;
4
+ }
5
+ export declare const strict: Record<"", NamedNode<string>> & ((property?: "" | TemplateStringsArray | undefined) => NamedNode<string>) & Xml;
6
+ export declare const loose: Record<any, NamedNode<string>> & ((property?: any) => NamedNode<string>) & Xml;
7
+ export {};
8
+ //# sourceMappingURL=xml.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"xml.d.ts","sourceRoot":"","sources":["../src/vocabularies/xml.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,UAAU,GAAG;IACT,EAAE,EAAE,SAAS,CAAC,uCAAuC,CAAC,CAAC;CAE1D;AAGD,eAAO,MAAM,MAAM,iHAA+C,CAAC;AACnE,eAAO,MAAM,KAAK,gFAAoC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import namespace from "@rdfjs/namespace";
2
+ const builder = namespace("http://www.w3.org/XML/1998/namespace/");
3
+ export const strict = builder;
4
+ export const loose = builder;