rdflib 2.2.30 → 2.2.31-4e4dc84d
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.
- package/dist/730.rdflib.min.js +1 -1
- package/dist/730.rdflib.min.js.map +1 -1
- package/dist/rdflib.min.js +1 -1
- package/dist/rdflib.min.js.LICENSE.txt +0 -59
- package/dist/rdflib.min.js.map +1 -1
- package/esm/blank-node.js +10 -6
- package/esm/collection.js +3 -4
- package/esm/factories/factory-types.js +10 -10
- package/esm/fetcher.js +74 -41
- package/esm/formula.js +10 -13
- package/esm/jsonldparser.js +4 -3
- package/esm/lists.js +2 -1
- package/esm/literal.js +6 -8
- package/esm/node-internal.js +5 -10
- package/esm/rdfxmlparser.js +3 -0
- package/esm/serializer.js +1 -2
- package/esm/statement.js +7 -11
- package/esm/store.js +39 -32
- package/esm/types.js +18 -1
- package/esm/update-manager.js +114 -19
- package/esm/utils.js +0 -1
- package/esm/variable.js +2 -4
- package/lib/blank-node.js +10 -6
- package/lib/collection.js +3 -4
- package/lib/factories/factory-types.js +10 -10
- package/lib/fetcher.d.ts +1 -1
- package/lib/fetcher.js +98 -42
- package/lib/formula.js +10 -13
- package/lib/index.d.ts +1 -1
- package/lib/jsonldparser.js +9 -3
- package/lib/lists.js +15 -1
- package/lib/literal.js +6 -8
- package/lib/node-internal.js +5 -10
- package/lib/query.d.ts +1 -1
- package/lib/rdfxmlparser.js +3 -0
- package/lib/serializer.d.ts +1 -1
- package/lib/serializer.js +1 -2
- package/lib/sparql-to-query.d.ts +1 -1
- package/lib/statement.js +7 -11
- package/lib/store.d.ts +1 -1
- package/lib/store.js +55 -34
- package/lib/types.js +22 -0
- package/lib/update-manager.d.ts +20 -1
- package/lib/update-manager.js +120 -20
- package/lib/utils-js.d.ts +3 -3
- package/lib/variable.js +2 -4
- package/lib/xsd-internal.d.ts +1 -1
- package/package.json +20 -20
- package/src/fetcher.ts +22 -8
- package/src/jsonldparser.js +2 -4
- package/src/store.ts +18 -1
- package/src/update-manager.ts +61 -7
- package/esm/convert.js +0 -60
- package/lib/convert.d.ts +0 -2
- package/lib/convert.js +0 -71
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Copyright (c) 2016-2021 Digital Bazaar, Inc. All rights reserved.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/*!
|
|
6
|
-
* Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
1
|
/*!
|
|
10
2
|
* The buffer module from node.js, for the browser.
|
|
11
3
|
*
|
|
@@ -27,54 +19,3 @@
|
|
|
27
19
|
/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
28
20
|
|
|
29
21
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* A JavaScript implementation of the JSON-LD API.
|
|
33
|
-
*
|
|
34
|
-
* @author Dave Longley
|
|
35
|
-
*
|
|
36
|
-
* @license BSD 3-Clause License
|
|
37
|
-
* Copyright (c) 2011-2019 Digital Bazaar, Inc.
|
|
38
|
-
* All rights reserved.
|
|
39
|
-
*
|
|
40
|
-
* Redistribution and use in source and binary forms, with or without
|
|
41
|
-
* modification, are permitted provided that the following conditions are met:
|
|
42
|
-
*
|
|
43
|
-
* Redistributions of source code must retain the above copyright notice,
|
|
44
|
-
* this list of conditions and the following disclaimer.
|
|
45
|
-
*
|
|
46
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
47
|
-
* notice, this list of conditions and the following disclaimer in the
|
|
48
|
-
* documentation and/or other materials provided with the distribution.
|
|
49
|
-
*
|
|
50
|
-
* Neither the name of the Digital Bazaar, Inc. nor the names of its
|
|
51
|
-
* contributors may be used to endorse or promote products derived from
|
|
52
|
-
* this software without specific prior written permission.
|
|
53
|
-
*
|
|
54
|
-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
|
55
|
-
* IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
56
|
-
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
|
57
|
-
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
58
|
-
* HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
59
|
-
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
|
60
|
-
* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
61
|
-
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
62
|
-
* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
63
|
-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
64
|
-
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
65
|
-
*/
|
|
66
|
-
|
|
67
|
-
/**
|
|
68
|
-
* Removes the @preserve keywords from expanded result of framing.
|
|
69
|
-
*
|
|
70
|
-
* @param input the framed, framed output.
|
|
71
|
-
* @param options the framing options used.
|
|
72
|
-
*
|
|
73
|
-
* @return the resulting output.
|
|
74
|
-
*/
|
|
75
|
-
|
|
76
|
-
// disallow aliasing @context and @preserve
|
|
77
|
-
|
|
78
|
-
// remove @preserve
|
|
79
|
-
|
|
80
|
-
// remove @preserve from results
|