ldkit 2.2.0 → 2.4.0

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 (247) hide show
  1. package/esm/cli.d.ts +3 -0
  2. package/esm/cli.d.ts.map +1 -0
  3. package/esm/cli.js +117 -0
  4. package/{types → esm}/library/asynciterator.d.ts +1 -0
  5. package/esm/library/asynciterator.d.ts.map +1 -0
  6. package/{types → esm}/library/decoder.d.ts +1 -0
  7. package/esm/library/decoder.d.ts.map +1 -0
  8. package/esm/library/decoder.js +2 -2
  9. package/{types → esm}/library/encoder.d.ts +2 -1
  10. package/esm/library/encoder.d.ts.map +1 -0
  11. package/esm/library/encoder.js +3 -4
  12. package/{types → esm}/library/engine/mod.d.ts +1 -0
  13. package/esm/library/engine/mod.d.ts.map +1 -0
  14. package/{types → esm}/library/engine/query_engine.d.ts +1 -0
  15. package/esm/library/engine/query_engine.d.ts.map +1 -0
  16. package/{types → esm}/library/engine/query_engine_proxy.d.ts +1 -0
  17. package/esm/library/engine/query_engine_proxy.d.ts.map +1 -0
  18. package/{types → esm}/library/engine/query_resolvers.d.ts +2 -1
  19. package/esm/library/engine/query_resolvers.d.ts.map +1 -0
  20. package/{types → esm}/library/engine/types.d.ts +1 -0
  21. package/esm/library/engine/types.d.ts.map +1 -0
  22. package/{types → esm}/library/lens/lens.d.ts +1 -0
  23. package/esm/library/lens/lens.d.ts.map +1 -0
  24. package/esm/library/lens/mod.d.ts +2 -0
  25. package/esm/library/lens/mod.d.ts.map +1 -0
  26. package/{types → esm}/library/lens/query_builder.d.ts +1 -0
  27. package/esm/library/lens/query_builder.d.ts.map +1 -0
  28. package/{types → esm}/library/lens/search_helper.d.ts +1 -0
  29. package/esm/library/lens/search_helper.d.ts.map +1 -0
  30. package/{types → esm}/library/lens/types.d.ts +1 -0
  31. package/esm/library/lens/types.d.ts.map +1 -0
  32. package/{types → esm}/library/lens/update_helper.d.ts +1 -0
  33. package/esm/library/lens/update_helper.d.ts.map +1 -0
  34. package/{types → esm}/library/namespace.d.ts +1 -0
  35. package/esm/library/namespace.d.ts.map +1 -0
  36. package/{types → esm}/library/options.d.ts +26 -25
  37. package/esm/library/options.d.ts.map +1 -0
  38. package/{types → esm}/library/rdf.d.ts +4 -3
  39. package/esm/library/rdf.d.ts.map +1 -0
  40. package/{types → esm}/library/schema/data_types.d.ts +13 -2
  41. package/esm/library/schema/data_types.d.ts.map +1 -0
  42. package/{types → esm}/library/schema/interface.d.ts +1 -0
  43. package/esm/library/schema/interface.d.ts.map +1 -0
  44. package/{types → esm}/library/schema/mod.d.ts +2 -1
  45. package/esm/library/schema/mod.d.ts.map +1 -0
  46. package/{types → esm}/library/schema/schema.d.ts +1 -0
  47. package/esm/library/schema/schema.d.ts.map +1 -0
  48. package/{types → esm}/library/schema/search.d.ts +1 -0
  49. package/esm/library/schema/search.d.ts.map +1 -0
  50. package/{types → esm}/library/schema/utils.d.ts +1 -0
  51. package/esm/library/schema/utils.d.ts.map +1 -0
  52. package/{types → esm}/library/sparql/escape.d.ts +1 -0
  53. package/esm/library/sparql/escape.d.ts.map +1 -0
  54. package/{types → esm}/library/sparql/mod.d.ts +1 -0
  55. package/esm/library/sparql/mod.d.ts.map +1 -0
  56. package/{types → esm}/library/sparql/sparql_expression_builders.d.ts +1 -0
  57. package/esm/library/sparql/sparql_expression_builders.d.ts.map +1 -0
  58. package/{types → esm}/library/sparql/sparql_query_builders.d.ts +1 -0
  59. package/esm/library/sparql/sparql_query_builders.d.ts.map +1 -0
  60. package/{types → esm}/library/sparql/sparql_shared_builders.d.ts +1 -0
  61. package/esm/library/sparql/sparql_shared_builders.d.ts.map +1 -0
  62. package/{types → esm}/library/sparql/sparql_tag.d.ts +1 -0
  63. package/esm/library/sparql/sparql_tag.d.ts.map +1 -0
  64. package/{types → esm}/library/sparql/sparql_update_builders.d.ts +1 -0
  65. package/esm/library/sparql/sparql_update_builders.d.ts.map +1 -0
  66. package/{types → esm}/library/sparql/stringify.d.ts +1 -0
  67. package/esm/library/sparql/stringify.d.ts.map +1 -0
  68. package/esm/library/translator.d.ts +39 -0
  69. package/esm/library/translator.d.ts.map +1 -0
  70. package/esm/library/translator.js +62 -0
  71. package/{types → esm}/library/utils.d.ts +1 -0
  72. package/esm/library/utils.d.ts.map +1 -0
  73. package/esm/mod.d.ts +7 -0
  74. package/esm/mod.d.ts.map +1 -0
  75. package/esm/mod.js +1 -0
  76. package/esm/namespaces/dbo.d.ts +11 -0
  77. package/esm/namespaces/dbo.d.ts.map +1 -0
  78. package/esm/namespaces/dc.d.ts +11 -0
  79. package/esm/namespaces/dc.d.ts.map +1 -0
  80. package/esm/namespaces/dcterms.d.ts +11 -0
  81. package/esm/namespaces/dcterms.d.ts.map +1 -0
  82. package/esm/namespaces/foaf.d.ts +11 -0
  83. package/esm/namespaces/foaf.d.ts.map +1 -0
  84. package/esm/namespaces/foaf.js +12 -0
  85. package/esm/namespaces/gr.d.ts +11 -0
  86. package/esm/namespaces/gr.d.ts.map +1 -0
  87. package/esm/namespaces/ldkit.d.ts +11 -0
  88. package/esm/namespaces/ldkit.d.ts.map +1 -0
  89. package/esm/namespaces/owl.d.ts +11 -0
  90. package/esm/namespaces/owl.d.ts.map +1 -0
  91. package/esm/namespaces/rdf.d.ts +11 -0
  92. package/esm/namespaces/rdf.d.ts.map +1 -0
  93. package/esm/namespaces/rdfs.d.ts +11 -0
  94. package/esm/namespaces/rdfs.d.ts.map +1 -0
  95. package/esm/namespaces/schema.d.ts +11 -0
  96. package/esm/namespaces/schema.d.ts.map +1 -0
  97. package/esm/namespaces/sioc.d.ts +11 -0
  98. package/esm/namespaces/sioc.d.ts.map +1 -0
  99. package/esm/namespaces/skos.d.ts +11 -0
  100. package/esm/namespaces/skos.d.ts.map +1 -0
  101. package/esm/namespaces/xsd.d.ts +11 -0
  102. package/esm/namespaces/xsd.d.ts.map +1 -0
  103. package/{types → esm}/namespaces.d.ts +1 -0
  104. package/esm/namespaces.d.ts.map +1 -0
  105. package/{types → esm}/rdf.d.ts +1 -0
  106. package/esm/rdf.d.ts.map +1 -0
  107. package/esm/scripts/context_to_schema.d.ts +12 -0
  108. package/esm/scripts/context_to_schema.d.ts.map +1 -0
  109. package/esm/scripts/context_to_schema.js +152 -0
  110. package/esm/scripts/schema_to_script.d.ts +19 -0
  111. package/esm/scripts/schema_to_script.d.ts.map +1 -0
  112. package/esm/scripts/schema_to_script.js +222 -0
  113. package/esm/scripts/shex_to_schema.d.ts +6 -0
  114. package/esm/scripts/shex_to_schema.d.ts.map +1 -0
  115. package/esm/scripts/shex_to_schema.js +233 -0
  116. package/esm/scripts/shexj_types.d.ts +537 -0
  117. package/esm/scripts/shexj_types.d.ts.map +1 -0
  118. package/esm/scripts/shexj_types.js +2 -0
  119. package/{types → esm}/sparql.d.ts +1 -0
  120. package/esm/sparql.d.ts.map +1 -0
  121. package/package.json +23 -40
  122. package/script/cli.d.ts +3 -0
  123. package/script/cli.d.ts.map +1 -0
  124. package/script/cli.js +119 -0
  125. package/script/library/asynciterator.d.ts +30 -0
  126. package/script/library/asynciterator.d.ts.map +1 -0
  127. package/script/library/decoder.d.ts +7 -0
  128. package/script/library/decoder.d.ts.map +1 -0
  129. package/script/library/decoder.js +6 -6
  130. package/script/library/encoder.d.ts +8 -0
  131. package/script/library/encoder.d.ts.map +1 -0
  132. package/script/library/encoder.js +2 -3
  133. package/script/library/engine/mod.d.ts +3 -0
  134. package/script/library/engine/mod.d.ts.map +1 -0
  135. package/script/library/engine/query_engine.d.ts +58 -0
  136. package/script/library/engine/query_engine.d.ts.map +1 -0
  137. package/script/library/engine/query_engine_proxy.d.ts +12 -0
  138. package/script/library/engine/query_engine_proxy.d.ts.map +1 -0
  139. package/script/library/engine/query_resolvers.d.ts +11 -0
  140. package/script/library/engine/query_resolvers.d.ts.map +1 -0
  141. package/script/library/engine/types.d.ts +24 -0
  142. package/script/library/engine/types.d.ts.map +1 -0
  143. package/script/library/lens/lens.d.ts +416 -0
  144. package/script/library/lens/lens.d.ts.map +1 -0
  145. package/script/library/lens/lens.js +2 -2
  146. package/script/library/lens/mod.d.ts +2 -0
  147. package/script/library/lens/mod.d.ts.map +1 -0
  148. package/script/library/lens/query_builder.d.ts +23 -0
  149. package/script/library/lens/query_builder.d.ts.map +1 -0
  150. package/script/library/lens/search_helper.d.ts +22 -0
  151. package/script/library/lens/search_helper.d.ts.map +1 -0
  152. package/script/library/lens/types.d.ts +9 -0
  153. package/script/library/lens/types.d.ts.map +1 -0
  154. package/script/library/lens/update_helper.d.ts +24 -0
  155. package/script/library/lens/update_helper.d.ts.map +1 -0
  156. package/script/library/namespace.d.ts +42 -0
  157. package/script/library/namespace.d.ts.map +1 -0
  158. package/script/library/namespace.js +1 -2
  159. package/script/library/options.d.ts +72 -0
  160. package/script/library/options.d.ts.map +1 -0
  161. package/script/library/options.js +3 -4
  162. package/script/library/rdf.d.ts +78 -0
  163. package/script/library/rdf.d.ts.map +1 -0
  164. package/script/library/schema/data_types.d.ts +57 -0
  165. package/script/library/schema/data_types.d.ts.map +1 -0
  166. package/script/library/schema/interface.d.ts +88 -0
  167. package/script/library/schema/interface.d.ts.map +1 -0
  168. package/script/library/schema/mod.d.ts +6 -0
  169. package/script/library/schema/mod.d.ts.map +1 -0
  170. package/script/library/schema/schema.d.ts +38 -0
  171. package/script/library/schema/schema.d.ts.map +1 -0
  172. package/script/library/schema/search.d.ts +21 -0
  173. package/script/library/schema/search.d.ts.map +1 -0
  174. package/script/library/schema/utils.d.ts +4 -0
  175. package/script/library/schema/utils.d.ts.map +1 -0
  176. package/script/library/sparql/escape.d.ts +2 -0
  177. package/script/library/sparql/escape.d.ts.map +1 -0
  178. package/script/library/sparql/mod.d.ts +5 -0
  179. package/script/library/sparql/mod.d.ts.map +1 -0
  180. package/script/library/sparql/sparql_expression_builders.d.ts +20 -0
  181. package/script/library/sparql/sparql_expression_builders.d.ts.map +1 -0
  182. package/script/library/sparql/sparql_query_builders.d.ts +105 -0
  183. package/script/library/sparql/sparql_query_builders.d.ts.map +1 -0
  184. package/script/library/sparql/sparql_shared_builders.d.ts +17 -0
  185. package/script/library/sparql/sparql_shared_builders.d.ts.map +1 -0
  186. package/script/library/sparql/sparql_tag.d.ts +32 -0
  187. package/script/library/sparql/sparql_tag.d.ts.map +1 -0
  188. package/script/library/sparql/sparql_update_builders.d.ts +91 -0
  189. package/script/library/sparql/sparql_update_builders.d.ts.map +1 -0
  190. package/script/library/sparql/stringify.d.ts +7 -0
  191. package/script/library/sparql/stringify.d.ts.map +1 -0
  192. package/script/library/translator.d.ts +39 -0
  193. package/script/library/translator.d.ts.map +1 -0
  194. package/script/library/translator.js +67 -0
  195. package/script/library/utils.d.ts +2 -0
  196. package/script/library/utils.d.ts.map +1 -0
  197. package/script/mod.d.ts +7 -0
  198. package/script/mod.d.ts.map +1 -0
  199. package/script/mod.js +3 -1
  200. package/{types → script}/namespaces/dbo.d.ts +1 -0
  201. package/script/namespaces/dbo.d.ts.map +1 -0
  202. package/{types → script}/namespaces/dc.d.ts +1 -0
  203. package/script/namespaces/dc.d.ts.map +1 -0
  204. package/{types → script}/namespaces/dcterms.d.ts +1 -0
  205. package/script/namespaces/dcterms.d.ts.map +1 -0
  206. package/script/namespaces/foaf.d.ts +11 -0
  207. package/script/namespaces/foaf.d.ts.map +1 -0
  208. package/script/namespaces/foaf.js +12 -0
  209. package/{types → script}/namespaces/gr.d.ts +1 -0
  210. package/script/namespaces/gr.d.ts.map +1 -0
  211. package/{types → script}/namespaces/ldkit.d.ts +1 -0
  212. package/script/namespaces/ldkit.d.ts.map +1 -0
  213. package/{types → script}/namespaces/owl.d.ts +1 -0
  214. package/script/namespaces/owl.d.ts.map +1 -0
  215. package/{types → script}/namespaces/rdf.d.ts +1 -0
  216. package/script/namespaces/rdf.d.ts.map +1 -0
  217. package/{types → script}/namespaces/rdfs.d.ts +1 -0
  218. package/script/namespaces/rdfs.d.ts.map +1 -0
  219. package/{types → script}/namespaces/schema.d.ts +1 -0
  220. package/script/namespaces/schema.d.ts.map +1 -0
  221. package/{types → script}/namespaces/sioc.d.ts +1 -0
  222. package/script/namespaces/sioc.d.ts.map +1 -0
  223. package/{types → script}/namespaces/skos.d.ts +1 -0
  224. package/script/namespaces/skos.d.ts.map +1 -0
  225. package/{types → script}/namespaces/xsd.d.ts +1 -0
  226. package/script/namespaces/xsd.d.ts.map +1 -0
  227. package/script/namespaces.d.ts +31 -0
  228. package/script/namespaces.d.ts.map +1 -0
  229. package/script/rdf.d.ts +15 -0
  230. package/script/rdf.d.ts.map +1 -0
  231. package/script/scripts/context_to_schema.d.ts +12 -0
  232. package/script/scripts/context_to_schema.d.ts.map +1 -0
  233. package/script/scripts/context_to_schema.js +155 -0
  234. package/script/scripts/schema_to_script.d.ts +19 -0
  235. package/script/scripts/schema_to_script.d.ts.map +1 -0
  236. package/script/scripts/schema_to_script.js +225 -0
  237. package/script/scripts/shex_to_schema.d.ts +6 -0
  238. package/script/scripts/shex_to_schema.d.ts.map +1 -0
  239. package/script/scripts/shex_to_schema.js +241 -0
  240. package/script/scripts/shexj_types.d.ts +537 -0
  241. package/script/scripts/shexj_types.d.ts.map +1 -0
  242. package/script/scripts/shexj_types.js +3 -0
  243. package/script/sparql.d.ts +15 -0
  244. package/script/sparql.d.ts.map +1 -0
  245. package/types/library/lens/mod.d.ts +0 -1
  246. package/types/mod.d.ts +0 -5
  247. package/types/namespaces/foaf.d.ts +0 -10
@@ -8,3 +8,4 @@ export declare const gr: import("../library/namespace.js").NamespaceInterface<{
8
8
  readonly prefix: "gr:";
9
9
  readonly terms: readonly ["ActualProductOrServiceInstance", "AmericanExpress", "Brand", "Business", "BusinessEntity", "BusinessEntityType", "BusinessFunction", "Buy", "ByBankTransferInAdvance", "ByInvoice", "COD", "Cash", "CheckInAdvance", "ConstructionInstallation", "DHL", "DayOfWeek", "DeliveryChargeSpecification", "DeliveryMethod", "DeliveryModeDirectDownload", "DeliveryModeFreight", "DeliveryModeMail", "DeliveryModeOwnFleet", "DeliveryModeParcelService", "DeliveryModePickUp", "DinersClub", "DirectDebit", "Discover", "Dispose", "Enduser", "FederalExpress", "Friday", "GoogleCheckout", "Individual", "JCB", "LeaseOut", "License", "Location", "LocationOfSalesOrServiceProvisioning", "Maintain", "MasterCard", "Monday", "Offering", "OpeningHoursSpecification", "PayPal", "PaySwarm", "PaymentChargeSpecification", "PaymentMethod", "PaymentMethodCreditCard", "PriceSpecification", "ProductOrService", "ProductOrServiceModel", "ProductOrServicesSomeInstancesPlaceholder", "ProvideService", "PublicHolidays", "PublicInstitution", "QualitativeValue", "QuantitativeValue", "QuantitativeValueFloat", "QuantitativeValueInteger", "Repair", "Reseller", "Saturday", "Sell", "SomeItems", "Sunday", "Thursday", "Tuesday", "TypeAndQuantityNode", "UPS", "UnitPriceSpecification", "VISA", "WarrantyPromise", "WarrantyScope", "Wednesday", "acceptedPaymentMethods", "addOn", "advanceBookingRequirement", "amountOfThisGood", "appliesToDeliveryMethod", "appliesToPaymentMethod", "availabilityEnds", "availabilityStarts", "availableAtOrFrom", "availableDeliveryMethods", "billingIncrement", "category", "closes", "color", "condition", "datatypeProductOrServiceProperty", "deliveryLeadTime", "depth", "description", "displayPosition", "durationOfWarrantyInMonths", "eligibleCustomerTypes", "eligibleDuration", "eligibleRegions", "eligibleTransactionVolume", "equal", "greater", "greaterOrEqual", "hasBrand", "hasBusinessFunction", "hasCurrency", "hasCurrencyValue", "hasDUNS", "hasEligibleQuantity", "hasGlobalLocationNumber", "hasISICv4", "hasInventoryLevel", "hasMPN", "hasMakeAndModel", "hasManufacturer", "hasMaxCurrencyValue", "hasMaxValue", "hasMaxValueFloat", "hasMaxValueInteger", "hasMinCurrencyValue", "hasMinValue", "hasMinValueFloat", "hasMinValueInteger", "hasNAICS", "hasNext", "hasOpeningHoursDayOfWeek", "hasOpeningHoursSpecification", "hasPOS", "hasPrevious", "hasPriceSpecification", "hasStockKeepingUnit", "hasUnitOfMeasurement", "hasValue", "hasValueFloat", "hasValueInteger", "hasWarrantyPromise", "hasWarrantyScope", "height", "includes", "includesObject", "isAccessoryOrSparePartFor", "isConsumableFor", "isListPrice", "isSimilarTo", "isVariantOf", "legalName", "lesser", "lesserOrEqual", "name", "nonEqual", "offers", "opens", "owns", "predecessorOf", "priceType", "qualitativeProductOrServiceProperty", "quantitativeProductOrServiceProperty", "relatedWebService", "seeks", "serialNumber", "successorOf", "taxID", "typeOfGood", "validFrom", "validThrough", "valueAddedTaxIncluded", "valueReference", "vatID", "weight", "width"];
10
10
  }>;
11
+ //# sourceMappingURL=gr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gr.d.ts","sourceRoot":"","sources":["../../src/namespaces/gr.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,EAAE;;;;EAgLd,CAAC"}
@@ -8,3 +8,4 @@ export declare const ldkit: import("../library/namespace.js").NamespaceInterface
8
8
  readonly prefix: "ldkit:";
9
9
  readonly terms: readonly ["Resource", "IRI"];
10
10
  }>;
11
+ //# sourceMappingURL=ldkit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ldkit.d.ts","sourceRoot":"","sources":["../../src/namespaces/ldkit.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,KAAK;;;;EAMjB,CAAC"}
@@ -8,3 +8,4 @@ export declare const owl: import("../library/namespace.js").NamespaceInterface<{
8
8
  readonly prefix: "owl:";
9
9
  readonly terms: readonly ["owl:AllDifferent", "owl:AllDisjointClasses", "owl:AllDisjointProperties", "owl:allValuesFrom", "owl:annotatedProperty", "owl:annotatedSource", "owl:annotatedTarget", "owl:Annotation", "owl:AnnotationProperty", "owl:assertionProperty", "owl:AsymmetricProperty", "owl:Axiom", "owl:backwardCompatibleWith", "owl:bottomDataProperty", "owl:bottomObjectProperty", "owl:cardinality", "owl:Class", "owl:complementOf", "owl:DataRange", "owl:datatypeComplementOf", "owl:DatatypeProperty", "owl:deprecated", "owl:DeprecatedClass", "owl:DeprecatedProperty", "owl:differentFrom", "owl:disjointUnionOf", "owl:disjointWith", "owl:distinctMembers", "owl:equivalentClass", "owl:equivalentProperty", "owl:FunctionalProperty", "owl:hasKey", "owl:hasSelf", "owl:hasValue", "owl:imports", "owl:incompatibleWith", "owl:intersectionOf", "owl:InverseFunctionalProperty", "owl:inverseOf", "owl:IrreflexiveProperty", "owl:maxCardinality", "owl:maxQualifiedCardinality", "owl:members", "owl:minCardinality", "owl:minQualifiedCardinality", "owl:NamedIndividual", "owl:NegativePropertyAssertion", "owl:Nothing", "owl:ObjectProperty", "owl:onClass", "owl:onDataRange", "owl:onDatatype", "owl:oneOf", "owl:onProperty", "owl:onProperties", "owl:Ontology", "owl:OntologyProperty", "owl:priorVersion", "owl:propertyChainAxiom", "owl:propertyDisjointWith", "owl:qualifiedCardinality", "owl:rational", "owl:real", "owl:ReflexiveProperty", "owl:Restriction", "owl:sameAs", "owl:someValuesFrom", "owl:sourceIndividual", "owl:SymmetricProperty", "owl:targetIndividual", "owl:targetValue", "owl:Thing", "owl:topDataProperty", "owl:topObjectProperty", "owl:TransitiveProperty", "owl:unionOf", "owl:versionInfo", "owl:versionIRI", "owl:withRestrictions"];
10
10
  }>;
11
+ //# sourceMappingURL=owl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"owl.d.ts","sourceRoot":"","sources":["../../src/namespaces/owl.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,GAAG;;;;EAsFf,CAAC"}
@@ -8,3 +8,4 @@ export declare const rdf: import("../library/namespace.js").NamespaceInterface<{
8
8
  readonly prefix: "rdf:";
9
9
  readonly terms: readonly ["Alt", "Bag", "CompoundLiteral", "HTML", "JSON", "List", "PlainLiteral", "Property", "Seq", "Statement", "XMLLiteral", "direction", "first", "langString", "language", "nil", "object", "predicate", "rest", "subject", "type", "value"];
10
10
  }>;
11
+ //# sourceMappingURL=rdf.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rdf.d.ts","sourceRoot":"","sources":["../../src/namespaces/rdf.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,GAAG;;;;EA6Bf,CAAC"}
@@ -8,3 +8,4 @@ export declare const rdfs: import("../library/namespace.js").NamespaceInterface<
8
8
  readonly prefix: "rdfs:";
9
9
  readonly terms: readonly ["Class", "Container", "ContainerMembershipProperty", "Datatype", "Literal", "Resource", "comment", "domain", "isDefinedBy", "label", "member", "range", "seeAlso", "subClassOf", "subPropertyOf"];
10
10
  }>;
11
+ //# sourceMappingURL=rdfs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rdfs.d.ts","sourceRoot":"","sources":["../../src/namespaces/rdfs.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,IAAI;;;;EAsBhB,CAAC"}
@@ -8,3 +8,4 @@ export declare const schema: import("../library/namespace.js").NamespaceInterfac
8
8
  readonly prefix: "schema:";
9
9
  readonly terms: readonly ["3DModel", "AMRadioChannel", "APIReference", "Abdomen", "AboutPage", "AcceptAction", "Accommodation", "AccountingService", "AchieveAction", "Action", "ActionAccessSpecification", "ActionStatusType", "ActivateAction", "ActivationFee", "ActiveActionStatus", "ActiveNotRecruiting", "AddAction", "AdministrativeArea", "AdultEntertainment", "AdvertiserContentArticle", "AerobicActivity", "AggregateOffer", "AggregateRating", "AgreeAction", "Airline", "Airport", "AlbumRelease", "AlignmentObject", "AllWheelDriveConfiguration", "AllergiesHealthAspect", "AllocateAction", "AmpStory", "AmusementPark", "AnaerobicActivity", "AnalysisNewsArticle", "AnatomicalStructure", "AnatomicalSystem", "Anesthesia", "AnimalShelter", "Answer", "Apartment", "ApartmentComplex", "Appearance", "AppendAction", "ApplyAction", "ApprovedIndication", "Aquarium", "ArchiveComponent", "ArchiveOrganization", "ArriveAction", "ArtGallery", "Artery", "Article", "AskAction", "AskPublicNewsArticle", "AssessAction", "AssignAction", "Atlas", "Attorney", "Audience", "AudioObject", "Audiobook", "AudiobookFormat", "AuthoritativeLegalValue", "AuthorizeAction", "AutoBodyShop", "AutoDealer", "AutoPartsStore", "AutoRental", "AutoRepair", "AutoWash", "AutomatedTeller", "AutomotiveBusiness", "Ayurvedic", "BackOrder", "BackgroundNewsArticle", "Bacteria", "Bakery", "Balance", "BankAccount", "BankOrCreditUnion", "BarOrPub", "Barcode", "BasicIncome", "Beach", "BeautySalon", "BedAndBreakfast", "BedDetails", "BedType", "BefriendAction", "BenefitsHealthAspect", "BikeStore", "Blog", "BlogPosting", "BloodTest", "BoardingPolicyType", "BoatReservation", "BoatTerminal", "BoatTrip", "BodyMeasurementArm", "BodyMeasurementBust", "BodyMeasurementChest", "BodyMeasurementFoot", "BodyMeasurementHand", "BodyMeasurementHead", "BodyMeasurementHeight", "BodyMeasurementHips", "BodyMeasurementInsideLeg", "BodyMeasurementNeck", "BodyMeasurementTypeEnumeration", "BodyMeasurementUnderbust", "BodyMeasurementWaist", "BodyMeasurementWeight", "BodyOfWater", "Bone", "Book", "BookFormatType", "BookSeries", "BookStore", "BookmarkAction", "Boolean", "BorrowAction", "BowlingAlley", "BrainStructure", "Brand", "BreadcrumbList", "Brewery", "Bridge", "BroadcastChannel", "BroadcastEvent", "BroadcastFrequencySpecification", "BroadcastRelease", "BroadcastService", "BrokerageAccount", "BuddhistTemple", "BusOrCoach", "BusReservation", "BusStation", "BusStop", "BusTrip", "BusinessAudience", "BusinessEntityType", "BusinessEvent", "BusinessFunction", "BusinessSupport", "BuyAction", "CDCPMDRecord", "CDFormat", "CT", "CableOrSatelliteService", "CafeOrCoffeeShop", "Campground", "CampingPitch", "Canal", "CancelAction", "Car", "CarUsageType", "Cardiovascular", "CardiovascularExam", "CaseSeries", "Casino", "CassetteFormat", "CategoryCode", "CategoryCodeSet", "CatholicChurch", "CausesHealthAspect", "Cemetery", "Chapter", "CharitableIncorporatedOrganization", "CheckAction", "CheckInAction", "CheckOutAction", "CheckoutPage", "ChildCare", "ChildrensEvent", "Chiropractic", "ChooseAction", "Church", "City", "CityHall", "CivicStructure", "Claim", "ClaimReview", "Class", "CleaningFee", "Clinician", "Clip", "ClothingStore", "CoOp", "Code", "CohortStudy", "Collection", "CollectionPage", "CollegeOrUniversity", "ComedyClub", "ComedyEvent", "ComicCoverArt", "ComicIssue", "ComicSeries", "ComicStory", "Comment", "CommentAction", "CommentPermission", "CommunicateAction", "CommunityHealth", "CompilationAlbum", "CompleteDataFeed", "Completed", "CompletedActionStatus", "CompoundPriceSpecification", "ComputerLanguage", "ComputerStore", "ConfirmAction", "Consortium", "ConsumeAction", "ContactPage", "ContactPoint", "ContactPointOption", "ContagiousnessHealthAspect", "Continent", "ControlAction", "ConvenienceStore", "Conversation", "CookAction", "Corporation", "CorrectionComment", "Country", "Course", "CourseInstance", "Courthouse", "CoverArt", "CovidTestingFacility", "CreateAction", "CreativeWork", "CreativeWorkSeason", "CreativeWorkSeries", "CreditCard", "Crematorium", "CriticReview", "CrossSectional", "CssSelectorType", "CurrencyConversionService", "DDxElement", "DJMixAlbum", "DVDFormat", "DamagedCondition", "DanceEvent", "DanceGroup", "DataCatalog", "DataDownload", "DataFeed", "DataFeedItem", "DataType", "Dataset", "Date", "DateTime", "DatedMoneySpecification", "DayOfWeek", "DaySpa", "DeactivateAction", "DecontextualizedContent", "DefenceEstablishment", "DefinedRegion", "DefinedTerm", "DefinedTermSet", "DefinitiveLegalValue", "DeleteAction", "DeliveryChargeSpecification", "DeliveryEvent", "DeliveryMethod", "DeliveryTimeSettings", "Demand", "DemoAlbum", "Dentist", "Dentistry", "DepartAction", "DepartmentStore", "DepositAccount", "Dermatologic", "Dermatology", "DiabeticDiet", "Diagnostic", "DiagnosticLab", "DiagnosticProcedure", "Diet", "DietNutrition", "DietarySupplement", "DigitalAudioTapeFormat", "DigitalDocument", "DigitalDocumentPermission", "DigitalDocumentPermissionType", "DigitalFormat", "DisabilitySupport", "DisagreeAction", "Discontinued", "DiscoverAction", "DiscussionForumPosting", "DislikeAction", "Distance", "DistanceFee", "Distillery", "DonateAction", "DoseSchedule", "DoubleBlindedTrial", "DownloadAction", "Downpayment", "DrawAction", "Drawing", "DrinkAction", "DriveWheelConfigurationValue", "DrivingSchoolVehicleUsage", "Drug", "DrugClass", "DrugCost", "DrugCostCategory", "DrugLegalStatus", "DrugPregnancyCategory", "DrugPrescriptionStatus", "DrugStrength", "DryCleaningOrLaundry", "Duration", "EBook", "EPRelease", "EUEnergyEfficiencyCategoryA1Plus", "EUEnergyEfficiencyCategoryA2Plus", "EUEnergyEfficiencyCategoryA3Plus", "EUEnergyEfficiencyCategoryA", "EUEnergyEfficiencyCategoryB", "EUEnergyEfficiencyCategoryC", "EUEnergyEfficiencyCategoryD", "EUEnergyEfficiencyCategoryE", "EUEnergyEfficiencyCategoryF", "EUEnergyEfficiencyCategoryG", "EUEnergyEfficiencyEnumeration", "Ear", "EatAction", "EditedOrCroppedContent", "EducationEvent", "EducationalAudience", "EducationalOccupationalCredential", "EducationalOccupationalProgram", "EducationalOrganization", "EffectivenessHealthAspect", "Electrician", "ElectronicsStore", "ElementarySchool", "EmailMessage", "Embassy", "Emergency", "EmergencyService", "EmployeeRole", "EmployerAggregateRating", "EmployerReview", "EmploymentAgency", "Endocrine", "EndorseAction", "EndorsementRating", "Energy", "EnergyConsumptionDetails", "EnergyEfficiencyEnumeration", "EnergyStarCertified", "EnergyStarEnergyEfficiencyEnumeration", "EngineSpecification", "EnrollingByInvitation", "EntertainmentBusiness", "EntryPoint", "Enumeration", "Episode", "Event", "EventAttendanceModeEnumeration", "EventCancelled", "EventMovedOnline", "EventPostponed", "EventRescheduled", "EventReservation", "EventScheduled", "EventSeries", "EventStatusType", "EventVenue", "EvidenceLevelA", "EvidenceLevelB", "EvidenceLevelC", "ExchangeRateSpecification", "ExchangeRefund", "ExerciseAction", "ExerciseGym", "ExercisePlan", "ExhibitionEvent", "Eye", "FAQPage", "FDAcategoryA", "FDAcategoryB", "FDAcategoryC", "FDAcategoryD", "FDAcategoryX", "FDAnotEvaluated", "FMRadioChannel", "FailedActionStatus", "False", "FastFoodRestaurant", "Female", "Festival", "FilmAction", "FinancialProduct", "FinancialService", "FindAction", "FireStation", "Flexibility", "Flight", "FlightReservation", "Float", "FloorPlan", "Florist", "FollowAction", "FoodEstablishment", "FoodEstablishmentReservation", "FoodEvent", "FoodService", "FourWheelDriveConfiguration", "Friday", "FrontWheelDriveConfiguration", "FullRefund", "FundingAgency", "FundingScheme", "Fungus", "FurnitureStore", "Game", "GamePlayMode", "GameServer", "GameServerStatus", "GardenStore", "GasStation", "Gastroenterologic", "GatedResidenceCommunity", "GenderType", "GeneralContractor", "Genetic", "Genitourinary", "GeoCircle", "GeoCoordinates", "GeoShape", "GeospatialGeometry", "Geriatric", "GettingAccessHealthAspect", "GiveAction", "GlutenFreeDiet", "GolfCourse", "GovernmentBenefitsType", "GovernmentBuilding", "GovernmentOffice", "GovernmentOrganization", "GovernmentPermit", "GovernmentService", "Grant", "GraphicNovel", "GroceryStore", "GroupBoardingPolicy", "Guide", "Gynecologic", "HVACBusiness", "Hackathon", "HairSalon", "HalalDiet", "Hardcover", "HardwareStore", "Head", "HealthAndBeautyBusiness", "HealthAspectEnumeration", "HealthCare", "HealthClub", "HealthInsurancePlan", "HealthPlanCostSharingSpecification", "HealthPlanFormulary", "HealthPlanNetwork", "HealthTopicContent", "HearingImpairedSupported", "Hematologic", "HighSchool", "HinduDiet", "HinduTemple", "HobbyShop", "HomeAndConstructionBusiness", "HomeGoodsStore", "Homeopathic", "Hospital", "Hostel", "Hotel", "HotelRoom", "House", "HousePainter", "HowItWorksHealthAspect", "HowOrWhereHealthAspect", "HowTo", "HowToDirection", "HowToItem", "HowToSection", "HowToStep", "HowToSupply", "HowToTip", "HowToTool", "HyperToc", "HyperTocEntry", "IceCreamShop", "IgnoreAction", "ImageGallery", "ImageObject", "ImagingTest", "InForce", "InStock", "InStoreOnly", "IndividualProduct", "Infectious", "InfectiousAgentClass", "InfectiousDisease", "InformAction", "IngredientsHealthAspect", "InsertAction", "InstallAction", "Installment", "InsuranceAgency", "Intangible", "Integer", "InteractAction", "InteractionCounter", "InternationalTrial", "InternetCafe", "InvestmentFund", "InvestmentOrDeposit", "InviteAction", "Invoice", "InvoicePrice", "ItemAvailability", "ItemList", "ItemListOrderAscending", "ItemListOrderDescending", "ItemListOrderType", "ItemListUnordered", "ItemPage", "JewelryStore", "JobPosting", "JoinAction", "Joint", "KosherDiet", "LaboratoryScience", "LakeBodyOfWater", "Landform", "LandmarksOrHistoricalBuildings", "Language", "LaserDiscFormat", "LearningResource", "LeaveAction", "LeftHandDriving", "LegalForceStatus", "LegalService", "LegalValueLevel", "Legislation", "LegislationObject", "LegislativeBuilding", "LeisureTimeActivity", "LendAction", "Library", "LibrarySystem", "LifestyleModification", "Ligament", "LikeAction", "LimitedAvailability", "LimitedByGuaranteeCharity", "LinkRole", "LiquorStore", "ListItem", "ListPrice", "ListenAction", "LiteraryEvent", "LiveAlbum", "LiveBlogPosting", "LivingWithHealthAspect", "LoanOrCredit", "LocalBusiness", "LocationFeatureSpecification", "LockerDelivery", "Locksmith", "LodgingBusiness", "LodgingReservation", "Longitudinal", "LoseAction", "LowCalorieDiet", "LowFatDiet", "LowLactoseDiet", "LowSaltDiet", "Lung", "LymphaticVessel", "MRI", "MSRP", "Male", "Manuscript", "Map", "MapCategoryType", "MarryAction", "Mass", "MathSolver", "MaximumDoseSchedule", "MayTreatHealthAspect", "MeasurementTypeEnumeration", "MediaGallery", "MediaManipulationRatingEnumeration", "MediaObject", "MediaReview", "MediaSubscription", "MedicalAudience", "MedicalAudienceType", "MedicalBusiness", "MedicalCause", "MedicalClinic", "MedicalCode", "MedicalCondition", "MedicalConditionStage", "MedicalContraindication", "MedicalDevice", "MedicalDevicePurpose", "MedicalEntity", "MedicalEnumeration", "MedicalEvidenceLevel", "MedicalGuideline", "MedicalGuidelineContraindication", "MedicalGuidelineRecommendation", "MedicalImagingTechnique", "MedicalIndication", "MedicalIntangible", "MedicalObservationalStudy", "MedicalObservationalStudyDesign", "MedicalOrganization", "MedicalProcedure", "MedicalProcedureType", "MedicalResearcher", "MedicalRiskCalculator", "MedicalRiskEstimator", "MedicalRiskFactor", "MedicalRiskScore", "MedicalScholarlyArticle", "MedicalSign", "MedicalSignOrSymptom", "MedicalSpecialty", "MedicalStudy", "MedicalStudyStatus", "MedicalSymptom", "MedicalTest", "MedicalTestPanel", "MedicalTherapy", "MedicalTrial", "MedicalTrialDesign", "MedicalWebPage", "MedicineSystem", "MeetingRoom", "MensClothingStore", "Menu", "MenuItem", "MenuSection", "MerchantReturnEnumeration", "MerchantReturnFiniteReturnWindow", "MerchantReturnNotPermitted", "MerchantReturnPolicy", "MerchantReturnUnlimitedWindow", "MerchantReturnUnspecified", "Message", "MiddleSchool", "Midwifery", "MinimumAdvertisedPrice", "MisconceptionsHealthAspect", "MixedEventAttendanceMode", "MixtapeAlbum", "MobileApplication", "MobilePhoneStore", "Monday", "MonetaryAmount", "MonetaryAmountDistribution", "MonetaryGrant", "MoneyTransfer", "MortgageLoan", "Mosque", "Motel", "Motorcycle", "MotorcycleDealer", "MotorcycleRepair", "MotorizedBicycle", "Mountain", "MoveAction", "Movie", "MovieClip", "MovieRentalStore", "MovieSeries", "MovieTheater", "MovingCompany", "MultiCenterTrial", "MultiPlayer", "MulticellularParasite", "Muscle", "Musculoskeletal", "MusculoskeletalExam", "Museum", "MusicAlbum", "MusicAlbumProductionType", "MusicAlbumReleaseType", "MusicComposition", "MusicEvent", "MusicGroup", "MusicPlaylist", "MusicRecording", "MusicRelease", "MusicReleaseFormatType", "MusicStore", "MusicVenue", "MusicVideoObject", "NGO", "NLNonprofitType", "NailSalon", "Neck", "Nerve", "Neuro", "Neurologic", "NewCondition", "NewsArticle", "NewsMediaOrganization", "Newspaper", "NightClub", "NoninvasiveProcedure", "Nonprofit501a", "Nonprofit501c10", "Nonprofit501c11", "Nonprofit501c12", "Nonprofit501c13", "Nonprofit501c14", "Nonprofit501c15", "Nonprofit501c16", "Nonprofit501c17", "Nonprofit501c18", "Nonprofit501c19", "Nonprofit501c1", "Nonprofit501c20", "Nonprofit501c21", "Nonprofit501c22", "Nonprofit501c23", "Nonprofit501c24", "Nonprofit501c25", "Nonprofit501c26", "Nonprofit501c27", "Nonprofit501c28", "Nonprofit501c2", "Nonprofit501c3", "Nonprofit501c4", "Nonprofit501c5", "Nonprofit501c6", "Nonprofit501c7", "Nonprofit501c8", "Nonprofit501c9", "Nonprofit501d", "Nonprofit501e", "Nonprofit501f", "Nonprofit501k", "Nonprofit501n", "Nonprofit501q", "Nonprofit527", "NonprofitANBI", "NonprofitSBBI", "NonprofitType", "Nose", "NotInForce", "NotYetRecruiting", "Notary", "NoteDigitalDocument", "Number", "Nursing", "NutritionInformation", "OTC", "Observation", "Observational", "Obstetric", "Occupation", "OccupationalActivity", "OccupationalExperienceRequirements", "OccupationalTherapy", "OceanBodyOfWater", "Offer", "OfferCatalog", "OfferForLease", "OfferForPurchase", "OfferItemCondition", "OfferShippingDetails", "OfficeEquipmentStore", "OfficialLegalValue", "OfflineEventAttendanceMode", "OfflinePermanently", "OfflineTemporarily", "OnDemandEvent", "OnSitePickup", "Oncologic", "OneTimePayments", "Online", "OnlineEventAttendanceMode", "OnlineFull", "OnlineOnly", "OpenTrial", "OpeningHoursSpecification", "OpinionNewsArticle", "Optician", "Optometric", "Order", "OrderAction", "OrderCancelled", "OrderDelivered", "OrderInTransit", "OrderItem", "OrderPaymentDue", "OrderPickupAvailable", "OrderProblem", "OrderProcessing", "OrderReturned", "OrderStatus", "Organization", "OrganizationRole", "OrganizeAction", "OriginalMediaContent", "OriginalShippingFees", "Osteopathic", "Otolaryngologic", "OutOfStock", "OutletStore", "OverviewHealthAspect", "OwnershipInfo", "PET", "PaidLeave", "PaintAction", "Painting", "PalliativeProcedure", "Paperback", "ParcelDelivery", "ParcelService", "ParentAudience", "ParentalSupport", "Park", "ParkingFacility", "ParkingMap", "PartiallyInForce", "Pathology", "PathologyTest", "Patient", "PatientExperienceHealthAspect", "PawnShop", "PayAction", "PaymentAutomaticallyApplied", "PaymentCard", "PaymentChargeSpecification", "PaymentComplete", "PaymentDeclined", "PaymentDue", "PaymentMethod", "PaymentPastDue", "PaymentService", "PaymentStatusType", "Pediatric", "PeopleAudience", "PercutaneousProcedure", "PerformAction", "PerformanceRole", "PerformingArtsTheater", "PerformingGroup", "Periodical", "Permit", "Person", "PetStore", "Pharmacy", "PharmacySpecialty", "Photograph", "PhotographAction", "PhysicalActivity", "PhysicalActivityCategory", "PhysicalExam", "PhysicalTherapy", "Physician", "Physiotherapy", "Place", "PlaceOfWorship", "PlaceboControlledTrial", "PlanAction", "PlasticSurgery", "Play", "PlayAction", "Playground", "Plumber", "PodcastEpisode", "PodcastSeason", "PodcastSeries", "Podiatric", "PoliceStation", "Pond", "PostOffice", "PostalAddress", "PostalCodeRangeSpecification", "Poster", "PotentialActionStatus", "PreOrder", "PreOrderAction", "PreSale", "PregnancyHealthAspect", "PrependAction", "Preschool", "PrescriptionOnly", "PresentationDigitalDocument", "PreventionHealthAspect", "PreventionIndication", "PriceComponentTypeEnumeration", "PriceSpecification", "PriceTypeEnumeration", "PrimaryCare", "Prion", "Product", "ProductCollection", "ProductGroup", "ProductModel", "ProfessionalService", "ProfilePage", "PrognosisHealthAspect", "ProgramMembership", "Project", "PronounceableText", "Property", "PropertyValue", "PropertyValueSpecification", "Protozoa", "Psychiatric", "PsychologicalTreatment", "PublicHealth", "PublicHolidays", "PublicSwimmingPool", "PublicToilet", "PublicationEvent", "PublicationIssue", "PublicationVolume", "Pulmonary", "QAPage", "QualitativeValue", "QuantitativeValue", "QuantitativeValueDistribution", "Quantity", "Question", "Quiz", "Quotation", "QuoteAction", "RVPark", "RadiationTherapy", "RadioBroadcastService", "RadioChannel", "RadioClip", "RadioEpisode", "RadioSeason", "RadioSeries", "RadioStation", "Radiography", "RandomizedTrial", "Rating", "ReactAction", "ReadAction", "ReadPermission", "RealEstateAgent", "RealEstateListing", "RearWheelDriveConfiguration", "ReceiveAction", "Recipe", "Recommendation", "RecommendedDoseSchedule", "Recruiting", "RecyclingCenter", "RefundTypeEnumeration", "RefurbishedCondition", "RegisterAction", "Registry", "ReimbursementCap", "RejectAction", "RelatedTopicsHealthAspect", "RemixAlbum", "Renal", "RentAction", "RentalCarReservation", "RentalVehicleUsage", "RepaymentSpecification", "ReplaceAction", "ReplyAction", "Report", "ReportageNewsArticle", "ReportedDoseSchedule", "ResearchProject", "Researcher", "Reservation", "ReservationCancelled", "ReservationConfirmed", "ReservationHold", "ReservationPackage", "ReservationPending", "ReservationStatusType", "ReserveAction", "Reservoir", "Residence", "Resort", "RespiratoryTherapy", "Restaurant", "RestockingFees", "RestrictedDiet", "ResultsAvailable", "ResultsNotAvailable", "ResumeAction", "Retail", "ReturnAction", "ReturnFeesEnumeration", "ReturnShippingFees", "Review", "ReviewAction", "ReviewNewsArticle", "Rheumatologic", "RightHandDriving", "RisksOrComplicationsHealthAspect", "RiverBodyOfWater", "Role", "RoofingContractor", "Room", "RsvpAction", "RsvpResponseMaybe", "RsvpResponseNo", "RsvpResponseType", "RsvpResponseYes", "SRP", "SafetyHealthAspect", "SaleEvent", "SalePrice", "SatireOrParodyContent", "SatiricalArticle", "Saturday", "Schedule", "ScheduleAction", "ScholarlyArticle", "School", "SchoolDistrict", "ScreeningEvent", "ScreeningHealthAspect", "Sculpture", "SeaBodyOfWater", "SearchAction", "SearchResultsPage", "Season", "Seat", "SeatingMap", "SeeDoctorHealthAspect", "SeekToAction", "SelfCareHealthAspect", "SelfStorage", "SellAction", "SendAction", "Series", "Service", "ServiceChannel", "ShareAction", "SheetMusic", "ShippingDeliveryTime", "ShippingRateSettings", "ShoeStore", "ShoppingCenter", "ShortStory", "SideEffectsHealthAspect", "SingleBlindedTrial", "SingleCenterTrial", "SingleFamilyResidence", "SinglePlayer", "SingleRelease", "SiteNavigationElement", "SizeGroupEnumeration", "SizeSpecification", "SizeSystemEnumeration", "SizeSystemImperial", "SizeSystemMetric", "SkiResort", "Skin", "SocialEvent", "SocialMediaPosting", "SoftwareApplication", "SoftwareSourceCode", "SoldOut", "SolveMathAction", "SomeProducts", "SoundtrackAlbum", "SpeakableSpecification", "SpecialAnnouncement", "Specialty", "SpeechPathology", "SpokenWordAlbum", "SportingGoodsStore", "SportsActivityLocation", "SportsClub", "SportsEvent", "SportsOrganization", "SportsTeam", "SpreadsheetDigitalDocument", "StadiumOrArena", "StagedContent", "StagesHealthAspect", "State", "StatisticalPopulation", "StatusEnumeration", "SteeringPositionValue", "Store", "StoreCreditRefund", "StrengthTraining", "StructuredValue", "StudioAlbum", "SubscribeAction", "Subscription", "Substance", "SubwayStation", "Suite", "Sunday", "SuperficialAnatomy", "Surgical", "SurgicalProcedure", "SuspendAction", "Suspended", "SymptomsHealthAspect", "Synagogue", "TVClip", "TVEpisode", "TVSeason", "TVSeries", "Table", "TakeAction", "TattooParlor", "Taxi", "TaxiReservation", "TaxiService", "TaxiStand", "TaxiVehicleUsage", "TechArticle", "TelevisionChannel", "TelevisionStation", "TennisComplex", "Terminated", "Text", "TextDigitalDocument", "TheaterEvent", "TheaterGroup", "Therapeutic", "TherapeuticProcedure", "Thesis", "Thing", "Throat", "Thursday", "Ticket", "TieAction", "Time", "TipAction", "TireShop", "TollFree", "TouristAttraction", "TouristDestination", "TouristInformationCenter", "TouristTrip", "Toxicologic", "ToyStore", "TrackAction", "TradeAction", "TraditionalChinese", "TrainReservation", "TrainStation", "TrainTrip", "TransferAction", "TransformedContent", "TransitMap", "TravelAction", "TravelAgency", "TreatmentIndication", "TreatmentsHealthAspect", "Trip", "TripleBlindedTrial", "True", "Tuesday", "TypeAndQuantityNode", "TypesHealthAspect", "UKNonprofitType", "UKTrust", "URL", "USNonprofitType", "Ultrasound", "UnRegisterAction", "UnemploymentSupport", "UnincorporatedAssociationCharity", "UnitPriceSpecification", "UnofficialLegalValue", "UpdateAction", "Urologic", "UsageOrScheduleHealthAspect", "UseAction", "UsedCondition", "UserBlocks", "UserCheckins", "UserComments", "UserDownloads", "UserInteraction", "UserLikes", "UserPageVisits", "UserPlays", "UserPlusOnes", "UserReview", "UserTweets", "VeganDiet", "VegetarianDiet", "Vehicle", "Vein", "VenueMap", "Vessel", "VeterinaryCare", "VideoGallery", "VideoGame", "VideoGameClip", "VideoGameSeries", "VideoObject", "ViewAction", "VinylFormat", "VirtualLocation", "Virus", "VisualArtsEvent", "VisualArtwork", "VitalSign", "Volcano", "VoteAction", "WPAdBlock", "WPFooter", "WPHeader", "WPSideBar", "WantAction", "WarrantyPromise", "WarrantyScope", "WatchAction", "Waterfall", "WearAction", "WearableMeasurementBack", "WearableMeasurementChestOrBust", "WearableMeasurementCollar", "WearableMeasurementCup", "WearableMeasurementHeight", "WearableMeasurementHips", "WearableMeasurementInseam", "WearableMeasurementLength", "WearableMeasurementOutsideLeg", "WearableMeasurementSleeve", "WearableMeasurementTypeEnumeration", "WearableMeasurementWaist", "WearableMeasurementWidth", "WearableSizeGroupBig", "WearableSizeGroupBoys", "WearableSizeGroupEnumeration", "WearableSizeGroupExtraShort", "WearableSizeGroupExtraTall", "WearableSizeGroupGirls", "WearableSizeGroupHusky", "WearableSizeGroupInfants", "WearableSizeGroupJuniors", "WearableSizeGroupMaternity", "WearableSizeGroupMens", "WearableSizeGroupMisses", "WearableSizeGroupPetite", "WearableSizeGroupPlus", "WearableSizeGroupRegular", "WearableSizeGroupShort", "WearableSizeGroupTall", "WearableSizeGroupWomens", "WearableSizeSystemAU", "WearableSizeSystemBR", "WearableSizeSystemCN", "WearableSizeSystemContinental", "WearableSizeSystemDE", "WearableSizeSystemEN13402", "WearableSizeSystemEnumeration", "WearableSizeSystemEurope", "WearableSizeSystemFR", "WearableSizeSystemGS1", "WearableSizeSystemIT", "WearableSizeSystemJP", "WearableSizeSystemMX", "WearableSizeSystemUK", "WearableSizeSystemUS", "WebAPI", "WebApplication", "WebContent", "WebPage", "WebPageElement", "WebSite", "Wednesday", "WesternConventional", "Wholesale", "WholesaleStore", "WinAction", "Winery", "Withdrawn", "WorkBasedProgram", "WorkersUnion", "WriteAction", "WritePermission", "XPathType", "XRay", "ZoneBoardingPolicy", "Zoo", "about", "abridged", "abstract", "accelerationTime", "acceptedAnswer", "acceptedOffer", "acceptedPaymentMethod", "acceptsReservations", "accessCode", "accessMode", "accessModeSufficient", "accessibilityAPI", "accessibilityControl", "accessibilityFeature", "accessibilityHazard", "accessibilitySummary", "accommodationCategory", "accommodationFloorPlan", "accountId", "accountMinimumInflow", "accountOverdraftLimit", "accountablePerson", "acquireLicensePage", "acquiredFrom", "acrissCode", "actionAccessibilityRequirement", "actionApplication", "actionOption", "actionPlatform", "actionStatus", "actionableFeedbackPolicy", "activeIngredient", "activityDuration", "activityFrequency", "actor", "actors", "addOn", "additionalName", "additionalNumberOfGuests", "additionalProperty", "additionalType", "additionalVariable", "address", "addressCountry", "addressLocality", "addressRegion", "administrationRoute", "advanceBookingRequirement", "adverseOutcome", "affectedBy", "affiliation", "afterMedia", "agent", "aggregateRating", "aircraft", "album", "albumProductionType", "albumRelease", "albumReleaseType", "albums", "alcoholWarning", "algorithm", "alignmentType", "alternateName", "alternativeHeadline", "alumni", "alumniOf", "amenityFeature", "amount", "amountOfThisGood", "announcementLocation", "annualPercentageRate", "answerCount", "answerExplanation", "antagonist", "appearance", "applicableLocation", "applicantLocationRequirements", "application", "applicationCategory", "applicationContact", "applicationDeadline", "applicationStartDate", "applicationSubCategory", "applicationSuite", "appliesToDeliveryMethod", "appliesToPaymentMethod", "archiveHeld", "area", "areaServed", "arrivalAirport", "arrivalBoatTerminal", "arrivalBusStop", "arrivalGate", "arrivalPlatform", "arrivalStation", "arrivalTerminal", "arrivalTime", "artEdition", "artMedium", "arterialBranch", "artform", "articleBody", "articleSection", "artist", "artworkSurface", "aspect", "assembly", "assemblyVersion", "assesses", "associatedAnatomy", "associatedArticle", "associatedMedia", "associatedPathophysiology", "athlete", "attendee", "attendees", "audience", "audienceType", "audio", "authenticator", "author", "availability", "availabilityEnds", "availabilityStarts", "availableAtOrFrom", "availableChannel", "availableDeliveryMethod", "availableFrom", "availableIn", "availableLanguage", "availableOnDevice", "availableService", "availableStrength", "availableTest", "availableThrough", "award", "awards", "awayTeam", "backstory", "bankAccountType", "baseSalary", "bccRecipient", "bed", "beforeMedia", "beneficiaryBank", "benefits", "benefitsSummaryUrl", "bestRating", "billingAddress", "billingDuration", "billingIncrement", "billingPeriod", "billingStart", "biomechnicalClass", "birthDate", "birthPlace", "bitrate", "blogPost", "blogPosts", "bloodSupply", "boardingGroup", "boardingPolicy", "bodyLocation", "bodyType", "bookEdition", "bookFormat", "bookingAgent", "bookingTime", "borrower", "box", "branch", "branchCode", "branchOf", "brand", "breadcrumb", "breastfeedingWarning", "broadcastAffiliateOf", "broadcastChannelId", "broadcastDisplayName", "broadcastFrequency", "broadcastFrequencyValue", "broadcastOfEvent", "broadcastServiceTier", "broadcastSignalModulation", "broadcastSubChannel", "broadcastTimezone", "broadcaster", "broker", "browserRequirements", "busName", "busNumber", "businessDays", "businessFunction", "buyer", "byArtist", "byDay", "byMonth", "byMonthDay", "byMonthWeek", "callSign", "calories", "candidate", "caption", "carbohydrateContent", "cargoVolume", "carrier", "carrierRequirements", "cashBack", "catalog", "catalogNumber", "category", "causeOf", "ccRecipient", "character", "characterAttribute", "characterName", "cheatCode", "checkinTime", "checkoutTime", "childMaxAge", "childMinAge", "children", "cholesterolContent", "circle", "citation", "claimReviewed", "clincalPharmacology", "clinicalPharmacology", "clipNumber", "closes", "coach", "code", "codeRepository", "codeSampleType", "codeValue", "codingSystem", "colleague", "colleagues", "collection", "collectionSize", "color", "colorist", "comment", "commentCount", "commentText", "commentTime", "competencyRequired", "competitor", "composer", "comprisedOf", "conditionsOfAccess", "confirmationNumber", "connectedTo", "constrainingProperty", "contactOption", "contactPoint", "contactPoints", "contactType", "contactlessPayment", "containedIn", "containedInPlace", "containsPlace", "containsSeason", "contentLocation", "contentRating", "contentReferenceTime", "contentSize", "contentType", "contentUrl", "contraindication", "contributor", "cookTime", "cookingMethod", "copyrightHolder", "copyrightNotice", "copyrightYear", "correction", "correctionsPolicy", "costCategory", "costCurrency", "costOrigin", "costPerUnit", "countriesNotSupported", "countriesSupported", "countryOfOrigin", "course", "courseCode", "courseMode", "coursePrerequisites", "courseWorkload", "coverageEndTime", "coverageStartTime", "creativeWorkStatus", "creator", "credentialCategory", "creditText", "creditedTo", "cssSelector", "currenciesAccepted", "currency", "currentExchangeRate", "customer", "cutoffTime", "cvdCollectionDate", "cvdFacilityCounty", "cvdFacilityId", "cvdNumBeds", "cvdNumBedsOcc", "cvdNumC19Died", "cvdNumC19HOPats", "cvdNumC19HospPats", "cvdNumC19MechVentPats", "cvdNumC19OFMechVentPats", "cvdNumC19OverflowPats", "cvdNumICUBeds", "cvdNumICUBedsOcc", "cvdNumTotBeds", "cvdNumVent", "cvdNumVentUse", "dataFeedElement", "dataset", "datasetTimeInterval", "dateCreated", "dateDeleted", "dateIssued", "dateModified", "datePosted", "datePublished", "dateRead", "dateReceived", "dateSent", "dateVehicleFirstRegistered", "dateline", "dayOfWeek", "deathDate", "deathPlace", "defaultValue", "deliveryAddress", "deliveryLeadTime", "deliveryMethod", "deliveryStatus", "deliveryTime", "department", "departureAirport", "departureBoatTerminal", "departureBusStop", "departureGate", "departurePlatform", "departureStation", "departureTerminal", "departureTime", "dependencies", "depth", "description", "device", "diagnosis", "diagram", "diet", "dietFeatures", "differentialDiagnosis", "director", "directors", "disambiguatingDescription", "discount", "discountCode", "discountCurrency", "discusses", "discussionUrl", "diseasePreventionInfo", "diseaseSpreadStatistics", "dissolutionDate", "distance", "distinguishingSign", "distribution", "diversityPolicy", "diversityStaffingReport", "documentation", "doesNotShip", "domainIncludes", "domiciledMortgage", "doorTime", "dosageForm", "doseSchedule", "doseUnit", "doseValue", "downPayment", "downloadUrl", "downvoteCount", "drainsTo", "driveWheelConfiguration", "dropoffLocation", "dropoffTime", "drug", "drugClass", "drugUnit", "duns", "duplicateTherapy", "duration", "durationOfWarranty", "duringMedia", "earlyPrepaymentPenalty", "editEIDR", "editor", "eduQuestionType", "educationRequirements", "educationalAlignment", "educationalCredentialAwarded", "educationalFramework", "educationalLevel", "educationalProgramMode", "educationalRole", "educationalUse", "elevation", "eligibilityToWorkRequirement", "eligibleCustomerType", "eligibleDuration", "eligibleQuantity", "eligibleRegion", "eligibleTransactionVolume", "email", "embedUrl", "emissionsCO2", "employee", "employees", "employerOverview", "employmentType", "employmentUnit", "encodesCreativeWork", "encoding", "encodingFormat", "encodingType", "encodings", "endDate", "endOffset", "endTime", "endorsee", "endorsers", "energyEfficiencyScaleMax", "energyEfficiencyScaleMin", "engineDisplacement", "enginePower", "engineType", "entertainmentBusiness", "epidemiology", "episode", "episodeNumber", "episodes", "equal", "error", "estimatedCost", "estimatedFlightDuration", "estimatedSalary", "estimatesRiskOf", "ethicsPolicy", "event", "eventAttendanceMode", "eventSchedule", "eventStatus", "events", "evidenceLevel", "evidenceOrigin", "exampleOfWork", "exceptDate", "exchangeRateSpread", "executableLibraryName", "exerciseCourse", "exercisePlan", "exerciseRelatedDiet", "exerciseType", "exifData", "expectedArrivalFrom", "expectedArrivalUntil", "expectedPrognosis", "expectsAcceptanceOf", "experienceInPlaceOfEducation", "experienceRequirements", "expertConsiderations", "expires", "familyName", "fatContent", "faxNumber", "featureList", "feesAndCommissionsSpecification", "fiberContent", "fileFormat", "fileSize", "financialAidEligible", "firstAppearance", "firstPerformance", "flightDistance", "flightNumber", "floorLevel", "floorLimit", "floorSize", "followee", "follows", "followup", "foodEstablishment", "foodEvent", "foodWarning", "founder", "founders", "foundingDate", "foundingLocation", "free", "freeShippingThreshold", "frequency", "fromLocation", "fuelCapacity", "fuelConsumption", "fuelEfficiency", "fuelType", "functionalClass", "fundedItem", "funder", "game", "gameItem", "gameLocation", "gamePlatform", "gameServer", "gameTip", "gender", "genre", "geo", "geoContains", "geoCoveredBy", "geoCovers", "geoCrosses", "geoDisjoint", "geoEquals", "geoIntersects", "geoMidpoint", "geoOverlaps", "geoRadius", "geoTouches", "geoWithin", "geographicArea", "gettingTestedInfo", "givenName", "globalLocationNumber", "governmentBenefitsInfo", "gracePeriod", "grantee", "greater", "greaterOrEqual", "gtin12", "gtin13", "gtin14", "gtin8", "gtin", "guideline", "guidelineDate", "guidelineSubject", "handlingTime", "hasBroadcastChannel", "hasCategoryCode", "hasCourse", "hasCourseInstance", "hasCredential", "hasDefinedTerm", "hasDeliveryMethod", "hasDigitalDocumentPermission", "hasDriveThroughService", "hasEnergyConsumptionDetails", "hasEnergyEfficiencyCategory", "hasHealthAspect", "hasMap", "hasMeasurement", "hasMenu", "hasMenuItem", "hasMenuSection", "hasMerchantReturnPolicy", "hasOccupation", "hasOfferCatalog", "hasPOS", "hasPart", "hasVariant", "headline", "healthCondition", "healthPlanCoinsuranceOption", "healthPlanCoinsuranceRate", "healthPlanCopay", "healthPlanCopayOption", "healthPlanCostSharing", "healthPlanDrugOption", "healthPlanDrugTier", "healthPlanId", "healthPlanMarketingUrl", "healthPlanNetworkId", "healthPlanNetworkTier", "healthPlanPharmacyCategory", "healthcareReportingData", "height", "highPrice", "hiringOrganization", "holdingArchive", "homeLocation", "homeTeam", "honorificPrefix", "honorificSuffix", "hospitalAffiliation", "hostingOrganization", "hoursAvailable", "howPerformed", "httpMethod", "iataCode", "icaoCode", "identifier", "identifyingExam", "identifyingTest", "illustrator", "image", "imagingTechnique", "inAlbum", "inBroadcastLineup", "inCodeSet", "inDefinedTermSet", "inLanguage", "inPlaylist", "inProductGroupWithID", "inStoreReturnsOffered", "inSupportOf", "incentiveCompensation", "incentives", "includedComposition", "includedDataCatalog", "includedInDataCatalog", "includedInHealthInsurancePlan", "includedRiskFactor", "includesAttraction", "includesHealthPlanFormulary", "includesHealthPlanNetwork", "includesObject", "increasesRiskOf", "industry", "ineligibleRegion", "infectiousAgent", "infectiousAgentClass", "ingredients", "inker", "insertion", "installUrl", "instructor", "instrument", "intensity", "interactingDrug", "interactionCount", "interactionService", "interactionStatistic", "interactionType", "interactivityType", "interestRate", "inventoryLevel", "inverseOf", "isAcceptingNewPatients", "isAccessibleForFree", "isAccessoryOrSparePartFor", "isAvailableGenerically", "isBasedOn", "isBasedOnUrl", "isConsumableFor", "isFamilyFriendly", "isGift", "isLiveBroadcast", "isPartOf", "isPlanForApartment", "isProprietary", "isRelatedTo", "isResizable", "isSimilarTo", "isUnlabelledFallback", "isVariantOf", "isbn", "isicV4", "isrcCode", "issn", "issueNumber", "issuedBy", "issuedThrough", "iswcCode", "item", "itemCondition", "itemListElement", "itemListOrder", "itemLocation", "itemOffered", "itemReviewed", "itemShipped", "itinerary", "jobBenefits", "jobImmediateStart", "jobLocation", "jobLocationType", "jobStartDate", "jobTitle", "jurisdiction", "keywords", "knownVehicleDamages", "knows", "knowsAbout", "knowsLanguage", "labelDetails", "landlord", "language", "lastReviewed", "latitude", "layoutImage", "learningResourceType", "leaseLength", "legalName", "legalStatus", "legislationApplies", "legislationChanges", "legislationConsolidates", "legislationDate", "legislationDateVersion", "legislationIdentifier", "legislationJurisdiction", "legislationLegalForce", "legislationLegalValue", "legislationPassedBy", "legislationResponsible", "legislationTransposes", "legislationType", "leiCode", "lender", "lesser", "lesserOrEqual", "letterer", "license", "line", "linkRelationship", "liveBlogUpdate", "loanMortgageMandateAmount", "loanPaymentAmount", "loanPaymentFrequency", "loanRepaymentForm", "loanTerm", "loanType", "location", "locationCreated", "lodgingUnitDescription", "lodgingUnitType", "logo", "longitude", "loser", "lowPrice", "lyricist", "lyrics", "mainContentOfPage", "mainEntity", "mainEntityOfPage", "maintainer", "makesOffer", "manufacturer", "map", "mapType", "maps", "marginOfError", "masthead", "material", "materialExtent", "mathExpression", "maxPrice", "maxValue", "maximumAttendeeCapacity", "maximumEnrollment", "maximumIntake", "maximumPhysicalAttendeeCapacity", "maximumVirtualAttendeeCapacity", "mealService", "measuredProperty", "measuredValue", "measurementTechnique", "mechanismOfAction", "mediaAuthenticityCategory", "median", "medicalAudience", "medicalSpecialty", "medicineSystem", "meetsEmissionStandard", "member", "memberOf", "members", "membershipNumber", "membershipPointsEarned", "memoryRequirements", "mentions", "menu", "menuAddOn", "merchant", "merchantReturnDays", "merchantReturnLink", "messageAttachment", "mileageFromOdometer", "minPrice", "minValue", "minimumPaymentDue", "missionCoveragePrioritiesPolicy", "model", "modelDate", "modifiedTime", "monthlyMinimumRepaymentAmount", "monthsOfExperience", "mpn", "multipleValues", "muscleAction", "musicArrangement", "musicBy", "musicCompositionForm", "musicGroupMember", "musicReleaseFormat", "musicalKey", "naics", "name", "namedPosition", "nationality", "naturalProgression", "nerve", "nerveMotor", "netWorth", "newsUpdatesAndGuidelines", "nextItem", "noBylinesPolicy", "nonEqual", "nonProprietaryName", "nonprofitStatus", "normalRange", "nsn", "numAdults", "numChildren", "numConstraints", "numTracks", "numberOfAccommodationUnits", "numberOfAirbags", "numberOfAvailableAccommodationUnits", "numberOfAxles", "numberOfBathroomsTotal", "numberOfBedrooms", "numberOfBeds", "numberOfCredits", "numberOfDoors", "numberOfEmployees", "numberOfEpisodes", "numberOfForwardGears", "numberOfFullBathrooms", "numberOfItems", "numberOfLoanPayments", "numberOfPages", "numberOfPartialBathrooms", "numberOfPlayers", "numberOfPreviousOwners", "numberOfRooms", "numberOfSeasons", "numberedPosition", "nutrition", "object", "observationDate", "observedNode", "occupancy", "occupationLocation", "occupationalCategory", "occupationalCredentialAwarded", "offerCount", "offeredBy", "offers", "offersPrescriptionByMail", "openingHours", "openingHoursSpecification", "opens", "operatingSystem", "opponent", "option", "orderDate", "orderDelivery", "orderItemNumber", "orderItemStatus", "orderNumber", "orderQuantity", "orderStatus", "orderedItem", "organizer", "originAddress", "originatesFrom", "overdosage", "ownedFrom", "ownedThrough", "ownershipFundingInfo", "owns", "pageEnd", "pageStart", "pagination", "parent", "parentItem", "parentOrganization", "parentService", "parents", "partOfEpisode", "partOfInvoice", "partOfOrder", "partOfSeason", "partOfSeries", "partOfSystem", "partOfTVSeries", "partOfTrip", "participant", "partySize", "passengerPriorityStatus", "passengerSequenceNumber", "pathophysiology", "pattern", "payload", "paymentAccepted", "paymentDue", "paymentDueDate", "paymentMethod", "paymentMethodId", "paymentStatus", "paymentUrl", "penciler", "percentile10", "percentile25", "percentile75", "percentile90", "performTime", "performer", "performerIn", "performers", "permissionType", "permissions", "permitAudience", "permittedUsage", "petsAllowed", "phoneticText", "photo", "photos", "physicalRequirement", "physiologicalBenefits", "pickupLocation", "pickupTime", "playMode", "playerType", "playersOnline", "polygon", "populationType", "position", "possibleComplication", "possibleTreatment", "postOfficeBoxNumber", "postOp", "postalCode", "postalCodeBegin", "postalCodeEnd", "postalCodePrefix", "postalCodeRange", "potentialAction", "preOp", "predecessorOf", "pregnancyCategory", "pregnancyWarning", "prepTime", "preparation", "prescribingInfo", "prescriptionStatus", "previousItem", "previousStartDate", "price", "priceComponent", "priceComponentType", "priceCurrency", "priceRange", "priceSpecification", "priceType", "priceValidUntil", "primaryImageOfPage", "primaryPrevention", "printColumn", "printEdition", "printPage", "printSection", "procedure", "procedureType", "processingTime", "processorRequirements", "producer", "produces", "productGroupID", "productID", "productSupported", "productionCompany", "productionDate", "proficiencyLevel", "programMembershipUsed", "programName", "programPrerequisites", "programType", "programmingLanguage", "programmingModel", "propertyID", "proprietaryName", "proteinContent", "provider", "providerMobility", "providesBroadcastService", "providesService", "publicAccess", "publicTransportClosuresInfo", "publication", "publicationType", "publishedBy", "publishedOn", "publisher", "publisherImprint", "publishingPrinciples", "purchaseDate", "qualifications", "quarantineGuidelines", "query", "quest", "question", "rangeIncludes", "ratingCount", "ratingExplanation", "ratingValue", "readBy", "readonlyValue", "realEstateAgent", "recipe", "recipeCategory", "recipeCuisine", "recipeIngredient", "recipeInstructions", "recipeYield", "recipient", "recognizedBy", "recognizingAuthority", "recommendationStrength", "recommendedIntake", "recordLabel", "recordedAs", "recordedAt", "recordedIn", "recordingOf", "recourseLoan", "referenceQuantity", "referencesOrder", "refundType", "regionDrained", "regionsAllowed", "relatedAnatomy", "relatedCondition", "relatedDrug", "relatedLink", "relatedStructure", "relatedTherapy", "relatedTo", "releaseDate", "releaseNotes", "releaseOf", "releasedEvent", "relevantOccupation", "relevantSpecialty", "remainingAttendeeCapacity", "renegotiableLoan", "repeatCount", "repeatFrequency", "repetitions", "replacee", "replacer", "replyToUrl", "reportNumber", "representativeOfPage", "requiredCollateral", "requiredGender", "requiredMaxAge", "requiredMinAge", "requiredQuantity", "requirements", "requiresSubscription", "reservationFor", "reservationId", "reservationStatus", "reservedTicket", "responsibilities", "restPeriods", "result", "resultComment", "resultReview", "returnFees", "returnPolicyCategory", "review", "reviewAspect", "reviewBody", "reviewCount", "reviewRating", "reviewedBy", "reviews", "riskFactor", "risks", "roleName", "roofLoad", "rsvpResponse", "runsTo", "runtime", "runtimePlatform", "rxcui", "safetyConsideration", "salaryCurrency", "salaryUponCompletion", "sameAs", "sampleType", "saturatedFatContent", "scheduleTimezone", "scheduledPaymentDate", "scheduledTime", "schemaVersion", "schoolClosuresInfo", "screenCount", "screenshot", "sdDatePublished", "sdLicense", "sdPublisher", "season", "seasonNumber", "seasons", "seatNumber", "seatRow", "seatSection", "seatingCapacity", "seatingType", "secondaryPrevention", "securityClearanceRequirement", "securityScreening", "seeks", "seller", "sender", "sensoryRequirement", "sensoryUnit", "serialNumber", "seriousAdverseOutcome", "serverStatus", "servesCuisine", "serviceArea", "serviceAudience", "serviceLocation", "serviceOperator", "serviceOutput", "servicePhone", "servicePostalAddress", "serviceSmsNumber", "serviceType", "serviceUrl", "servingSize", "sharedContent", "shippingDestination", "shippingDetails", "shippingLabel", "shippingRate", "shippingSettingsLink", "sibling", "siblings", "signDetected", "signOrSymptom", "significance", "significantLink", "significantLinks", "size", "sizeGroup", "sizeSystem", "skills", "sku", "slogan", "smokingAllowed", "sodiumContent", "softwareAddOn", "softwareHelp", "softwareRequirements", "softwareVersion", "sourceOrganization", "sourcedFrom", "spatial", "spatialCoverage", "speakable", "specialCommitments", "specialOpeningHoursSpecification", "specialty", "speechToTextMarkup", "speed", "spokenByCharacter", "sponsor", "sport", "sportsActivityLocation", "sportsEvent", "sportsTeam", "spouse", "stage", "stageAsNumber", "starRating", "startDate", "startOffset", "startTime", "status", "steeringPosition", "step", "stepValue", "steps", "storageRequirements", "streetAddress", "strengthUnit", "strengthValue", "structuralClass", "study", "studyDesign", "studyLocation", "studySubject", "subEvent", "subEvents", "subOrganization", "subReservation", "subStageSuffix", "subStructure", "subTest", "subTrip", "subjectOf", "subtitleLanguage", "successorOf", "sugarContent", "suggestedAge", "suggestedAnswer", "suggestedGender", "suggestedMaxAge", "suggestedMeasurement", "suggestedMinAge", "suitableForDiet", "superEvent", "supersededBy", "supply", "supplyTo", "supportingData", "surface", "target", "targetCollection", "targetDescription", "targetName", "targetPlatform", "targetPopulation", "targetProduct", "targetUrl", "taxID", "teaches", "telephone", "temporal", "temporalCoverage", "termCode", "termDuration", "termsOfService", "termsPerYear", "text", "textValue", "thumbnail", "thumbnailUrl", "tickerSymbol", "ticketNumber", "ticketToken", "ticketedSeat", "timeOfDay", "timeRequired", "timeToComplete", "tissueSample", "title", "titleEIDR", "toLocation", "toRecipient", "tocContinuation", "tocEntry", "tongueWeight", "tool", "torque", "totalJobOpenings", "totalPaymentDue", "totalPrice", "totalTime", "tourBookingPage", "touristType", "track", "trackingNumber", "trackingUrl", "tracks", "trailer", "trailerWeight", "trainName", "trainNumber", "trainingSalary", "transFatContent", "transcript", "transitTime", "transitTimeLabel", "translationOfWork", "translator", "transmissionMethod", "travelBans", "trialDesign", "tributary", "typeOfBed", "typeOfGood", "typicalAgeRange", "typicalCreditsPerTerm", "typicalTest", "underName", "unitCode", "unitText", "unnamedSourcesPolicy", "unsaturatedFatContent", "uploadDate", "upvoteCount", "url", "urlTemplate", "usageInfo", "usedToDiagnose", "userInteractionCount", "usesDevice", "usesHealthPlanIdStandard", "utterances", "validFor", "validFrom", "validIn", "validThrough", "validUntil", "value", "valueAddedTaxIncluded", "valueMaxLength", "valueMinLength", "valueName", "valuePattern", "valueReference", "valueRequired", "variableMeasured", "variantCover", "variesBy", "vatID", "vehicleConfiguration", "vehicleEngine", "vehicleIdentificationNumber", "vehicleInteriorColor", "vehicleInteriorType", "vehicleModelDate", "vehicleSeatingCapacity", "vehicleSpecialUsage", "vehicleTransmission", "vendor", "verificationFactCheckingPolicy", "version", "video", "videoFormat", "videoFrameSize", "videoQuality", "volumeNumber", "warning", "warranty", "warrantyPromise", "warrantyScope", "webCheckinTime", "webFeed", "weight", "weightTotal", "wheelbase", "width", "winner", "wordCount", "workExample", "workFeatured", "workHours", "workLocation", "workPerformed", "workPresented", "workTranslation", "workload", "worksFor", "worstRating", "xpath", "yearBuilt", "yearlyRevenue", "yearsInOperation", "yield"];
10
10
  }>;
11
+ //# sourceMappingURL=schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/namespaces/schema.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,MAAM;;;;EA0oFlB,CAAC"}
@@ -8,3 +8,4 @@ export declare const sioc: import("../library/namespace.js").NamespaceInterface<
8
8
  readonly prefix: "sioc:";
9
9
  readonly terms: readonly ["Community", "Container", "Forum", "Item", "Post", "Role", "Site", "Space", "Thread", "User", "UserAccount", "Usergroup", "about", "account_of", "addressed_to", "administrator_of", "attachment", "avatar", "container_of", "content", "content_encoded", "created_at", "creator_of", "delivered_at", "description", "discussion_of", "earlier_version", "email", "email_sha1", "embeds_knowledge", "feed", "first_name", "follows", "function_of", "generator", "group_of", "has_administrator", "has_container", "has_creator", "has_discussion", "has_function", "has_group", "has_host", "has_member", "has_moderator", "has_modifier", "has_owner", "has_parent", "has_part", "has_reply", "has_scope", "has_space", "has_subscriber", "has_usergroup", "host_of", "id", "ip_address", "last_activity_date", "last_item_date", "last_name", "last_reply_date", "later_version", "latest_version", "likes", "link", "links_to", "member_of", "mentions", "moderator_of", "modified_at", "modifier_of", "name", "next_by_date", "next_version", "note", "num_authors", "num_items", "num_replies", "num_threads", "num_views", "owner_of", "parent_of", "part_of", "previous_by_date", "previous_version", "read_at", "reference", "related_to", "reply_of", "respond_to", "scope_of", "shared_by", "sibling", "space_of", "subject", "subscriber_of", "title", "topic", "usergroup_of"];
10
10
  }>;
11
+ //# sourceMappingURL=sioc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sioc.d.ts","sourceRoot":"","sources":["../../src/namespaces/sioc.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,IAAI;;;;EA0GhB,CAAC"}
@@ -8,3 +8,4 @@ export declare const skos: import("../library/namespace.js").NamespaceInterface<
8
8
  readonly prefix: "skos:";
9
9
  readonly terms: readonly ["Collection", "Concept", "ConceptScheme", "OrderedCollection", "altLabel", "broadMatch", "broader", "broaderTransitive", "changeNote", "closeMatch", "definition", "editorialNote", "exactMatch", "example", "hasTopConcept", "hiddenLabel", "historyNote", "inScheme", "mappingRelation", "member", "memberList", "narrowMatch", "narrower", "narrowerTransitive", "notation", "note", "prefLabel", "related", "relatedMatch", "scopeNote", "semanticRelation", "topConceptOf"];
10
10
  }>;
11
+ //# sourceMappingURL=skos.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skos.d.ts","sourceRoot":"","sources":["../../src/namespaces/skos.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,IAAI;;;;EAuChB,CAAC"}
@@ -8,3 +8,4 @@ export declare const xsd: import("../library/namespace.js").NamespaceInterface<{
8
8
  readonly prefix: "xsd:";
9
9
  readonly terms: readonly ["ENTITIES", "ENTITY", "ID", "IDREF", "IDREFS", "NCName", "NMTOKEN", "NMTOKENS", "NOTATION", "Name", "QName", "anyAtomicType", "anySimpleType", "anyType", "anyURI", "base64Binary", "boolean", "byte", "date", "dateTime", "dateTimeStamp", "dayTimeDuration", "decimal", "double", "duration", "float", "gDay", "gMonth", "gMonthDay", "gYear", "gYearMonth", "hexBinary", "int", "integer", "language", "long", "negativeInteger", "nonNegativeInteger", "nonPositiveInteger", "normalizedString", "positiveInteger", "short", "string", "time", "token", "unsignedByte", "unsignedInt", "unsignedLong", "unsignedShort", "yearMonthDuration"];
10
10
  }>;
11
+ //# sourceMappingURL=xsd.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"xsd.d.ts","sourceRoot":"","sources":["../../src/namespaces/xsd.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,GAAG;;;;EAyDf,CAAC"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Popular namespaces used in Linked Data, fully compatible with LDkit,
3
+ * offering autocompletion and type checking in IDE.
4
+ *
5
+ * Create your own namespaces using {@link createNamespace} helper.
6
+ *
7
+ * @example
8
+ * ```typescript
9
+ * import { rdf, schema } from "ldkit/namespaces";
10
+ *
11
+ * console.log(rdf.type); // "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
12
+ * console.log(schema.Person); // "http://schema.org/Person"
13
+ * ```
14
+ *
15
+ * @module
16
+ */
17
+ export { dbo } from "./namespaces/dbo.js";
18
+ export { dc } from "./namespaces/dc.js";
19
+ export { dcterms } from "./namespaces/dcterms.js";
20
+ export { foaf } from "./namespaces/foaf.js";
21
+ export { gr } from "./namespaces/gr.js";
22
+ export { ldkit } from "./namespaces/ldkit.js";
23
+ export { owl } from "./namespaces/owl.js";
24
+ export { rdf } from "./namespaces/rdf.js";
25
+ export { rdfs } from "./namespaces/rdfs.js";
26
+ export { schema } from "./namespaces/schema.js";
27
+ export { sioc } from "./namespaces/sioc.js";
28
+ export { skos } from "./namespaces/skos.js";
29
+ export { xsd } from "./namespaces/xsd.js";
30
+ export * from "./library/namespace.js";
31
+ //# sourceMappingURL=namespaces.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"namespaces.d.ts","sourceRoot":"","sources":["../src/namespaces.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AACH,OAAO,EAAE,GAAG,EAAE,MAAM,qBAAqB,CAAC;AAC1C,OAAO,EAAE,EAAE,EAAE,MAAM,oBAAoB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAClD,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAC5C,OAAO,EAAE,EAAE,EAAE,MAAM,oBAAoB,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,GAAG,EAAE,MAAM,qBAAqB,CAAC;AAC1C,OAAO,EAAE,GAAG,EAAE,MAAM,qBAAqB,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAC5C,OAAO,EAAE,GAAG,EAAE,MAAM,qBAAqB,CAAC;AAE1C,cAAc,wBAAwB,CAAC"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * RDF utilities
3
+ *
4
+ * This module contains a re-export of external RDF libraries that are used
5
+ * in LDkit and may be used in tandem with LDkit in Linked Data applications as well.
6
+ *
7
+ * Included packages:
8
+ * - [@rdfjs/types](https://github.com/rdfjs/types) [RDF/JS](https://rdf.js.org/) authoritative TypeScript typings
9
+ * - [n3](https://rdf.js.org/N3.js/) RDF parser and serializer
10
+ * - [rdf-data-factory](https://github.com/rubensworks/rdf-data-factory.js) A TypeScript/JavaScript implementation of the RDF/JS data factory
11
+ * - [rdf-literal](https://github.com/rubensworks/rdf-literal.js) Translates between RDF literals and JavaScript primitives
12
+ * @module
13
+ */
14
+ export { DataFactory, DefaultGraph, fromRdf, N3, type RDF, toRdf, } from "./library/rdf.js";
15
+ //# sourceMappingURL=rdf.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rdf.d.ts","sourceRoot":"","sources":["../src/rdf.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,EACL,WAAW,EACX,YAAY,EACZ,OAAO,EACP,EAAE,EACF,KAAK,GAAG,EACR,KAAK,GACN,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { type SchemaSpec } from "./schema_to_script.js";
2
+ type JsonPrimative = string | number | boolean | null;
3
+ type JsonArray = Json[];
4
+ type JsonObject = {
5
+ [key: string]: Json;
6
+ };
7
+ type JsonComposite = JsonArray | JsonObject;
8
+ type Json = JsonPrimative | JsonComposite;
9
+ export type JsonSpec = JsonComposite;
10
+ export declare function contextToSchema(json: JsonSpec): Promise<SchemaSpec[]>;
11
+ export {};
12
+ //# sourceMappingURL=context_to_schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context_to_schema.d.ts","sourceRoot":"","sources":["../../src/scripts/context_to_schema.ts"],"names":[],"mappings":"AAEA,OAAO,EAAqB,KAAK,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAE3E,KAAK,aAAa,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC;AACtD,KAAK,SAAS,GAAG,IAAI,EAAE,CAAC;AACxB,KAAK,UAAU,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;CAAE,CAAC;AAC1C,KAAK,aAAa,GAAG,SAAS,GAAG,UAAU,CAAC;AAC5C,KAAK,IAAI,GAAG,aAAa,GAAG,aAAa,CAAC;AAC1C,MAAM,MAAM,QAAQ,GAAG,aAAa,CAAC;AAErC,wBAAsB,eAAe,CAAC,IAAI,EAAE,QAAQ,GAAG,OAAO,CAAC,UAAU,EAAE,CAAC,CAI3E"}
@@ -0,0 +1,155 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.contextToSchema = contextToSchema;
4
+ const jsonld_context_parser_1 = require("jsonld-context-parser");
5
+ async function contextToSchema(json) {
6
+ const converter = new ContextConverter();
7
+ const schemas = await converter.process(json);
8
+ return schemas;
9
+ }
10
+ class ContextConverter {
11
+ constructor() {
12
+ Object.defineProperty(this, "parser", {
13
+ enumerable: true,
14
+ configurable: true,
15
+ writable: true,
16
+ value: new jsonld_context_parser_1.ContextParser()
17
+ });
18
+ Object.defineProperty(this, "schemaNames", {
19
+ enumerable: true,
20
+ configurable: true,
21
+ writable: true,
22
+ value: new Set()
23
+ });
24
+ Object.defineProperty(this, "schemas", {
25
+ enumerable: true,
26
+ configurable: true,
27
+ writable: true,
28
+ value: []
29
+ });
30
+ }
31
+ getSuffix(value) {
32
+ const cutoff = Math.max(value.lastIndexOf("#"), value.lastIndexOf("/"));
33
+ if (cutoff === -1) {
34
+ return value;
35
+ }
36
+ return value.substring(cutoff + 1);
37
+ }
38
+ capitalize(val) {
39
+ return String(val).charAt(0).toUpperCase() + String(val).slice(1);
40
+ }
41
+ generateSchemaName(context, key) {
42
+ const types = context["@type"];
43
+ const wrap = (val) => `${this.capitalize(val)}Schema`;
44
+ if (typeof types === "string") {
45
+ return wrap(this.getSuffix(types));
46
+ }
47
+ else if (Array.isArray(types)) {
48
+ const suffixes = types.map((type) => this.getSuffix(type));
49
+ return wrap(suffixes.join(""));
50
+ }
51
+ return wrap(key);
52
+ }
53
+ generateUniqueSchemaName(context, key) {
54
+ const name = this.generateSchemaName(context, key);
55
+ if (!this.schemaNames.has(name)) {
56
+ this.schemaNames.add(name);
57
+ return name;
58
+ }
59
+ for (let i = 1; i < 100; i++) {
60
+ const newName = `${name}${i}`;
61
+ if (!this.schemaNames.has(newName)) {
62
+ this.schemaNames.add(newName);
63
+ return newName;
64
+ }
65
+ }
66
+ throw new Error("Too many schemas with the same name");
67
+ }
68
+ createSchema(context, key) {
69
+ const name = this.generateUniqueSchemaName(context, key);
70
+ const schema = {
71
+ name,
72
+ type: [],
73
+ properties: {},
74
+ };
75
+ this.schemaNames.add(name);
76
+ this.schemas.push(schema);
77
+ return schema;
78
+ }
79
+ async process(json) {
80
+ const parsed = await this.parser.parse(json, { external: false });
81
+ const context = parsed.getContextRaw();
82
+ const schema = this.createSchema(context, "The");
83
+ await this.processSchema(context, context, schema);
84
+ return this.schemas;
85
+ }
86
+ async processSchema(context, contextFull, schema) {
87
+ const types = context["@type"];
88
+ if (typeof types === "string") {
89
+ schema.type.push(types);
90
+ }
91
+ else if (Array.isArray(types)) {
92
+ for (const type of types) {
93
+ if (typeof type === "string") {
94
+ schema.type.push(type);
95
+ }
96
+ }
97
+ }
98
+ for (const [key, prop] of Object.entries(context)) {
99
+ if (prop === undefined || prop === null || key.startsWith("@")) {
100
+ // Ignore undefined, null, and special properties
101
+ continue;
102
+ }
103
+ if (typeof prop === "string" &&
104
+ (prop.endsWith("/") || prop.endsWith("#") || prop.startsWith("@"))) {
105
+ // Ignore prefixes and remapping of special properties
106
+ continue;
107
+ }
108
+ if (typeof prop === "string") {
109
+ schema.properties[key] = {
110
+ id: prop,
111
+ };
112
+ continue;
113
+ }
114
+ if (typeof prop !== "object" || Array.isArray(prop)) {
115
+ // This should not happen, but just in case
116
+ continue;
117
+ }
118
+ schema.properties[key] = await this.processProperty(contextFull, key, prop);
119
+ }
120
+ return schema;
121
+ }
122
+ async processProperty(context, key, prop) {
123
+ const property = {
124
+ id: prop["@id"],
125
+ };
126
+ if (typeof prop["@type"] === "string") {
127
+ property.type = prop["@type"];
128
+ }
129
+ if (prop["@context"] && typeof prop["@context"] === "object") {
130
+ const parsed = await this.parser.parse(prop["@context"], {
131
+ external: false,
132
+ parentContext: context,
133
+ });
134
+ const subcontextFull = parsed.getContextRaw();
135
+ const subcontext = {};
136
+ for (const [key, _value] of Object.entries(prop["@context"])) {
137
+ subcontext[key] = subcontextFull[key];
138
+ }
139
+ const subschema = this.createSchema(subcontext, key);
140
+ await this.processSchema(subcontext, subcontextFull, subschema);
141
+ property.schemaRef = subschema.name;
142
+ }
143
+ const containers = (prop["@container"] || {});
144
+ if (containers["@set"] || containers["@list"]) {
145
+ property.array = true;
146
+ }
147
+ if (containers["@language"]) {
148
+ property.multilang = true;
149
+ }
150
+ if (prop["@reverse"]) {
151
+ property.inverse = true;
152
+ }
153
+ return property;
154
+ }
155
+ }
@@ -0,0 +1,19 @@
1
+ export type PropertySpec = {
2
+ id: string;
3
+ type?: string;
4
+ schema?: SchemaSpec;
5
+ schemaRef?: string;
6
+ optional?: boolean;
7
+ array?: boolean;
8
+ multilang?: boolean;
9
+ inverse?: boolean;
10
+ };
11
+ export type SchemaSpec = {
12
+ name: string;
13
+ type: string[];
14
+ properties: {
15
+ [key: string]: PropertySpec;
16
+ };
17
+ };
18
+ export declare function schemaToScript(schemas: SchemaSpec[]): string;
19
+ //# sourceMappingURL=schema_to_script.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema_to_script.d.ts","sourceRoot":"","sources":["../../src/scripts/schema_to_script.ts"],"names":[],"mappings":"AAgCA,MAAM,MAAM,YAAY,GAAG;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,UAAU,EAAE;QACV,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAC;KAC7B,CAAC;CACH,CAAC;AAEF,wBAAgB,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE,GAAG,MAAM,CAG5D"}