rdflib 2.2.27 → 2.2.28

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.
@@ -1,3 +1,11 @@
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
+
1
9
  /*!
2
10
  * The buffer module from node.js, for the browser.
3
11
  *
@@ -19,3 +27,54 @@
19
27
  /*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
20
28
 
21
29
  /*! 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