@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,122 @@
1
+ import { NamedNode } from "@rdfjs/types";
2
+ interface Lvont {
3
+ '': NamedNode<'http://lexvo.org/ontology#'>;
4
+ /** A CJK character radical. */
5
+ "CJKRadical": NamedNode<'http://lexvo.org/ontology#CJKRadical'>;
6
+ /**
7
+ * An abstract character as defined by the Unicode Standard,
8
+ * Version 5, in Chapter 3.4.
9
+ */
10
+ "Character": NamedNode<'http://lexvo.org/ontology#Character'>;
11
+ /** Geographic regions on Earth or elsewhere. */
12
+ "GeographicRegion": NamedNode<'http://lexvo.org/ontology#GeographicRegion'>;
13
+ /** Groups of human language variants that are or were spoken, written, or signed at some point in time. */
14
+ "Language": NamedNode<'http://lexvo.org/ontology#Language'>;
15
+ /**
16
+ * The property of being at least somewhat the same as something else. For instance,
17
+ * the City of Los Angeles is somewhat the same as the Greater Los Angeles area.
18
+ */
19
+ "somewhatSameAs": NamedNode<'http://lexvo.org/ontology#somewhatSameAs'>;
20
+ /**
21
+ * A writing system considered abstractly, i.e. independent
22
+ * of language-specific variations.
23
+ */
24
+ "Script": NamedNode<'http://lexvo.org/ontology#Script'>;
25
+ /** A term in a specific language. */
26
+ "Term": NamedNode<'http://lexvo.org/ontology#Term'>;
27
+ /**
28
+ * The property of being at least nearly the same as something else. For instance,
29
+ * the geographical area comprising the island of Malta is nearly the same as the island of Malta.
30
+ */
31
+ "nearlySameAs": NamedNode<'http://lexvo.org/ontology#nearlySameAs'>;
32
+ /** The property of having a broader, more generic concept. */
33
+ "broader": NamedNode<'http://lexvo.org/ontology#broader'>;
34
+ /** The property of having a narrower, less generic concept. */
35
+ "narrower": NamedNode<'http://lexvo.org/ontology#narrower'>;
36
+ /**
37
+ * The property of a CJK character being conventionally
38
+ * associated with a CJK character radical.
39
+ */
40
+ "characterRadical": NamedNode<'http://lexvo.org/ontology#characterRadical'>;
41
+ /** The property of a term containing a specific character. */
42
+ "containsCharacter": NamedNode<'http://lexvo.org/ontology#containsCharacter'>;
43
+ /** The property of conceptually evoking some object. */
44
+ "evokes": NamedNode<'http://lexvo.org/ontology#evokes'>;
45
+ /** The property of a character being composed of another character. */
46
+ "hasCharacterComponent": NamedNode<'http://lexvo.org/ontology#hasCharacterComponent'>;
47
+ /** The property of having a member. */
48
+ "hasMember": NamedNode<'http://lexvo.org/ontology#hasMember'>;
49
+ /** The property of being a member of a group. */
50
+ "memberOf": NamedNode<'http://lexvo.org/ontology#memberOf'>;
51
+ /**
52
+ * The property of a document being written in a specific script,
53
+ * or a language being written or having being written in a specific script by a considerable
54
+ * group of language users.
55
+ */
56
+ "inScript": NamedNode<'http://lexvo.org/ontology#inScript'>;
57
+ /** The property of being involved in something, e.g. for semantic participants' involvement in a semantic frame. */
58
+ "involvedIn": NamedNode<'http://lexvo.org/ontology#involvedIn'>;
59
+ /** The property of involving some entity, e.g. for semantic participants involved in a semantic frame. */
60
+ "involves": NamedNode<'http://lexvo.org/ontology#involves'>;
61
+ "isFocusOf": NamedNode<'http://lexvo.org/ontology#isFocusOf'>;
62
+ "iso15924Alphacode": NamedNode<'http://lexvo.org/ontology#iso15924Alphacode'>;
63
+ "iso639P1Code": NamedNode<'http://lexvo.org/ontology#iso639P1Code'>;
64
+ "iso639P2BCode": NamedNode<'http://lexvo.org/ontology#iso639P2BCode'>;
65
+ "iso639P2TCode": NamedNode<'http://lexvo.org/ontology#iso639P2TCode'>;
66
+ "iso639P3Code": NamedNode<'http://lexvo.org/ontology#iso639P3Code'>;
67
+ "iso639P5Code": NamedNode<'http://lexvo.org/ontology#iso639P5Code'>;
68
+ /** If C lvont:Label L and L skosxl:literalForm V, then X rdfs:label V. */
69
+ "label": NamedNode<'http://lexvo.org/ontology#label'>;
70
+ "representedBy": NamedNode<'http://lexvo.org/ontology#representedBy'>;
71
+ /**
72
+ * the semiotic property of a natural language word meaning something, i.e. a
73
+ * relationship between words and resources that they represent (or represented) to a considerable number of humans
74
+ */
75
+ "means": NamedNode<'http://lexvo.org/ontology#means'>;
76
+ /** The property of a resource being mainly encoded in a specific language. */
77
+ "language": NamedNode<'http://lexvo.org/ontology#language'>;
78
+ /** A lexical category that a term can be used in. */
79
+ "lexicalCategory": NamedNode<'http://lexvo.org/ontology#lexicalCategory'>;
80
+ "marcCode": NamedNode<'http://lexvo.org/ontology#marcCode'>;
81
+ /**
82
+ * the semiotic property of semantically representing something, i.e. a
83
+ * relationship between words and other signs and resources that they represent (or represented) to a considerable number of humans
84
+ */
85
+ "represents": NamedNode<'http://lexvo.org/ontology#represents'>;
86
+ /**
87
+ * The property of a character conventionally being
88
+ * written with a specific number strokes, excluding the strokes of its radical.
89
+ */
90
+ "nonRadicalStrokes": NamedNode<'http://lexvo.org/ontology#nonRadicalStrokes'>;
91
+ /**
92
+ * The property of a script being used for a particular language by
93
+ * a considerable of language users (but not necessarily the majority of all language users).
94
+ */
95
+ "scriptFor": NamedNode<'http://lexvo.org/ontology#scriptFor'>;
96
+ /**
97
+ * The property of a language being written or having being written in a specific
98
+ * script by a considerable group of language users.
99
+ */
100
+ "usesScript": NamedNode<'http://lexvo.org/ontology#usesScript'>;
101
+ /** The strength of an rdf:Statement, given is a value in [0,1]. */
102
+ "strength": NamedNode<'http://lexvo.org/ontology#strength'>;
103
+ /** The property of genuine identity in the Leibnizian sense. */
104
+ "strictlySameAs": NamedNode<'http://lexvo.org/ontology#strictlySameAs'>;
105
+ /**
106
+ * translational equivalence between words and other signs
107
+ * and resources that they represent to or represented to a considerable number of humans
108
+ */
109
+ "translation": NamedNode<'http://lexvo.org/ontology#translation'>;
110
+ /**
111
+ * The property of a language or writing system
112
+ * being used somewhat extensively in a particular geographical region
113
+ * at some point in time.
114
+ */
115
+ "usedIn": NamedNode<'http://lexvo.org/ontology#usedIn'>;
116
+ /** The property of being a variant of another resource. */
117
+ "variant": NamedNode<'http://lexvo.org/ontology#variant'>;
118
+ }
119
+ export declare const strict: Record<keyof Lvont, NamedNode<string>> & ((property?: TemplateStringsArray | keyof Lvont | undefined) => NamedNode<string>) & Lvont;
120
+ export declare const loose: Record<any, NamedNode<string>> & ((property?: any) => NamedNode<string>) & Lvont;
121
+ export {};
122
+ //# sourceMappingURL=lvont.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lvont.d.ts","sourceRoot":"","sources":["../src/vocabularies/lvont.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ import namespace from "@rdfjs/namespace";
2
+ const builder = namespace("http://lexvo.org/ontology#");
3
+ export const strict = builder;
4
+ export const loose = builder;
@@ -0,0 +1,185 @@
1
+ import { NamedNode } from "@rdfjs/types";
2
+ interface Ma {
3
+ '': NamedNode<'http://www.w3.org/ns/ma-ont#'>;
4
+ /** A person or organisation contributing to the media resource. */
5
+ "Agent": NamedNode<'http://www.w3.org/ns/ma-ont#Agent'>;
6
+ /** Any group of media resource e.g. a series. */
7
+ "Collection": NamedNode<'http://www.w3.org/ns/ma-ont#Collection'>;
8
+ /** A location related to the media resource, e.g. depicted in the resource (possibly fictional) or where the resource was created (shooting location), etc. */
9
+ "Location": NamedNode<'http://www.w3.org/ns/ma-ont#Location'>;
10
+ /** An image or an audiovisual media resource, which can be composed of one or more fragment / track. */
11
+ "MediaResource": NamedNode<'http://www.w3.org/ns/ma-ont#MediaResource'>;
12
+ /** Information about the rating given to a media resource. */
13
+ "Rating": NamedNode<'http://www.w3.org/ns/ma-ont#Rating'>;
14
+ /** Information about The target audience (target region, target audience category but also parental guidance recommendation) for which a media resource is intended. */
15
+ "TargetAudience": NamedNode<'http://www.w3.org/ns/ma-ont#TargetAudience'>;
16
+ /** A specialisation of Track for Audio to provide a link to specific data properties such as sampleRate, etc. Specialisation is defined through object properties. */
17
+ "AudioTrack": NamedNode<'http://www.w3.org/ns/ma-ont#AudioTrack'>;
18
+ /** A specialisation of MediaFragment for audiovisual content. */
19
+ "Track": NamedNode<'http://www.w3.org/ns/ma-ont#Track'>;
20
+ /** Ancillary data track e.g. captioning in addition to video and audio tracks. Specialisation is made through the use of appropriate object properties. */
21
+ "DataTrack": NamedNode<'http://www.w3.org/ns/ma-ont#DataTrack'>;
22
+ /** A specialisation of Track for Video to provide a link to specific data properties such as frameRate, etc. Signing is another possible example of video track. Specialisation is defined through object properties. */
23
+ "VideoTrack": NamedNode<'http://www.w3.org/ns/ma-ont#VideoTrack'>;
24
+ /** A still image / thumbnail / key frame related to the media resource or being the media resource itself. */
25
+ "Image": NamedNode<'http://www.w3.org/ns/ma-ont#Image'>;
26
+ /** A media fragment (spatial, temporal, track...) composing a media resource. In other ontologies fragment is sometimes referred to as a 'part' or 'segment'. */
27
+ "MediaFragment": NamedNode<'http://www.w3.org/ns/ma-ont#MediaFragment'>;
28
+ /** An organisation or moral agent. */
29
+ "Organisation": NamedNode<'http://www.w3.org/ns/ma-ont#Organisation'>;
30
+ /** A physical person. */
31
+ "Person": NamedNode<'http://www.w3.org/ns/ma-ont#Person'>;
32
+ /** Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning "alternative". */
33
+ "alternativeTitle": NamedNode<'http://www.w3.org/ns/ma-ont#alternativeTitle'>;
34
+ /** Corresponds to 'title.title' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'title.type'. */
35
+ "title": NamedNode<'http://www.w3.org/ns/ma-ont#title'>;
36
+ /** Corresponds to 'averageBitRate' in the Ontology for Media Resources, expressed in kilobits/second. */
37
+ "averageBitRate": NamedNode<'http://www.w3.org/ns/ma-ont#averageBitRate'>;
38
+ /** The name by which a collection (e.g. series) is known. */
39
+ "collectionName": NamedNode<'http://www.w3.org/ns/ma-ont#collectionName'>;
40
+ /** Corresponds to 'copyright.copyright' in the Ontology for Media Resources. */
41
+ "copyright": NamedNode<'http://www.w3.org/ns/ma-ont#copyright'>;
42
+ /** A subproperty of 'hasRelatedLocation" used to specify where material shooting took place. */
43
+ "createdIn": NamedNode<'http://www.w3.org/ns/ma-ont#createdIn'>;
44
+ /** Corresponds to 'location' in the Ontology for Media Resources. Subproperties are provided to specify, when possible, the relation between the media resource and the location. */
45
+ "hasRelatedLocation": NamedNode<'http://www.w3.org/ns/ma-ont#hasRelatedLocation'>;
46
+ "isCreationLocationOf": NamedNode<'http://www.w3.org/ns/ma-ont#isCreationLocationOf'>;
47
+ /** Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "creationDate". */
48
+ "creationDate": NamedNode<'http://www.w3.org/ns/ma-ont#creationDate'>;
49
+ /** Corresponds to date.date in the ontology for Media Resources. Subproperties can be used to distinguish different values of 'date.type'. The recommended range is 'xsd:dateTime' (for compliance with OWL2-QL and OWL2-RL) but other time-related datatypes may be used (e.g. 'xsd:gYear', 'xsd:date'...). */
50
+ "date": NamedNode<'http://www.w3.org/ns/ma-ont#date'>;
51
+ /** A subproperty of 'hasRelatedLocation' used to specify where the action depicted in the media is supposed to take place, as opposed to the location where shooting actually took place (see 'createdIn'). */
52
+ "depictsFictionalLocation": NamedNode<'http://www.w3.org/ns/ma-ont#depictsFictionalLocation'>;
53
+ "isFictionalLocationDepictedIn": NamedNode<'http://www.w3.org/ns/ma-ont#isFictionalLocationDepictedIn'>;
54
+ /** Corresponds to 'description' in the Ontology for Media Resources. This can be specialised by using sub-properties e.g. 'summary' or 'script'. */
55
+ "description": NamedNode<'http://www.w3.org/ns/ma-ont#description'>;
56
+ /** Corresponds to 'duration' in the Ontology for Media Resources. */
57
+ "duration": NamedNode<'http://www.w3.org/ns/ma-ont#duration'>;
58
+ /** Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "editDate". */
59
+ "editDate": NamedNode<'http://www.w3.org/ns/ma-ont#editDate'>;
60
+ /** Corresponds to 'contributor.contributor' in the Ontology for Media Resources with a 'contributor.role' meaning "actor". */
61
+ "features": NamedNode<'http://www.w3.org/ns/ma-ont#features'>;
62
+ /** Corresponds to 'contributor.contributor' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'contributor.role'. */
63
+ "hasContributor": NamedNode<'http://www.w3.org/ns/ma-ont#hasContributor'>;
64
+ "playsIn": NamedNode<'http://www.w3.org/ns/ma-ont#playsIn'>;
65
+ /** Corresponds to 'namedFragment.label' in the Ontology for Media Resources. */
66
+ "fragmentName": NamedNode<'http://www.w3.org/ns/ma-ont#fragmentName'>;
67
+ /** Corresponds to 'frameSize.height' in the Ontology for Media Resources, measured in frameSizeUnit. */
68
+ "frameHeight": NamedNode<'http://www.w3.org/ns/ma-ont#frameHeight'>;
69
+ /** Corresponds to 'frameRate' in the Ontology for Media Resources, in frame per second. */
70
+ "frameRate": NamedNode<'http://www.w3.org/ns/ma-ont#frameRate'>;
71
+ /** Corresponds to 'frameSize.unit' in the Ontology for Media Resources. */
72
+ "frameSizeUnit": NamedNode<'http://www.w3.org/ns/ma-ont#frameSizeUnit'>;
73
+ /** Corresponds to 'frameSize.width' in the Ontology for Media Resources measured in frameSizeUnit. */
74
+ "frameWidth": NamedNode<'http://www.w3.org/ns/ma-ont#frameWidth'>;
75
+ /** Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' "access conditions". */
76
+ "hasAccessConditions": NamedNode<'http://www.w3.org/ns/ma-ont#hasAccessConditions'>;
77
+ /** Corresponds to 'policy' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'policy.type'. */
78
+ "hasPolicy": NamedNode<'http://www.w3.org/ns/ma-ont#hasPolicy'>;
79
+ /** Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "audio-description". */
80
+ "hasAudioDescription": NamedNode<'http://www.w3.org/ns/ma-ont#hasAudioDescription'>;
81
+ /** Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "captioning". This property can for example point to a spatial fragment, a VideoTrack or a DataTrack. The language of the captioning track can be expressed by attaching a 'hasLanguage' property to the specific track. */
82
+ "hasCaptioning": NamedNode<'http://www.w3.org/ns/ma-ont#hasCaptioning'>;
83
+ /** Corresponds to 'fragment' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'fragment.role'. */
84
+ "hasFragment": NamedNode<'http://www.w3.org/ns/ma-ont#hasFragment'>;
85
+ "isCaptioningOf": NamedNode<'http://www.w3.org/ns/ma-ont#isCaptioningOf'>;
86
+ /** Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "chapter". */
87
+ "hasChapter": NamedNode<'http://www.w3.org/ns/ma-ont#hasChapter'>;
88
+ "isChapterOf": NamedNode<'http://www.w3.org/ns/ma-ont#isChapterOf'>;
89
+ /** Corresponds to 'targetAudience.classification' in the Ontology for Media Resources. This property is used to provide a value characterising the target audience. */
90
+ "hasClassification": NamedNode<'http://www.w3.org/ns/ma-ont#hasClassification'>;
91
+ /** Corresponds to 'targetAudience.identifier' in the Ontology for Media Resources. This is used to identify the reference sheme against which the target audience has been characterised. */
92
+ "hasClassificationSystem": NamedNode<'http://www.w3.org/ns/ma-ont#hasClassificationSystem'>;
93
+ /** Corresponds to 'compression' in the Ontology for Media Resources. */
94
+ "hasCompression": NamedNode<'http://www.w3.org/ns/ma-ont#hasCompression'>;
95
+ "hasContributedTo": NamedNode<'http://www.w3.org/ns/ma-ont#hasContributedTo'>;
96
+ "hasCopyrightOver": NamedNode<'http://www.w3.org/ns/ma-ont#hasCopyrightOver'>;
97
+ "hasCreated": NamedNode<'http://www.w3.org/ns/ma-ont#hasCreated'>;
98
+ /** Corresponds to 'creator.creator' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'creator.role'. Note that this property is semantically a subproperty of 'hasContributor'. */
99
+ "hasCreator": NamedNode<'http://www.w3.org/ns/ma-ont#hasCreator'>;
100
+ /** Corresponds to 'format' in the Ontology for Media Resources. */
101
+ "hasFormat": NamedNode<'http://www.w3.org/ns/ma-ont#hasFormat'>;
102
+ "isFragmentOf": NamedNode<'http://www.w3.org/ns/ma-ont#isFragmentOf'>;
103
+ /** Corresponds to 'genre' in the Ontology for Media Resources. */
104
+ "hasGenre": NamedNode<'http://www.w3.org/ns/ma-ont#hasGenre'>;
105
+ /** Corresponds to 'keyword' in the Ontology for Media Resources. */
106
+ "hasKeyword": NamedNode<'http://www.w3.org/ns/ma-ont#hasKeyword'>;
107
+ /** Corresponds to 'language' in the Ontology for Media Resources. The language used in the resource. A controlled vocabulary such as defined in BCP 47 SHOULD be used. This property can also be used to identify the presence of sign language (RFC 5646). By inheritance, the hasLanguage property applies indifferently at the media resource / fragment / track levels. Best practice recommends to use to best possible level of granularity fo describe the usage of language within a media resource including at fragment and track levels. */
108
+ "hasLanguage": NamedNode<'http://www.w3.org/ns/ma-ont#hasLanguage'>;
109
+ /** Corresponds to 'location.coordinateSystem' in the Ontology for Media Resources. */
110
+ "hasLocationCoordinateSystem": NamedNode<'http://www.w3.org/ns/ma-ont#hasLocationCoordinateSystem'>;
111
+ "hasMember": NamedNode<'http://www.w3.org/ns/ma-ont#hasMember'>;
112
+ /** Corresponds to 'namedFragment' in the Ontology for Media Resources. */
113
+ "hasNamedFragment": NamedNode<'http://www.w3.org/ns/ma-ont#hasNamedFragment'>;
114
+ "isNamedFragmentOf": NamedNode<'http://www.w3.org/ns/ma-ont#isNamedFragmentOf'>;
115
+ /** Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' meaning "permissions". */
116
+ "hasPermissions": NamedNode<'http://www.w3.org/ns/ma-ont#hasPermissions'>;
117
+ "hasPublished": NamedNode<'http://www.w3.org/ns/ma-ont#hasPublished'>;
118
+ /** Corresponds to 'publisher' in the Ontology for Media Resources. */
119
+ "hasPublisher": NamedNode<'http://www.w3.org/ns/ma-ont#hasPublisher'>;
120
+ /** Corresponds to 'rating' in the Ontology for Media Resources. */
121
+ "hasRating": NamedNode<'http://www.w3.org/ns/ma-ont#hasRating'>;
122
+ "isRatingOf": NamedNode<'http://www.w3.org/ns/ma-ont#isRatingOf'>;
123
+ /** Corresponds to 'rating.type' in the Ontology for Media Resources. */
124
+ "hasRatingSystem": NamedNode<'http://www.w3.org/ns/ma-ont#hasRatingSystem'>;
125
+ /** Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning "related image". */
126
+ "hasRelatedImage": NamedNode<'http://www.w3.org/ns/ma-ont#hasRelatedImage'>;
127
+ /** Corresponds to 'relation' and in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'relation.type'. */
128
+ "hasRelatedResource": NamedNode<'http://www.w3.org/ns/ma-ont#hasRelatedResource'>;
129
+ "isImageRelatedTo": NamedNode<'http://www.w3.org/ns/ma-ont#isImageRelatedTo'>;
130
+ "isLocationRelatedTo": NamedNode<'http://www.w3.org/ns/ma-ont#isLocationRelatedTo'>;
131
+ "isRelatedTo": NamedNode<'http://www.w3.org/ns/ma-ont#isRelatedTo'>;
132
+ /** Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "signing". This property can for example point to a spatial fragment or a VideoTrack. The sign language of the captioning track can be expressed by attaching a 'hasLanguage' property to the specific track. */
133
+ "hasSigning": NamedNode<'http://www.w3.org/ns/ma-ont#hasSigning'>;
134
+ "isSigningOf": NamedNode<'http://www.w3.org/ns/ma-ont#isSigningOf'>;
135
+ /** Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning "source". */
136
+ "hasSource": NamedNode<'http://www.w3.org/ns/ma-ont#hasSource'>;
137
+ "isSourceOf": NamedNode<'http://www.w3.org/ns/ma-ont#isSourceOf'>;
138
+ /** Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "subtitling". */
139
+ "hasSubtitling": NamedNode<'http://www.w3.org/ns/ma-ont#hasSubtitling'>;
140
+ /** Corresponds to 'targetAudience' in the Ontology for Media Resources. */
141
+ "hasTargetAudience": NamedNode<'http://www.w3.org/ns/ma-ont#hasTargetAudience'>;
142
+ "isTargetAudienceOf": NamedNode<'http://www.w3.org/ns/ma-ont#isTargetAudienceOf'>;
143
+ /** Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "track". */
144
+ "hasTrack": NamedNode<'http://www.w3.org/ns/ma-ont#hasTrack'>;
145
+ "isTrackOf": NamedNode<'http://www.w3.org/ns/ma-ont#isTrackOf'>;
146
+ /** Corresponds to 'copyright.identifier' in the Ontology for Media Resources. */
147
+ "isCopyrightedBy": NamedNode<'http://www.w3.org/ns/ma-ont#isCopyrightedBy'>;
148
+ /** Corresponds to 'collection' in the Ontology for Media Resources. */
149
+ "isMemberOf": NamedNode<'http://www.w3.org/ns/ma-ont#isMemberOf'>;
150
+ /** Corresponds to 'rating.identifier' in the Ontology for Media Resources. */
151
+ "isProvidedBy": NamedNode<'http://www.w3.org/ns/ma-ont#isProvidedBy'>;
152
+ "provides": NamedNode<'http://www.w3.org/ns/ma-ont#provides'>;
153
+ /** Corresponds to 'location.altitude' in the Ontology for Media Resources. */
154
+ "locationAltitude": NamedNode<'http://www.w3.org/ns/ma-ont#locationAltitude'>;
155
+ /** Corresponds to 'location.latitude' in the Ontology for Media Resources. */
156
+ "locationLatitude": NamedNode<'http://www.w3.org/ns/ma-ont#locationLatitude'>;
157
+ /** Corresponds to 'location.longitude' in the Ontology for Media Resources. */
158
+ "locationLongitude": NamedNode<'http://www.w3.org/ns/ma-ont#locationLongitude'>;
159
+ /** Corresponds to 'location.name' in the Ontology for Media Resources. */
160
+ "locationName": NamedNode<'http://www.w3.org/ns/ma-ont#locationName'>;
161
+ /** Corresponds to 'locator' in the Ontology for Media Resources. */
162
+ "locator": NamedNode<'http://www.w3.org/ns/ma-ont#locator'>;
163
+ /** Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning "original". */
164
+ "mainOriginalTitle": NamedNode<'http://www.w3.org/ns/ma-ont#mainOriginalTitle'>;
165
+ /** Corresponds to 'numTracks.number' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'numTracks.type'. */
166
+ "numberOfTracks": NamedNode<'http://www.w3.org/ns/ma-ont#numberOfTracks'>;
167
+ /** Corresponds to 'rating.max' in the Ontology for Media Resources. */
168
+ "ratingScaleMax": NamedNode<'http://www.w3.org/ns/ma-ont#ratingScaleMax'>;
169
+ /** Corresponds to 'rating.min' in the Ontology for Media Resources. */
170
+ "ratingScaleMin": NamedNode<'http://www.w3.org/ns/ma-ont#ratingScaleMin'>;
171
+ /** Corresponds to 'rating.value' in the Ontology for Media Resources. */
172
+ "ratingValue": NamedNode<'http://www.w3.org/ns/ma-ont#ratingValue'>;
173
+ /** Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "recordDate". */
174
+ "recordDate": NamedNode<'http://www.w3.org/ns/ma-ont#recordDate'>;
175
+ /** Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "releaseDate". */
176
+ "releaseDate": NamedNode<'http://www.w3.org/ns/ma-ont#releaseDate'>;
177
+ /** Corresponds to 'samplingRate' in the Ontology for Media Resources, in samples per second. */
178
+ "samplingRate": NamedNode<'http://www.w3.org/ns/ma-ont#samplingRate'>;
179
+ /** Corresponds to 'fragment.name' in the Ontology for Media Resources, for Track fragments. */
180
+ "trackName": NamedNode<'http://www.w3.org/ns/ma-ont#trackName'>;
181
+ }
182
+ export declare const strict: Record<keyof Ma, NamedNode<string>> & ((property?: TemplateStringsArray | keyof Ma | undefined) => NamedNode<string>) & Ma;
183
+ export declare const loose: Record<any, NamedNode<string>> & ((property?: any) => NamedNode<string>) & Ma;
184
+ export {};
185
+ //# sourceMappingURL=ma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ma.d.ts","sourceRoot":"","sources":["../src/vocabularies/ma.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/ns/ma-ont#");
3
+ export const strict = builder;
4
+ export const loose = builder;