@muze-nl/jsfs-solid 0.4.1 → 0.4.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.
- package/dist/browser.js +16 -2
- package/dist/browser.js.map +2 -2
- package/dist/browser.min.js +1 -1
- package/dist/browser.min.js.map +2 -2
- package/package.json +3 -3
package/dist/browser.js
CHANGED
|
@@ -10766,10 +10766,24 @@
|
|
|
10766
10766
|
}
|
|
10767
10767
|
var rdfType = "http://www.w3.org/1999/02/22-rdf-syntax-ns#type";
|
|
10768
10768
|
var prefixes = {
|
|
10769
|
+
acl: "http://www.w3.org/ns/auth/acl#",
|
|
10770
|
+
acp: "http://www.w3.org/ns/solid/acp#",
|
|
10771
|
+
dcterms: "http://purl.org/dc/terms/",
|
|
10772
|
+
foaf: "http://xmlns.com/foaf/0.1/",
|
|
10773
|
+
ldn: "https://www.w3.org/ns/ldn#",
|
|
10774
|
+
ldp: "http://www.w3.org/ns/ldp#",
|
|
10775
|
+
notify: "http://www.w3.org/ns/solid/notifications#",
|
|
10776
|
+
oidc: "http://www.w3.org/ns/solid/oidc#",
|
|
10777
|
+
owl: "http://www.w3.org/2002/07/owl#",
|
|
10778
|
+
pim: "http://www.w3.org/ns/pim/space#",
|
|
10769
10779
|
rdf: "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
|
|
10770
|
-
|
|
10780
|
+
rdfs: "http://www.w3.org/2000/01/rdf-schema#",
|
|
10771
10781
|
schema: "http://schema.org/",
|
|
10772
|
-
|
|
10782
|
+
solid: "http://www.w3.org/ns/solid/terms#",
|
|
10783
|
+
stat: "http://www.w3.org/ns/posix/stat#",
|
|
10784
|
+
turtle: "http://www.w3.org/ns/iana/media-types/text/turtle#",
|
|
10785
|
+
vcard: "http://www.w3.org/2006/vcard/ns#",
|
|
10786
|
+
xsd: "http://www.w3.org/2001/XMLSchema#"
|
|
10773
10787
|
};
|
|
10774
10788
|
function one(values, whichOne = "last") {
|
|
10775
10789
|
let result2 = values;
|