@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,283 @@
1
+ import { NamedNode } from "@rdfjs/types";
2
+ interface Mads {
3
+ '': NamedNode<'http://www.loc.gov/mads/rdf/v1#'>;
4
+ "Address": NamedNode<'http://www.loc.gov/mads/rdf/v1#Address'>;
5
+ /** A resource that describes an individual's affiliation with an organization or group, such as the nature of the affiliation and the active dates. */
6
+ "Affiliation": NamedNode<'http://www.loc.gov/mads/rdf/v1#Affiliation'>;
7
+ /** Describes a resource whose label is a non-jurisdictional geographic entity. */
8
+ "Area": NamedNode<'http://www.loc.gov/mads/rdf/v1#Area'>;
9
+ /** Describes a resource whose label represents a geographic place or feature, especially when a more precise geographic determination (City, Country, Region, etc.) cannot be made. */
10
+ "Geographic": NamedNode<'http://www.loc.gov/mads/rdf/v1#Geographic'>;
11
+ /** A concept with a controlled label. */
12
+ "Authority": NamedNode<'http://www.loc.gov/mads/rdf/v1#Authority'>;
13
+ /** A former Authority. */
14
+ "DeprecatedAuthority": NamedNode<'http://www.loc.gov/mads/rdf/v1#DeprecatedAuthority'>;
15
+ /** A madsrdf:Collection is an organizational unit, members of which will have some form of intellectually unifying theme but not to the extent that it defines an independent knowledge organization system. It aggregates madsrdf:Authority descriptions or other madsrdf:MADSCollection resources. */
16
+ "MADSCollection": NamedNode<'http://www.loc.gov/mads/rdf/v1#MADSCollection'>;
17
+ /** MADS Scheme is an organizational unit that describes a knowledge organization system. It aggregates madsrdf:Authority descriptions and/or madsrdf:MADSCollection resources included in the knowledge organization system. Including a madsrdf:MADSCollection within a madsrdf:MADSScheme should be done with care; when a madsrdf:MADSCollection is part of a madsrdf:MADSScheme, then any madsrdf:Authority within that madsrdf:MADSCollection is effectively also in the madsrdf:MADSScheme. */
18
+ "MADSScheme": NamedNode<'http://www.loc.gov/mads/rdf/v1#MADSScheme'>;
19
+ /** A resource whose label is the alternate form of an Authority or Deprecated Authority. */
20
+ "Variant": NamedNode<'http://www.loc.gov/mads/rdf/v1#Variant'>;
21
+ /** Describes a resource whose label is an inhabited place incorporated as a city, town, etc. */
22
+ "City": NamedNode<'http://www.loc.gov/mads/rdf/v1#City'>;
23
+ /** Describes a resource whose label is a smaller unit within a populated place, e.g., a neighborhood, park, or street. */
24
+ "CitySection": NamedNode<'http://www.loc.gov/mads/rdf/v1#CitySection'>;
25
+ /** The label of a madsrdf:ComplexSubject is the concatenation of labels from two or more madsrdf:SimpleType descriptions, except that the combination of madsrdf:SimpleType labels for the madsrdf:ComplexSubject does not meet the conditions to be the label of a madsrdf:NameTitle resource or madsrdf:HierarchicalGeographic resource. */
26
+ "ComplexSubject": NamedNode<'http://www.loc.gov/mads/rdf/v1#ComplexSubject'>;
27
+ /** madsrdf:ComplexType is a resource whose label is the concatenation of labels from two or more Authority descriptions or two or more Variant descriptions or some combination of Authority and Variant descriptions, each of a madsrdf:SimpleType. */
28
+ "ComplexType": NamedNode<'http://www.loc.gov/mads/rdf/v1#ComplexType'>;
29
+ "MADSType": NamedNode<'http://www.loc.gov/mads/rdf/v1#MADSType'>;
30
+ /** madsrdf:SimpleType is a resource with a label constituting a single word or phrase. */
31
+ "SimpleType": NamedNode<'http://www.loc.gov/mads/rdf/v1#SimpleType'>;
32
+ /** Describes a resource whose label represents a conference name. */
33
+ "ConferenceName": NamedNode<'http://www.loc.gov/mads/rdf/v1#ConferenceName'>;
34
+ /** Describes a resource whose label represents a name, especially when a more precise Name type (madsrdf:ConferenceName, masdrdf:FamilyName, etc.) cannot be identified. */
35
+ "Name": NamedNode<'http://www.loc.gov/mads/rdf/v1#Name'>;
36
+ /** Describes a resource whose label is one of seven large landmasses on Earth. These are: Asia, Africa, Europe, North America, South America, Australia, and Antarctica. */
37
+ "Continent": NamedNode<'http://www.loc.gov/mads/rdf/v1#Continent'>;
38
+ /** Describes a resource whose label is the name of a corporate entity, which may include political or ecclesiastical entities. */
39
+ "CorporateName": NamedNode<'http://www.loc.gov/mads/rdf/v1#CorporateName'>;
40
+ /** Describes a resource whose label is a country, i.e. a political entity considered a country. */
41
+ "Country": NamedNode<'http://www.loc.gov/mads/rdf/v1#Country'>;
42
+ /** Describes a resource whose label is the largest local administrative unit, e.g. Warwickshire, in a country, e.g. England. */
43
+ "County": NamedNode<'http://www.loc.gov/mads/rdf/v1#County'>;
44
+ "DateNameElement": NamedNode<'http://www.loc.gov/mads/rdf/v1#DateNameElement'>;
45
+ "NameElement": NamedNode<'http://www.loc.gov/mads/rdf/v1#NameElement'>;
46
+ /** madsrdf:Element types describe the various parts of labels. */
47
+ "Element": NamedNode<'http://www.loc.gov/mads/rdf/v1#Element'>;
48
+ /** Describes a resource whose label is any extraterrestrial entity or space, including a solar system, a galaxy, a star system, and a planet, including a geographic feature of an individual planet. */
49
+ "ExtraterrestrialArea": NamedNode<'http://www.loc.gov/mads/rdf/v1#ExtraterrestrialArea'>;
50
+ /** Describes a resource whose label represents a family name. */
51
+ "FamilyName": NamedNode<'http://www.loc.gov/mads/rdf/v1#FamilyName'>;
52
+ "FamilyNameElement": NamedNode<'http://www.loc.gov/mads/rdf/v1#FamilyNameElement'>;
53
+ "FullNameElement": NamedNode<'http://www.loc.gov/mads/rdf/v1#FullNameElement'>;
54
+ /** Describes a resource whose label is a genre or form term. Genre terms for textual materials designate specific kinds of materials distinguished by the style or technique of their intellectual contents; for example, biographies, catechisms, essays, hymns, or reviews. Form terms designate historically and functionally specific kinds of materials as distinguished by an examination of their physical character, characteristics of their intellectual content, or the order of information within them; for example, daybooks, diaries, directories, journals, memoranda, questionnaires, syllabi, or time sheets. In the context of graphic materials, genre headings denote categories of material distinguished by vantage point, intended purpose, characteristics of the creator, publication status, or method of representation. */
55
+ "GenreForm": NamedNode<'http://www.loc.gov/mads/rdf/v1#GenreForm'>;
56
+ "GenreFormElement": NamedNode<'http://www.loc.gov/mads/rdf/v1#GenreFormElement'>;
57
+ "GeographicElement": NamedNode<'http://www.loc.gov/mads/rdf/v1#GeographicElement'>;
58
+ "GivenNameElement": NamedNode<'http://www.loc.gov/mads/rdf/v1#GivenNameElement'>;
59
+ /** A madsrdf:HierarchicalGeographic indicates that its label is the concatenation of labels from a sequence of madsrdf:Geographic types taken from one of the madsrdf:Geographic sub-classes such as madsrdf:City, madsrdf:Country, madsrdf:State, madsrdf:Region, madsrdf:Area, etc. The madsrdf:Geographic resources that constitute the madsrdf:HierarchicalGeographic should have a broader to narrower hierarchical relationship between them. */
60
+ "HierarchicalGeographic": NamedNode<'http://www.loc.gov/mads/rdf/v1#HierarchicalGeographic'>;
61
+ /** A madsrdf:Identifier resource describes an identifier by associating the identifier value with its type. To be used to record identifiers for a resource in the absence of URIs. */
62
+ "Identifier": NamedNode<'http://www.loc.gov/mads/rdf/v1#Identifier'>;
63
+ /** Describes a resource whose label is a tract of land surrounded by water and smaller than a continent but is not itself a separate country. */
64
+ "Island": NamedNode<'http://www.loc.gov/mads/rdf/v1#Island'>;
65
+ /** Describes a resource whose label represents a language. */
66
+ "Language": NamedNode<'http://www.loc.gov/mads/rdf/v1#Language'>;
67
+ "LanguageElement": NamedNode<'http://www.loc.gov/mads/rdf/v1#LanguageElement'>;
68
+ "MainTitleElement": NamedNode<'http://www.loc.gov/mads/rdf/v1#MainTitleElement'>;
69
+ "TitleElement": NamedNode<'http://www.loc.gov/mads/rdf/v1#TitleElement'>;
70
+ /** The label of a madsrdf:NameTitle resource is the concatenation of a label of a madsrdf:Name description and the label of a madsrdf:Title description. Both description types (madsrdf:Name and madsrdf:Title) are of madsrdf:SimpleType types. */
71
+ "NameTitle": NamedNode<'http://www.loc.gov/mads/rdf/v1#NameTitle'>;
72
+ "NonSortElement": NamedNode<'http://www.loc.gov/mads/rdf/v1#NonSortElement'>;
73
+ /** Describes a resource whose label represents an occcupation. */
74
+ "Occupation": NamedNode<'http://www.loc.gov/mads/rdf/v1#Occupation'>;
75
+ "PartNameElement": NamedNode<'http://www.loc.gov/mads/rdf/v1#PartNameElement'>;
76
+ "PartNumberElement": NamedNode<'http://www.loc.gov/mads/rdf/v1#PartNumberElement'>;
77
+ /** Describes a resource whose label represents a personal name. */
78
+ "PersonalName": NamedNode<'http://www.loc.gov/mads/rdf/v1#PersonalName'>;
79
+ /** Describes a resource whose label is a first order political division, e.g. Ontario, within a country, e.g. Canada. */
80
+ "Province": NamedNode<'http://www.loc.gov/mads/rdf/v1#Province'>;
81
+ /** A madsrdf:RWO is an abstract entity and identifies a Real World Object (RWO) identified by the label of a madsrdf:Authority or madsrdf:DeprecatedAuthority. */
82
+ "RWO": NamedNode<'http://www.loc.gov/mads/rdf/v1#RWO'>;
83
+ /** Describes a resource whose label is an area that has the status of a jurisdiction, usually incorporating more than one first level jurisdiction. */
84
+ "Region": NamedNode<'http://www.loc.gov/mads/rdf/v1#Region'>;
85
+ /** A resource that represents the source of information about another resource. madsrdf:Source is a type of citation. */
86
+ "Source": NamedNode<'http://www.loc.gov/mads/rdf/v1#Source'>;
87
+ /** Describes a resource whose label is a first order political division, e.g. Montana, within a country, e.g. U.S. */
88
+ "State": NamedNode<'http://www.loc.gov/mads/rdf/v1#State'>;
89
+ "SubTitleElement": NamedNode<'http://www.loc.gov/mads/rdf/v1#SubTitleElement'>;
90
+ /** Describes a resource whose label represents a time-based notion. */
91
+ "Temporal": NamedNode<'http://www.loc.gov/mads/rdf/v1#Temporal'>;
92
+ "TemporalElement": NamedNode<'http://www.loc.gov/mads/rdf/v1#TemporalElement'>;
93
+ "TermsOfAddressNameElement": NamedNode<'http://www.loc.gov/mads/rdf/v1#TermsOfAddressNameElement'>;
94
+ /** Describes a resource whose label is a geographical area belonging to or under the jurisdiction of a governmental authority. */
95
+ "Territory": NamedNode<'http://www.loc.gov/mads/rdf/v1#Territory'>;
96
+ /** Describes a resource whose label represents a title. */
97
+ "Title": NamedNode<'http://www.loc.gov/mads/rdf/v1#Title'>;
98
+ /** Describes a resource whose label represents a topic. */
99
+ "Topic": NamedNode<'http://www.loc.gov/mads/rdf/v1#Topic'>;
100
+ "TopicElement": NamedNode<'http://www.loc.gov/mads/rdf/v1#TopicElement'>;
101
+ /** Latest date in a period of activity. */
102
+ "activityEndDate": NamedNode<'http://www.loc.gov/mads/rdf/v1#activityEndDate'>;
103
+ /** Earliest date in a period of activity. */
104
+ "activityStartDate": NamedNode<'http://www.loc.gov/mads/rdf/v1#activityStartDate'>;
105
+ /** This relates an Authority or Variant to its administrative metadata, which is, minimimally, a Class defined outside of the MADS/RDF namespace. The RecordInfo Class from the RecordInfo ontology is recommended. */
106
+ "adminMetadata": NamedNode<'http://www.loc.gov/mads/rdf/v1#adminMetadata'>;
107
+ /** The date an individual ceased to be affiliated with an organization. */
108
+ "affiliationEnd": NamedNode<'http://www.loc.gov/mads/rdf/v1#affiliationEnd'>;
109
+ /** The date an individual established an affiliation with an organization. */
110
+ "affiliationStart": NamedNode<'http://www.loc.gov/mads/rdf/v1#affiliationStart'>;
111
+ /** Language that a person, organization, or family uses for publication, communication, etc., or in which a work is expressed. */
112
+ "associatedLanguage": NamedNode<'http://www.loc.gov/mads/rdf/v1#associatedLanguage'>;
113
+ /** A town, city, province, state, and/or country associated with persons, corporate bodies, families, works, and expressions. */
114
+ "associatedLocale": NamedNode<'http://www.loc.gov/mads/rdf/v1#associatedLocale'>;
115
+ /** A lexical string representing a controlled, curated label for the Authority. */
116
+ "authoritativeLabel": NamedNode<'http://www.loc.gov/mads/rdf/v1#authoritativeLabel'>;
117
+ /** The year a person was born. Date of birth may also include the month and day of the person’s birth. (RDA 9.3.2.1) */
118
+ "birthDate": NamedNode<'http://www.loc.gov/mads/rdf/v1#birthDate'>;
119
+ /** The town, city, province, state, and/or country in which a person was born. */
120
+ "birthPlace": NamedNode<'http://www.loc.gov/mads/rdf/v1#birthPlace'>;
121
+ /** A note detailing a modification to an Authority or Variant. */
122
+ "changeNote": NamedNode<'http://www.loc.gov/mads/rdf/v1#changeNote'>;
123
+ /** A note about the resource. */
124
+ "note": NamedNode<'http://www.loc.gov/mads/rdf/v1#note'>;
125
+ /** A note about how the madsrdf:Source relates to the resource about which the madsrdf:Source is the information source. */
126
+ "citationNote": NamedNode<'http://www.loc.gov/mads/rdf/v1#citationNote'>;
127
+ /** The cited resource. */
128
+ "citationSource": NamedNode<'http://www.loc.gov/mads/rdf/v1#citationSource'>;
129
+ /** Should use a standard term - such as 'found' or 'not found' - to indicate whether the cited resource yielded information about the resource related to the madsrdf:Source. */
130
+ "citationStatus": NamedNode<'http://www.loc.gov/mads/rdf/v1#citationStatus'>;
131
+ /** The city component of an address. */
132
+ "city": NamedNode<'http://www.loc.gov/mads/rdf/v1#city'>;
133
+ /** The classification code associated with a madsrdf:Authority. */
134
+ "classification": NamedNode<'http://www.loc.gov/mads/rdf/v1#classification'>;
135
+ /** A code is a string of characters associated with a the authoritative or deprecated label. It may record an historical notation once used to uniquely identify a concept. */
136
+ "code": NamedNode<'http://www.loc.gov/mads/rdf/v1#code'>;
137
+ /** madsrdf:componentList organizes the madsrdf:SimpleType resources whose labels are represented in the label of the associated madsrdf:ComplexType resource. */
138
+ "componentList": NamedNode<'http://www.loc.gov/mads/rdf/v1#componentList'>;
139
+ /** Country associated with an address. */
140
+ "country": NamedNode<'http://www.loc.gov/mads/rdf/v1#country'>;
141
+ /** Ending date of the date range for which the beginning date is recorded in madsrdf:creationDateStart. */
142
+ "creationDateEnd": NamedNode<'http://www.loc.gov/mads/rdf/v1#creationDateEnd'>;
143
+ /** For a work, earliest date (normally the year) associated with a work; that date may be the date the work was created or first published or released. For an expression, the earliest date (normally the year) associated with an expression; that date may be the date of the earliest known manifestation of that expression. In both cases the date may be the starting date of a range or a single date. */
144
+ "creationDateStart": NamedNode<'http://www.loc.gov/mads/rdf/v1#creationDateStart'>;
145
+ /** The year a person died. Date of death may also include the month and day of the person’s death. (RDA 9.3.3.1) */
146
+ "deathDate": NamedNode<'http://www.loc.gov/mads/rdf/v1#deathDate'>;
147
+ /** The town, city, province, state, and/or country in which a person died. */
148
+ "deathPlace": NamedNode<'http://www.loc.gov/mads/rdf/v1#deathPlace'>;
149
+ /** An explanation of the meaning of an Authority, DeprecatedAuthority, or Variant description. */
150
+ "definitionNote": NamedNode<'http://www.loc.gov/mads/rdf/v1#definitionNote'>;
151
+ /** A note pertaining to the deletion of a resource. */
152
+ "deletionNote": NamedNode<'http://www.loc.gov/mads/rdf/v1#deletionNote'>;
153
+ /** A label once considered authoritative (controlled and curated) but which is no longer. */
154
+ "deprecatedLabel": NamedNode<'http://www.loc.gov/mads/rdf/v1#deprecatedLabel'>;
155
+ /** A note pertaining to the management of the label associated with the resource. */
156
+ "editorialNote": NamedNode<'http://www.loc.gov/mads/rdf/v1#editorialNote'>;
157
+ /** The madsrdf:elementList property is used to organize the various parts of labels. */
158
+ "elementList": NamedNode<'http://www.loc.gov/mads/rdf/v1#elementList'>;
159
+ "elementValue": NamedNode<'http://www.loc.gov/mads/rdf/v1#elementValue'>;
160
+ "email": NamedNode<'http://www.loc.gov/mads/rdf/v1#email'>;
161
+ /** Any attribute that serves to characterize a person, family or corporate body or that may be needed for differentiation from other persons. families or corporate bodies and for which separate content designation is not already defined.Or */
162
+ "entityDescriptor": NamedNode<'http://www.loc.gov/mads/rdf/v1#entityDescriptor'>;
163
+ /** The year a corporate body was established. Date of establishment may also include the month and day of the corporate body’s establishment. */
164
+ "establishDate": NamedNode<'http://www.loc.gov/mads/rdf/v1#establishDate'>;
165
+ /** A example of how the resource might be used. */
166
+ "exampleNote": NamedNode<'http://www.loc.gov/mads/rdf/v1#exampleNote'>;
167
+ /** The second address line, if needed. */
168
+ "extendedAddress": NamedNode<'http://www.loc.gov/mads/rdf/v1#extendedAddress'>;
169
+ "extension": NamedNode<'http://www.loc.gov/mads/rdf/v1#extension'>;
170
+ /** Fax number */
171
+ "fax": NamedNode<'http://www.loc.gov/mads/rdf/v1#fax'>;
172
+ /** The field of activity associated with an individual. */
173
+ "fieldOfActivity": NamedNode<'http://www.loc.gov/mads/rdf/v1#fieldOfActivity'>;
174
+ /** Full form of name needed to distinguish a person from another person with the same preferred name. */
175
+ "fullerName": NamedNode<'http://www.loc.gov/mads/rdf/v1#fullerName'>;
176
+ /** The gender with which a person identifies. */
177
+ "gender": NamedNode<'http://www.loc.gov/mads/rdf/v1#gender'>;
178
+ "hasAbbreviationVariant": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasAbbreviationVariant'>;
179
+ /** Associates a Variant with an Authority or Deprecrated Authority. Unless the variant type can be more specifically identified, use 'hasVariant.' */
180
+ "hasVariant": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasVariant'>;
181
+ "hasAcronymVariant": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasAcronymVariant'>;
182
+ /** Property to associate an individual, such as a foaf:Agent, to a group or organization with which an individual is or has been affiliated. */
183
+ "hasAffiliation": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasAffiliation'>;
184
+ /** The address of the group or organization with which an individual is associated. */
185
+ "hasAffiliationAddress": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasAffiliationAddress'>;
186
+ "hasBroaderAuthority": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasBroaderAuthority'>;
187
+ /** Unless the relationship can be more specifically identified, use 'hasRelatedAuthority.' */
188
+ "hasRelatedAuthority": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority'>;
189
+ /** Creates a direct relationship between an Authority and one that is more narrowly defined. */
190
+ "hasNarrowerAuthority": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasNarrowerAuthority'>;
191
+ /** Creates a direct relationship between an Authority and a more broadly defined Authority from a different MADS Scheme. */
192
+ "hasBroaderExternalAuthority": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasBroaderExternalAuthority'>;
193
+ /** A term that specifies a characteristic that differentiates a work or expression from another one. */
194
+ "hasChararacteristic": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasChararacteristic'>;
195
+ /** Records a relationship between an Authority and one that is closely related from a different MADS Scheme. */
196
+ "hasCloseExternalAuthority": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasCloseExternalAuthority'>;
197
+ /** Establishes a relationship between a CorporateName Authority and one of the same that is more broadly defined. */
198
+ "hasCorporateParentAuthority": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasCorporateParentAuthority'>;
199
+ /** Establishes a relationship between a CorporateName Authority and one of the same that is more narrowly defined. */
200
+ "hasCorporateSubsidiaryAuthority": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasCorporateSubsidiaryAuthority'>;
201
+ /** Establishes a relationship between an Authority that represents the demonym - Japanese or Greek, for example - and an Authority that represents the Geographic place - Japan or Greece, respectively - associated with the demonym. */
202
+ "hasDemonym": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasDemonym'>;
203
+ /** Establishes a relationship between an Authority that represents a Geographic place - Japan or Greece, for example - and an Authority that represents the demonym - Japanese or Greek, respectively - associated with the place. */
204
+ "isDemonymFor": NamedNode<'http://www.loc.gov/mads/rdf/v1#isDemonymFor'>;
205
+ /** Used to reference a resource that was an earlier form. This is Related type='earlier' in MADS XML. */
206
+ "hasEarlierEstablishedForm": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasEarlierEstablishedForm'>;
207
+ /** Denotes a relationship between an Authority and/or DeprecatedAuthority. The relationship may or may or may not be reciprocated and there is no certainty that the related resource will further illuminate the original resource. */
208
+ "see": NamedNode<'http://www.loc.gov/mads/rdf/v1#see'>;
209
+ /** Use to reference the later form of a resource. This is Related type='later' in MADS XML. */
210
+ "hasLaterEstablishedForm": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasLaterEstablishedForm'>;
211
+ /** Records a relationship between an Authority and one to which it matches exactly but from a different MADS Scheme. */
212
+ "hasExactExternalAuthority": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasExactExternalAuthority'>;
213
+ "hasExpansionVariant": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasExpansionVariant'>;
214
+ /** Use for variants that are searchable, but not necessarily for display. */
215
+ "hasHiddenVariant": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasHiddenVariant'>;
216
+ /** Associates a resource with a madsrdf:Identifier. */
217
+ "hasIdentifier": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasIdentifier'>;
218
+ /** Associates an Authority or other Collection with a madsrdf:MADSCollection. */
219
+ "hasMADSCollectionMember": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasMADSCollectionMember'>;
220
+ /** Associates a Collection with a madsrdf:Authority or another madsrdf:MADSCollection. */
221
+ "isMemberOfMADSCollection": NamedNode<'http://www.loc.gov/mads/rdf/v1#isMemberOfMADSCollection'>;
222
+ /** Associates an Authority or Collection with a madsrdf:MADSScheme. */
223
+ "hasMADSSchemeMember": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasMADSSchemeMember'>;
224
+ "isMemberOfMADSScheme": NamedNode<'http://www.loc.gov/mads/rdf/v1#isMemberOfMADSScheme'>;
225
+ /** Creates a direct relationship between an Authority and a more narrowly defined Authority from a different MADS Scheme. */
226
+ "hasNarrowerExternalAuthority": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasNarrowerExternalAuthority'>;
227
+ /** Establishes a relationship between two Authority resources. It is reciprocal, so the relationship must be shared. This is Related type='equivalent' in MADS XML. */
228
+ "hasReciprocalAuthority": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasReciprocalAuthority'>;
229
+ /** Establishes a relationship between an Authority and one from a different MADS Scheme. It is reciprocal, so the relationship must be shared. */
230
+ "hasReciprocalExternalAuthority": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasReciprocalExternalAuthority'>;
231
+ /** Associates a resource description with its Source. */
232
+ "hasSource": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasSource'>;
233
+ /** Identifies an Authority that is at the top of the hierarchy of authorities within the MADS Scheme. */
234
+ "hasTopMemberOfMADSScheme": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasTopMemberOfMADSScheme'>;
235
+ /** A Variant whose label represents a translation of that of the authoritative label. */
236
+ "hasTranslationVariant": NamedNode<'http://www.loc.gov/mads/rdf/v1#hasTranslationVariant'>;
237
+ /** A label entered for discovery purposes but not shown. */
238
+ "hiddenLabel": NamedNode<'http://www.loc.gov/mads/rdf/v1#hiddenLabel'>;
239
+ /** A note pertaining to the history of the resource. */
240
+ "historyNote": NamedNode<'http://www.loc.gov/mads/rdf/v1#historyNote'>;
241
+ /** Designation indicative of royalty, nobility, or ecclesiastical rank or office, or a term of address for a person of religious vocation. */
242
+ "honoraryTitle": NamedNode<'http://www.loc.gov/mads/rdf/v1#honoraryTitle'>;
243
+ "hours": NamedNode<'http://www.loc.gov/mads/rdf/v1#hours'>;
244
+ /** The scheme associated with the identifier. For example, "LCCN" would be used when the Identifier Value (madsrdf:idValue) is a LC Control Number. */
245
+ "idScheme": NamedNode<'http://www.loc.gov/mads/rdf/v1#idScheme'>;
246
+ /** The value of the identifier conforming to the Identifier Scheme syntax. */
247
+ "idValue": NamedNode<'http://www.loc.gov/mads/rdf/v1#idValue'>;
248
+ /** Associates a madsrdf:Authority with the Real World Object that is the subject of the authority's label. */
249
+ "identifiesRWO": NamedNode<'http://www.loc.gov/mads/rdf/v1#identifiesRWO'>;
250
+ /** Associates a Real World Object with its Authority description. */
251
+ "isIdentifiedByAuthority": NamedNode<'http://www.loc.gov/mads/rdf/v1#isIdentifiedByAuthority'>;
252
+ /** Identifies a MADS Scheme in which the Authority is at the top of the hierarchy. */
253
+ "isTopMemberOfMADSScheme": NamedNode<'http://www.loc.gov/mads/rdf/v1#isTopMemberOfMADSScheme'>;
254
+ /** Records the individual's role or position in the organization with which the individual is affiliated. A "job title" might be appropriate. */
255
+ "natureOfAffiliation": NamedNode<'http://www.loc.gov/mads/rdf/v1#natureOfAffiliation'>;
256
+ /** A profession or occupation in which the person works or has worked. */
257
+ "occupation": NamedNode<'http://www.loc.gov/mads/rdf/v1#occupation'>;
258
+ /** The group or organization with which an individual is associated. */
259
+ "organization": NamedNode<'http://www.loc.gov/mads/rdf/v1#organization'>;
260
+ "phone": NamedNode<'http://www.loc.gov/mads/rdf/v1#phone'>;
261
+ "postcode": NamedNode<'http://www.loc.gov/mads/rdf/v1#postcode'>;
262
+ /** A well-known individual who is a member of the family. */
263
+ "prominentFamilyMember": NamedNode<'http://www.loc.gov/mads/rdf/v1#prominentFamilyMember'>;
264
+ "scopeNote": NamedNode<'http://www.loc.gov/mads/rdf/v1#scopeNote'>;
265
+ /** The state associated with an address. */
266
+ "state": NamedNode<'http://www.loc.gov/mads/rdf/v1#state'>;
267
+ /** First line of address. For second line, use madsrdf:extendedAddress. */
268
+ "streetAddress": NamedNode<'http://www.loc.gov/mads/rdf/v1#streetAddress'>;
269
+ /** The year a corporate body was terminated. Date of termination may also include the month and day of the corporate body’s termination. */
270
+ "terminateDate": NamedNode<'http://www.loc.gov/mads/rdf/v1#terminateDate'>;
271
+ /** "Use [This Resource] For." Traditional "USE FOR" reference. */
272
+ "useFor": NamedNode<'http://www.loc.gov/mads/rdf/v1#useFor'>;
273
+ /** "Use [This Other Resource] Instead." Traditional "USE" reference. */
274
+ "useInstead": NamedNode<'http://www.loc.gov/mads/rdf/v1#useInstead'>;
275
+ /** The lexical, variant form of an authoritative label. */
276
+ "variantLabel": NamedNode<'http://www.loc.gov/mads/rdf/v1#variantLabel'>;
277
+ /** The country or other territorial jurisdiction from which a work originated. */
278
+ "workOrigin": NamedNode<'http://www.loc.gov/mads/rdf/v1#workOrigin'>;
279
+ }
280
+ export declare const strict: Record<keyof Mads, NamedNode<string>> & ((property?: TemplateStringsArray | keyof Mads | undefined) => NamedNode<string>) & Mads;
281
+ export declare const loose: Record<any, NamedNode<string>> & ((property?: any) => NamedNode<string>) & Mads;
282
+ export {};
283
+ //# sourceMappingURL=mads.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mads.d.ts","sourceRoot":"","sources":["../src/vocabularies/mads.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ import namespace from "@rdfjs/namespace";
2
+ const builder = namespace("http://www.loc.gov/mads/rdf/v1#");
3
+ export const strict = builder;
4
+ export const loose = builder;
@@ -0,0 +1,149 @@
1
+ import { NamedNode } from "@rdfjs/types";
2
+ interface Oa {
3
+ '': NamedNode<'http://www.w3.org/ns/oa#'>;
4
+ /** The class for Web Annotations. */
5
+ "Annotation": NamedNode<'http://www.w3.org/ns/oa#Annotation'>;
6
+ /** A subClass of as:OrderedCollection that conveys to a consuming application that it should select one of the resources in the as:items list to use, rather than all of them. This is typically used to provide a choice of resources to render to the user, based on further supplied properties. If the consuming application cannot determine the user's preference, then it should use the first in the list. */
7
+ "Choice": NamedNode<'http://www.w3.org/ns/oa#Choice'>;
8
+ /** A CssSelector describes a Segment of interest in a representation that conforms to the Document Object Model through the use of the CSS selector specification. */
9
+ "CssSelector": NamedNode<'http://www.w3.org/ns/oa#CssSelector'>;
10
+ /** A resource which describes the segment of interest in a representation of a Source resource, indicated with oa:hasSelector from the Specific Resource. This class is not used directly in the Annotation model, only its subclasses. */
11
+ "Selector": NamedNode<'http://www.w3.org/ns/oa#Selector'>;
12
+ /** A resource which describes styles for resources participating in the Annotation using CSS. */
13
+ "CssStyle": NamedNode<'http://www.w3.org/ns/oa#CssStyle'>;
14
+ /** A Style describes the intended styling of a resource as applied to the particular Annotation, and thus provides the information to ensure that rendering is consistent across implementations. */
15
+ "Style": NamedNode<'http://www.w3.org/ns/oa#Style'>;
16
+ /** DataPositionSelector describes a range of data by recording the start and end positions of the selection in the stream. Position 0 would be immediately before the first byte, position 1 would be immediately before the second byte, and so on. The start byte is thus included in the list, but the end byte is not. */
17
+ "DataPositionSelector": NamedNode<'http://www.w3.org/ns/oa#DataPositionSelector'>;
18
+ /** A class to encapsulate the different text directions that a textual resource might take. It is not used directly in the Annotation Model, only its three instances. */
19
+ "Direction": NamedNode<'http://www.w3.org/ns/oa#Direction'>;
20
+ /** The FragmentSelector class is used to record the segment of a representation using the IRI fragment specification defined by the representation's media type. */
21
+ "FragmentSelector": NamedNode<'http://www.w3.org/ns/oa#FragmentSelector'>;
22
+ /** The HttpRequestState class is used to record the HTTP request headers that a client SHOULD use to request the correct representation from the resource. */
23
+ "HttpRequestState": NamedNode<'http://www.w3.org/ns/oa#HttpRequestState'>;
24
+ /** A State describes the intended state of a resource as applied to the particular Annotation, and thus provides the information needed to retrieve the correct representation of that resource. */
25
+ "State": NamedNode<'http://www.w3.org/ns/oa#State'>;
26
+ /** The Motivation class is used to record the user's intent or motivation for the creation of the Annotation, or the inclusion of the body or target, that it is associated with. */
27
+ "Motivation": NamedNode<'http://www.w3.org/ns/oa#Motivation'>;
28
+ /** An IRI to signal the client prefers to receive full descriptions of the Annotations from a container, not just their IRIs. */
29
+ "PreferContainedDescriptions": NamedNode<'http://www.w3.org/ns/oa#PreferContainedDescriptions'>;
30
+ /** An IRI to signal that the client prefers to receive only the IRIs of the Annotations from a container, not their full descriptions. */
31
+ "PreferContainedIRIs": NamedNode<'http://www.w3.org/ns/oa#PreferContainedIRIs'>;
32
+ /** A Range Selector can be used to identify the beginning and the end of the selection by using other Selectors. The selection consists of everything from the beginning of the starting selector through to the beginning of the ending selector, but not including it. */
33
+ "RangeSelector": NamedNode<'http://www.w3.org/ns/oa#RangeSelector'>;
34
+ /** Instances of the ResourceSelection class identify part (described by an oa:Selector) of another resource (referenced with oa:hasSource), possibly from a particular representation of a resource (described by an oa:State). Please note that ResourceSelection is not used directly in the Web Annotation model, but is provided as a separate class for further application profiles to use, separate from oa:SpecificResource which has many Annotation specific features. */
35
+ "ResourceSelection": NamedNode<'http://www.w3.org/ns/oa#ResourceSelection'>;
36
+ /** Instances of the SpecificResource class identify part of another resource (referenced with oa:hasSource), a particular representation of a resource, a resource with styling hints for renders, or any combination of these, as used within an Annotation. */
37
+ "SpecificResource": NamedNode<'http://www.w3.org/ns/oa#SpecificResource'>;
38
+ /** An SvgSelector defines an area through the use of the Scalable Vector Graphics [SVG] standard. This allows the user to select a non-rectangular area of the content, such as a circle or polygon by describing the region using SVG. The SVG may be either embedded within the Annotation or referenced as an External Resource. */
39
+ "SvgSelector": NamedNode<'http://www.w3.org/ns/oa#SvgSelector'>;
40
+ /** The TextPositionSelector describes a range of text by recording the start and end positions of the selection in the stream. Position 0 would be immediately before the first character, position 1 would be immediately before the second character, and so on. */
41
+ "TextPositionSelector": NamedNode<'http://www.w3.org/ns/oa#TextPositionSelector'>;
42
+ /** The TextQuoteSelector describes a range of text by copying it, and including some of the text immediately before (a prefix) and after (a suffix) it to distinguish between multiple copies of the same sequence of characters. */
43
+ "TextQuoteSelector": NamedNode<'http://www.w3.org/ns/oa#TextQuoteSelector'>;
44
+ "TextualBody": NamedNode<'http://www.w3.org/ns/oa#TextualBody'>;
45
+ /** A TimeState records the time at which the resource's state is appropriate for the Annotation, typically the time that the Annotation was created and/or a link to a persistent copy of the current version. */
46
+ "TimeState": NamedNode<'http://www.w3.org/ns/oa#TimeState'>;
47
+ /** An XPathSelector is used to select elements and content within a resource that supports the Document Object Model via a specified XPath value. */
48
+ "XPathSelector": NamedNode<'http://www.w3.org/ns/oa#XPathSelector'>;
49
+ /**
50
+ * The object of the relationship is the end point of a service that conforms to the annotation-protocol, and it may be associated with any resource. The expectation of asserting the relationship is that the object is the preferred service for maintaining annotations about the subject resource, according to the publisher of the relationship.
51
+ *
52
+ * This relationship is intended to be used both within Linked Data descriptions and as the rel type of a Link, via HTTP Link Headers rfc5988 for binary resources and in HTML <link> elements. For more information about these, please see the Annotation Protocol specification annotation-protocol.
53
+ *
54
+ */
55
+ "annotationService": NamedNode<'http://www.w3.org/ns/oa#annotationService'>;
56
+ /** The motivation for when the user intends to provide an assessment about the Target resource. */
57
+ "assessing": NamedNode<'http://www.w3.org/ns/oa#assessing'>;
58
+ /**
59
+ * The object of the predicate is a plain text string to be used as the content of the body of the Annotation. The value MUST be an xsd:string and that data type MUST NOT be expressed in the serialization. Note that language MUST NOT be associated with the value either as a language tag, as that is only available for rdf:langString .
60
+ *
61
+ */
62
+ "bodyValue": NamedNode<'http://www.w3.org/ns/oa#bodyValue'>;
63
+ /** The motivation for when the user intends to create a bookmark to the Target or part thereof. */
64
+ "bookmarking": NamedNode<'http://www.w3.org/ns/oa#bookmarking'>;
65
+ /** A object of the relationship is a copy of the Source resource's representation, appropriate for the Annotation. */
66
+ "cachedSource": NamedNode<'http://www.w3.org/ns/oa#cachedSource'>;
67
+ /** A object of the relationship is the canonical IRI that can always be used to deduplicate the Annotation, regardless of the current IRI used to access the representation. */
68
+ "canonical": NamedNode<'http://www.w3.org/ns/oa#canonical'>;
69
+ /** The motivation for when the user intends to that classify the Target as something. */
70
+ "classifying": NamedNode<'http://www.w3.org/ns/oa#classifying'>;
71
+ /** The motivation for when the user intends to comment about the Target. */
72
+ "commenting": NamedNode<'http://www.w3.org/ns/oa#commenting'>;
73
+ /** The motivation for when the user intends to describe the Target, as opposed to a comment about them. */
74
+ "describing": NamedNode<'http://www.w3.org/ns/oa#describing'>;
75
+ /** The motivation for when the user intends to request a change or edit to the Target resource. */
76
+ "editing": NamedNode<'http://www.w3.org/ns/oa#editing'>;
77
+ /** The end property is used to convey the 0-based index of the end position of a range of content. */
78
+ "end": NamedNode<'http://www.w3.org/ns/oa#end'>;
79
+ /** The object of the predicate is a copy of the text which is being selected, after normalization. */
80
+ "exact": NamedNode<'http://www.w3.org/ns/oa#exact'>;
81
+ /** The object of the relationship is a resource that is a body of the Annotation. */
82
+ "hasBody": NamedNode<'http://www.w3.org/ns/oa#hasBody'>;
83
+ /** The relationship between a RangeSelector and the Selector that describes the end position of the range. */
84
+ "hasEndSelector": NamedNode<'http://www.w3.org/ns/oa#hasEndSelector'>;
85
+ /** The purpose served by the resource in the Annotation. */
86
+ "hasPurpose": NamedNode<'http://www.w3.org/ns/oa#hasPurpose'>;
87
+ /** The scope or context in which the resource is used within the Annotation. */
88
+ "hasScope": NamedNode<'http://www.w3.org/ns/oa#hasScope'>;
89
+ /** The object of the relationship is a Selector that describes the segment or region of interest within the source resource. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model. */
90
+ "hasSelector": NamedNode<'http://www.w3.org/ns/oa#hasSelector'>;
91
+ /** The resource that the ResourceSelection, or its subclass SpecificResource, is refined from, or more specific than. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model. */
92
+ "hasSource": NamedNode<'http://www.w3.org/ns/oa#hasSource'>;
93
+ /** The relationship between a RangeSelector and the Selector that describes the start position of the range. */
94
+ "hasStartSelector": NamedNode<'http://www.w3.org/ns/oa#hasStartSelector'>;
95
+ /** The relationship between the ResourceSelection, or its subclass SpecificResource, and a State resource. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model. */
96
+ "hasState": NamedNode<'http://www.w3.org/ns/oa#hasState'>;
97
+ /** The relationship between an Annotation and its Target. */
98
+ "hasTarget": NamedNode<'http://www.w3.org/ns/oa#hasTarget'>;
99
+ /** The motivation for when the user intends to highlight the Target resource or segment of it. */
100
+ "highlighting": NamedNode<'http://www.w3.org/ns/oa#highlighting'>;
101
+ /** The motivation for when the user intends to assign an identity to the Target or identify what is being depicted or described in the Target. */
102
+ "identifying": NamedNode<'http://www.w3.org/ns/oa#identifying'>;
103
+ /** The motivation for when the user intends to link to a resource related to the Target. */
104
+ "linking": NamedNode<'http://www.w3.org/ns/oa#linking'>;
105
+ /** The direction of text that is read from left to right. */
106
+ "ltrDirection": NamedNode<'http://www.w3.org/ns/oa#ltrDirection'>;
107
+ /** The motivation for when the user intends to assign some value or quality to the Target. */
108
+ "moderating": NamedNode<'http://www.w3.org/ns/oa#moderating'>;
109
+ /** The relationship between an Annotation and a Motivation that describes the reason for the Annotation's creation. */
110
+ "motivatedBy": NamedNode<'http://www.w3.org/ns/oa#motivatedBy'>;
111
+ /** The object of the property is a snippet of content that occurs immediately before the content which is being selected by the Selector. */
112
+ "prefix": NamedNode<'http://www.w3.org/ns/oa#prefix'>;
113
+ /** The object of the property is the language that should be used for textual processing algorithms when dealing with the content of the resource, including hyphenation, line breaking, which font to use for rendering and so forth. The value must follow the recommendations of BCP47. */
114
+ "processingLanguage": NamedNode<'http://www.w3.org/ns/oa#processingLanguage'>;
115
+ /** The motivation for when the user intends to ask a question about the Target. */
116
+ "questioning": NamedNode<'http://www.w3.org/ns/oa#questioning'>;
117
+ /** The relationship between a Selector and another Selector or a State and a Selector or State that should be applied to the results of the first to refine the processing of the source resource. */
118
+ "refinedBy": NamedNode<'http://www.w3.org/ns/oa#refinedBy'>;
119
+ /** A system that was used by the application that created the Annotation to render the resource. */
120
+ "renderedVia": NamedNode<'http://www.w3.org/ns/oa#renderedVia'>;
121
+ /** The motivation for when the user intends to reply to a previous statement, either an Annotation or another resource. */
122
+ "replying": NamedNode<'http://www.w3.org/ns/oa#replying'>;
123
+ /** The direction of text that is read from right to left. */
124
+ "rtlDirection": NamedNode<'http://www.w3.org/ns/oa#rtlDirection'>;
125
+ /** The timestamp at which the Source resource should be interpreted as being applicable to the Annotation. */
126
+ "sourceDate": NamedNode<'http://www.w3.org/ns/oa#sourceDate'>;
127
+ /** The end timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation. */
128
+ "sourceDateEnd": NamedNode<'http://www.w3.org/ns/oa#sourceDateEnd'>;
129
+ /** The start timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation. */
130
+ "sourceDateStart": NamedNode<'http://www.w3.org/ns/oa#sourceDateStart'>;
131
+ /** The start position in a 0-based index at which a range of content is selected from the data in the source resource. */
132
+ "start": NamedNode<'http://www.w3.org/ns/oa#start'>;
133
+ /** The name of the class used in the CSS description referenced from the Annotation that should be applied to the Specific Resource. */
134
+ "styleClass": NamedNode<'http://www.w3.org/ns/oa#styleClass'>;
135
+ /** A reference to a Stylesheet that should be used to apply styles to the Annotation rendering. */
136
+ "styledBy": NamedNode<'http://www.w3.org/ns/oa#styledBy'>;
137
+ /** The snippet of text that occurs immediately after the text which is being selected. */
138
+ "suffix": NamedNode<'http://www.w3.org/ns/oa#suffix'>;
139
+ /** The motivation for when the user intends to associate a tag with the Target. */
140
+ "tagging": NamedNode<'http://www.w3.org/ns/oa#tagging'>;
141
+ /** The direction of the text of the subject resource. There MUST only be one text direction associated with any given resource. */
142
+ "textDirection": NamedNode<'http://www.w3.org/ns/oa#textDirection'>;
143
+ /** A object of the relationship is a resource from which the source resource was retrieved by the providing system. */
144
+ "via": NamedNode<'http://www.w3.org/ns/oa#via'>;
145
+ }
146
+ export declare const strict: Record<keyof Oa, NamedNode<string>> & ((property?: TemplateStringsArray | keyof Oa | undefined) => NamedNode<string>) & Oa;
147
+ export declare const loose: Record<any, NamedNode<string>> & ((property?: any) => NamedNode<string>) & Oa;
148
+ export {};
149
+ //# sourceMappingURL=oa.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"oa.d.ts","sourceRoot":"","sources":["../src/vocabularies/oa.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/oa#");
3
+ export const strict = builder;
4
+ export const loose = builder;
@@ -0,0 +1,52 @@
1
+ import { NamedNode } from "@rdfjs/types";
2
+ interface Og {
3
+ '': NamedNode<'http://ogp.me/ns#'>;
4
+ /** A relevant audio URL for your object. */
5
+ "audio": NamedNode<'http://ogp.me/ns#audio'>;
6
+ /** [DEPRECATED] The country name of the resource e.g., "USA" */
7
+ "country-name": NamedNode<'http://ogp.me/ns#country-name'>;
8
+ /** A one to two sentence description of your object. */
9
+ "description": NamedNode<'http://ogp.me/ns#description'>;
10
+ /** The word to precede the object's title in a sentence (e.g., "the" in "the statue of liberty"). Valid values are "a", "an", "the", "", and "auto". */
11
+ "determiner": NamedNode<'http://ogp.me/ns#determiner'>;
12
+ /** [DEPRECATED] Email of the contact for your object. */
13
+ "email": NamedNode<'http://ogp.me/ns#email'>;
14
+ /** [DEPRECATED] Fax number of the contact for your object. */
15
+ "fax_number": NamedNode<'http://ogp.me/ns#fax_number'>;
16
+ /** An image URL which should represent your object within the graph. */
17
+ "image": NamedNode<'http://ogp.me/ns#image'>;
18
+ /** [DEPRECATED] International Standard Book Number for you object. */
19
+ "isbn": NamedNode<'http://ogp.me/ns#isbn'>;
20
+ /** [DEPRECATED] The latitude of the resource e.g., the latitude of a company. */
21
+ "latitude": NamedNode<'http://ogp.me/ns#latitude'>;
22
+ /** A Unix locale in which this markup is rendered. */
23
+ "locale": NamedNode<'http://ogp.me/ns#locale'>;
24
+ /** [DEPRECATED] The locality of the resource e.g, "Palo Alto" */
25
+ "locality": NamedNode<'http://ogp.me/ns#locality'>;
26
+ /** [DEPRECATED] The longitude of the resource e.g., the longitude of a company. */
27
+ "longitude": NamedNode<'http://ogp.me/ns#longitude'>;
28
+ /** [DEPRECATED] Phone number of the contact for your object. */
29
+ "phone_number": NamedNode<'http://ogp.me/ns#phone_number'>;
30
+ /** [DEPRECATED] The postal code of the resource e.g., "94304" */
31
+ "postal-code": NamedNode<'http://ogp.me/ns#postal-code'>;
32
+ /** [DEPRECATED] The region of the resource e.g., "CA" */
33
+ "region": NamedNode<'http://ogp.me/ns#region'>;
34
+ /** If your object is part of a larger web site, the name which should be displayed for the overall site. e.g., "IMDb". */
35
+ "site_name": NamedNode<'http://ogp.me/ns#site_name'>;
36
+ /** [DEPRECATED] The street address of the resource e.g., "1601 S California Ave". */
37
+ "street-address": NamedNode<'http://ogp.me/ns#street-address'>;
38
+ /** The title of the object as it should appear within the graph, e.g., "The Rock". */
39
+ "title": NamedNode<'http://ogp.me/ns#title'>;
40
+ /** The type of your object, e.g., "movie". Depending on the type you specify, other properties may also be required. */
41
+ "type": NamedNode<'http://ogp.me/ns#type'>;
42
+ /** [DEPRECATED] Universal Product Code for your object. */
43
+ "upc": NamedNode<'http://ogp.me/ns#upc'>;
44
+ /** The canonical URL of your object that will be used as its permanent ID in the graph, e.g., "http://www.imdb.com/title/tt0117500/". */
45
+ "url": NamedNode<'http://ogp.me/ns#url'>;
46
+ /** A relevant video URL for your object. */
47
+ "video": NamedNode<'http://ogp.me/ns#video'>;
48
+ }
49
+ export declare const strict: Record<keyof Og, NamedNode<string>> & ((property?: TemplateStringsArray | keyof Og | undefined) => NamedNode<string>) & Og;
50
+ export declare const loose: Record<any, NamedNode<string>> & ((property?: any) => NamedNode<string>) & Og;
51
+ export {};
52
+ //# sourceMappingURL=og.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"og.d.ts","sourceRoot":"","sources":["../src/vocabularies/og.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,UAAU,EAAE;IACR,EAAE,EAAE,SAAS,CAAC,mBAAmB,CAAC,CAAC;IACnC,4CAA4C;IAC5C,OAAO,EAAE,SAAS,CAAC,wBAAwB,CAAC,CAAC;IAC7C,gEAAgE;IAChE,cAAc,EAAE,SAAS,CAAC,+BAA+B,CAAC,CAAC;IAC3D,wDAAwD;IACxD,aAAa,EAAE,SAAS,CAAC,8BAA8B,CAAC,CAAC;IACzD,yJAAyJ;IACzJ,YAAY,EAAE,SAAS,CAAC,6BAA6B,CAAC,CAAC;IACvD,yDAAyD;IACzD,OAAO,EAAE,SAAS,CAAC,wBAAwB,CAAC,CAAC;IAC7C,8DAA8D;IAC9D,YAAY,EAAE,SAAS,CAAC,6BAA6B,CAAC,CAAC;IACvD,wEAAwE;IACxE,OAAO,EAAE,SAAS,CAAC,wBAAwB,CAAC,CAAC;IAC7C,sEAAsE;IACtE,MAAM,EAAE,SAAS,CAAC,uBAAuB,CAAC,CAAC;IAC3C,iFAAiF;IACjF,UAAU,EAAE,SAAS,CAAC,2BAA2B,CAAC,CAAC;IACnD,sDAAsD;IACtD,QAAQ,EAAE,SAAS,CAAC,yBAAyB,CAAC,CAAC;IAC/C,iEAAiE;IACjE,UAAU,EAAE,SAAS,CAAC,2BAA2B,CAAC,CAAC;IACnD,mFAAmF;IACnF,WAAW,EAAE,SAAS,CAAC,4BAA4B,CAAC,CAAC;IACrD,gEAAgE;IAChE,cAAc,EAAE,SAAS,CAAC,+BAA+B,CAAC,CAAC;IAC3D,iEAAiE;IACjE,aAAa,EAAE,SAAS,CAAC,8BAA8B,CAAC,CAAC;IACzD,yDAAyD;IACzD,QAAQ,EAAE,SAAS,CAAC,yBAAyB,CAAC,CAAC;IAC/C,0HAA0H;IAC1H,WAAW,EAAE,SAAS,CAAC,4BAA4B,CAAC,CAAC;IACrD,qFAAqF;IACrF,gBAAgB,EAAE,SAAS,CAAC,iCAAiC,CAAC,CAAC;IAC/D,uFAAuF;IACvF,OAAO,EAAE,SAAS,CAAC,wBAAwB,CAAC,CAAC;IAC7C,yHAAyH;IACzH,MAAM,EAAE,SAAS,CAAC,uBAAuB,CAAC,CAAC;IAC3C,2DAA2D;IAC3D,KAAK,EAAE,SAAS,CAAC,sBAAsB,CAAC,CAAC;IACzC,yIAAyI;IACzI,KAAK,EAAE,SAAS,CAAC,sBAAsB,CAAC,CAAC;IACzC,4CAA4C;IAC5C,OAAO,EAAE,SAAS,CAAC,wBAAwB,CAAC,CAAC;CAChD;AAGD,eAAO,MAAM,MAAM,4HAA6C,CAAC;AACjE,eAAO,MAAM,KAAK,+EAAmC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import namespace from "@rdfjs/namespace";
2
+ const builder = namespace("http://ogp.me/ns#");
3
+ export const strict = builder;
4
+ export const loose = builder;