@ulb-darmstadt/shacl-form 1.2.0 → 1.2.1
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/README.md +9 -7
- package/dist/bootstrap.js +1 -1
- package/dist/config.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/material.js +3 -3
- package/dist/plugins/mapbox.d.ts +1 -1
- package/dist/plugins/mapbox.js +1 -1
- package/dist/themes/material.js +8 -8
- package/package.json +1 -1
package/dist/material.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*! For license information please see material.js.LICENSE.txt */
|
|
2
|
-
var e={8825:(e,t,n)=>{const o=n(8295);e.exports=o},2225:e=>{class t{constructor(e){this.value=e||"b"+ ++t.nextId}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}t.prototype.termType="BlankNode",t.nextId=0,e.exports=t},8295:(e,t,n)=>{const o=n(2225),a=n(5805),r=n(2542),s=n(1694),i=n(1358),d=n(8790),l=n(5895),w={namedNode:function(e){return new i(e)},blankNode:function(e){return new o(e)},literal:function(e,t){return"string"==typeof t?-1===t.indexOf(":")?new s(e,t):new s(e,null,w.namedNode(t)):new s(e,null,t)},variable:function(e){return new l(e)},defaultGraph:function(){return w.defaultGraphInstance},triple:function(e,t,n){return w.quad(e,t,n)},quad:function(e,t,n,o){return new d(e,t,n,o||w.defaultGraphInstance)},fromTerm:function(e){return r.call(w,e)},fromQuad:function(e){return r.call(w,e)},defaultGraphInstance:new a};e.exports=w},5805:e=>{class t{equals(e){return!!e&&e.termType===this.termType}}t.prototype.termType="DefaultGraph",t.prototype.value="",e.exports=t},1694:(e,t,n)=>{const o=n(1358);class a{constructor(e,t,n){this.value=e,this.datatype=a.stringDatatype,this.language="",t?(this.language=t,this.datatype=a.langStringDatatype):n&&(this.datatype=n)}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value&&e.language===this.language&&e.datatype.equals(this.datatype)}}a.prototype.termType="Literal",a.langStringDatatype=new o("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),a.stringDatatype=new o("http://www.w3.org/2001/XMLSchema#string"),e.exports=a},1358:e=>{class t{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}t.prototype.termType="NamedNode",e.exports=t},8790:(e,t,n)=>{const o=n(5805);class a{constructor(e,t,n,a){this.subject=e,this.predicate=t,this.object=n,this.graph=a||new o}equals(e){return!!e&&("Quad"===e.termType||!e.termType)&&e.subject.equals(this.subject)&&e.predicate.equals(this.predicate)&&e.object.equals(this.object)&&e.graph.equals(this.graph)}}a.prototype.termType="Quad",a.prototype.value="",e.exports=a},5895:e=>{class t{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}t.prototype.termType="Variable",e.exports=t},2542:e=>{e.exports=function(e){if(!e)return null;if("BlankNode"===e.termType)return this.blankNode(e.value);if("DefaultGraph"===e.termType)return this.defaultGraph();if("Literal"===e.termType)return this.literal(e.value,e.language||this.namedNode(e.datatype.value));if("NamedNode"===e.termType)return this.namedNode(e.value);if("Quad"===e.termType){const t=this.fromTerm(e.subject),n=this.fromTerm(e.predicate),o=this.fromTerm(e.object),a=this.fromTerm(e.graph);return this.quad(t,n,o,a)}if("Variable"===e.termType)return this.variable(e.value);throw new Error(`unknown termType ${e.termType}`)}},1963:e=>{function t(e){return"string"==typeof e||e instanceof String}function n(e){if("string"==typeof e)return e;if(!e)return"";if(void 0!==e.id&&"Quad"!==e.termType)return e.id;let t,o,r,s;switch(e.termType){case"NamedNode":return e.value;case"BlankNode":return`_:${e.value}`;case"Variable":return`?${e.value}`;case"DefaultGraph":return"";case"Literal":return e.language?`"${e.value}"@${e.language}`:`"${e.value}"${e.datatype&&"http://www.w3.org/2001/XMLSchema#string"!==e.datatype.value?`^^${e.datatype.value}`:""}`;case"Quad":return t=a(n(e.subject)),o=a(n(e.predicate)),r=a(n(e.object)),s="DefaultGraph"===e.graph.termType?"":` ${n(e.graph)}`,`<<${t} ${o} ${r}${s}>>`;default:throw new Error(`Unexpected termType: ${e.termType}`)}}const o=/^"(.*".*)(?="[^"]*$)/;function a(e){return e.replace(o,((e,t)=>`"${t.replace(/"/g,'""')}`))}class r{constructor(e){if(this._size=0,this._graphs=Object.create(null),this._id=0,this._ids=Object.create(null),this._ids["><"]=0,this._entities=Object.create(null),this._quads=new Map,e)for(const t of e)this.add(t)}get size(){let e=this._size;if(null!==e)return e;e=0;const t=this._graphs;let n,o;for(const a in t)for(const r in n=t[a].subjects)for(const t in o=n[r])e+=Object.keys(o[t]).length;return this._size=e,this._size}add(e){let t=n(e.subject),o=n(e.predicate),a=n(e.object);const r=n(e.graph);let s=this._graphs[r];s||(s=this._graphs[r]={subjects:{},predicates:{},objects:{}},Object.freeze(s));const i=this._ids,d=this._entities;return t=i[t]||(i[d[++this._id]=t]=this._id),o=i[o]||(i[d[++this._id]=o]=this._id),a=i[a]||(i[d[++this._id]=a]=this._id),this._addToIndex(s.subjects,t,o,a),this._addToIndex(s.predicates,o,a,t),this._addToIndex(s.objects,a,t,o),this._setQuad(t,o,a,r,e),this._size=null,this}delete(e){let t=n(e.subject),o=n(e.predicate),a=n(e.object);const r=n(e.graph),s=this._ids,i=this._graphs;let d,l,w;if(!((t=s[t])&&(o=s[o])&&(a=s[a])&&(d=i[r])&&(l=d.subjects[t])&&(w=l[o])&&a in w))return this;for(t in this._removeFromIndex(d.subjects,t,o,a),this._removeFromIndex(d.predicates,o,a,t),this._removeFromIndex(d.objects,a,t,o),null!==this._size&&this._size--,this._deleteQuad(t,o,a,r),d.subjects)return this;return delete i[r],this}has(e){const o=n(e.subject),a=n(e.predicate),r=n(e.object),s=n(e.graph),i=this._graphs[s];if(!i)return!1;const d=this._ids;let l,w,h;return!(t(o)&&!(l=d[o])||t(a)&&!(w=d[a])||t(r)&&!(h=d[r]))&&1===this._countInIndex(i.objects,h,l,w)}match(e,t,n,o){return this._createDataset(this._match(e,t,n,o))}[Symbol.iterator](){return this._match()[Symbol.iterator]()}_addToIndex(e,t,n,o){const a=e[t]||(e[t]={}),r=a[n]||(a[n]={}),s=o in r;return s||(r[o]=null),!s}_removeFromIndex(e,t,n,o){const a=e[t],r=a[n];delete r[o];for(const e in r)return;delete a[n];for(const e in a)return;delete e[t]}_findInIndex(e,t,n,o,a,r,s,i,d,l){let w,h,c;t&&((w=e,e={})[t]=w[t]);for(const t in e)if(h=e[t],h){n&&((w=h,h={})[n]=w[n]);for(const e in h)if(c=h[e],c){const n=o?o in c?[o]:[]:Object.keys(c);for(let o=0;o<n.length;o++){const w={[a]:t,[r]:e,[s]:n[o]},h=this._getQuad(w.subject,w.predicate,w.object,i);if(l)l.push(h);else if(d(h))return!0}}}return l}_countInIndex(e,t,n,o){let a,r,s,i=0;t&&((a=e,e={})[t]=a[t]);for(const t in e)if(r=e[t],r){n&&((a=r,r={})[n]=a[n]);for(const e in r)s=r[e],s&&(o?o in s&&i++:i+=Object.keys(s).length)}return i}_getGraphs(e){return t(e)?{[e]:this._graphs[e]}:this._graphs}_match(e,o,a,r){e=e&&n(e),o=o&&n(o),a=a&&n(a),r=r&&n(r);const s=[],i=this._getGraphs(r),d=this._ids;let l,w,h,c;if(t(e)&&!(w=d[e])||t(o)&&!(h=d[o])||t(a)&&!(c=d[a]))return s;for(const e in i)l=i[e],l&&(w?c?this._findInIndex(l.objects,c,w,h,"object","subject","predicate",e,null,s):this._findInIndex(l.subjects,w,h,null,"subject","predicate","object",e,null,s):h?this._findInIndex(l.predicates,h,c,null,"predicate","object","subject",e,null,s):c?this._findInIndex(l.objects,c,null,null,"object","subject","predicate",e,null,s):this._findInIndex(l.subjects,null,null,null,"subject","predicate","object",e,null,s));return s}_getQuad(e,t,n,o){return this._quads.get(this._toId(e,t,n,o))}_setQuad(e,t,n,o,a){this._quads.set(this._toId(e,t,n,o),a)}_deleteQuad(e,t,n,o){this._quads.delete(this._toId(e,t,n,o))}_createDataset(e){return new this.constructor(e)}_toId(e,t,n,o){return`${e}:${t}:${n}:${o}`}}e.exports=r},6521:(e,t,n)=>{const o=n(8825),a=n(1963);e.exports=Object.assign({dataset:function(e){return new a(e)}},o)},3402:(e,t,n)=>{const o=n(8825),a={apply:(e,t,n)=>e(n[0]),get:(e,t)=>e(t)};e.exports=function(e,{factory:t=o}={}){const n=(n="")=>t.namedNode(`${e}${n.raw||n}`);return"undefined"==typeof Proxy?n:new Proxy(n,a)}},2635:(e,t,n)=>{const o=n(6083);function a(e){try{return o(e)}catch(e){return null}}class r{constructor(e){if(this.index=new Map,e)for(const t of e)this.add(t)}get size(){return this.index.size}add(e){const t=o(e);return this.index.has(t)||this.index.set(t,e),this}clear(){this.index.clear()}delete(e){return!!e&&this.index.delete(a(e))}entries(){return this.values().entries()}forEach(e,t){return this.values().forEach(e,t)}has(e){return!!e&&this.index.has(a(e))}values(){return new Set(this.index.values())}keys(){return this.values()}[Symbol.iterator](){return this.values()[Symbol.iterator]()}}e.exports=r},6083:(e,t,n)=>{const o=n(9360),a=n(8335),r=n(3457),s=n(4546),i=n(6648),d=n(4182),l=n(5296);e.exports=function e(t){if(!t)return null;if("BlankNode"===t.termType)return o(t);if("DefaultGraph"===t.termType)return r();if("Literal"===t.termType)return s(t);if("NamedNode"===t.termType)return i(t);if("Quad"===t.termType||t.subject&&t.predicate&&t.object&&t.graph)return d(t,e);if("Variable"===t.termType)return l(t);if(t[Symbol.iterator])return a(t,e);throw new Error(`unknown termType ${t.termType}`)}},9360:e=>{e.exports=function(e){return"_:"+e.value}},8335:e=>{e.exports=function(e,t){return[...e].map((e=>t(e))).join("\n")+"\n"}},3457:e=>{e.exports=function(){return""}},4546:(e,t,n)=>{const o=n(6648),a=/["\\\\\n\r]/,r=/["\\\\\n\r]/g,s={'"':'\\"',"\\":"\\\\","\n":"\\n","\r":"\\r"};function i(e){return s[e]}e.exports=function(e){const t=(n=e.value,a.test(n)?n.replace(r,i):n);var n;return"http://www.w3.org/2001/XMLSchema#string"===e.datatype.value?'"'+t+'"':"http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"===e.datatype.value?'"'+t+'"@'+e.language:'"'+t+'"^^'+o(e.datatype)}},6648:e=>{e.exports=function(e){return"<"+e.value+">"}},4182:e=>{e.exports=function(e,t){const n=t(e.subject),o=t(e.predicate),a=t(e.object),r=t(e.graph);return`${n} ${o} ${a} ${r?r+" ":""}.`}},5296:e=>{e.exports=function(e){return"?"+e.value}},8599:e=>{const{AbortController:t,AbortSignal:n}="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0;e.exports=t,e.exports.AbortSignal=n,e.exports.default=t},9742:(e,t)=>{t.byteLength=function(e){var t=i(e),n=t[0],o=t[1];return 3*(n+o)/4-o},t.toByteArray=function(e){var t,n,r=i(e),s=r[0],d=r[1],l=new a(function(e,t,n){return 3*(t+n)/4-n}(0,s,d)),w=0,h=d>0?s-4:s;for(n=0;n<h;n+=4)t=o[e.charCodeAt(n)]<<18|o[e.charCodeAt(n+1)]<<12|o[e.charCodeAt(n+2)]<<6|o[e.charCodeAt(n+3)],l[w++]=t>>16&255,l[w++]=t>>8&255,l[w++]=255&t;return 2===d&&(t=o[e.charCodeAt(n)]<<2|o[e.charCodeAt(n+1)]>>4,l[w++]=255&t),1===d&&(t=o[e.charCodeAt(n)]<<10|o[e.charCodeAt(n+1)]<<4|o[e.charCodeAt(n+2)]>>2,l[w++]=t>>8&255,l[w++]=255&t),l},t.fromByteArray=function(e){for(var t,o=e.length,a=o%3,r=[],s=16383,i=0,l=o-a;i<l;i+=s)r.push(d(e,i,i+s>l?l:i+s));return 1===a?(t=e[o-1],r.push(n[t>>2]+n[t<<4&63]+"==")):2===a&&(t=(e[o-2]<<8)+e[o-1],r.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"=")),r.join("")};for(var n=[],o=[],a="undefined"!=typeof Uint8Array?Uint8Array:Array,r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0;s<64;++s)n[s]=r[s],o[r.charCodeAt(s)]=s;function i(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function d(e,t,o){for(var a,r,s=[],i=t;i<o;i+=3)a=(e[i]<<16&16711680)+(e[i+1]<<8&65280)+(255&e[i+2]),s.push(n[(r=a)>>18&63]+n[r>>12&63]+n[r>>6&63]+n[63&r]);return s.join("")}o["-".charCodeAt(0)]=62,o["_".charCodeAt(0)]=63},8764:(e,t,n)=>{const o=n(9742),a=n(645),r="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=d,t.SlowBuffer=function(e){return+e!=e&&(e=0),d.alloc(+e)},t.INSPECT_MAX_BYTES=50;const s=2147483647;function i(e){if(e>s)throw new RangeError('The value "'+e+'" is invalid for option "size"');const t=new Uint8Array(e);return Object.setPrototypeOf(t,d.prototype),t}function d(e,t,n){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return h(e)}return l(e,t,n)}function l(e,t,n){if("string"==typeof e)return function(e,t){if("string"==typeof t&&""!==t||(t="utf8"),!d.isEncoding(t))throw new TypeError("Unknown encoding: "+t);const n=0|m(e,t);let o=i(n);const a=o.write(e,t);return a!==n&&(o=o.slice(0,a)),o}(e,t);if(ArrayBuffer.isView(e))return function(e){if(W(e,Uint8Array)){const t=new Uint8Array(e);return p(t.buffer,t.byteOffset,t.byteLength)}return c(e)}(e);if(null==e)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(W(e,ArrayBuffer)||e&&W(e.buffer,ArrayBuffer))return p(e,t,n);if("undefined"!=typeof SharedArrayBuffer&&(W(e,SharedArrayBuffer)||e&&W(e.buffer,SharedArrayBuffer)))return p(e,t,n);if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');const o=e.valueOf&&e.valueOf();if(null!=o&&o!==e)return d.from(o,t,n);const a=function(e){if(d.isBuffer(e)){const t=0|u(e.length),n=i(t);return 0===n.length||e.copy(n,0,0,t),n}return void 0!==e.length?"number"!=typeof e.length||X(e.length)?i(0):c(e):"Buffer"===e.type&&Array.isArray(e.data)?c(e.data):void 0}(e);if(a)return a;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return d.from(e[Symbol.toPrimitive]("string"),t,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function w(e){if("number"!=typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function h(e){return w(e),i(e<0?0:0|u(e))}function c(e){const t=e.length<0?0:0|u(e.length),n=i(t);for(let o=0;o<t;o+=1)n[o]=255&e[o];return n}function p(e,t,n){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(n||0))throw new RangeError('"length" is outside of buffer bounds');let o;return o=void 0===t&&void 0===n?new Uint8Array(e):void 0===n?new Uint8Array(e,t):new Uint8Array(e,t,n),Object.setPrototypeOf(o,d.prototype),o}function u(e){if(e>=s)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+s.toString(16)+" bytes");return 0|e}function m(e,t){if(d.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||W(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);const n=e.length,o=arguments.length>2&&!0===arguments[2];if(!o&&0===n)return 0;let a=!1;for(;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return G(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return H(e).length;default:if(a)return o?-1:G(e).length;t=(""+t).toLowerCase(),a=!0}}function g(e,t,n){let o=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return T(this,t,n);case"utf8":case"utf-8":return E(this,t,n);case"ascii":return I(this,t,n);case"latin1":case"binary":return R(this,t,n);case"base64":return S(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return A(this,t,n);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}function f(e,t,n){const o=e[t];e[t]=e[n],e[n]=o}function y(e,t,n,o,a){if(0===e.length)return-1;if("string"==typeof n?(o=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),X(n=+n)&&(n=a?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(a)return-1;n=e.length-1}else if(n<0){if(!a)return-1;n=0}if("string"==typeof t&&(t=d.from(t,o)),d.isBuffer(t))return 0===t.length?-1:v(e,t,n,o,a);if("number"==typeof t)return t&=255,"function"==typeof Uint8Array.prototype.indexOf?a?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):v(e,[t],n,o,a);throw new TypeError("val must be string, number or Buffer")}function v(e,t,n,o,a){let r,s=1,i=e.length,d=t.length;if(void 0!==o&&("ucs2"===(o=String(o).toLowerCase())||"ucs-2"===o||"utf16le"===o||"utf-16le"===o)){if(e.length<2||t.length<2)return-1;s=2,i/=2,d/=2,n/=2}function l(e,t){return 1===s?e[t]:e.readUInt16BE(t*s)}if(a){let o=-1;for(r=n;r<i;r++)if(l(e,r)===l(t,-1===o?0:r-o)){if(-1===o&&(o=r),r-o+1===d)return o*s}else-1!==o&&(r-=r-o),o=-1}else for(n+d>i&&(n=i-d),r=n;r>=0;r--){let n=!0;for(let o=0;o<d;o++)if(l(e,r+o)!==l(t,o)){n=!1;break}if(n)return r}return-1}function b(e,t,n,o){n=Number(n)||0;const a=e.length-n;o?(o=Number(o))>a&&(o=a):o=a;const r=t.length;let s;for(o>r/2&&(o=r/2),s=0;s<o;++s){const o=parseInt(t.substr(2*s,2),16);if(X(o))return s;e[n+s]=o}return s}function N(e,t,n,o){return J(G(t,e.length-n),e,n,o)}function x(e,t,n,o){return J(function(e){const t=[];for(let n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,o)}function _(e,t,n,o){return J(H(t),e,n,o)}function C(e,t,n,o){return J(function(e,t){let n,o,a;const r=[];for(let s=0;s<e.length&&!((t-=2)<0);++s)n=e.charCodeAt(s),o=n>>8,a=n%256,r.push(a),r.push(o);return r}(t,e.length-n),e,n,o)}function S(e,t,n){return 0===t&&n===e.length?o.fromByteArray(e):o.fromByteArray(e.slice(t,n))}function E(e,t,n){n=Math.min(e.length,n);const o=[];let a=t;for(;a<n;){const t=e[a];let r=null,s=t>239?4:t>223?3:t>191?2:1;if(a+s<=n){let n,o,i,d;switch(s){case 1:t<128&&(r=t);break;case 2:n=e[a+1],128==(192&n)&&(d=(31&t)<<6|63&n,d>127&&(r=d));break;case 3:n=e[a+1],o=e[a+2],128==(192&n)&&128==(192&o)&&(d=(15&t)<<12|(63&n)<<6|63&o,d>2047&&(d<55296||d>57343)&&(r=d));break;case 4:n=e[a+1],o=e[a+2],i=e[a+3],128==(192&n)&&128==(192&o)&&128==(192&i)&&(d=(15&t)<<18|(63&n)<<12|(63&o)<<6|63&i,d>65535&&d<1114112&&(r=d))}}null===r?(r=65533,s=1):r>65535&&(r-=65536,o.push(r>>>10&1023|55296),r=56320|1023&r),o.push(r),a+=s}return function(e){const t=e.length;if(t<=q)return String.fromCharCode.apply(String,e);let n="",o=0;for(;o<t;)n+=String.fromCharCode.apply(String,e.slice(o,o+=q));return n}(o)}t.kMaxLength=s,d.TYPED_ARRAY_SUPPORT=function(){try{const e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),42===e.foo()}catch(e){return!1}}(),d.TYPED_ARRAY_SUPPORT||"undefined"==typeof console||"function"!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(d.prototype,"parent",{enumerable:!0,get:function(){if(d.isBuffer(this))return this.buffer}}),Object.defineProperty(d.prototype,"offset",{enumerable:!0,get:function(){if(d.isBuffer(this))return this.byteOffset}}),d.poolSize=8192,d.from=function(e,t,n){return l(e,t,n)},Object.setPrototypeOf(d.prototype,Uint8Array.prototype),Object.setPrototypeOf(d,Uint8Array),d.alloc=function(e,t,n){return function(e,t,n){return w(e),e<=0?i(e):void 0!==t?"string"==typeof n?i(e).fill(t,n):i(e).fill(t):i(e)}(e,t,n)},d.allocUnsafe=function(e){return h(e)},d.allocUnsafeSlow=function(e){return h(e)},d.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==d.prototype},d.compare=function(e,t){if(W(e,Uint8Array)&&(e=d.from(e,e.offset,e.byteLength)),W(t,Uint8Array)&&(t=d.from(t,t.offset,t.byteLength)),!d.isBuffer(e)||!d.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;let n=e.length,o=t.length;for(let a=0,r=Math.min(n,o);a<r;++a)if(e[a]!==t[a]){n=e[a],o=t[a];break}return n<o?-1:o<n?1:0},d.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},d.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return d.alloc(0);let n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;const o=d.allocUnsafe(t);let a=0;for(n=0;n<e.length;++n){let t=e[n];if(W(t,Uint8Array))a+t.length>o.length?(d.isBuffer(t)||(t=d.from(t)),t.copy(o,a)):Uint8Array.prototype.set.call(o,t,a);else{if(!d.isBuffer(t))throw new TypeError('"list" argument must be an Array of Buffers');t.copy(o,a)}a+=t.length}return o},d.byteLength=m,d.prototype._isBuffer=!0,d.prototype.swap16=function(){const e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let t=0;t<e;t+=2)f(this,t,t+1);return this},d.prototype.swap32=function(){const e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let t=0;t<e;t+=4)f(this,t,t+3),f(this,t+1,t+2);return this},d.prototype.swap64=function(){const e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let t=0;t<e;t+=8)f(this,t,t+7),f(this,t+1,t+6),f(this,t+2,t+5),f(this,t+3,t+4);return this},d.prototype.toString=function(){const e=this.length;return 0===e?"":0===arguments.length?E(this,0,e):g.apply(this,arguments)},d.prototype.toLocaleString=d.prototype.toString,d.prototype.equals=function(e){if(!d.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===d.compare(this,e)},d.prototype.inspect=function(){let e="";const n=t.INSPECT_MAX_BYTES;return e=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(e+=" ... "),"<Buffer "+e+">"},r&&(d.prototype[r]=d.prototype.inspect),d.prototype.compare=function(e,t,n,o,a){if(W(e,Uint8Array)&&(e=d.from(e,e.offset,e.byteLength)),!d.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===o&&(o=0),void 0===a&&(a=this.length),t<0||n>e.length||o<0||a>this.length)throw new RangeError("out of range index");if(o>=a&&t>=n)return 0;if(o>=a)return-1;if(t>=n)return 1;if(this===e)return 0;let r=(a>>>=0)-(o>>>=0),s=(n>>>=0)-(t>>>=0);const i=Math.min(r,s),l=this.slice(o,a),w=e.slice(t,n);for(let e=0;e<i;++e)if(l[e]!==w[e]){r=l[e],s=w[e];break}return r<s?-1:s<r?1:0},d.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},d.prototype.indexOf=function(e,t,n){return y(this,e,t,n,!0)},d.prototype.lastIndexOf=function(e,t,n){return y(this,e,t,n,!1)},d.prototype.write=function(e,t,n,o){if(void 0===t)o="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)o=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t>>>=0,isFinite(n)?(n>>>=0,void 0===o&&(o="utf8")):(o=n,n=void 0)}const a=this.length-t;if((void 0===n||n>a)&&(n=a),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");o||(o="utf8");let r=!1;for(;;)switch(o){case"hex":return b(this,e,t,n);case"utf8":case"utf-8":return N(this,e,t,n);case"ascii":case"latin1":case"binary":return x(this,e,t,n);case"base64":return _(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return C(this,e,t,n);default:if(r)throw new TypeError("Unknown encoding: "+o);o=(""+o).toLowerCase(),r=!0}},d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const q=4096;function I(e,t,n){let o="";n=Math.min(e.length,n);for(let a=t;a<n;++a)o+=String.fromCharCode(127&e[a]);return o}function R(e,t,n){let o="";n=Math.min(e.length,n);for(let a=t;a<n;++a)o+=String.fromCharCode(e[a]);return o}function T(e,t,n){const o=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>o)&&(n=o);let a="";for(let o=t;o<n;++o)a+=K[e[o]];return a}function A(e,t,n){const o=e.slice(t,n);let a="";for(let e=0;e<o.length-1;e+=2)a+=String.fromCharCode(o[e]+256*o[e+1]);return a}function L(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function j(e,t,n,o,a,r){if(!d.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>a||t<r)throw new RangeError('"value" argument is out of bounds');if(n+o>e.length)throw new RangeError("Index out of range")}function P(e,t,n,o,a){V(t,o,a,e,n,7);let r=Number(t&BigInt(4294967295));e[n++]=r,r>>=8,e[n++]=r,r>>=8,e[n++]=r,r>>=8,e[n++]=r;let s=Number(t>>BigInt(32)&BigInt(4294967295));return e[n++]=s,s>>=8,e[n++]=s,s>>=8,e[n++]=s,s>>=8,e[n++]=s,n}function k(e,t,n,o,a){V(t,o,a,e,n,7);let r=Number(t&BigInt(4294967295));e[n+7]=r,r>>=8,e[n+6]=r,r>>=8,e[n+5]=r,r>>=8,e[n+4]=r;let s=Number(t>>BigInt(32)&BigInt(4294967295));return e[n+3]=s,s>>=8,e[n+2]=s,s>>=8,e[n+1]=s,s>>=8,e[n]=s,n+8}function O(e,t,n,o,a,r){if(n+o>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function D(e,t,n,o,r){return t=+t,n>>>=0,r||O(e,0,n,4),a.write(e,t,n,o,23,4),n+4}function $(e,t,n,o,r){return t=+t,n>>>=0,r||O(e,0,n,8),a.write(e,t,n,o,52,8),n+8}d.prototype.slice=function(e,t){const n=this.length;(e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t<e&&(t=e);const o=this.subarray(e,t);return Object.setPrototypeOf(o,d.prototype),o},d.prototype.readUintLE=d.prototype.readUIntLE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);let o=this[e],a=1,r=0;for(;++r<t&&(a*=256);)o+=this[e+r]*a;return o},d.prototype.readUintBE=d.prototype.readUIntBE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);let o=this[e+--t],a=1;for(;t>0&&(a*=256);)o+=this[e+--t]*a;return o},d.prototype.readUint8=d.prototype.readUInt8=function(e,t){return e>>>=0,t||L(e,1,this.length),this[e]},d.prototype.readUint16LE=d.prototype.readUInt16LE=function(e,t){return e>>>=0,t||L(e,2,this.length),this[e]|this[e+1]<<8},d.prototype.readUint16BE=d.prototype.readUInt16BE=function(e,t){return e>>>=0,t||L(e,2,this.length),this[e]<<8|this[e+1]},d.prototype.readUint32LE=d.prototype.readUInt32LE=function(e,t){return e>>>=0,t||L(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},d.prototype.readUint32BE=d.prototype.readUInt32BE=function(e,t){return e>>>=0,t||L(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},d.prototype.readBigUInt64LE=Y((function(e){U(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||z(e,this.length-8);const o=t+256*this[++e]+65536*this[++e]+this[++e]*2**24,a=this[++e]+256*this[++e]+65536*this[++e]+n*2**24;return BigInt(o)+(BigInt(a)<<BigInt(32))})),d.prototype.readBigUInt64BE=Y((function(e){U(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||z(e,this.length-8);const o=t*2**24+65536*this[++e]+256*this[++e]+this[++e],a=this[++e]*2**24+65536*this[++e]+256*this[++e]+n;return(BigInt(o)<<BigInt(32))+BigInt(a)})),d.prototype.readIntLE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);let o=this[e],a=1,r=0;for(;++r<t&&(a*=256);)o+=this[e+r]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*t)),o},d.prototype.readIntBE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);let o=t,a=1,r=this[e+--o];for(;o>0&&(a*=256);)r+=this[e+--o]*a;return a*=128,r>=a&&(r-=Math.pow(2,8*t)),r},d.prototype.readInt8=function(e,t){return e>>>=0,t||L(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},d.prototype.readInt16LE=function(e,t){e>>>=0,t||L(e,2,this.length);const n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},d.prototype.readInt16BE=function(e,t){e>>>=0,t||L(e,2,this.length);const n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},d.prototype.readInt32LE=function(e,t){return e>>>=0,t||L(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},d.prototype.readInt32BE=function(e,t){return e>>>=0,t||L(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},d.prototype.readBigInt64LE=Y((function(e){U(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||z(e,this.length-8);const o=this[e+4]+256*this[e+5]+65536*this[e+6]+(n<<24);return(BigInt(o)<<BigInt(32))+BigInt(t+256*this[++e]+65536*this[++e]+this[++e]*2**24)})),d.prototype.readBigInt64BE=Y((function(e){U(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||z(e,this.length-8);const o=(t<<24)+65536*this[++e]+256*this[++e]+this[++e];return(BigInt(o)<<BigInt(32))+BigInt(this[++e]*2**24+65536*this[++e]+256*this[++e]+n)})),d.prototype.readFloatLE=function(e,t){return e>>>=0,t||L(e,4,this.length),a.read(this,e,!0,23,4)},d.prototype.readFloatBE=function(e,t){return e>>>=0,t||L(e,4,this.length),a.read(this,e,!1,23,4)},d.prototype.readDoubleLE=function(e,t){return e>>>=0,t||L(e,8,this.length),a.read(this,e,!0,52,8)},d.prototype.readDoubleBE=function(e,t){return e>>>=0,t||L(e,8,this.length),a.read(this,e,!1,52,8)},d.prototype.writeUintLE=d.prototype.writeUIntLE=function(e,t,n,o){e=+e,t>>>=0,n>>>=0,o||j(this,e,t,n,Math.pow(2,8*n)-1,0);let a=1,r=0;for(this[t]=255&e;++r<n&&(a*=256);)this[t+r]=e/a&255;return t+n},d.prototype.writeUintBE=d.prototype.writeUIntBE=function(e,t,n,o){e=+e,t>>>=0,n>>>=0,o||j(this,e,t,n,Math.pow(2,8*n)-1,0);let a=n-1,r=1;for(this[t+a]=255&e;--a>=0&&(r*=256);)this[t+a]=e/r&255;return t+n},d.prototype.writeUint8=d.prototype.writeUInt8=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,1,255,0),this[t]=255&e,t+1},d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},d.prototype.writeBigUInt64LE=Y((function(e,t=0){return P(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),d.prototype.writeBigUInt64BE=Y((function(e,t=0){return k(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),d.prototype.writeIntLE=function(e,t,n,o){if(e=+e,t>>>=0,!o){const o=Math.pow(2,8*n-1);j(this,e,t,n,o-1,-o)}let a=0,r=1,s=0;for(this[t]=255&e;++a<n&&(r*=256);)e<0&&0===s&&0!==this[t+a-1]&&(s=1),this[t+a]=(e/r>>0)-s&255;return t+n},d.prototype.writeIntBE=function(e,t,n,o){if(e=+e,t>>>=0,!o){const o=Math.pow(2,8*n-1);j(this,e,t,n,o-1,-o)}let a=n-1,r=1,s=0;for(this[t+a]=255&e;--a>=0&&(r*=256);)e<0&&0===s&&0!==this[t+a+1]&&(s=1),this[t+a]=(e/r>>0)-s&255;return t+n},d.prototype.writeInt8=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},d.prototype.writeInt16LE=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},d.prototype.writeInt16BE=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},d.prototype.writeInt32LE=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,4,2147483647,-2147483648),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},d.prototype.writeInt32BE=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},d.prototype.writeBigInt64LE=Y((function(e,t=0){return P(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),d.prototype.writeBigInt64BE=Y((function(e,t=0){return k(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),d.prototype.writeFloatLE=function(e,t,n){return D(this,e,t,!0,n)},d.prototype.writeFloatBE=function(e,t,n){return D(this,e,t,!1,n)},d.prototype.writeDoubleLE=function(e,t,n){return $(this,e,t,!0,n)},d.prototype.writeDoubleBE=function(e,t,n){return $(this,e,t,!1,n)},d.prototype.copy=function(e,t,n,o){if(!d.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),o||0===o||(o=this.length),t>=e.length&&(t=e.length),t||(t=0),o>0&&o<n&&(o=n),o===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("sourceEnd out of bounds");o>this.length&&(o=this.length),e.length-t<o-n&&(o=e.length-t+n);const a=o-n;return this===e&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(t,n,o):Uint8Array.prototype.set.call(e,this.subarray(n,o),t),a},d.prototype.fill=function(e,t,n,o){if("string"==typeof e){if("string"==typeof t?(o=t,t=0,n=this.length):"string"==typeof n&&(o=n,n=this.length),void 0!==o&&"string"!=typeof o)throw new TypeError("encoding must be a string");if("string"==typeof o&&!d.isEncoding(o))throw new TypeError("Unknown encoding: "+o);if(1===e.length){const t=e.charCodeAt(0);("utf8"===o&&t<128||"latin1"===o)&&(e=t)}}else"number"==typeof e?e&=255:"boolean"==typeof e&&(e=Number(e));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;let a;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(a=t;a<n;++a)this[a]=e;else{const r=d.isBuffer(e)?e:d.from(e,o),s=r.length;if(0===s)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(a=0;a<n-t;++a)this[a+t]=r[a%s]}return this};const M={};function B(e,t,n){M[e]=class extends n{constructor(){super(),Object.defineProperty(this,"message",{value:t.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${e}]`,this.stack,delete this.name}get code(){return e}set code(e){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:e,writable:!0})}toString(){return`${this.name} [${e}]: ${this.message}`}}}function F(e){let t="",n=e.length;const o="-"===e[0]?1:0;for(;n>=o+4;n-=3)t=`_${e.slice(n-3,n)}${t}`;return`${e.slice(0,n)}${t}`}function V(e,t,n,o,a,r){if(e>n||e<t){const o="bigint"==typeof t?"n":"";let a;throw a=r>3?0===t||t===BigInt(0)?`>= 0${o} and < 2${o} ** ${8*(r+1)}${o}`:`>= -(2${o} ** ${8*(r+1)-1}${o}) and < 2 ** ${8*(r+1)-1}${o}`:`>= ${t}${o} and <= ${n}${o}`,new M.ERR_OUT_OF_RANGE("value",a,e)}!function(e,t,n){U(t,"offset"),void 0!==e[t]&&void 0!==e[t+n]||z(t,e.length-(n+1))}(o,a,r)}function U(e,t){if("number"!=typeof e)throw new M.ERR_INVALID_ARG_TYPE(t,"number",e)}function z(e,t,n){if(Math.floor(e)!==e)throw U(e,n),new M.ERR_OUT_OF_RANGE(n||"offset","an integer",e);if(t<0)throw new M.ERR_BUFFER_OUT_OF_BOUNDS;throw new M.ERR_OUT_OF_RANGE(n||"offset",`>= ${n?1:0} and <= ${t}`,e)}B("ERR_BUFFER_OUT_OF_BOUNDS",(function(e){return e?`${e} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"}),RangeError),B("ERR_INVALID_ARG_TYPE",(function(e,t){return`The "${e}" argument must be of type number. Received type ${typeof t}`}),TypeError),B("ERR_OUT_OF_RANGE",(function(e,t,n){let o=`The value of "${e}" is out of range.`,a=n;return Number.isInteger(n)&&Math.abs(n)>2**32?a=F(String(n)):"bigint"==typeof n&&(a=String(n),(n>BigInt(2)**BigInt(32)||n<-(BigInt(2)**BigInt(32)))&&(a=F(a)),a+="n"),o+=` It must be ${t}. Received ${a}`,o}),RangeError);const Q=/[^+/0-9A-Za-z-_]/g;function G(e,t){let n;t=t||1/0;const o=e.length;let a=null;const r=[];for(let s=0;s<o;++s){if(n=e.charCodeAt(s),n>55295&&n<57344){if(!a){if(n>56319){(t-=3)>-1&&r.push(239,191,189);continue}if(s+1===o){(t-=3)>-1&&r.push(239,191,189);continue}a=n;continue}if(n<56320){(t-=3)>-1&&r.push(239,191,189),a=n;continue}n=65536+(a-55296<<10|n-56320)}else a&&(t-=3)>-1&&r.push(239,191,189);if(a=null,n<128){if((t-=1)<0)break;r.push(n)}else if(n<2048){if((t-=2)<0)break;r.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;r.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;r.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return r}function H(e){return o.toByteArray(function(e){if((e=(e=e.split("=")[0]).trim().replace(Q,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function J(e,t,n,o){let a;for(a=0;a<o&&!(a+n>=t.length||a>=e.length);++a)t[a+n]=e[a];return a}function W(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function X(e){return e!=e}const K=function(){const e="0123456789abcdef",t=new Array(256);for(let n=0;n<16;++n){const o=16*n;for(let a=0;a<16;++a)t[o+a]=e[n]+e[a]}return t}();function Y(e){return"undefined"==typeof BigInt?Z:e}function Z(){throw new Error("BigInt not supported")}},5456:e=>{e.exports=function e(t){return null===t||"object"!=typeof t||null!=t.toJSON?JSON.stringify(t):Array.isArray(t)?"["+t.reduce(((t,n,o)=>t+(0===o?"":",")+e(void 0===n||"symbol"==typeof n?null:n)),"")+"]":"{"+Object.keys(t).sort().reduce(((n,o,a)=>void 0===t[o]||"symbol"==typeof t[o]?n:n+(0===n.length?"":",")+e(o)+":"+e(t[o])),"")+"}"}},5717:(e,t,n)=>{const o=n(2625);e.exports=function({dataset:e,graph:t,term:n,value:a,factory:r,_context:s}){return new o({dataset:e,graph:t,term:n,value:a,factory:r,_context:s})}},2625:(e,t,n)=>{const o=n(8825),a=n(6598),r=n(4277),s=n(1537),i=n(7424);class d{constructor({dataset:e,graph:t,term:n,value:s,factory:d=o,_context:l}){if(this.factory=d,this.namespace=a(d),l)return void(this._context=l);const w=n&&r(n)||s&&r(s)||[null];this._context=w.map((n=>new i({dataset:e,graph:t,value:n,factory:this.factory,namespace:this.namespace})))}get term(){const e=this.terms;if(1===e.length)return e[0]}get terms(){return this._context.map((e=>e.term)).filter(Boolean)}get value(){const e=this.term;return e&&e.value}get values(){return this.terms.map((e=>e.value))}get dataset(){const e=this.datasets;if(1===e.length)return e[0]}get datasets(){return this._context.map((e=>e.dataset)).filter(Boolean)}any(){return d.fromContext(this._context.map((e=>e.clone({}))))}isList(){return!(!this.term||!this.term.equals(this.namespace.nil)&&!this.out(this.namespace.first).term)}list(){if(this.terms.length>1)throw new Error("iterator over multiple terms is not supported");if(this.term){if("NamedNode"!==this.term.termType&&"BlankNode"!==this.term.termType)return null;if(!this.term.equals(this.namespace.nil)&&!this.out(this.namespace.first).term)return null}let e=this;return{[Symbol.iterator]:()=>({next:()=>{if(!e.term||e.term.equals(this.namespace.nil))return{done:!0};const t=e.out(this.namespace.first);if(t.terms.length>1)throw new Error(`Invalid list: multiple values for rdf:first on ${e.value}`);const n=e.out(this.namespace.rest);if(n.terms.length>1)throw new Error(`Invalid list: multiple values for rdf:rest on ${e.value}`);return e=n,{done:!1,value:t}}})}}toArray(){return this._context.map((e=>d.fromContext(e))).filter((e=>e.terms.some(Boolean)))}filter(e){const t=this._context.map((e=>d.fromContext(e)));return d.fromContext(this._context.filter(((n,o)=>e(d.fromContext(n),o,t))))}forEach(e){return this.toArray().forEach(e),this}map(e){return this.toArray().map(e)}toString(){return this.values.join()}node(e,{type:t,datatype:n,language:o}={}){const a=(e=this._toTermArray(e,t,n||o)||[null]).reduce(((e,t)=>e.concat(this._context.reduce(((e,n)=>e.concat([n.clone({value:t})])),[]))),[]);return d.fromContext(a)}blankNode(e){return this.node(e,{type:"BlankNode"})}literal(e,t){return this.node(e,{type:"Literal",datatype:t})}namedNode(e){return this.node(e,{type:"NamedNode"})}in(e){e=this._toTermArray(e);const t=this._context.reduce(((t,n)=>t.concat(n.in(e))),[]);return d.fromContext(t)}out(e,t={}){e=this._toTermArray(e);const n=this._context.reduce(((n,o)=>n.concat(o.out(e,t))),[]);return d.fromContext(n)}has(e,t){e=this._toTermArray(e),t=this._toTermArray(t);const n=this._context.reduce(((n,o)=>n.concat(o.has(e,t))),[]);return d.fromContext(n)}addIn(e,t,n){if(!e)throw new Error("predicate parameter is required");"function"==typeof t&&(n=t,t=null),e=this._toTermArray(e),t=this._toTermArray(t)||[this.factory.blankNode()];const o=this._context.map((n=>n.addIn(e,t)));return n&&d.fromContext(o).forEach(n),this}addOut(e,t,n){if(!e)throw new Error("predicate parameter is required");"function"==typeof t&&(n=t,t=null),e=this._toTermArray(e),t=this._toTermArray(t)||[this.factory.blankNode()];const o=this._context.map((n=>n.addOut(e,t)));return n&&d.fromContext(o).forEach(n),this}addList(e,t){if(!e||!t)throw new Error("predicate and items parameter is required");return e=this._toTermArray(e),t=this._toTermArray(t),this._context.forEach((n=>n.addList(e,t))),this}deleteIn(e,t){return e=this._toTermArray(e),t=this._toTermArray(t),this._context.forEach((n=>n.deleteIn(e,t))),this}deleteOut(e,t){return e=this._toTermArray(e),t=this._toTermArray(t),this._context.forEach((n=>n.deleteOut(e,t))),this}deleteList(e){if(!e)throw new Error("predicate parameter is required");return e=this._toTermArray(e),this._context.forEach((t=>t.deleteList(e))),this}_toTermArray(e,t,n){return s(e,t,n,this.factory)}static fromContext(e){return new d({_context:r(e),factory:e.factory})}}e.exports=d},7424:(e,t,n)=>{const o=n(6449),a=n(4277),{filterTaggedLiterals:r}=n(791);class s{constructor({dataset:e,graph:t,value:n,factory:a,namespace:r}){this.dataset=e,this.graph=t,this.factory=a,this.namespace=r,this.term=o(n,void 0,void 0,a)}clone({dataset:e=this.dataset,graph:t=this.graph,value:n,factory:o=this.factory,namespace:a=this.namespace}){return new s({dataset:e,graph:t,value:n,factory:o,namespace:a})}has(e,t){return this.matchProperty(a(this.term),e,t,a(this.graph),"subject").map((e=>this.clone({value:e})))}in(e){return this.matchProperty(null,e,a(this.term),a(this.graph),"subject").map((e=>this.clone({value:e})))}out(e,{language:t}={}){let n=this.matchProperty(a(this.term),e,null,a(this.graph),"object");return void 0!==t&&(n=r(n,{language:t})),n.map((e=>this.clone({value:e})))}addIn(e,t){const n=[];return this.term&&t.forEach((t=>{e.forEach((e=>{this.dataset.add(this.factory.quad(t,e,this.term,this.graph))})),n.push(this.clone({value:t}))})),n}addOut(e,t){const n=[];return this.term&&t.forEach((t=>{e.forEach((e=>{this.dataset.add(this.factory.quad(this.term,e,t,this.graph))})),n.push(this.clone({value:t}))})),n}addList(e,t){this.term&&e.forEach((e=>{const n=t.map((()=>this.factory.blankNode()));this.dataset.add(this.factory.quad(this.term,e,n[0]||this.namespace.nil,this.graph));for(let e=0;e<n.length;e++)this.dataset.add(this.factory.quad(n[e],this.namespace.first,t[e],this.graph)),this.dataset.add(this.factory.quad(n[e],this.namespace.rest,n[e+1]||this.namespace.nil,this.graph))}))}deleteIn(e,t){this.deleteMatch(t,e,a(this.term),a(this.graph))}deleteOut(e,t){this.deleteMatch(a(this.term),e,t,a(this.graph))}deleteList(e){e.forEach((e=>{for(const t of this.dataset.match(this.term,e))this.deleteItems(t)}))}deleteItems(e){let t=[e];for(;!t[t.length-1].object.equals(this.namespace.nil);){const e=t[t.length-1].object;t=t.concat([...this.dataset.match(e)])}t.forEach((e=>{this.dataset.delete(e)}))}match(e,t,n,o){if(!(e||t||n||o))return[...this.dataset];e=e||[null],t=t||[null],n=n||[null],o=o||[null];const a=[];for(const r of o)for(const o of e)for(const e of t)for(const t of n)for(const n of this.dataset.match(o,e,t,r))a.push(n);return a}matchProperty(e,t,n,o,a){return this.match(e,t,n,o).map((e=>e[a]))}deleteMatch(e,t,n,o){this.match(e,t,n,o).forEach((e=>{this.dataset.delete(e)}))}}e.exports=s},2394:(e,t,n)=>{const o=n(8825),a=n(6598),{xsd:r}=a(o);function s(e,t=o){return"boolean"!=typeof e?null:t.literal(e.toString(),r("boolean"))}function i(e,t=o){return"number"!=typeof e?null:Number.isInteger(e)?t.literal(e.toString(10),r("integer")):t.literal(e.toString(10),r("double"))}function d(e,t=o){return"string"!=typeof e?null:t.literal(e)}e.exports={booleanToLiteral:s,numberToLiteral:i,stringToLiteral:d,toLiteral:function(e,t=o){return s(e,t)||i(e,t)||d(e,t)}}},791:(e,t,n)=>{const o=n(8825),a=n(6598)(o);function r(e,t){const n="Literal"!==t.termType,o=a.langString.equals(t.datatype)||a.xsd.string.equals(t.datatype);if(n||!o)return e;const r=t.language.toLowerCase();return e.has(r)?e.get(r).push(t):e.set(r,[t]),e}e.exports={filterTaggedLiterals:function(e,{language:t}){const n="string"==typeof t?[t]:t,o=function(e){const t=e.reduce(r,new Map),n=[...t.entries()];return e=>{const o=e.toLowerCase();if("*"===o)return n[0]&&n[0][1];const a=t.get(o);if(a)return a;const r=n.find((([e])=>e.startsWith(o)));return r&&r[1]}}(e);return n.map(o).find(Boolean)||[]}}},6598:(e,t,n)=>{const o=n(3402);e.exports=e=>{const t=o("http://www.w3.org/2001/XMLSchema#",{factory:e}),n=o("http://www.w3.org/1999/02/22-rdf-syntax-ns#",{factory:e});return{first:n.first,nil:n.nil,rest:n.rest,langString:n.langString,xsd:t}}},6449:(e,t,n)=>{const{toLiteral:o}=n(2394);function a(e,t){if("string"!=typeof e)throw new Error("Named node must be an IRI string");return t.namedNode(e)}e.exports=function(e,t="Literal",n,r){if(e&&"object"==typeof e&&e.termType)return e;if(e&&"URL"===e.constructor.name)return a(e.toString(),r);if("BlankNode"===t)return function(e,t){if(e&&"string"!=typeof e)throw new Error("Blank node identifier must be a string");return t.blankNode(e)}(e,r);if(null!=e){if("Literal"===t)return function(e,t,n){if("string"==typeof e)return(t=t&&(t.value||t.toString()))&&-1!==t.indexOf(":")&&(t=n.namedNode(t)),n.literal(e.toString(),t);const a=o(e,n);if(!a)throw new Error("The value cannot be converted to a literal node");return a}(e,n,r);if("NamedNode"===t)return a(e,r);throw new Error("unknown type")}}},4277:e=>{e.exports=function(e,t){return null==e?t:Array.isArray(e)?e:"string"!=typeof e&&e[Symbol.iterator]?[...e]:[e]}},1537:(e,t,n)=>{const o=n(6449),a=n(4277);e.exports=function(e,t,n,r){return null!=e||t?(a(e)||[void 0]).reduce(((e,a)=>"object"==typeof a&&a.terms?e.concat(a.terms):(e.push(o(a,t,n,r)),e)),[]):e}},1227:(e,t,n)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let o=0,a=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(o++,"%c"===e&&(a=o))})),t.splice(a,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=n(2447)(t);const{formatters:o}=e.exports;o.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},2447:(e,t,n)=>{e.exports=function(e){function t(e){let n,a,r,s=null;function i(...e){if(!i.enabled)return;const o=i,a=Number(new Date),r=a-(n||a);o.diff=r,o.prev=n,o.curr=a,n=a,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let s=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((n,a)=>{if("%%"===n)return"%";s++;const r=t.formatters[a];if("function"==typeof r){const t=e[s];n=r.call(o,t),e.splice(s,1),s--}return n})),t.formatArgs.call(o,e),(o.log||t.log).apply(o,e)}return i.namespace=e,i.useColors=t.useColors(),i.color=t.selectColor(e),i.extend=o,i.destroy=t.destroy,Object.defineProperty(i,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==s?s:(a!==t.namespaces&&(a=t.namespaces,r=t.enabled(e)),r),set:e=>{s=e}}),"function"==typeof t.init&&t.init(i),i}function o(e,n){const o=t(this.namespace+(void 0===n?":":n)+e);return o.log=this.log,o}function a(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){const e=[...t.names.map(a),...t.skips.map(a).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const o=("string"==typeof e?e:"").split(/[\s,]+/),a=o.length;for(n=0;n<a;n++)o[n]&&("-"===(e=o[n].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.slice(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){if("*"===e[e.length-1])return!0;let n,o;for(n=0,o=t.skips.length;n<o;n++)if(t.skips[n].test(e))return!1;for(n=0,o=t.names.length;n<o;n++)if(t.names[n].test(e))return!0;return!1},t.humanize=n(7824),t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((n=>{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t<e.length;t++)n=(n<<5)-n+e.charCodeAt(t),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t}},7187:e=>{var t,n="object"==typeof Reflect?Reflect:null,o=n&&"function"==typeof n.apply?n.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};t=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var a=Number.isNaN||function(e){return e!=e};function r(){r.init.call(this)}e.exports=r,e.exports.once=function(e,t){return new Promise((function(n,o){function a(n){e.removeListener(t,r),o(n)}function r(){"function"==typeof e.removeListener&&e.removeListener("error",a),n([].slice.call(arguments))}m(e,t,r,{once:!0}),"error"!==t&&function(e,t,n){"function"==typeof e.on&&m(e,"error",t,{once:!0})}(e,a)}))},r.EventEmitter=r,r.prototype._events=void 0,r.prototype._eventsCount=0,r.prototype._maxListeners=void 0;var s=10;function i(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function d(e){return void 0===e._maxListeners?r.defaultMaxListeners:e._maxListeners}function l(e,t,n,o){var a,r,s,l;if(i(n),void 0===(r=e._events)?(r=e._events=Object.create(null),e._eventsCount=0):(void 0!==r.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),r=e._events),s=r[t]),void 0===s)s=r[t]=n,++e._eventsCount;else if("function"==typeof s?s=r[t]=o?[n,s]:[s,n]:o?s.unshift(n):s.push(n),(a=d(e))>0&&s.length>a&&!s.warned){s.warned=!0;var w=new Error("Possible EventEmitter memory leak detected. "+s.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");w.name="MaxListenersExceededWarning",w.emitter=e,w.type=t,w.count=s.length,l=w,console&&console.warn&&console.warn(l)}return e}function w(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function h(e,t,n){var o={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},a=w.bind(o);return a.listener=n,o.wrapFn=a,a}function c(e,t,n){var o=e._events;if(void 0===o)return[];var a=o[t];return void 0===a?[]:"function"==typeof a?n?[a.listener||a]:[a]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(a):u(a,a.length)}function p(e){var t=this._events;if(void 0!==t){var n=t[e];if("function"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function u(e,t){for(var n=new Array(t),o=0;o<t;++o)n[o]=e[o];return n}function m(e,t,n,o){if("function"==typeof e.on)o.once?e.once(t,n):e.on(t,n);else{if("function"!=typeof e.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e);e.addEventListener(t,(function a(r){o.once&&e.removeEventListener(t,a),n(r)}))}}Object.defineProperty(r,"defaultMaxListeners",{enumerable:!0,get:function(){return s},set:function(e){if("number"!=typeof e||e<0||a(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");s=e}}),r.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},r.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||a(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},r.prototype.getMaxListeners=function(){return d(this)},r.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var a="error"===e,r=this._events;if(void 0!==r)a=a&&void 0===r.error;else if(!a)return!1;if(a){var s;if(t.length>0&&(s=t[0]),s instanceof Error)throw s;var i=new Error("Unhandled error."+(s?" ("+s.message+")":""));throw i.context=s,i}var d=r[e];if(void 0===d)return!1;if("function"==typeof d)o(d,this,t);else{var l=d.length,w=u(d,l);for(n=0;n<l;++n)o(w[n],this,t)}return!0},r.prototype.addListener=function(e,t){return l(this,e,t,!1)},r.prototype.on=r.prototype.addListener,r.prototype.prependListener=function(e,t){return l(this,e,t,!0)},r.prototype.once=function(e,t){return i(t),this.on(e,h(this,e,t)),this},r.prototype.prependOnceListener=function(e,t){return i(t),this.prependListener(e,h(this,e,t)),this},r.prototype.removeListener=function(e,t){var n,o,a,r,s;if(i(t),void 0===(o=this._events))return this;if(void 0===(n=o[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete o[e],o.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(a=-1,r=n.length-1;r>=0;r--)if(n[r]===t||n[r].listener===t){s=n[r].listener,a=r;break}if(a<0)return this;0===a?n.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(n,a),1===n.length&&(o[e]=n[0]),void 0!==o.removeListener&&this.emit("removeListener",e,s||t)}return this},r.prototype.off=r.prototype.removeListener,r.prototype.removeAllListeners=function(e){var t,n,o;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete n[e]),this;if(0===arguments.length){var a,r=Object.keys(n);for(o=0;o<r.length;++o)"removeListener"!==(a=r[o])&&this.removeAllListeners(a);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=n[e]))this.removeListener(e,t);else if(void 0!==t)for(o=t.length-1;o>=0;o--)this.removeListener(e,t[o]);return this},r.prototype.listeners=function(e){return c(this,e,!0)},r.prototype.rawListeners=function(e){return c(this,e,!1)},r.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):p.call(e,t)},r.prototype.listenerCount=p,r.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},645:(e,t)=>{t.read=function(e,t,n,o,a){var r,s,i=8*a-o-1,d=(1<<i)-1,l=d>>1,w=-7,h=n?a-1:0,c=n?-1:1,p=e[t+h];for(h+=c,r=p&(1<<-w)-1,p>>=-w,w+=i;w>0;r=256*r+e[t+h],h+=c,w-=8);for(s=r&(1<<-w)-1,r>>=-w,w+=o;w>0;s=256*s+e[t+h],h+=c,w-=8);if(0===r)r=1-l;else{if(r===d)return s?NaN:1/0*(p?-1:1);s+=Math.pow(2,o),r-=l}return(p?-1:1)*s*Math.pow(2,r-o)},t.write=function(e,t,n,o,a,r){var s,i,d,l=8*r-a-1,w=(1<<l)-1,h=w>>1,c=23===a?Math.pow(2,-24)-Math.pow(2,-77):0,p=o?0:r-1,u=o?1:-1,m=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(i=isNaN(t)?1:0,s=w):(s=Math.floor(Math.log(t)/Math.LN2),t*(d=Math.pow(2,-s))<1&&(s--,d*=2),(t+=s+h>=1?c/d:c*Math.pow(2,1-h))*d>=2&&(s++,d/=2),s+h>=w?(i=0,s=w):s+h>=1?(i=(t*d-1)*Math.pow(2,a),s+=h):(i=t*Math.pow(2,h-1)*Math.pow(2,a),s=0));a>=8;e[n+p]=255&i,p+=u,i/=256,a-=8);for(s=s<<a|i,l+=a;l>0;e[n+p]=255&s,p+=u,s/=256,l-=8);e[n+p-u]|=128*m}},8058:(e,t,n)=>{const{isArray:o,isObject:a,isString:r}=n(832),{asArray:s}=n(1055),{prependBase:i}=n(2278),d=n(4093),l=n(6767);function w(e){throw new d("Invalid JSON-LD syntax; @context must be an object.","jsonld.SyntaxError",{code:"invalid local context",context:e})}function h({context:e,base:t}){if(!e)return;const n=e["@context"];if(r(n))e["@context"]=i(t,n);else if(o(n))for(let e=0;e<n.length;++e){const o=n[e];r(o)?n[e]=i(t,o):a(o)&&h({context:{"@context":o},base:t})}else if(a(n))for(const e in n)h({context:n[e],base:t})}e.exports=class{constructor({sharedCache:e}){this.perOpCache=new Map,this.sharedCache=e}async resolve({activeCtx:e,context:t,documentLoader:n,base:i,cycles:d=new Set}){t&&a(t)&&t["@context"]&&(t=t["@context"]),t=s(t);const h=[];for(const s of t){if(r(s)){let t=this._get(s);t||(t=await this._resolveRemoteContext({activeCtx:e,url:s,documentLoader:n,base:i,cycles:d})),o(t)?h.push(...t):h.push(t);continue}if(null===s){h.push(new l({document:null}));continue}a(s)||w(t);const c=JSON.stringify(s);let p=this._get(c);p||(p=new l({document:s}),this._cacheResolvedContext({key:c,resolved:p,tag:"static"})),h.push(p)}return h}_get(e){let t=this.perOpCache.get(e);if(!t){const n=this.sharedCache.get(e);n&&(t=n.get("static"),t&&this.perOpCache.set(e,t))}return t}_cacheResolvedContext({key:e,resolved:t,tag:n}){if(this.perOpCache.set(e,t),void 0!==n){let o=this.sharedCache.get(e);o||(o=new Map,this.sharedCache.set(e,o)),o.set(n,t)}return t}async _resolveRemoteContext({activeCtx:e,url:t,documentLoader:n,base:o,cycles:a}){t=i(o,t);const{context:r,remoteDoc:s}=await this._fetchContext({activeCtx:e,url:t,documentLoader:n,cycles:a});h({context:r,base:o=s.documentUrl||t});const d=await this.resolve({activeCtx:e,context:r,documentLoader:n,base:o,cycles:a});return this._cacheResolvedContext({key:t,resolved:d,tag:s.tag}),d}async _fetchContext({activeCtx:e,url:t,documentLoader:n,cycles:s}){if(s.size>10)throw new d("Maximum number of @context URLs exceeded.","jsonld.ContextUrlError",{code:"json-ld-1.0"===e.processingMode?"loading remote context failed":"context overflow",max:10});if(s.has(t))throw new d("Cyclical @context URLs detected.","jsonld.ContextUrlError",{code:"json-ld-1.0"===e.processingMode?"recursive context inclusion":"context overflow",url:t});let i,l;s.add(t);try{l=await n(t),i=l.document||null,r(i)&&(i=JSON.parse(i))}catch(e){throw new d("Dereferencing a URL did not result in a valid JSON-LD object. Possible causes are an inaccessible URL perhaps due to a same-origin policy (ensure the server uses CORS if you are using client-side JavaScript), too many redirects, a non-JSON response, or more than one HTTP Link Header was provided for a remote context.","jsonld.InvalidUrl",{code:"loading remote context failed",url:t,cause:e})}if(!a(i))throw new d("Dereferencing a URL did not result in a JSON object. The response was valid JSON, but it was not a JSON object.","jsonld.InvalidUrl",{code:"invalid remote context",url:t});return i="@context"in i?{"@context":i["@context"]}:{"@context":{}},l.contextUrl&&(o(i["@context"])||(i["@context"]=[i["@context"]]),i["@context"].push(l.contextUrl)),{context:i,remoteDoc:l}}}},4093:e=>{e.exports=class extends Error{constructor(e="An unspecified JSON-LD error occurred.",t="jsonld.Error",n={}){super(e),this.name=t,this.message=e,this.details=n}}},731:e=>{e.exports=e=>{class t{toString(){return"[object JsonLdProcessor]"}}return Object.defineProperty(t,"prototype",{writable:!1,enumerable:!1}),Object.defineProperty(t.prototype,"constructor",{writable:!0,enumerable:!1,configurable:!0,value:t}),t.compact=function(t,n){return arguments.length<2?Promise.reject(new TypeError("Could not compact, too few arguments.")):e.compact(t,n)},t.expand=function(t){return arguments.length<1?Promise.reject(new TypeError("Could not expand, too few arguments.")):e.expand(t)},t.flatten=function(t){return arguments.length<1?Promise.reject(new TypeError("Could not flatten, too few arguments.")):e.flatten(t)},t}},9048:(e,t,n)=>{e.exports=n(7055).NQuads},533:e=>{e.exports=class{constructor(){this._requests={}}wrapLoader(e){const t=this;return t._loader=e,function(){return t.add.apply(t,arguments)}}async add(e){let t=this._requests[e];if(t)return Promise.resolve(t);t=this._requests[e]=this._loader(e);try{return await t}finally{delete this._requests[e]}}}},6767:(e,t,n)=>{const o=n(9593);e.exports=class{constructor({document:e}){this.document=e,this.cache=new o({max:10})}getProcessed(e){return this.cache.get(e)}setProcessed(e,t){this.cache.set(e,t)}}},3251:(e,t,n)=>{const o=n(4093),{isArray:a,isObject:r,isString:s,isUndefined:i}=n(832),{isList:d,isValue:l,isGraph:w,isSimpleGraph:h,isSubjectReference:c}=n(8463),{expandIri:p,getContextValue:u,isKeyword:m,process:g,processingMode:f}=n(4131),{removeBase:y,prependBase:v}=n(2278),{REGEX_KEYWORD:b,addValue:N,asArray:x,compareShortestLeast:_}=n(1055),C={};function S(e,t,n){if("@nest"!==p(e,t,{vocab:!0},n))throw new o("JSON-LD compact error; nested property must have an @nest value resolving to @nest.","jsonld.SyntaxError",{code:"invalid @nest value"})}e.exports=C,C.compact=async({activeCtx:e,activeProperty:t=null,element:n,options:p={}})=>{if(a(n)){let o=[];for(let a=0;a<n.length;++a){const r=await C.compact({activeCtx:e,activeProperty:t,element:n[a],options:p});null!==r&&o.push(r)}return p.compactArrays&&1===o.length&&0===(u(e,t,"@container")||[]).length&&(o=o[0]),o}const y=u(e,t,"@context");if(i(y)||(e=await g({activeCtx:e,localCtx:y,propagate:!0,overrideProtected:!0,options:p})),r(n)){if(p.link&&"@id"in n&&p.link.hasOwnProperty(n["@id"])){const e=p.link[n["@id"]];for(let t=0;t<e.length;++t)if(e[t].expanded===n)return e[t].compacted}if(l(n)||c(n)){const o=C.compactValue({activeCtx:e,activeProperty:t,value:n,options:p});return p.link&&c(n)&&(p.link.hasOwnProperty(n["@id"])||(p.link[n["@id"]]=[]),p.link[n["@id"]].push({expanded:n,compacted:o})),o}if(d(n)&&(u(e,t,"@container")||[]).includes("@list"))return C.compact({activeCtx:e,activeProperty:t,element:n["@list"],options:p});const y="@reverse"===t,v={},b=e;l(n)||c(n)||(e=e.revertToPreviousContext());const _=u(b,t,"@context");i(_)||(e=await g({activeCtx:e,localCtx:_,propagate:!0,overrideProtected:!0,options:p})),p.link&&"@id"in n&&(p.link.hasOwnProperty(n["@id"])||(p.link[n["@id"]]=[]),p.link[n["@id"]].push({expanded:n,compacted:v}));let E=n["@type"]||[];E.length>1&&(E=Array.from(E).sort());const q=e;for(const t of E){const n=C.compactIri({activeCtx:q,iri:t,relativeTo:{vocab:!0}}),o=u(b,n,"@context");i(o)||(e=await g({activeCtx:e,localCtx:o,options:p,propagate:!1}))}const I=Object.keys(n).sort();for(const i of I){const c=n[i];if("@id"!==i)if("@type"!==i)if("@reverse"!==i)if("@preserve"!==i)if("@index"!==i)if("@graph"!==i&&"@list"!==i&&"@included"!==i&&m(i)){const t=C.compactIri({activeCtx:e,iri:i,relativeTo:{vocab:!0}});N(v,t,c)}else{if(!a(c))throw new o("JSON-LD expansion error; expanded value must be an array.","jsonld.SyntaxError");if(0===c.length){const t=C.compactIri({activeCtx:e,iri:i,value:c,relativeTo:{vocab:!0},reverse:y}),n=e.mappings.has(t)?e.mappings.get(t)["@nest"]:null;let o=v;n&&(S(e,n,p),r(v[n])||(v[n]={}),o=v[n]),N(o,t,c,{propertyIsArray:!0})}for(const t of c){const n=C.compactIri({activeCtx:e,iri:i,value:t,relativeTo:{vocab:!0},reverse:y}),o=e.mappings.has(n)?e.mappings.get(n)["@nest"]:null;let c=v;o&&(S(e,o,p),r(v[o])||(v[o]={}),c=v[o]);const m=u(e,n,"@container")||[],g=w(t),f=d(t);let b;f?b=t["@list"]:g&&(b=t["@graph"]);let _=await C.compact({activeCtx:e,activeProperty:n,element:f||g?b:t,options:p});if(f){if(a(_)||(_=[_]),m.includes("@list")){N(c,n,_,{valueIsArray:!0,allowDuplicate:!0});continue}_={[C.compactIri({activeCtx:e,iri:"@list",relativeTo:{vocab:!0}})]:_},"@index"in t&&(_[C.compactIri({activeCtx:e,iri:"@index",relativeTo:{vocab:!0}})]=t["@index"])}if(g)if(m.includes("@graph")&&(m.includes("@id")||m.includes("@index")&&h(t))){let o;c.hasOwnProperty(n)?o=c[n]:c[n]=o={};const a=(m.includes("@id")?t["@id"]:t["@index"])||C.compactIri({activeCtx:e,iri:"@none",relativeTo:{vocab:!0}});N(o,a,_,{propertyIsArray:!p.compactArrays||m.includes("@set")})}else m.includes("@graph")&&h(t)?(a(_)&&_.length>1&&(_={"@included":_}),N(c,n,_,{propertyIsArray:!p.compactArrays||m.includes("@set")})):(a(_)&&1===_.length&&p.compactArrays&&(_=_[0]),_={[C.compactIri({activeCtx:e,iri:"@graph",relativeTo:{vocab:!0}})]:_},"@id"in t&&(_[C.compactIri({activeCtx:e,iri:"@id",relativeTo:{vocab:!0}})]=t["@id"]),"@index"in t&&(_[C.compactIri({activeCtx:e,iri:"@index",relativeTo:{vocab:!0}})]=t["@index"]),N(c,n,_,{propertyIsArray:!p.compactArrays||m.includes("@set")}));else if(m.includes("@language")||m.includes("@index")||m.includes("@id")||m.includes("@type")){let o,a;if(c.hasOwnProperty(n)?o=c[n]:c[n]=o={},m.includes("@language"))l(_)&&(_=_["@value"]),a=t["@language"];else if(m.includes("@index")){const o=u(e,n,"@index")||"@index",r=C.compactIri({activeCtx:e,iri:o,relativeTo:{vocab:!0}});if("@index"===o)a=t["@index"],delete _[r];else{let e;if([a,...e]=x(_[o]||[]),s(a))switch(e.length){case 0:delete _[o];break;case 1:_[o]=e[0];break;default:_[o]=e}else a=null}}else if(m.includes("@id")){const t=C.compactIri({activeCtx:e,iri:"@id",relativeTo:{vocab:!0}});a=_[t],delete _[t]}else if(m.includes("@type")){const o=C.compactIri({activeCtx:e,iri:"@type",relativeTo:{vocab:!0}});let r;switch([a,...r]=x(_[o]||[]),r.length){case 0:delete _[o];break;case 1:_[o]=r[0];break;default:_[o]=r}1===Object.keys(_).length&&"@id"in t&&(_=await C.compact({activeCtx:e,activeProperty:n,element:{"@id":t["@id"]},options:p}))}a||(a=C.compactIri({activeCtx:e,iri:"@none",relativeTo:{vocab:!0}})),N(o,a,_,{propertyIsArray:m.includes("@set")})}else{const e=!p.compactArrays||m.includes("@set")||m.includes("@list")||a(_)&&0===_.length||"@list"===i||"@graph"===i;N(c,n,_,{propertyIsArray:e})}}}else{if((u(e,t,"@container")||[]).includes("@index"))continue;const n=C.compactIri({activeCtx:e,iri:i,relativeTo:{vocab:!0}});N(v,n,c)}else{const n=await C.compact({activeCtx:e,activeProperty:t,element:c,options:p});a(n)&&0===n.length||N(v,i,n)}else{const t=await C.compact({activeCtx:e,activeProperty:"@reverse",element:c,options:p});for(const n in t)if(e.mappings.has(n)&&e.mappings.get(n).reverse){const o=t[n],a=(u(e,n,"@container")||[]).includes("@set")||!p.compactArrays;N(v,n,o,{propertyIsArray:a}),delete t[n]}if(Object.keys(t).length>0){const n=C.compactIri({activeCtx:e,iri:i,relativeTo:{vocab:!0}});N(v,n,t)}}else{let t=x(c).map((e=>C.compactIri({activeCtx:b,iri:e,relativeTo:{vocab:!0}})));1===t.length&&(t=t[0]);const n=C.compactIri({activeCtx:e,iri:"@type",relativeTo:{vocab:!0}}),o=(u(e,n,"@container")||[]).includes("@set")&&f(e,1.1)||a(t)&&0===c.length;N(v,n,t,{propertyIsArray:o})}else{let t=x(c).map((t=>C.compactIri({activeCtx:e,iri:t,relativeTo:{vocab:!1},base:p.base})));1===t.length&&(t=t[0]),v[C.compactIri({activeCtx:e,iri:"@id",relativeTo:{vocab:!0}})]=t}}return v}return n},C.compactIri=({activeCtx:e,iri:t,value:n=null,relativeTo:a={vocab:!1},reverse:s=!1,base:i=null})=>{if(null===t)return t;e.isPropertyTermScoped&&e.previousContext&&(e=e.previousContext);const h=e.getInverse();if(m(t)&&t in h&&"@none"in h[t]&&"@type"in h[t]["@none"]&&"@none"in h[t]["@none"]["@type"])return h[t]["@none"]["@type"]["@none"];if(a.vocab&&t in h){const o=e["@language"]||"@none",a=[];r(n)&&"@index"in n&&!("@graph"in n)&&a.push("@index","@index@set"),r(n)&&"@preserve"in n&&(n=n["@preserve"][0]),w(n)?("@index"in n&&a.push("@graph@index","@graph@index@set","@index","@index@set"),"@id"in n&&a.push("@graph@id","@graph@id@set"),a.push("@graph","@graph@set","@set"),"@index"in n||a.push("@graph@index","@graph@index@set","@index","@index@set"),"@id"in n||a.push("@graph@id","@graph@id@set")):r(n)&&!l(n)&&a.push("@id","@id@set","@type","@set@type");let i="@language",h="@null";if(s)i="@type",h="@reverse",a.push("@set");else if(d(n)){"@index"in n||a.push("@list");const e=n["@list"];if(0===e.length)i="@any",h="@none";else{let t=0===e.length?o:null,n=null;for(let o=0;o<e.length;++o){const a=e[o];let r="@none",s="@none";if(l(a)?"@direction"in a?r=`${(a["@language"]||"").toLowerCase()}_${a["@direction"]}`:"@language"in a?r=a["@language"].toLowerCase():"@type"in a?s=a["@type"]:r="@null":s="@id",null===t?t=r:r!==t&&l(a)&&(t="@none"),null===n?n=s:s!==n&&(n="@none"),"@none"===t&&"@none"===n)break}t=t||"@none",n=n||"@none","@none"!==n?(i="@type",h=n):h=t}}else{if(l(n))if("@language"in n&&!("@index"in n)){a.push("@language","@language@set"),h=n["@language"];const e=n["@direction"];e&&(h=`${h}_${e}`)}else"@direction"in n&&!("@index"in n)?h=`_${n["@direction"]}`:"@type"in n&&(i="@type",h=n["@type"]);else i="@type",h="@id";a.push("@set")}a.push("@none"),r(n)&&!("@index"in n)&&a.push("@index","@index@set"),l(n)&&1===Object.keys(n).length&&a.push("@language","@language@set");const c=function(e,t,n,o,a,s){null===s&&(s="@null");const i=[];if(("@id"===s||"@reverse"===s)&&r(n)&&"@id"in n){"@reverse"===s&&i.push("@reverse");const t=C.compactIri({activeCtx:e,iri:n["@id"],relativeTo:{vocab:!0}});e.mappings.has(t)&&e.mappings.get(t)&&e.mappings.get(t)["@id"]===n["@id"]?i.push.apply(i,["@vocab","@id"]):i.push.apply(i,["@id","@vocab"])}else{i.push(s);const e=i.find((e=>e.includes("_")));e&&i.push(e.replace(/^[^_]+_/,"_"))}i.push("@none");const d=e.inverse[t];for(const e of o){if(!(e in d))continue;const t=d[e][a];for(const e of i)if(e in t)return t[e]}return null}(e,t,n,a,i,h);if(null!==c)return c}if(a.vocab&&"@vocab"in e){const n=e["@vocab"];if(0===t.indexOf(n)&&t!==n){const o=t.substr(n.length);if(!e.mappings.has(o))return o}}let c=null;const p=[];let u=e.fastCurieMap;const g=t.length-1;for(let e=0;e<g&&t[e]in u;++e)u=u[t[e]],""in u&&p.push(u[""][0]);for(let o=p.length-1;o>=0;--o){const a=p[o],r=a.terms;for(const o of r){const r=o+":"+t.substr(a.iri.length);e.mappings.get(o)._prefix&&(!e.mappings.has(r)||null===n&&e.mappings.get(r)["@id"]===t)&&(null===c||_(r,c)<0)&&(c=r)}}if(null!==c)return c;for(const[n,a]of e.mappings)if(a&&a._prefix&&t.startsWith(n+":"))throw new o(`Absolute IRI "${t}" confused with prefix "${n}".`,"jsonld.SyntaxError",{code:"IRI confused with prefix",context:e});if(!a.vocab){if("@base"in e){if(e["@base"]){const n=y(v(i,e["@base"]),t);return b.test(n)?`./${n}`:n}return t}return y(i,t)}return t},C.compactValue=({activeCtx:e,activeProperty:t,value:n,options:o})=>{if(l(n)){const o=u(e,t,"@type"),a=u(e,t,"@language"),r=u(e,t,"@direction"),i=u(e,t,"@container")||[],d="@index"in n&&!i.includes("@index");if(!d&&"@none"!==o){if(n["@type"]===o)return n["@value"];if("@language"in n&&n["@language"]===a&&"@direction"in n&&n["@direction"]===r)return n["@value"];if("@language"in n&&n["@language"]===a)return n["@value"];if("@direction"in n&&n["@direction"]===r)return n["@value"]}const l=Object.keys(n).length,w=1===l||2===l&&"@index"in n&&!d,h="@language"in e,c=s(n["@value"]),p=e.mappings.has(t)&&null===e.mappings.get(t)["@language"];if(w&&"@none"!==o&&(!h||!c||p))return n["@value"];const m={};return d&&(m[C.compactIri({activeCtx:e,iri:"@index",relativeTo:{vocab:!0}})]=n["@index"]),"@type"in n?m[C.compactIri({activeCtx:e,iri:"@type",relativeTo:{vocab:!0}})]=C.compactIri({activeCtx:e,iri:n["@type"],relativeTo:{vocab:!0}}):"@language"in n&&(m[C.compactIri({activeCtx:e,iri:"@language",relativeTo:{vocab:!0}})]=n["@language"]),"@direction"in n&&(m[C.compactIri({activeCtx:e,iri:"@direction",relativeTo:{vocab:!0}})]=n["@direction"]),m[C.compactIri({activeCtx:e,iri:"@value",relativeTo:{vocab:!0}})]=n["@value"],m}const a=p(e,t,{vocab:!0},o),r=u(e,t,"@type"),i=C.compactIri({activeCtx:e,iri:n["@id"],relativeTo:{vocab:"@vocab"===r},base:o.base});return"@id"===r||"@vocab"===r||"@graph"===a?i:{[C.compactIri({activeCtx:e,iri:"@id",relativeTo:{vocab:!0}})]:i}}},3770:e=>{const t="http://www.w3.org/1999/02/22-rdf-syntax-ns#",n="http://www.w3.org/2001/XMLSchema#";e.exports={LINK_HEADER_REL:"http://www.w3.org/ns/json-ld#context",LINK_HEADER_CONTEXT:"http://www.w3.org/ns/json-ld#context",RDF:t,RDF_LIST:t+"List",RDF_FIRST:t+"first",RDF_REST:t+"rest",RDF_NIL:t+"nil",RDF_TYPE:t+"type",RDF_PLAIN_LITERAL:t+"PlainLiteral",RDF_XML_LITERAL:t+"XMLLiteral",RDF_JSON_LITERAL:t+"JSON",RDF_OBJECT:t+"object",RDF_LANGSTRING:t+"langString",XSD:n,XSD_BOOLEAN:n+"boolean",XSD_DOUBLE:n+"double",XSD_INTEGER:n+"integer",XSD_STRING:n+"string"}},4131:(e,t,n)=>{const o=n(1055),a=n(4093),{isArray:r,isObject:s,isString:i,isUndefined:d}=n(832),{isAbsolute:l,isRelative:w,prependBase:h}=n(2278),{handleEvent:c}=n(1696),{REGEX_BCP47:p,REGEX_KEYWORD:u,asArray:m,compareShortestLeast:g}=n(1055),f=new Map,y={};function v(e,t,n,o,a,r){if(null===t||!i(t)||y.isKeyword(t))return t;if(t.match(u))return null;if(o&&o.hasOwnProperty(t)&&!0!==a.get(t)&&y.createTermDefinition({activeCtx:e,localCtx:o,term:t,defined:a,options:r}),(n=n||{}).vocab){const n=e.mappings.get(t);if(null===n)return null;if(s(n)&&"@id"in n)return n["@id"]}const d=t.indexOf(":");if(d>0){const n=t.substr(0,d),s=t.substr(d+1);if("_"===n||0===s.indexOf("//"))return t;o&&o.hasOwnProperty(n)&&y.createTermDefinition({activeCtx:e,localCtx:o,term:n,defined:a,options:r});const i=e.mappings.get(n);if(i&&i._prefix)return i["@id"]+s;if(l(t))return t}if(n.vocab&&"@vocab"in e)t=e["@vocab"]+t;else if(n.base){let n,o;"@base"in e?e["@base"]?(o=h(r.base,e["@base"]),n=h(o,t)):(o=e["@base"],n=t):(o=r.base,n=h(r.base,t)),t=n}return t}function b(e,t){if(!e||"object"!=typeof e||!t||"object"!=typeof t)return e===t;const n=Array.isArray(e);if(n!==Array.isArray(t))return!1;if(n){if(e.length!==t.length)return!1;for(let n=0;n<e.length;++n)if(!b(e[n],t[n]))return!1;return!0}const o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(const n in e){let o=e[n],a=t[n];if("@container"===n&&Array.isArray(o)&&Array.isArray(a)&&(o=o.slice().sort(),a=a.slice().sort()),!b(o,a))return!1}return!0}e.exports=y,y.process=async({activeCtx:e,localCtx:t,options:n,propagate:o=!0,overrideProtected:d=!1,cycles:u=new Set})=>{if(s(t)&&"@context"in t&&r(t["@context"])&&(t=t["@context"]),0===m(t).length)return e;const g=[],f=[({event:e,next:t})=>{g.push(e),t()}];n.eventHandler&&f.push(n.eventHandler);const b=n;n={...n,eventHandler:f};const N=await n.contextResolver.resolve({activeCtx:e,context:t,documentLoader:n.documentLoader,base:n.base});s(N[0].document)&&"boolean"==typeof N[0].document["@propagate"]&&(o=N[0].document["@propagate"]);let x=e;o||x.previousContext||(x=x.clone(),x.previousContext=e);for(const o of N){let{document:r}=o;if(e=x,null===r){if(!d&&0!==Object.keys(e.protected).length)throw new a("Tried to nullify a context with protected terms outside of a term definition.","jsonld.SyntaxError",{code:"invalid context nullification"});x=e=y.getInitialContext(n).clone();continue}const m=o.getProcessed(e);if(m){if(b.eventHandler)for(const e of m.events)c({event:e,options:b});x=e=m.context;continue}if(s(r)&&"@context"in r&&(r=r["@context"]),!s(r))throw new a("Invalid JSON-LD syntax; @context must be an object.","jsonld.SyntaxError",{code:"invalid local context",context:r});x=x.clone();const f=new Map;if("@version"in r){if(1.1!==r["@version"])throw new a("Unsupported JSON-LD version: "+r["@version"],"jsonld.UnsupportedVersion",{code:"invalid @version value",context:r});if(e.processingMode&&"json-ld-1.0"===e.processingMode)throw new a("@version: "+r["@version"]+" not compatible with "+e.processingMode,"jsonld.ProcessingModeConflict",{code:"processing mode conflict",context:r});x.processingMode="json-ld-1.1",x["@version"]=r["@version"],f.set("@version",!0)}if(x.processingMode=x.processingMode||e.processingMode,"@base"in r){let e=r["@base"];if(null===e||l(e));else{if(!w(e))throw new a('Invalid JSON-LD syntax; the value of "@base" in a @context must be an absolute IRI, a relative IRI, or null.',"jsonld.SyntaxError",{code:"invalid base IRI",context:r});e=h(x["@base"],e)}x["@base"]=e,f.set("@base",!0)}if("@vocab"in r){const e=r["@vocab"];if(null===e)delete x["@vocab"];else{if(!i(e))throw new a('Invalid JSON-LD syntax; the value of "@vocab" in a @context must be a string or null.',"jsonld.SyntaxError",{code:"invalid vocab mapping",context:r});if(!l(e)&&y.processingMode(x,1))throw new a('Invalid JSON-LD syntax; the value of "@vocab" in a @context must be an absolute IRI.',"jsonld.SyntaxError",{code:"invalid vocab mapping",context:r});{const t=v(x,e,{vocab:!0,base:!0},void 0,void 0,n);l(t)||n.eventHandler&&c({event:{type:["JsonLdEvent"],code:"relative @vocab reference",level:"warning",message:"Relative @vocab reference found.",details:{vocab:t}},options:n}),x["@vocab"]=t}}f.set("@vocab",!0)}if("@language"in r){const e=r["@language"];if(null===e)delete x["@language"];else{if(!i(e))throw new a('Invalid JSON-LD syntax; the value of "@language" in a @context must be a string or null.',"jsonld.SyntaxError",{code:"invalid default language",context:r});e.match(p)||n.eventHandler&&c({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:e}},options:n}),x["@language"]=e.toLowerCase()}f.set("@language",!0)}if("@direction"in r){const t=r["@direction"];if("json-ld-1.0"===e.processingMode)throw new a("Invalid JSON-LD syntax; @direction not compatible with "+e.processingMode,"jsonld.SyntaxError",{code:"invalid context member",context:r});if(null===t)delete x["@direction"];else{if("ltr"!==t&&"rtl"!==t)throw new a('Invalid JSON-LD syntax; the value of "@direction" in a @context must be null, "ltr", or "rtl".',"jsonld.SyntaxError",{code:"invalid base direction",context:r});x["@direction"]=t}f.set("@direction",!0)}if("@propagate"in r){const n=r["@propagate"];if("json-ld-1.0"===e.processingMode)throw new a("Invalid JSON-LD syntax; @propagate not compatible with "+e.processingMode,"jsonld.SyntaxError",{code:"invalid context entry",context:r});if("boolean"!=typeof n)throw new a("Invalid JSON-LD syntax; @propagate value must be a boolean.","jsonld.SyntaxError",{code:"invalid @propagate value",context:t});f.set("@propagate",!0)}if("@import"in r){const o=r["@import"];if("json-ld-1.0"===e.processingMode)throw new a("Invalid JSON-LD syntax; @import not compatible with "+e.processingMode,"jsonld.SyntaxError",{code:"invalid context entry",context:r});if(!i(o))throw new a("Invalid JSON-LD syntax; @import must be a string.","jsonld.SyntaxError",{code:"invalid @import value",context:t});const s=await n.contextResolver.resolve({activeCtx:e,context:o,documentLoader:n.documentLoader,base:n.base});if(1!==s.length)throw new a("Invalid JSON-LD syntax; @import must reference a single context.","jsonld.SyntaxError",{code:"invalid remote context",context:t});const d=s[0].getProcessed(e);if(d)r=d;else{const n=s[0].document;if("@import"in n)throw new a("Invalid JSON-LD syntax: imported context must not include @import.","jsonld.SyntaxError",{code:"invalid context entry",context:t});for(const e in n)r.hasOwnProperty(e)||(r[e]=n[e]);s[0].setProcessed(e,r)}f.set("@import",!0)}f.set("@protected",r["@protected"]||!1);for(const e in r)if(y.createTermDefinition({activeCtx:x,localCtx:r,term:e,defined:f,options:n,overrideProtected:d}),s(r[e])&&"@context"in r[e]){const t=r[e]["@context"];let o=!0;if(i(t)){const e=h(n.base,t);u.has(e)?o=!1:u.add(e)}if(o)try{await y.process({activeCtx:x.clone(),localCtx:r[e]["@context"],overrideProtected:!0,options:n,cycles:u})}catch(t){throw new a("Invalid JSON-LD syntax; invalid scoped context.","jsonld.SyntaxError",{code:"invalid scoped context",context:r[e]["@context"],term:e})}}o.setProcessed(e,{context:x,events:g})}return x},y.createTermDefinition=({activeCtx:e,localCtx:t,term:n,defined:o,options:d,overrideProtected:w=!1})=>{if(o.has(n)){if(o.get(n))return;throw new a("Cyclical context definition detected.","jsonld.CyclicalContext",{code:"cyclic IRI mapping",context:t,term:n})}let h;if(o.set(n,!1),t.hasOwnProperty(n)&&(h=t[n]),"@type"===n&&s(h)&&"@set"===(h["@container"]||"@set")&&y.processingMode(e,1.1)){const e=["@container","@id","@protected"],o=Object.keys(h);if(0===o.length||o.some((t=>!e.includes(t))))throw new a("Invalid JSON-LD syntax; keywords cannot be overridden.","jsonld.SyntaxError",{code:"keyword redefinition",context:t,term:n})}else{if(y.isKeyword(n))throw new a("Invalid JSON-LD syntax; keywords cannot be overridden.","jsonld.SyntaxError",{code:"keyword redefinition",context:t,term:n});if(n.match(u))return void(d.eventHandler&&c({event:{type:["JsonLdEvent"],code:"reserved term",level:"warning",message:'Terms beginning with "@" are reserved for future use and dropped.',details:{term:n}},options:d}));if(""===n)throw new a("Invalid JSON-LD syntax; a term cannot be an empty string.","jsonld.SyntaxError",{code:"invalid term definition",context:t})}const p=e.mappings.get(n);e.mappings.has(n)&&e.mappings.delete(n);let m=!1;if((i(h)||null===h)&&(m=!0,h={"@id":h}),!s(h))throw new a("Invalid JSON-LD syntax; @context term values must be strings or objects.","jsonld.SyntaxError",{code:"invalid term definition",context:t});const g={};e.mappings.set(n,g),g.reverse=!1;const f=["@container","@id","@language","@reverse","@type"];y.processingMode(e,1.1)&&f.push("@context","@direction","@index","@nest","@prefix","@protected");for(const e in h)if(!f.includes(e))throw new a("Invalid JSON-LD syntax; a term definition must not contain "+e,"jsonld.SyntaxError",{code:"invalid term definition",context:t});const N=n.indexOf(":");if(g._termHasColon=N>0,"@reverse"in h){if("@id"in h)throw new a("Invalid JSON-LD syntax; a @reverse term definition must not contain @id.","jsonld.SyntaxError",{code:"invalid reverse property",context:t});if("@nest"in h)throw new a("Invalid JSON-LD syntax; a @reverse term definition must not contain @nest.","jsonld.SyntaxError",{code:"invalid reverse property",context:t});const r=h["@reverse"];if(!i(r))throw new a("Invalid JSON-LD syntax; a @context @reverse value must be a string.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:t});if(r.match(u))return d.eventHandler&&c({event:{type:["JsonLdEvent"],code:"reserved @reverse value",level:"warning",message:'@reverse values beginning with "@" are reserved for future use and dropped.',details:{reverse:r}},options:d}),void(p?e.mappings.set(n,p):e.mappings.delete(n));const s=v(e,r,{vocab:!0,base:!1},t,o,d);if(!l(s))throw new a("Invalid JSON-LD syntax; a @context @reverse value must be an absolute IRI or a blank node identifier.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:t});g["@id"]=s,g.reverse=!0}else if("@id"in h){let r=h["@id"];if(r&&!i(r))throw new a("Invalid JSON-LD syntax; a @context @id value must be an array of strings or a string.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:t});if(null===r)g["@id"]=null;else{if(!y.isKeyword(r)&&r.match(u))return d.eventHandler&&c({event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:'@id values beginning with "@" are reserved for future use and dropped.',details:{id:r}},options:d}),void(p?e.mappings.set(n,p):e.mappings.delete(n));if(r!==n){if(r=v(e,r,{vocab:!0,base:!1},t,o,d),!l(r)&&!y.isKeyword(r))throw new a("Invalid JSON-LD syntax; a @context @id value must be an absolute IRI, a blank node identifier, or a keyword.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:t});if(n.match(/(?::[^:])|\//)&&v(e,n,{vocab:!0,base:!1},t,new Map(o).set(n,!0),d)!==r)throw new a("Invalid JSON-LD syntax; term in form of IRI must expand to definition.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:t});g["@id"]=r,g._prefix=m&&!g._termHasColon&&null!==r.match(/[:\/\?#\[\]@]$/)}}}if(!("@id"in g))if(g._termHasColon){const a=n.substr(0,N);if(t.hasOwnProperty(a)&&y.createTermDefinition({activeCtx:e,localCtx:t,term:a,defined:o,options:d}),e.mappings.has(a)){const t=n.substr(N+1);g["@id"]=e.mappings.get(a)["@id"]+t}else g["@id"]=n}else if("@type"===n)g["@id"]=n;else{if(!("@vocab"in e))throw new a("Invalid JSON-LD syntax; @context terms must define an @id.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:t,term:n});g["@id"]=e["@vocab"]+n}if((!0===h["@protected"]||!0===o.get("@protected")&&!1!==h["@protected"])&&(e.protected[n]=!0,g.protected=!0),o.set(n,!0),"@type"in h){let n=h["@type"];if(!i(n))throw new a("Invalid JSON-LD syntax; an @context @type value must be a string.","jsonld.SyntaxError",{code:"invalid type mapping",context:t});if("@json"===n||"@none"===n){if(y.processingMode(e,1))throw new a(`Invalid JSON-LD syntax; an @context @type value must not be "${n}" in JSON-LD 1.0 mode.`,"jsonld.SyntaxError",{code:"invalid type mapping",context:t})}else if("@id"!==n&&"@vocab"!==n){if(n=v(e,n,{vocab:!0,base:!1},t,o,d),!l(n))throw new a("Invalid JSON-LD syntax; an @context @type value must be an absolute IRI.","jsonld.SyntaxError",{code:"invalid type mapping",context:t});if(0===n.indexOf("_:"))throw new a("Invalid JSON-LD syntax; an @context @type value must be an IRI, not a blank node identifier.","jsonld.SyntaxError",{code:"invalid type mapping",context:t})}g["@type"]=n}if("@container"in h){const n=i(h["@container"])?[h["@container"]]:h["@container"]||[],o=["@list","@set","@index","@language"];let s=!0;const d=n.includes("@set");if(y.processingMode(e,1.1)){if(o.push("@graph","@id","@type"),n.includes("@list")){if(1!==n.length)throw new a("Invalid JSON-LD syntax; @context @container with @list must have no other values","jsonld.SyntaxError",{code:"invalid container mapping",context:t})}else if(n.includes("@graph")){if(n.some((e=>"@graph"!==e&&"@id"!==e&&"@index"!==e&&"@set"!==e)))throw new a("Invalid JSON-LD syntax; @context @container with @graph must have no other values other than @id, @index, and @set","jsonld.SyntaxError",{code:"invalid container mapping",context:t})}else s&=n.length<=(d?2:1);if(n.includes("@type")&&(g["@type"]=g["@type"]||"@id",!["@id","@vocab"].includes(g["@type"])))throw new a("Invalid JSON-LD syntax; container: @type requires @type to be @id or @vocab.","jsonld.SyntaxError",{code:"invalid type mapping",context:t})}else s&=!r(h["@container"]),s&=n.length<=1;if(s&=n.every((e=>o.includes(e))),s&=!(d&&n.includes("@list")),!s)throw new a("Invalid JSON-LD syntax; @context @container value must be one of the following: "+o.join(", "),"jsonld.SyntaxError",{code:"invalid container mapping",context:t});if(g.reverse&&!n.every((e=>["@index","@set"].includes(e))))throw new a("Invalid JSON-LD syntax; @context @container value for a @reverse type definition must be @index or @set.","jsonld.SyntaxError",{code:"invalid reverse property",context:t});g["@container"]=n}if("@index"in h){if(!("@container"in h)||!g["@container"].includes("@index"))throw new a(`Invalid JSON-LD syntax; @index without @index in @container: "${h["@index"]}" on term "${n}".`,"jsonld.SyntaxError",{code:"invalid term definition",context:t});if(!i(h["@index"])||0===h["@index"].indexOf("@"))throw new a(`Invalid JSON-LD syntax; @index must expand to an IRI: "${h["@index"]}" on term "${n}".`,"jsonld.SyntaxError",{code:"invalid term definition",context:t});g["@index"]=h["@index"]}if("@context"in h&&(g["@context"]=h["@context"]),"@language"in h&&!("@type"in h)){let e=h["@language"];if(null!==e&&!i(e))throw new a("Invalid JSON-LD syntax; @context @language value must be a string or null.","jsonld.SyntaxError",{code:"invalid language mapping",context:t});null!==e&&(e=e.toLowerCase()),g["@language"]=e}if("@prefix"in h){if(n.match(/:|\//))throw new a("Invalid JSON-LD syntax; @context @prefix used on a compact IRI term","jsonld.SyntaxError",{code:"invalid term definition",context:t});if(y.isKeyword(g["@id"]))throw new a("Invalid JSON-LD syntax; keywords may not be used as prefixes","jsonld.SyntaxError",{code:"invalid term definition",context:t});if("boolean"!=typeof h["@prefix"])throw new a("Invalid JSON-LD syntax; @context value for @prefix must be boolean","jsonld.SyntaxError",{code:"invalid @prefix value",context:t});g._prefix=!0===h["@prefix"]}if("@direction"in h){const e=h["@direction"];if(null!==e&&"ltr"!==e&&"rtl"!==e)throw new a('Invalid JSON-LD syntax; @direction value must be null, "ltr", or "rtl".',"jsonld.SyntaxError",{code:"invalid base direction",context:t});g["@direction"]=e}if("@nest"in h){const e=h["@nest"];if(!i(e)||"@nest"!==e&&0===e.indexOf("@"))throw new a("Invalid JSON-LD syntax; @context @nest value must be a string which is not a keyword other than @nest.","jsonld.SyntaxError",{code:"invalid @nest value",context:t});g["@nest"]=e}const x=g["@id"];if("@context"===x||"@preserve"===x)throw new a("Invalid JSON-LD syntax; @context and @preserve cannot be aliased.","jsonld.SyntaxError",{code:"invalid keyword alias",context:t});if(p&&p.protected&&!w&&(e.protected[n]=!0,g.protected=!0,!b(p,g)))throw new a("Invalid JSON-LD syntax; tried to redefine a protected term.","jsonld.SyntaxError",{code:"protected term redefinition",context:t,term:n})},y.expandIri=(e,t,n,o)=>v(e,t,n,void 0,void 0,o),y.getInitialContext=e=>{const t=JSON.stringify({processingMode:e.processingMode}),n=f.get(t);if(n)return n;const a={processingMode:e.processingMode,mappings:new Map,inverse:null,getInverse:function(){const e=this;if(e.inverse)return e.inverse;const t=e.inverse={},n=e.fastCurieMap={},o={},a=(e["@language"]||"@none").toLowerCase(),i=e["@direction"],d=e.mappings,l=[...d.keys()].sort(g);for(const e of l){const r=d.get(e);if(null===r)continue;let l=r["@container"]||"@none";if(l=[].concat(l).sort().join(""),null===r["@id"])continue;const w=m(r["@id"]);for(const d of w){let w=t[d];const h=y.isKeyword(d);if(w)h||r._termHasColon||o[d].push(e);else if(t[d]=w={},!h&&!r._termHasColon){o[d]=[e];const t={iri:d,terms:o[d]};d[0]in n?n[d[0]].push(t):n[d[0]]=[t]}if(w[l]||(w[l]={"@language":{},"@type":{},"@any":{}}),w=w[l],s(e,w["@any"],"@none"),r.reverse)s(e,w["@type"],"@reverse");else if("@none"===r["@type"])s(e,w["@any"],"@none"),s(e,w["@language"],"@none"),s(e,w["@type"],"@none");else if("@type"in r)s(e,w["@type"],r["@type"]);else if("@language"in r&&"@direction"in r){const t=r["@language"],n=r["@direction"];s(e,w["@language"],t&&n?`${t}_${n}`.toLowerCase():t?t.toLowerCase():n?`_${n}`:"@null")}else"@language"in r?s(e,w["@language"],(r["@language"]||"@null").toLowerCase()):"@direction"in r?r["@direction"]?s(e,w["@language"],`_${r["@direction"]}`):s(e,w["@language"],"@none"):i?(s(e,w["@language"],`_${i}`),s(e,w["@language"],"@none"),s(e,w["@type"],"@none")):(s(e,w["@language"],a),s(e,w["@language"],"@none"),s(e,w["@type"],"@none"))}}for(const e in n)r(n,e,1);return t},clone:function(){const e={};return e.mappings=o.clone(this.mappings),e.clone=this.clone,e.inverse=null,e.getInverse=this.getInverse,e.protected=o.clone(this.protected),this.previousContext&&(e.previousContext=this.previousContext.clone()),e.revertToPreviousContext=this.revertToPreviousContext,"@base"in this&&(e["@base"]=this["@base"]),"@language"in this&&(e["@language"]=this["@language"]),"@vocab"in this&&(e["@vocab"]=this["@vocab"]),e},revertToPreviousContext:function(){return this.previousContext?this.previousContext.clone():this},protected:{}};return 1e4===f.size&&f.clear(),f.set(t,a),a;function r(e,t,n){const o=e[t],a=e[t]={};let s,i;for(const e of o)s=e.iri,i=n>=s.length?"":s[n],i in a?a[i].push(e):a[i]=[e];for(const e in a)""!==e&&r(a,e,n+1)}function s(e,t,n){t.hasOwnProperty(n)||(t[n]=e)}},y.getContextValue=(e,t,n)=>{if(null===t){if("@context"===n)return;return null}if(e.mappings.has(t)){const o=e.mappings.get(t);if(d(n))return o;if(o.hasOwnProperty(n))return o[n]}return"@language"===n&&n in e||"@direction"===n&&n in e?e[n]:"@context"!==n?null:void 0},y.processingMode=(e,t)=>t.toString()>="1.1"?!e.processingMode||e.processingMode>="json-ld-"+t.toString():"json-ld-1.0"===e.processingMode,y.isKeyword=e=>{if(!i(e)||"@"!==e[0])return!1;switch(e){case"@base":case"@container":case"@context":case"@default":case"@direction":case"@embed":case"@explicit":case"@graph":case"@id":case"@included":case"@index":case"@json":case"@language":case"@list":case"@nest":case"@none":case"@omitDefault":case"@prefix":case"@preserve":case"@protected":case"@requireAll":case"@reverse":case"@set":case"@type":case"@value":case"@version":case"@vocab":return!0}return!1}},8831:(e,t,n)=>{const{parseLinkHeader:o,buildHeaders:a}=n(1055),{LINK_HEADER_CONTEXT:r}=n(3770),s=n(4093),i=n(533),{prependBase:d}=n(2278),l=/(^|(\r\n))link:/i;e.exports=({secure:e,headers:t={},xhr:n}={headers:{}})=>(t=a(t),(new i).wrapLoader((async function a(i){if(0!==i.indexOf("http:")&&0!==i.indexOf("https:"))throw new s('URL could not be dereferenced; only "http" and "https" URLs are supported.',"jsonld.InvalidUrl",{code:"loading document failed",url:i});if(e&&0!==i.indexOf("https"))throw new s('URL could not be dereferenced; secure mode is enabled and the URL\'s scheme is not "https".',"jsonld.InvalidUrl",{code:"loading document failed",url:i});let w;try{w=await function(e,t,n){const o=new(e=e||XMLHttpRequest);return new Promise(((e,a)=>{o.onload=()=>e(o),o.onerror=e=>a(e),o.open("GET",t,!0);for(const e in n)o.setRequestHeader(e,n[e]);o.send()}))}(n,i,t)}catch(e){throw new s("URL could not be dereferenced, an error occurred.","jsonld.LoadDocumentError",{code:"loading document failed",url:i,cause:e})}if(w.status>=400)throw new s("URL could not be dereferenced: "+w.statusText,"jsonld.LoadDocumentError",{code:"loading document failed",url:i,httpStatusCode:w.status});let h={contextUrl:null,documentUrl:i,document:w.response},c=null;const p=w.getResponseHeader("Content-Type");let u;if(l.test(w.getAllResponseHeaders())&&(u=w.getResponseHeader("Link")),u&&"application/ld+json"!==p){const e=o(u),t=e[r];if(Array.isArray(t))throw new s("URL could not be dereferenced, it has more than one associated HTTP Link Header.","jsonld.InvalidUrl",{code:"multiple context link headers",url:i});t&&(h.contextUrl=t.target),c=e.alternate,c&&"application/ld+json"==c.type&&!(p||"").match(/^application\/(\w*\+)?json$/)&&(h=await a(d(i,c.target)))}return h})))},1696:(e,t,n)=>{const o=n(4093),{isArray:a}=n(832),{asArray:r}=n(1055),s={};function i({event:e,handlers:t}){let n=!0;for(let r=0;n&&r<t.length;++r){n=!1;const s=t[r];if(a(s))n=i({event:e,handlers:s});else if("function"==typeof s)s({event:e,next:()=>{n=!0}});else{if("object"!=typeof s)throw new o("Invalid event handler.","jsonld.InvalidEventHandler",{event:e});e.code in s?s[e.code]({event:e,next:()=>{n=!0}}):n=!0}}return n}e.exports=s,s.defaultEventHandler=null,s.setupEventHandler=({options:e={}})=>{const t=[].concat(e.safe?s.safeEventHandler:[],e.eventHandler?r(e.eventHandler):[],s.defaultEventHandler?s.defaultEventHandler:[]);return 0===t.length?null:t},s.handleEvent=({event:e,options:t})=>{i({event:e,handlers:t.eventHandler})};const d=new Set(["empty object","free-floating scalar","invalid @language value","invalid property","null @id value","null @value value","object with only @id","object with only @language","object with only @list","object with only @value","relative @id reference","relative @type reference","relative @vocab reference","reserved @id value","reserved @reverse value","reserved term","blank node predicate","relative graph reference","relative object reference","relative predicate reference","relative subject reference","rdfDirection not set"]);s.safeEventHandler=function({event:e,next:t}){if("warning"===e.level&&d.has(e.code))throw new o("Safe mode validation error.","jsonld.ValidationError",{event:e});t()},s.logEventHandler=function({event:e,next:t}){console.log(`EVENT: ${e.message}`,{event:e}),t()},s.logWarningEventHandler=function({event:e,next:t}){"warning"===e.level&&console.warn(`WARNING: ${e.message}`,{event:e}),t()},s.unhandledEventHandler=function({event:e}){throw new o("No handler for event.","jsonld.UnhandledEvent",{event:e})},s.setDefaultEventHandler=function({eventHandler:e}={}){s.defaultEventHandler=e?r(e):null}},2759:(e,t,n)=>{const o=n(4093),{isArray:a,isObject:r,isEmptyObject:s,isString:i,isUndefined:d}=n(832),{isList:l,isValue:w,isGraph:h,isSubject:c}=n(8463),{expandIri:p,getContextValue:u,isKeyword:m,process:g,processingMode:f}=n(4131),{isAbsolute:y}=n(2278),{REGEX_BCP47:v,REGEX_KEYWORD:b,addValue:N,asArray:x,getValues:_,validateTypeValue:C}=n(1055),{handleEvent:S}=n(1696),E={};function q({value:e,count:t,options:n}){if(0===t||"@value"in e||"@list"in e||1===t&&"@id"in e){if(n.eventHandler){let o,a;0===t?(o="empty object",a="Dropping empty object."):"@value"in e?(o="object with only @value",a="Dropping object with only @value."):"@list"in e?(o="object with only @list",a="Dropping object with only @list."):1===t&&"@id"in e&&(o="object with only @id",a="Dropping object with only @id."),S({event:{type:["JsonLdEvent"],code:o,level:"warning",message:a,details:{value:e}},options:n})}return null}return e}async function I({activeCtx:e,activeProperty:t,expandedActiveProperty:n,element:h,expandedParent:b,options:_={},insideList:R,typeKey:L,typeScopedContext:j}){const P=Object.keys(h).sort(),k=[];let O;const D=h[L]&&"@json"===p(e,a(h[L])?h[L][0]:h[L],{vocab:!0},{..._,typeExpansion:!0});for(const I of P){let R,L=h[I];if("@context"===I)continue;const P=p(e,I,{vocab:!0},_);if(null===P||!y(P)&&!m(P)){_.eventHandler&&S({event:{type:["JsonLdEvent"],code:"invalid property",level:"warning",message:"Dropping property that did not expand into an absolute IRI or keyword.",details:{property:I,expandedProperty:P}},options:_});continue}if(m(P)){if("@reverse"===n)throw new o("Invalid JSON-LD syntax; a keyword cannot be used as a @reverse property.","jsonld.SyntaxError",{code:"invalid reverse property map",value:L});if(P in b&&"@included"!==P&&"@type"!==P)throw new o("Invalid JSON-LD syntax; colliding keywords detected.","jsonld.SyntaxError",{code:"colliding keywords",keyword:P})}if("@id"===P){if(!i(L)){if(!_.isFrame)throw new o('Invalid JSON-LD syntax; "@id" value must a string.',"jsonld.SyntaxError",{code:"invalid @id value",value:L});if(r(L)){if(!s(L))throw new o('Invalid JSON-LD syntax; "@id" value an empty object or array of strings, if framing',"jsonld.SyntaxError",{code:"invalid @id value",value:L})}else{if(!a(L))throw new o('Invalid JSON-LD syntax; "@id" value an empty object or array of strings, if framing',"jsonld.SyntaxError",{code:"invalid @id value",value:L});if(!L.every((e=>i(e))))throw new o('Invalid JSON-LD syntax; "@id" value an empty object or array of strings, if framing',"jsonld.SyntaxError",{code:"invalid @id value",value:L})}}N(b,"@id",x(L).map((t=>{if(i(t)){const n=p(e,t,{base:!0},_);return _.eventHandler&&(null===n?S(null===t?{event:{type:["JsonLdEvent"],code:"null @id value",level:"warning",message:"Null @id found.",details:{id:t}},options:_}:{event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:"Reserved @id found.",details:{id:t}},options:_}):y(n)||S({event:{type:["JsonLdEvent"],code:"relative @id reference",level:"warning",message:"Relative @id reference found.",details:{id:t,expandedId:n}},options:_})),n}return t})),{propertyIsArray:_.isFrame});continue}if("@type"===P){r(L)&&(L=Object.fromEntries(Object.entries(L).map((([e,t])=>[p(j,e,{vocab:!0}),x(t).map((e=>p(j,e,{base:!0,vocab:!0},{..._,typeExpansion:!0})))])))),C(L,_.isFrame),N(b,"@type",x(L).map((e=>{if(i(e)){const t=p(j,e,{base:!0,vocab:!0},{..._,typeExpansion:!0});return"@json"===t||y(t)||_.eventHandler&&S({event:{type:["JsonLdEvent"],code:"relative @type reference",level:"warning",message:"Relative @type reference found.",details:{type:e}},options:_}),t}return e})),{propertyIsArray:!!_.isFrame});continue}if("@included"===P&&f(e,1.1)){const n=x(await E.expand({activeCtx:e,activeProperty:t,element:L,options:_}));if(!n.every((e=>c(e))))throw new o("Invalid JSON-LD syntax; values of @included must expand to node objects.","jsonld.SyntaxError",{code:"invalid @included value",value:L});N(b,"@included",n,{propertyIsArray:!0});continue}if("@graph"===P&&!r(L)&&!a(L))throw new o('Invalid JSON-LD syntax; "@graph" value must not be an object or an array.',"jsonld.SyntaxError",{code:"invalid @graph value",value:L});if("@value"===P){O=L,D&&f(e,1.1)?b["@value"]=L:N(b,"@value",L,{propertyIsArray:_.isFrame});continue}if("@language"===P){if(null===L)continue;if(!i(L)&&!_.isFrame)throw new o('Invalid JSON-LD syntax; "@language" value must be a string.',"jsonld.SyntaxError",{code:"invalid language-tagged string",value:L});L=x(L).map((e=>i(e)?e.toLowerCase():e));for(const e of L)i(e)&&!e.match(v)&&_.eventHandler&&S({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:e}},options:_});N(b,"@language",L,{propertyIsArray:_.isFrame});continue}if("@direction"===P){if(!i(L)&&!_.isFrame)throw new o('Invalid JSON-LD syntax; "@direction" value must be a string.',"jsonld.SyntaxError",{code:"invalid base direction",value:L});L=x(L);for(const e of L)if(i(e)&&"ltr"!==e&&"rtl"!==e)throw new o('Invalid JSON-LD syntax; "@direction" must be "ltr" or "rtl".',"jsonld.SyntaxError",{code:"invalid base direction",value:L});N(b,"@direction",L,{propertyIsArray:_.isFrame});continue}if("@index"===P){if(!i(L))throw new o('Invalid JSON-LD syntax; "@index" value must be a string.',"jsonld.SyntaxError",{code:"invalid @index value",value:L});N(b,"@index",L);continue}if("@reverse"===P){if(!r(L))throw new o('Invalid JSON-LD syntax; "@reverse" value must be an object.',"jsonld.SyntaxError",{code:"invalid @reverse value",value:L});if(R=await E.expand({activeCtx:e,activeProperty:"@reverse",element:L,options:_}),"@reverse"in R)for(const e in R["@reverse"])N(b,e,R["@reverse"][e],{propertyIsArray:!0});let t=b["@reverse"]||null;for(const e in R){if("@reverse"===e)continue;null===t&&(t=b["@reverse"]={}),N(t,e,[],{propertyIsArray:!0});const n=R[e];for(let a=0;a<n.length;++a){const r=n[a];if(w(r)||l(r))throw new o('Invalid JSON-LD syntax; "@reverse" value must not be a @value or an @list.',"jsonld.SyntaxError",{code:"invalid reverse property value",value:R});N(t,e,r,{propertyIsArray:!0})}}continue}if("@nest"===P){k.push(I);continue}let $=e;const M=u(e,I,"@context");d(M)||($=await g({activeCtx:e,localCtx:M,propagate:!0,overrideProtected:!0,options:_}));const B=u($,I,"@container")||[];if(B.includes("@language")&&r(L))R=T($,L,u($,I,"@direction"),_);else if(B.includes("@index")&&r(L)){const t=B.includes("@graph"),n=u($,I,"@index")||"@index",o="@index"!==n&&p(e,n,{vocab:!0},_);R=await A({activeCtx:$,options:_,activeProperty:I,value:L,asGraph:t,indexKey:n,propertyIndex:o})}else if(B.includes("@id")&&r(L)){const e=B.includes("@graph");R=await A({activeCtx:$,options:_,activeProperty:I,value:L,asGraph:e,indexKey:"@id"})}else if(B.includes("@type")&&r(L))R=await A({activeCtx:$.revertToPreviousContext(),options:_,activeProperty:I,value:L,asGraph:!1,indexKey:"@type"});else{const o="@list"===P;if(o||"@set"===P){let e=t;o&&"@graph"===n&&(e=null),R=await E.expand({activeCtx:$,activeProperty:e,element:L,options:_,insideList:o})}else R="@json"===u(e,I,"@type")?{"@type":"@json","@value":L}:await E.expand({activeCtx:$,activeProperty:I,element:L,options:_,insideList:!1})}if(null!==R||"@value"===P){if("@list"!==P&&!l(R)&&B.includes("@list")&&(R={"@list":x(R)}),B.includes("@graph")&&!B.some((e=>"@id"===e||"@index"===e))){if(R=x(R),_.isFrame||(R=R.filter((e=>null!==q({value:e,count:Object.keys(e).length,options:_})))),0===R.length)continue;R=R.map((e=>({"@graph":x(e)})))}if($.mappings.has(I)&&$.mappings.get(I).reverse){const e=b["@reverse"]=b["@reverse"]||{};R=x(R);for(let t=0;t<R.length;++t){const n=R[t];if(w(n)||l(n))throw new o('Invalid JSON-LD syntax; "@reverse" value must not be a @value or an @list.',"jsonld.SyntaxError",{code:"invalid reverse property value",value:R});N(e,P,n,{propertyIsArray:!0})}}else N(b,P,R,{propertyIsArray:!0})}}if("@value"in b)if("@json"===b["@type"]&&f(e,1.1));else if((r(O)||a(O))&&!_.isFrame)throw new o('Invalid JSON-LD syntax; "@value" value must not be an object or an array.',"jsonld.SyntaxError",{code:"invalid value object value",value:O});for(const s of k){const i=a(h[s])?h[s]:[h[s]];for(const a of i){if(!r(a)||Object.keys(a).some((t=>"@value"===p(e,t,{vocab:!0},_))))throw new o("Invalid JSON-LD syntax; nested value must be a node object.","jsonld.SyntaxError",{code:"invalid @nest value",value:a});await I({activeCtx:e,activeProperty:t,expandedActiveProperty:n,element:a,expandedParent:b,options:_,insideList:R,typeScopedContext:j,typeKey:L})}}}function R({activeCtx:e,activeProperty:t,value:n,options:o}){if(null==n)return null;const a=p(e,t,{vocab:!0},o);if("@id"===a)return p(e,n,{base:!0},o);if("@type"===a)return p(e,n,{vocab:!0,base:!0},{...o,typeExpansion:!0});const r=u(e,t,"@type");if(("@id"===r||"@graph"===a)&&i(n)){const a=p(e,n,{base:!0},o);return null===a&&n.match(b)&&o.eventHandler&&S({event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:"Reserved @id found.",details:{id:t}},options:o}),{"@id":a}}if("@vocab"===r&&i(n))return{"@id":p(e,n,{vocab:!0,base:!0},o)};if(m(a))return n;const s={};if(r&&!["@id","@vocab","@none"].includes(r))s["@type"]=r;else if(i(n)){const n=u(e,t,"@language");null!==n&&(s["@language"]=n);const o=u(e,t,"@direction");null!==o&&(s["@direction"]=o)}return["boolean","number","string"].includes(typeof n)||(n=n.toString()),s["@value"]=n,s}function T(e,t,n,r){const s=[],d=Object.keys(t).sort();for(const l of d){const d=p(e,l,{vocab:!0},r);let w=t[l];a(w)||(w=[w]);for(const e of w){if(null===e)continue;if(!i(e))throw new o("Invalid JSON-LD syntax; language map values must be strings.","jsonld.SyntaxError",{code:"invalid language map value",languageMap:t});const a={"@value":e};"@none"!==d&&(l.match(v)||r.eventHandler&&S({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:l}},options:r}),a["@language"]=l.toLowerCase()),n&&(a["@direction"]=n),s.push(a)}}return s}async function A({activeCtx:e,options:t,activeProperty:n,value:r,asGraph:s,indexKey:i,propertyIndex:l}){const c=[],m=Object.keys(r).sort(),f="@type"===i;for(let y of m){if(f){const n=u(e,y,"@context");d(n)||(e=await g({activeCtx:e,localCtx:n,propagate:!1,options:t}))}let m,v=r[y];a(v)||(v=[v]),v=await E.expand({activeCtx:e,activeProperty:n,element:v,options:t,insideList:!1,insideIndex:!0}),m=l?"@none"===y?"@none":R({activeCtx:e,activeProperty:i,value:y,options:t}):p(e,y,{vocab:!0},t),"@id"===i?y=p(e,y,{base:!0},t):f&&(y=m);for(let e of v){if(s&&!h(e)&&(e={"@graph":[e]}),"@type"===i)"@none"===m||(e["@type"]?e["@type"]=[y].concat(e["@type"]):e["@type"]=[y]);else{if(w(e)&&!["@language","@type","@index"].includes(i))throw new o(`Invalid JSON-LD syntax; Attempt to add illegal key to value object: "${i}".`,"jsonld.SyntaxError",{code:"invalid value object",value:e});l?"@none"!==m&&N(e,l,m,{propertyIsArray:!0,prependValue:!0}):"@none"===m||i in e||(e[i]=y)}c.push(e)}}return c}e.exports=E,E.expand=async({activeCtx:e,activeProperty:t=null,element:n,options:l={},insideList:w=!1,insideIndex:h=!1,typeScopedContext:c=null})=>{if(null==n)return null;if("@default"===t&&(l=Object.assign({},l,{isFrame:!1})),!a(n)&&!r(n))return w||null!==t&&"@graph"!==p(e,t,{vocab:!0},l)?R({activeCtx:e,activeProperty:t,value:n,options:l}):(l.eventHandler&&S({event:{type:["JsonLdEvent"],code:"free-floating scalar",level:"warning",message:"Dropping free-floating scalar not in a list.",details:{value:n}},options:l}),null);if(a(n)){let o=[];const r=u(e,t,"@container")||[];w=w||r.includes("@list");for(let r=0;r<n.length;++r){let s=await E.expand({activeCtx:e,activeProperty:t,element:n[r],options:l,insideIndex:h,typeScopedContext:c});w&&a(s)&&(s={"@list":s}),null!==s&&(a(s)?o=o.concat(s):o.push(s))}return o}const m=p(e,t,{vocab:!0},l),v=u(e,t,"@context");c=c||(e.previousContext?e:null);let b=Object.keys(n).sort(),N=!h;if(N&&c&&b.length<=2&&!b.includes("@context"))for(const t of b){const n=p(c,t,{vocab:!0},l);if("@value"===n){N=!1,e=c;break}if("@id"===n&&1===b.length){N=!1;break}}N&&(e=e.revertToPreviousContext()),d(v)||(e=await g({activeCtx:e,localCtx:v,propagate:!0,overrideProtected:!0,options:l})),"@context"in n&&(e=await g({activeCtx:e,localCtx:n["@context"],options:l})),c=e;let C=null;for(const t of b)if("@type"===p(e,t,{vocab:!0},l)){C=C||t;const o=n[t],a=Array.isArray(o)?o.length>1?o.slice().sort():o:[o];for(const t of a){const n=u(c,t,"@context");d(n)||(e=await g({activeCtx:e,localCtx:n,options:l,propagate:!1}))}}let T={};await I({activeCtx:e,activeProperty:t,expandedActiveProperty:m,element:n,expandedParent:T,options:l,insideList:w,typeKey:C,typeScopedContext:c}),b=Object.keys(T);let A=b.length;if("@value"in T){if("@type"in T&&("@language"in T||"@direction"in T))throw new o('Invalid JSON-LD syntax; an element containing "@value" may not contain both "@type" and either "@language" or "@direction".',"jsonld.SyntaxError",{code:"invalid value object",element:T});let t=A-1;if("@type"in T&&(t-=1),"@index"in T&&(t-=1),"@language"in T&&(t-=1),"@direction"in T&&(t-=1),0!==t)throw new o('Invalid JSON-LD syntax; an element containing "@value" may only have an "@index" property and either "@type" or either or both "@language" or "@direction".',"jsonld.SyntaxError",{code:"invalid value object",element:T});const n=null===T["@value"]?[]:x(T["@value"]),a=_(T,"@type");if(f(e,1.1)&&a.includes("@json")&&1===a.length);else if(0===n.length)l.eventHandler&&S({event:{type:["JsonLdEvent"],code:"null @value value",level:"warning",message:"Dropping null @value value.",details:{value:T}},options:l}),T=null;else{if(!n.every((e=>i(e)||s(e)))&&"@language"in T)throw new o("Invalid JSON-LD syntax; only strings may be language-tagged.","jsonld.SyntaxError",{code:"invalid language-tagged value",element:T});if(!a.every((e=>y(e)&&!(i(e)&&0===e.indexOf("_:"))||s(e))))throw new o('Invalid JSON-LD syntax; an element containing "@value" and "@type" must have an absolute IRI for the value of "@type".',"jsonld.SyntaxError",{code:"invalid typed value",element:T})}}else if("@type"in T&&!a(T["@type"]))T["@type"]=[T["@type"]];else if("@set"in T||"@list"in T){if(A>1&&(2!==A||!("@index"in T)))throw new o('Invalid JSON-LD syntax; if an element has the property "@set" or "@list", then it can have at most one other property that is "@index".',"jsonld.SyntaxError",{code:"invalid set or list object",element:T});"@set"in T&&(T=T["@set"],b=Object.keys(T),A=b.length)}else 1===A&&"@language"in T&&(l.eventHandler&&S({event:{type:["JsonLdEvent"],code:"object with only @language",level:"warning",message:"Dropping object with only @language.",details:{value:T}},options:l}),T=null);return!r(T)||l.keepFreeFloatingNodes||w||null!==t&&"@graph"!==m&&!(u(e,t,"@container")||[]).includes("@graph")||(T=q({value:T,count:A,options:l})),T}},1565:(e,t,n)=>{const{isSubjectReference:o}=n(8463),{createMergedNodeMap:a}=n(2664),r={};e.exports=r,r.flatten=e=>{const t=a(e),n=[],r=Object.keys(t).sort();for(let e=0;e<r.length;++e){const a=t[r[e]];o(a)||n.push(a)}return n}},3859:(e,t,n)=>{const{isKeyword:o}=n(4131),a=n(8463),r=n(832),s=n(1055),i=n(2278),d=n(4093),{createNodeMap:l,mergeNodeMapGraphs:w}=n(2664),h={};function c(e){const t={};for(const n in e)void 0!==e[n]&&(t["@"+n]=[e[n]]);return[t]}function p(e,t,n){for(let o=n.length-1;o>=0;--o){const a=n[o];if(a.graph===t&&a.subject["@id"]===e["@id"])return!0}return!1}function u(e,t,n){const o="@"+n;let a=o in e?e[o][0]:t[n];if("embed"===n)if(!0===a)a="@once";else if(!1===a)a="@never";else if("@always"!==a&&"@never"!==a&&"@link"!==a&&"@first"!==a&&"@last"!==a&&"@once"!==a)throw new d("Invalid JSON-LD syntax; invalid value of @embed.","jsonld.SyntaxError",{code:"invalid @embed value",frame:e});return a}function m(e){if(!r.isArray(e)||1!==e.length||!r.isObject(e[0]))throw new d("Invalid JSON-LD syntax; a JSON-LD frame must be a single object.","jsonld.SyntaxError",{frame:e});if("@id"in e[0])for(const t of s.asArray(e[0]["@id"]))if(!r.isObject(t)&&!i.isAbsolute(t)||r.isString(t)&&0===t.indexOf("_:"))throw new d("Invalid JSON-LD syntax; invalid @id in frame.","jsonld.SyntaxError",{code:"invalid frame",frame:e});if("@type"in e[0])for(const t of s.asArray(e[0]["@type"]))if(!r.isObject(t)&&!i.isAbsolute(t)&&"@json"!==t||r.isString(t)&&0===t.indexOf("_:"))throw new d("Invalid JSON-LD syntax; invalid @type in frame.","jsonld.SyntaxError",{code:"invalid frame",frame:e})}function g(e,t,n,i){let d=!0,l=!1;for(const w in n){let h=!1;const c=s.getValues(t,w),p=0===s.getValues(n,w).length;if("@id"===w){if(r.isEmptyObject(n["@id"][0]||{})?h=!0:n["@id"].length>=0&&(h=n["@id"].includes(c[0])),!i.requireAll)return h}else if("@type"===w){if(d=!1,p){if(c.length>0)return!1;h=!0}else if(1===n["@type"].length&&r.isEmptyObject(n["@type"][0]))h=c.length>0;else for(const e of n["@type"])h=!(!r.isObject(e)||!("@default"in e))||h||c.some((t=>t===e));if(!i.requireAll)return h}else{if(o(w))continue;{const t=s.getValues(n,w)[0];let o=!1;if(t&&(m([t]),o="@default"in t),d=!1,0===c.length&&o)continue;if(c.length>0&&p)return!1;if(void 0===t){if(c.length>0)return!1;h=!0}else if(a.isList(t)){const n=t["@list"][0];if(a.isList(c[0])){const t=c[0]["@list"];a.isValue(n)?h=t.some((e=>N(n,e))):(a.isSubject(n)||a.isSubjectReference(n))&&(h=t.some((t=>b(e,n,t,i))))}}else h=a.isValue(t)?c.some((e=>N(t,e))):a.isSubjectReference(t)?c.some((n=>b(e,t,n,i))):!!r.isObject(t)&&c.length>0}}if(!h&&i.requireAll)return!1;l=l||h}return d||l}function f(e,t){const n=e.uniqueEmbeds[e.graph],o=n[t],a=o.parent,i=o.property,d={"@id":t};if(r.isArray(a)){for(let e=0;e<a.length;++e)if(s.compareValues(a[e],d)){a[e]=d;break}}else{const e=r.isArray(a[i]);s.removeValue(a,i,d,{propertyIsArray:e}),s.addValue(a,i,d,{propertyIsArray:e})}const l=e=>{const t=Object.keys(n);for(const o of t)o in n&&r.isObject(n[o].parent)&&n[o].parent["@id"]===e&&(delete n[o],l(o))};l(t)}function y(e,t){if(r.isArray(e))return e.map((e=>y(e,t)));if(r.isObject(e)){if("@preserve"in e)return e["@preserve"][0];if(a.isValue(e))return e;if(a.isList(e))return e["@list"]=y(e["@list"],t),e;if("@id"in e){const n=e["@id"];if(t.link.hasOwnProperty(n)){const o=t.link[n].indexOf(e);if(-1!==o)return t.link[n][o];t.link[n].push(e)}else t.link[n]=[e]}for(const n in e)"@id"===n&&t.bnodesToClear.includes(e[n])?delete e["@id"]:e[n]=y(e[n],t)}return e}function v(e,t,n){r.isObject(e)?s.addValue(e,t,n,{propertyIsArray:!0}):e.push(n)}function b(e,t,n,o){if(!("@id"in n))return!1;const a=e.subjects[n["@id"]];return a&&g(e,a,t,o)}function N(e,t){const n=t["@value"],o=t["@type"],a=t["@language"],s=e["@value"]?r.isArray(e["@value"])?e["@value"]:[e["@value"]]:[],i=e["@type"]?r.isArray(e["@type"])?e["@type"]:[e["@type"]]:[],d=e["@language"]?r.isArray(e["@language"])?e["@language"]:[e["@language"]]:[];return 0===s.length&&0===i.length&&0===d.length||!(!s.includes(n)&&!r.isEmptyObject(s[0]))&&!!(!o&&0===i.length||i.includes(o)||o&&r.isEmptyObject(i[0]))&&!!(!a&&0===d.length||d.includes(a)||a&&r.isEmptyObject(d[0]))}e.exports=h,h.frameMergedOrDefault=(e,t,n)=>{const o={options:n,embedded:!1,graph:"@default",graphMap:{"@default":{}},subjectStack:[],link:{},bnodeMap:{}},a=new s.IdentifierIssuer("_:b");l(e,o.graphMap,"@default",a),n.merged&&(o.graphMap["@merged"]=w(o.graphMap),o.graph="@merged"),o.subjects=o.graphMap[o.graph];const r=[];return h.frame(o,Object.keys(o.subjects).sort(),t,r),n.pruneBlankNodeIdentifiers&&(n.bnodesToClear=Object.keys(o.bnodeMap).filter((e=>1===o.bnodeMap[e].length))),n.link={},y(r,n)},h.frame=(e,t,n,i,l=null)=>{m(n),n=n[0];const w=e.options,y={embed:u(n,w,"embed"),explicit:u(n,w,"explicit"),requireAll:u(n,w,"requireAll")};e.link.hasOwnProperty(e.graph)||(e.link[e.graph]={});const b=e.link[e.graph],x=function(e,t,n,o){const a={};for(const r of t){const t=e.graphMap[e.graph][r];g(e,t,n,o)&&(a[r]=t)}return a}(e,t,n,y),_=Object.keys(x).sort();for(const m of _){const g=x[m];if(null===l?e.uniqueEmbeds={[e.graph]:{}}:e.uniqueEmbeds[e.graph]=e.uniqueEmbeds[e.graph]||{},"@link"===y.embed&&m in b){v(i,l,b[m]);continue}const _={"@id":m};if(0===m.indexOf("_:")&&s.addValue(e.bnodeMap,m,_,{propertyIsArray:!0}),b[m]=_,("@first"===y.embed||"@last"===y.embed)&&e.is11)throw new d("Invalid JSON-LD syntax; invalid value of @embed.","jsonld.SyntaxError",{code:"invalid @embed value",frame:n});if(e.embedded||!e.uniqueEmbeds[e.graph].hasOwnProperty(m))if(!e.embedded||"@never"!==y.embed&&!p(g,e.graph,e.subjectStack))if(!e.embedded||"@first"!=y.embed&&"@once"!=y.embed||!e.uniqueEmbeds[e.graph].hasOwnProperty(m)){if("@last"===y.embed&&m in e.uniqueEmbeds[e.graph]&&f(e,m),e.uniqueEmbeds[e.graph][m]={parent:i,property:l},e.subjectStack.push({subject:g,graph:e.graph}),m in e.graphMap){let t=!1,o=null;"@graph"in n?(o=n["@graph"][0],t=!("@merged"===m||"@default"===m),r.isObject(o)||(o={})):(t="@merged"!==e.graph,o={}),t&&h.frame({...e,graph:m,embedded:!1},Object.keys(e.graphMap[m]).sort(),[o],_,"@graph")}"@included"in n&&h.frame({...e,embedded:!1},t,n["@included"],_,"@included");for(const t of Object.keys(g).sort())if(o(t)){if(_[t]=s.clone(g[t]),"@type"===t)for(const t of g["@type"])0===t.indexOf("_:")&&s.addValue(e.bnodeMap,t,_,{propertyIsArray:!0})}else if(!y.explicit||t in n)for(const o of g[t]){const r=t in n?n[t]:c(y);if(a.isList(o)){const r=n[t]&&n[t][0]&&n[t][0]["@list"]?n[t][0]["@list"]:c(y),i={"@list":[]};v(_,t,i);const d=o["@list"];for(const t of d)a.isSubjectReference(t)?h.frame({...e,embedded:!0},[t["@id"]],r,i,"@list"):v(i,"@list",s.clone(t))}else a.isSubjectReference(o)?h.frame({...e,embedded:!0},[o["@id"]],r,_,t):N(r[0],o)&&v(_,t,s.clone(o))}for(const e of Object.keys(n).sort()){if("@type"===e){if(!r.isObject(n[e][0])||!("@default"in n[e][0]))continue}else if(o(e))continue;const t=n[e][0]||{};if(!u(t,w,"omitDefault")&&!(e in _)){let n="@null";"@default"in t&&(n=s.clone(t["@default"])),r.isArray(n)||(n=[n]),_[e]=[{"@preserve":n}]}}for(const t of Object.keys(n["@reverse"]||{}).sort()){const o=n["@reverse"][t];for(const n of Object.keys(e.subjects))s.getValues(e.subjects[n],t).some((e=>e["@id"]===m))&&(_["@reverse"]=_["@reverse"]||{},s.addValue(_["@reverse"],t,[],{propertyIsArray:!0}),h.frame({...e,embedded:!0},[n],o,_["@reverse"][t],l))}v(i,l,_),e.subjectStack.pop()}else v(i,l,_);else v(i,l,_)}},h.cleanupNull=(e,t)=>{if(r.isArray(e))return e.map((e=>h.cleanupNull(e,t))).filter((e=>e));if("@null"===e)return null;if(r.isObject(e)){if("@id"in e){const n=e["@id"];if(t.link.hasOwnProperty(n)){const o=t.link[n].indexOf(e);if(-1!==o)return t.link[n][o];t.link[n].push(e)}else t.link[n]=[e]}for(const n in e)e[n]=h.cleanupNull(e[n],t)}return e}},5076:(e,t,n)=>{const o=n(4093),a=n(8463),r=n(832),{REGEX_BCP47:s,addValue:i}=n(1055),{handleEvent:d}=n(1696),{RDF_LIST:l,RDF_FIRST:w,RDF_REST:h,RDF_NIL:c,RDF_TYPE:p,RDF_JSON_LITERAL:u,XSD_BOOLEAN:m,XSD_DOUBLE:g,XSD_INTEGER:f,XSD_STRING:y}=n(3770),v={};function b(e,t,n,a){if(e.termType.endsWith("Node"))return{"@id":e.value};const i={"@value":e.value};if(e.language)e.language.match(s)||a.eventHandler&&d({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:e.language}},options:a}),i["@language"]=e.language;else{let l=e.datatype.value;if(l||(l=y),l===u){l="@json";try{i["@value"]=JSON.parse(i["@value"])}catch(e){throw new o("JSON literal could not be parsed.","jsonld.InvalidJsonLiteral",{code:"invalid JSON literal",value:i["@value"],cause:e})}}if(t){if(l===m)"true"===i["@value"]?i["@value"]=!0:"false"===i["@value"]&&(i["@value"]=!1);else if(r.isNumeric(i["@value"]))if(l===f){const e=parseInt(i["@value"],10);e.toFixed(0)===i["@value"]&&(i["@value"]=e)}else l===g&&(i["@value"]=parseFloat(i["@value"]));[m,f,g,y].includes(l)||(i["@type"]=l)}else if("i18n-datatype"===n&&l.startsWith("https://www.w3.org/ns/i18n#")){const[,e,t]=l.split(/[#_]/);e.length>0&&(i["@language"]=e,e.match(s)||a.eventHandler&&d({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:e}},options:a})),i["@direction"]=t}else l!==y&&(i["@type"]=l)}return i}e.exports=v,v.fromRDF=async(e,t)=>{const{useRdfType:n=!1,useNativeTypes:s=!1,rdfDirection:d=null}=t,u={},m={"@default":u},g={};if(d){if("compound-literal"===d)throw new o("Unsupported rdfDirection value.","jsonld.InvalidRdfDirection",{value:d});if("i18n-datatype"!==d)throw new o("Unknown rdfDirection value.","jsonld.InvalidRdfDirection",{value:d})}for(const o of e){const e="DefaultGraph"===o.graph.termType?"@default":o.graph.value;e in m||(m[e]={}),"@default"===e||e in u||(u[e]={"@id":e});const a=m[e],r=o.subject.value,l=o.predicate.value,w=o.object;r in a||(a[r]={"@id":r});const h=a[r],f=w.termType.endsWith("Node");if(f&&!(w.value in a)&&(a[w.value]={"@id":w.value}),l===p&&!n&&f){i(h,"@type",w.value,{propertyIsArray:!0});continue}const y=b(w,s,d,t);if(i(h,l,y,{propertyIsArray:!0}),f)if(w.value===c){const e=a[w.value];"usages"in e||(e.usages=[]),e.usages.push({node:h,property:l,value:y})}else w.value in g?g[w.value]=!1:g[w.value]={node:h,property:l,value:y}}for(const e in m){const t=m[e];if(!(c in t))continue;const n=t[c];if(n.usages){for(let e of n.usages){let n=e.node,o=e.property,s=e.value;const i=[],d=[];let c=Object.keys(n).length;for(;o===h&&r.isObject(g[n["@id"]])&&r.isArray(n[w])&&1===n[w].length&&r.isArray(n[h])&&1===n[h].length&&(3===c||4===c&&r.isArray(n["@type"])&&1===n["@type"].length&&n["@type"][0]===l)&&(i.push(n[w][0]),d.push(n["@id"]),e=g[n["@id"]],n=e.node,o=e.property,s=e.value,c=Object.keys(n).length,a.isBlankNode(n)););delete s["@id"],s["@list"]=i.reverse();for(const e of d)delete t[e]}delete n.usages}}const f=[],y=Object.keys(u).sort();for(const e of y){const t=u[e];if(e in m){const n=t["@graph"]=[],o=m[e],r=Object.keys(o).sort();for(const e of r){const t=o[e];a.isSubjectReference(t)||n.push(t)}}a.isSubjectReference(t)||f.push(t)}return f}},8463:(e,t,n)=>{const o=n(832),a={};e.exports=a,a.isSubject=e=>!(!o.isObject(e)||"@value"in e||"@set"in e||"@list"in e)&&(Object.keys(e).length>1||!("@id"in e)),a.isSubjectReference=e=>o.isObject(e)&&1===Object.keys(e).length&&"@id"in e,a.isValue=e=>o.isObject(e)&&"@value"in e,a.isList=e=>o.isObject(e)&&"@list"in e,a.isGraph=e=>o.isObject(e)&&"@graph"in e&&1===Object.keys(e).filter((e=>"@id"!==e&&"@index"!==e)).length,a.isSimpleGraph=e=>a.isGraph(e)&&!("@id"in e),a.isBlankNode=e=>{if(o.isObject(e)){if("@id"in e){const t=e["@id"];return!o.isString(t)||0===t.indexOf("_:")}return 0===Object.keys(e).length||!("@value"in e||"@set"in e||"@list"in e)}return!1}},6805:(e,t,n)=>{const o=n(7055),a=n(7222),r=n(1055),s=n(8058),i=r.IdentifierIssuer,d=n(4093),l=n(9593),w=n(9048),{expand:h}=n(2759),{flatten:c}=n(1565),{fromRDF:p}=n(5076),{toRDF:u}=n(9382),{frameMergedOrDefault:m,cleanupNull:g}=n(3859),{isArray:f,isObject:y,isString:v}=n(832),{isSubjectReference:b}=n(8463),{expandIri:N,getInitialContext:x,process:_,processingMode:C}=n(4131),{compact:S,compactIri:E}=n(3251),{createNodeMap:q,createMergedNodeMap:I,mergeNodeMaps:R}=n(2664),{logEventHandler:T,logWarningEventHandler:A,safeEventHandler:L,setDefaultEventHandler:j,setupEventHandler:P,strictEventHandler:k,unhandledEventHandler:O}=n(1696),D=function(e){const t={},D=new l({max:100});function $(t,{documentLoader:n=e.documentLoader,...o}){if(t&&"compactionMap"in t)throw new d('"compactionMap" not supported.',"jsonld.OptionsError");if(t&&"expansionMap"in t)throw new d('"expansionMap" not supported.',"jsonld.OptionsError");return Object.assign({},{documentLoader:n},o,t,{eventHandler:P({options:t})})}return e.compact=async function(t,n,o){if(arguments.length<2)throw new TypeError("Could not compact, too few arguments.");if(null===n)throw new d("The compaction context must not be null.","jsonld.CompactError",{code:"invalid local context"});if(null===t)return null;let a;(o=$(o,{base:v(t)?t:"",compactArrays:!0,compactToRelative:!0,graph:!1,skipExpansion:!1,link:!1,issuer:new i("_:b"),contextResolver:new s({sharedCache:D})})).link&&(o.skipExpansion=!0),o.compactToRelative||delete o.base,a=o.skipExpansion?t:await e.expand(t,o);const l=await e.processContext(x(o),n,o);let w=await S({activeCtx:l,element:a,options:o});o.compactArrays&&!o.graph&&f(w)?1===w.length?w=w[0]:0===w.length&&(w={}):o.graph&&y(w)&&(w=[w]),y(n)&&"@context"in n&&(n=n["@context"]),n=r.clone(n),f(n)||(n=[n]);const h=n;n=[];for(let e=0;e<h.length;++e)(!y(h[e])||Object.keys(h[e]).length>0)&&n.push(h[e]);const c=n.length>0;if(1===n.length&&(n=n[0]),f(w)){const e=E({activeCtx:l,iri:"@graph",relativeTo:{vocab:!0}}),t=w;w={},c&&(w["@context"]=n),w[e]=t}else if(y(w)&&c){const e=w;w={"@context":n};for(const t in e)w[t]=e[t]}return w},e.expand=async function(t,n){if(arguments.length<1)throw new TypeError("Could not expand, too few arguments.");const o={},a=[];if("expandContext"in(n=$(n,{keepFreeFloatingNodes:!1,contextResolver:new s({sharedCache:D})}))){const e=r.clone(n.expandContext);y(e)&&"@context"in e?o.expandContext=e:o.expandContext={"@context":e},a.push(o.expandContext)}let i;if(v(t)){const r=await e.get(t,n);i=r.documentUrl,o.input=r.document,r.contextUrl&&(o.remoteContext={"@context":r.contextUrl},a.push(o.remoteContext))}else o.input=r.clone(t);"base"in n||(n.base=i||"");let d=x(n);for(const e of a)d=await _({activeCtx:d,localCtx:e,options:n});let l=await h({activeCtx:d,element:o.input,options:n});return y(l)&&"@graph"in l&&1===Object.keys(l).length?l=l["@graph"]:null===l&&(l=[]),f(l)||(l=[l]),l},e.flatten=async function(t,n,o){if(arguments.length<1)return new TypeError("Could not flatten, too few arguments.");n="function"==typeof n?null:n||null,o=$(o,{base:v(t)?t:"",contextResolver:new s({sharedCache:D})});const a=await e.expand(t,o),r=c(a);return null===n?r:(o.graph=!0,o.skipExpansion=!0,await e.compact(r,n,o))},e.frame=async function(t,n,o){if(arguments.length<2)throw new TypeError("Could not frame, too few arguments.");if(o=$(o,{base:v(t)?t:"",embed:"@once",explicit:!1,requireAll:!1,omitDefault:!1,bnodesToClear:[],contextResolver:new s({sharedCache:D})}),v(n)){const t=await e.get(n,o);if(n=t.document,t.contextUrl){let e=n["@context"];e?f(e)?e.push(t.contextUrl):e=[e,t.contextUrl]:e=t.contextUrl,n["@context"]=e}}const a=n&&n["@context"]||{},r=await e.processContext(x(o),a,o);o.hasOwnProperty("omitGraph")||(o.omitGraph=C(r,1.1)),o.hasOwnProperty("pruneBlankNodeIdentifiers")||(o.pruneBlankNodeIdentifiers=C(r,1.1));const i=await e.expand(t,o),d={...o};d.isFrame=!0,d.keepFreeFloatingNodes=!0;const l=await e.expand(n,d),w=Object.keys(n).map((e=>N(r,e,{vocab:!0})));d.merged=!w.includes("@graph"),d.is11=C(r,1.1);const h=m(i,l,d);d.graph=!o.omitGraph,d.skipExpansion=!0,d.link={},d.framing=!0;let c=await e.compact(h,a,d);return d.link={},c=g(c,d),c},e.link=async function(t,n,o){const a={};return n&&(a["@context"]=n),a["@embed"]="@link",e.frame(t,a,o)},e.normalize=e.canonize=async function(t,n){if(arguments.length<1)throw new TypeError("Could not canonize, too few arguments.");if("inputFormat"in(n=$(n,{base:v(t)?t:null,algorithm:"URDNA2015",skipExpansion:!1,safe:!0,contextResolver:new s({sharedCache:D})}))){if("application/n-quads"!==n.inputFormat&&"application/nquads"!==n.inputFormat)throw new d("Unknown canonicalization input format.","jsonld.CanonizeError");const e=w.parse(t);return o.canonize(e,n)}const a={...n};delete a.format,a.produceGeneralizedRdf=!1;const r=await e.toRDF(t,a);return o.canonize(r,n)},e.fromRDF=async function(e,n){if(arguments.length<1)throw new TypeError("Could not convert from RDF, too few arguments.");n=$(n,{format:v(e)?"application/n-quads":void 0});const{format:o}=n;let{rdfParser:a}=n;if(o){if(a=a||t[o],!a)throw new d("Unknown input format.","jsonld.UnknownFormat",{format:o})}else a=()=>e;const r=await a(e);return p(r,n)},e.toRDF=async function(t,n){if(arguments.length<1)throw new TypeError("Could not convert to RDF, too few arguments.");let o;o=(n=$(n,{base:v(t)?t:"",skipExpansion:!1,contextResolver:new s({sharedCache:D})})).skipExpansion?t:await e.expand(t,n);const a=u(o,n);if(n.format){if("application/n-quads"===n.format||"application/nquads"===n.format)return w.serialize(a);throw new d("Unknown output format.","jsonld.UnknownFormat",{format:n.format})}return a},e.createNodeMap=async function(t,n){if(arguments.length<1)throw new TypeError("Could not create node map, too few arguments.");n=$(n,{base:v(t)?t:"",contextResolver:new s({sharedCache:D})});const o=await e.expand(t,n);return I(o,n)},e.merge=async function(t,n,o){if(arguments.length<1)throw new TypeError("Could not merge, too few arguments.");if(!f(t))throw new TypeError('Could not merge, "docs" must be an array.');n="function"==typeof n?null:n||null,o=$(o,{contextResolver:new s({sharedCache:D})});const a=await Promise.all(t.map((t=>{const n={...o};return e.expand(t,n)})));let d=!0;"mergeNodes"in o&&(d=o.mergeNodes);const l=o.issuer||new i("_:b"),w={"@default":{}};for(let e=0;e<a.length;++e){const t=r.relabelBlankNodes(a[e],{issuer:new i("_:b"+e+"-")}),n=d||0===e?w:{"@default":{}};if(q(t,n,"@default",l),n!==w)for(const e in n){const t=n[e];if(!(e in w)){w[e]=t;continue}const o=w[e];for(const e in t)e in o||(o[e]=t[e])}}const h=R(w),c=[],p=Object.keys(h).sort();for(let e=0;e<p.length;++e){const t=h[p[e]];b(t)||c.push(t)}return null===n?c:(o.graph=!0,o.skipExpansion=!0,await e.compact(c,n,o))},Object.defineProperty(e,"documentLoader",{get:()=>e._documentLoader,set:t=>e._documentLoader=t}),e.documentLoader=async e=>{throw new d("Could not retrieve a JSON-LD document from the URL. URL dereferencing not implemented.","jsonld.LoadDocumentError",{code:"loading document failed",url:e})},e.get=async function(t,n){let o;o="function"==typeof n.documentLoader?n.documentLoader:e.documentLoader;const a=await o(t);try{if(!a.document)throw new d("No remote document found at the given URL.","jsonld.NullRemoteDocument");v(a.document)&&(a.document=JSON.parse(a.document))}catch(e){throw new d("Could not retrieve a JSON-LD document from the URL.","jsonld.LoadDocumentError",{code:"loading document failed",cause:e,remoteDoc:a})}return a},e.processContext=async function(e,t,n){return n=$(n,{base:"",contextResolver:new s({sharedCache:D})}),null===t?x(n):(t=r.clone(t),y(t)&&"@context"in t||(t={"@context":t}),_({activeCtx:e,localCtx:t,options:n}))},e.getContextValue=n(4131).getContextValue,e.documentLoaders={},e.useDocumentLoader=function(t){if(!(t in e.documentLoaders))throw new d('Unknown document loader type: "'+t+'"',"jsonld.UnknownDocumentLoader",{type:t});e.documentLoader=e.documentLoaders[t].apply(e,Array.prototype.slice.call(arguments,1))},e.registerRDFParser=function(e,n){t[e]=n},e.unregisterRDFParser=function(e){delete t[e]},e.registerRDFParser("application/n-quads",w.parse),e.registerRDFParser("application/nquads",w.parse),e.url=n(2278),e.logEventHandler=T,e.logWarningEventHandler=A,e.safeEventHandler=L,e.setDefaultEventHandler=j,e.strictEventHandler=k,e.unhandledEventHandler=O,e.util=r,Object.assign(e,r),e.promises=e,e.RequestQueue=n(533),e.JsonLdProcessor=n(731)(e),a.setupGlobals(e),a.setupDocumentLoaders(e),e},$=function(){return D((function(){return $()}))};D($),e.exports=$},2664:(e,t,n)=>{const{isKeyword:o}=n(4131),a=n(8463),r=n(832),s=n(1055),i=n(4093),d={};e.exports=d,d.createMergedNodeMap=(e,t)=>{const n=(t=t||{}).issuer||new s.IdentifierIssuer("_:b"),o={"@default":{}};return d.createNodeMap(e,o,"@default",n),d.mergeNodeMaps(o)},d.createNodeMap=(e,t,n,l,w,h)=>{if(r.isArray(e)){for(const o of e)d.createNodeMap(o,t,n,l,void 0,h);return}if(!r.isObject(e))return void(h&&h.push(e));if(a.isValue(e)){if("@type"in e){let t=e["@type"];0===t.indexOf("_:")&&(e["@type"]=t=l.getId(t))}return void(h&&h.push(e))}if(h&&a.isList(e)){const o=[];return d.createNodeMap(e["@list"],t,n,l,w,o),void h.push({"@list":o})}if("@type"in e){const t=e["@type"];for(const e of t)0===e.indexOf("_:")&&l.getId(e)}r.isUndefined(w)&&(w=a.isBlankNode(e)?l.getId(e["@id"]):e["@id"]),h&&h.push({"@id":w});const c=t[n],p=c[w]=c[w]||{};p["@id"]=w;const u=Object.keys(e).sort();for(let r of u){if("@id"===r)continue;if("@reverse"===r){const o={"@id":w},r=e["@reverse"];for(const e in r){const i=r[e];for(const r of i){let i=r["@id"];a.isBlankNode(r)&&(i=l.getId(i)),d.createNodeMap(r,t,n,l,i),s.addValue(c[i],e,o,{propertyIsArray:!0,allowDuplicate:!1})}}continue}if("@graph"===r){w in t||(t[w]={}),d.createNodeMap(e[r],t,w,l);continue}if("@included"===r){d.createNodeMap(e[r],t,n,l);continue}if("@type"!==r&&o(r)){if("@index"===r&&r in p&&(e[r]!==p[r]||e[r]["@id"]!==p[r]["@id"]))throw new i("Invalid JSON-LD syntax; conflicting @index property detected.","jsonld.SyntaxError",{code:"conflicting indexes",subject:p});p[r]=e[r];continue}const h=e[r];if(0===r.indexOf("_:")&&(r=l.getId(r)),0!==h.length)for(let e of h)if("@type"===r&&(e=0===e.indexOf("_:")?l.getId(e):e),a.isSubject(e)||a.isSubjectReference(e)){if("@id"in e&&!e["@id"])continue;const o=a.isBlankNode(e)?l.getId(e["@id"]):e["@id"];s.addValue(p,r,{"@id":o},{propertyIsArray:!0,allowDuplicate:!1}),d.createNodeMap(e,t,n,l,o)}else if(a.isValue(e))s.addValue(p,r,e,{propertyIsArray:!0,allowDuplicate:!1});else if(a.isList(e)){const o=[];d.createNodeMap(e["@list"],t,n,l,w,o),e={"@list":o},s.addValue(p,r,e,{propertyIsArray:!0,allowDuplicate:!1})}else d.createNodeMap(e,t,n,l,w),s.addValue(p,r,e,{propertyIsArray:!0,allowDuplicate:!1});else s.addValue(p,r,[],{propertyIsArray:!0})}},d.mergeNodeMapGraphs=e=>{const t={};for(const n of Object.keys(e).sort())for(const a of Object.keys(e[n]).sort()){const r=e[n][a];a in t||(t[a]={"@id":a});const i=t[a];for(const e of Object.keys(r).sort())if(o(e)&&"@type"!==e)i[e]=s.clone(r[e]);else for(const t of r[e])s.addValue(i,e,s.clone(t),{propertyIsArray:!0,allowDuplicate:!1})}return t},d.mergeNodeMaps=e=>{const t=e["@default"],n=Object.keys(e).sort();for(const o of n){if("@default"===o)continue;const n=e[o];let r=t[o];r?"@graph"in r||(r["@graph"]=[]):t[o]=r={"@id":o,"@graph":[]};const s=r["@graph"];for(const e of Object.keys(n).sort()){const t=n[e];a.isSubjectReference(t)||s.push(t)}}return t}},7222:(e,t,n)=>{const o=n(8831),a={};e.exports=a,a.setupDocumentLoaders=function(e){"undefined"!=typeof XMLHttpRequest&&(e.documentLoaders.xhr=o,e.useDocumentLoader("xhr"))},a.setupGlobals=function(e){void 0===globalThis.JsonLdProcessor&&Object.defineProperty(globalThis,"JsonLdProcessor",{writable:!0,enumerable:!1,configurable:!0,value:e.JsonLdProcessor})}},9382:(e,t,n)=>{const{createNodeMap:o}=n(2664),{isKeyword:a}=n(4131),r=n(8463),s=n(5456),i=n(4093),d=n(832),l=n(1055),{handleEvent:w}=n(1696),{RDF_FIRST:h,RDF_REST:c,RDF_NIL:p,RDF_TYPE:u,RDF_JSON_LITERAL:m,RDF_LANGSTRING:g,XSD_BOOLEAN:f,XSD_DOUBLE:y,XSD_INTEGER:v,XSD_STRING:b}=n(3770),{isAbsolute:N}=n(2278),x={};function _(e,t,n,o,r){const s=Object.keys(t).sort();for(const i of s){const s=t[i],d=Object.keys(s).sort();for(let t of d){const d=s[t];if("@type"===t)t=u;else if(a(t))continue;for(const a of d){const s={termType:i.startsWith("_:")?"BlankNode":"NamedNode",value:i};if(!N(i)){r.eventHandler&&w({event:{type:["JsonLdEvent"],code:"relative subject reference",level:"warning",message:"Relative subject reference found.",details:{subject:i}},options:r});continue}const d={termType:t.startsWith("_:")?"BlankNode":"NamedNode",value:t};if(!N(t)){r.eventHandler&&w({event:{type:["JsonLdEvent"],code:"relative predicate reference",level:"warning",message:"Relative predicate reference found.",details:{predicate:t}},options:r});continue}if("BlankNode"===d.termType&&!r.produceGeneralizedRdf){r.eventHandler&&w({event:{type:["JsonLdEvent"],code:"blank node predicate",level:"warning",message:"Dropping blank node predicate.",details:{property:o.getOldIds().find((e=>o.getId(e)===t))}},options:r});continue}const l=C(a,o,e,n,r.rdfDirection,r);l&&e.push({subject:s,predicate:d,object:l,graph:n})}}}}function C(e,t,n,o,a,l){const u={};if(r.isValue(e)){u.termType="Literal",u.value=void 0,u.datatype={termType:"NamedNode"};let t=e["@value"];const n=e["@type"]||null;if("@json"===n)u.value=s(t),u.datatype.value=m;else if(d.isBoolean(t))u.value=t.toString(),u.datatype.value=n||f;else if(d.isDouble(t)||n===y)d.isDouble(t)||(t=parseFloat(t)),u.value=t.toExponential(15).replace(/(\d)0*e\+?/,"$1E"),u.datatype.value=n||y;else if(d.isNumber(t))u.value=t.toFixed(0),u.datatype.value=n||v;else if("@direction"in e&&"i18n-datatype"===a){const n=`https://www.w3.org/ns/i18n#${(e["@language"]||"").toLowerCase()}_${e["@direction"]}`;u.datatype.value=n,u.value=t}else{if("@direction"in e&&"compound-literal"===a)throw new i("Unsupported rdfDirection value.","jsonld.InvalidRdfDirection",{value:a});if("@direction"in e&&a)throw new i("Unknown rdfDirection value.","jsonld.InvalidRdfDirection",{value:a});"@language"in e?("@direction"in e&&!a&&l.eventHandler&&w({event:{type:["JsonLdEvent"],code:"rdfDirection not set",level:"warning",message:"rdfDirection not set for @direction.",details:{object:u.value}},options:l}),u.value=t,u.datatype.value=n||g,u.language=e["@language"]):("@direction"in e&&!a&&l.eventHandler&&w({event:{type:["JsonLdEvent"],code:"rdfDirection not set",level:"warning",message:"rdfDirection not set for @direction.",details:{object:u.value}},options:l}),u.value=t,u.datatype.value=n||b)}}else if(r.isList(e)){const r=function(e,t,n,o,a,r){const s={termType:"NamedNode",value:h},i={termType:"NamedNode",value:c},d={termType:"NamedNode",value:p},l=e.pop(),w=l?{termType:"BlankNode",value:t.getId()}:d;let u=w;for(const d of e){const e=C(d,t,n,o,a,r),l={termType:"BlankNode",value:t.getId()};n.push({subject:u,predicate:s,object:e,graph:o}),n.push({subject:u,predicate:i,object:l,graph:o}),u=l}if(l){const e=C(l,t,n,o,a,r);n.push({subject:u,predicate:s,object:e,graph:o}),n.push({subject:u,predicate:i,object:d,graph:o})}return w}(e["@list"],t,n,o,a,l);u.termType=r.termType,u.value=r.value}else{const t=d.isObject(e)?e["@id"]:e;u.termType=t.startsWith("_:")?"BlankNode":"NamedNode",u.value=t}return"NamedNode"!==u.termType||N(u.value)?u:(l.eventHandler&&w({event:{type:["JsonLdEvent"],code:"relative object reference",level:"warning",message:"Relative object reference found.",details:{object:u.value}},options:l}),null)}e.exports=x,x.toRDF=(e,t)=>{const n=new l.IdentifierIssuer("_:b"),a={"@default":{}};o(e,a,"@default",n);const r=[],s=Object.keys(a).sort();for(const e of s){let o;if("@default"===e)o={termType:"DefaultGraph",value:""};else{if(!N(e)){t.eventHandler&&w({event:{type:["JsonLdEvent"],code:"relative graph reference",level:"warning",message:"Relative graph reference found.",details:{graph:e}},options:t});continue}o=e.startsWith("_:")?{termType:"BlankNode"}:{termType:"NamedNode"},o.value=e}_(r,a[e],o,n,t)}return r}},832:e=>{const t={};e.exports=t,t.isArray=Array.isArray,t.isBoolean=e=>"boolean"==typeof e||"[object Boolean]"===Object.prototype.toString.call(e),t.isDouble=e=>t.isNumber(e)&&(-1!==String(e).indexOf(".")||Math.abs(e)>=1e21),t.isEmptyObject=e=>t.isObject(e)&&0===Object.keys(e).length,t.isNumber=e=>"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e),t.isNumeric=e=>!isNaN(parseFloat(e))&&isFinite(e),t.isObject=e=>"[object Object]"===Object.prototype.toString.call(e),t.isString=e=>"string"==typeof e||"[object String]"===Object.prototype.toString.call(e),t.isUndefined=e=>void 0===e},2278:(e,t,n)=>{const o=n(832),a={};e.exports=a,a.parsers={simple:{keys:["href","scheme","authority","path","query","fragment"],regex:/^(?:([^:\/?#]+):)?(?:\/\/([^\/?#]*))?([^?#]*)(?:\?([^#]*))?(?:#(.*))?/},full:{keys:["href","protocol","scheme","authority","auth","user","password","hostname","port","path","directory","file","query","fragment"],regex:/^(([a-zA-Z][a-zA-Z0-9+-.]*):)?(?:\/\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?(?:(((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/}},a.parse=(e,t)=>{const n={},o=a.parsers[t||"full"],r=o.regex.exec(e);let s=o.keys.length;for(;s--;)n[o.keys[s]]=void 0===r[s]?null:r[s];return("https"===n.scheme&&"443"===n.port||"http"===n.scheme&&"80"===n.port)&&(n.href=n.href.replace(":"+n.port,""),n.authority=n.authority.replace(":"+n.port,""),n.port=null),n.normalizedPath=a.removeDotSegments(n.path),n},a.prependBase=(e,t)=>{if(null===e)return t;if(a.isAbsolute(t))return t;e&&!o.isString(e)||(e=a.parse(e||""));const n=a.parse(t),r={protocol:e.protocol||""};if(null!==n.authority)r.authority=n.authority,r.path=n.path,r.query=n.query;else if(r.authority=e.authority,""===n.path)r.path=e.path,null!==n.query?r.query=n.query:r.query=e.query;else{if(0===n.path.indexOf("/"))r.path=n.path;else{let t=e.path;t=t.substr(0,t.lastIndexOf("/")+1),(t.length>0||e.authority)&&"/"!==t.substr(-1)&&(t+="/"),t+=n.path,r.path=t}r.query=n.query}""!==n.path&&(r.path=a.removeDotSegments(r.path));let s=r.protocol;return null!==r.authority&&(s+="//"+r.authority),s+=r.path,null!==r.query&&(s+="?"+r.query),null!==n.fragment&&(s+="#"+n.fragment),""===s&&(s="./"),s},a.removeBase=(e,t)=>{if(null===e)return t;e&&!o.isString(e)||(e=a.parse(e||""));let n="";if(""!==e.href?n+=(e.protocol||"")+"//"+(e.authority||""):t.indexOf("//")&&(n+="//"),0!==t.indexOf(n))return t;const r=a.parse(t.substr(n.length)),s=e.normalizedPath.split("/"),i=r.normalizedPath.split("/"),d=r.fragment||r.query?0:1;for(;s.length>0&&i.length>d&&s[0]===i[0];)s.shift(),i.shift();let l="";if(s.length>0){s.pop();for(let e=0;e<s.length;++e)l+="../"}return l+=i.join("/"),null!==r.query&&(l+="?"+r.query),null!==r.fragment&&(l+="#"+r.fragment),""===l&&(l="./"),l},a.removeDotSegments=e=>{if(0===e.length)return"";const t=e.split("/"),n=[];for(;t.length>0;){const e=t.shift(),o=0===t.length;"."!==e?".."!==e?n.push(e):(n.pop(),o&&n.push("")):o&&n.push("")}return"/"===e[0]&&n.length>0&&""!==n[0]&&n.unshift(""),1===n.length&&""===n[0]?"/":n.join("/")};const r=/^([A-Za-z][A-Za-z0-9+-.]*|_):[^\s]*$/;a.isAbsolute=e=>o.isString(e)&&r.test(e),a.isRelative=e=>o.isString(e)},1055:(e,t,n)=>{const o=n(8463),a=n(832),r=n(7055).IdentifierIssuer,s=n(4093),i=/(?:<[^>]*?>|"[^"]*?"|[^,])+/g,d=/\s*<([^>]*?)>\s*(?:;\s*(.*))?/,l=/(.*?)=(?:(?:"([^"]*?)")|([^"]*?))\s*(?:(?:;\s*)|$)/g,w="application/ld+json, application/json",h={};function c(e,t){if(a.isArray(t))for(let n=0;n<t.length;++n)t[n]=c(e,t[n]);else if(o.isList(t))t["@list"]=c(e,t["@list"]);else if(a.isObject(t)){o.isBlankNode(t)&&(t["@id"]=e.getId(t["@id"]));const n=Object.keys(t).sort();for(let o=0;o<n.length;++o){const a=n[o];"@id"!==a&&(t[a]=c(e,t[a]))}}return t}e.exports=h,h.IdentifierIssuer=r,h.REGEX_BCP47=/^[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*$/,h.REGEX_KEYWORD=/^@[a-zA-Z]+$/,h.clone=function(e){if(e&&"object"==typeof e){let t;if(a.isArray(e)){t=[];for(let n=0;n<e.length;++n)t[n]=h.clone(e[n])}else if(e instanceof Map){t=new Map;for(const[n,o]of e)t.set(n,h.clone(o))}else if(e instanceof Set){t=new Set;for(const n of e)t.add(h.clone(n))}else if(a.isObject(e)){t={};for(const n in e)t[n]=h.clone(e[n])}else t=e.toString();return t}return e},h.asArray=function(e){return Array.isArray(e)?e:[e]},h.buildHeaders=(e={})=>{if(Object.keys(e).some((e=>"accept"===e.toLowerCase())))throw new RangeError('Accept header may not be specified; only "'+w+'" is supported.');return Object.assign({Accept:w},e)},h.parseLinkHeader=e=>{const t={},n=e.match(i);for(let e=0;e<n.length;++e){let o=n[e].match(d);if(!o)continue;const a={target:o[1]},r=o[2];for(;o=l.exec(r);)a[o[1]]=void 0===o[2]?o[3]:o[2];const s=a.rel||"";Array.isArray(t[s])?t[s].push(a):t.hasOwnProperty(s)?t[s]=[t[s],a]:t[s]=a}return t},h.validateTypeValue=(e,t)=>{if(!(a.isString(e)||a.isArray(e)&&e.every((e=>a.isString(e))))){if(t&&a.isObject(e))switch(Object.keys(e).length){case 0:return;case 1:if("@default"in e&&h.asArray(e["@default"]).every((e=>a.isString(e))))return}throw new s('Invalid JSON-LD syntax; "@type" value must a string, an array of strings, an empty object, or a default object.',"jsonld.SyntaxError",{code:"invalid type value",value:e})}},h.hasProperty=(e,t)=>{if(e.hasOwnProperty(t)){const n=e[t];return!a.isArray(n)||n.length>0}return!1},h.hasValue=(e,t,n)=>{if(h.hasProperty(e,t)){let r=e[t];const s=o.isList(r);if(a.isArray(r)||s){s&&(r=r["@list"]);for(let e=0;e<r.length;++e)if(h.compareValues(n,r[e]))return!0}else if(!a.isArray(n))return h.compareValues(n,r)}return!1},h.addValue=(e,t,n,o)=>{if("propertyIsArray"in(o=o||{})||(o.propertyIsArray=!1),"valueIsArray"in o||(o.valueIsArray=!1),"allowDuplicate"in o||(o.allowDuplicate=!0),"prependValue"in o||(o.prependValue=!1),o.valueIsArray)e[t]=n;else if(a.isArray(n)){0===n.length&&o.propertyIsArray&&!e.hasOwnProperty(t)&&(e[t]=[]),o.prependValue&&(n=n.concat(e[t]),e[t]=[]);for(let a=0;a<n.length;++a)h.addValue(e,t,n[a],o)}else if(e.hasOwnProperty(t)){const r=!o.allowDuplicate&&h.hasValue(e,t,n);a.isArray(e[t])||r&&!o.propertyIsArray||(e[t]=[e[t]]),r||(o.prependValue?e[t].unshift(n):e[t].push(n))}else e[t]=o.propertyIsArray?[n]:n},h.getValues=(e,t)=>[].concat(e[t]||[]),h.removeProperty=(e,t)=>{delete e[t]},h.removeValue=(e,t,n,o)=>{"propertyIsArray"in(o=o||{})||(o.propertyIsArray=!1);const a=h.getValues(e,t).filter((e=>!h.compareValues(e,n)));0===a.length?h.removeProperty(e,t):1!==a.length||o.propertyIsArray?e[t]=a:e[t]=a[0]},h.relabelBlankNodes=(e,t)=>c((t=t||{}).issuer||new r("_:b"),e),h.compareValues=(e,t)=>e===t||!(!o.isValue(e)||!o.isValue(t)||e["@value"]!==t["@value"]||e["@type"]!==t["@type"]||e["@language"]!==t["@language"]||e["@index"]!==t["@index"])||!!(a.isObject(e)&&"@id"in e&&a.isObject(t)&&"@id"in t)&&e["@id"]===t["@id"],h.compareShortestLeast=(e,t)=>e.length<t.length?-1:t.length<e.length?1:e===t?0:e<t?-1:1},9593:(e,t,n)=>{const o=n(4411),a=Symbol("max"),r=Symbol("length"),s=Symbol("lengthCalculator"),i=Symbol("allowStale"),d=Symbol("maxAge"),l=Symbol("dispose"),w=Symbol("noDisposeOnSet"),h=Symbol("lruList"),c=Symbol("cache"),p=Symbol("updateAgeOnGet"),u=()=>1,m=(e,t,n)=>{const o=e[c].get(t);if(o){const t=o.value;if(g(e,t)){if(y(e,o),!e[i])return}else n&&(e[p]&&(o.value.now=Date.now()),e[h].unshiftNode(o));return t.value}},g=(e,t)=>{if(!t||!t.maxAge&&!e[d])return!1;const n=Date.now()-t.now;return t.maxAge?n>t.maxAge:e[d]&&n>e[d]},f=e=>{if(e[r]>e[a])for(let t=e[h].tail;e[r]>e[a]&&null!==t;){const n=t.prev;y(e,t),t=n}},y=(e,t)=>{if(t){const n=t.value;e[l]&&e[l](n.key,n.value),e[r]-=n.length,e[c].delete(n.key),e[h].removeNode(t)}};class v{constructor(e,t,n,o,a){this.key=e,this.value=t,this.length=n,this.now=o,this.maxAge=a||0}}const b=(e,t,n,o)=>{let a=n.value;g(e,a)&&(y(e,n),e[i]||(a=void 0)),a&&t.call(o,a.value,a.key,e)};e.exports=class{constructor(e){if("number"==typeof e&&(e={max:e}),e||(e={}),e.max&&("number"!=typeof e.max||e.max<0))throw new TypeError("max must be a non-negative number");this[a]=e.max||1/0;const t=e.length||u;if(this[s]="function"!=typeof t?u:t,this[i]=e.stale||!1,e.maxAge&&"number"!=typeof e.maxAge)throw new TypeError("maxAge must be a number");this[d]=e.maxAge||0,this[l]=e.dispose,this[w]=e.noDisposeOnSet||!1,this[p]=e.updateAgeOnGet||!1,this.reset()}set max(e){if("number"!=typeof e||e<0)throw new TypeError("max must be a non-negative number");this[a]=e||1/0,f(this)}get max(){return this[a]}set allowStale(e){this[i]=!!e}get allowStale(){return this[i]}set maxAge(e){if("number"!=typeof e)throw new TypeError("maxAge must be a non-negative number");this[d]=e,f(this)}get maxAge(){return this[d]}set lengthCalculator(e){"function"!=typeof e&&(e=u),e!==this[s]&&(this[s]=e,this[r]=0,this[h].forEach((e=>{e.length=this[s](e.value,e.key),this[r]+=e.length}))),f(this)}get lengthCalculator(){return this[s]}get length(){return this[r]}get itemCount(){return this[h].length}rforEach(e,t){t=t||this;for(let n=this[h].tail;null!==n;){const o=n.prev;b(this,e,n,t),n=o}}forEach(e,t){t=t||this;for(let n=this[h].head;null!==n;){const o=n.next;b(this,e,n,t),n=o}}keys(){return this[h].toArray().map((e=>e.key))}values(){return this[h].toArray().map((e=>e.value))}reset(){this[l]&&this[h]&&this[h].length&&this[h].forEach((e=>this[l](e.key,e.value))),this[c]=new Map,this[h]=new o,this[r]=0}dump(){return this[h].map((e=>!g(this,e)&&{k:e.key,v:e.value,e:e.now+(e.maxAge||0)})).toArray().filter((e=>e))}dumpLru(){return this[h]}set(e,t,n){if((n=n||this[d])&&"number"!=typeof n)throw new TypeError("maxAge must be a number");const o=n?Date.now():0,i=this[s](t,e);if(this[c].has(e)){if(i>this[a])return y(this,this[c].get(e)),!1;const s=this[c].get(e).value;return this[l]&&(this[w]||this[l](e,s.value)),s.now=o,s.maxAge=n,s.value=t,this[r]+=i-s.length,s.length=i,this.get(e),f(this),!0}const p=new v(e,t,i,o,n);return p.length>this[a]?(this[l]&&this[l](e,t),!1):(this[r]+=p.length,this[h].unshift(p),this[c].set(e,this[h].head),f(this),!0)}has(e){if(!this[c].has(e))return!1;const t=this[c].get(e).value;return!g(this,t)}get(e){return m(this,e,!0)}peek(e){return m(this,e,!1)}pop(){const e=this[h].tail;return e?(y(this,e),e.value):null}del(e){y(this,this[c].get(e))}load(e){this.reset();const t=Date.now();for(let n=e.length-1;n>=0;n--){const o=e[n],a=o.e||0;if(0===a)this.set(o.k,o.v);else{const e=a-t;e>0&&this.set(o.k,o.v,e)}}}prune(){this[c].forEach(((e,t)=>m(this,t,!1)))}}},7824:e=>{var t=1e3,n=60*t,o=60*n,a=24*o;function r(e,t,n,o){var a=t>=1.5*n;return Math.round(e/n)+" "+o+(a?"s":"")}e.exports=function(e,s){s=s||{};var i,d,l=typeof e;if("string"===l&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var r=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(r){var s=parseFloat(r[1]);switch((r[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*s;case"weeks":case"week":case"w":return 6048e5*s;case"days":case"day":case"d":return s*a;case"hours":case"hour":case"hrs":case"hr":case"h":return s*o;case"minutes":case"minute":case"mins":case"min":case"m":return s*n;case"seconds":case"second":case"secs":case"sec":case"s":return s*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}}}(e);if("number"===l&&isFinite(e))return s.long?(i=e,(d=Math.abs(i))>=a?r(i,d,a,"day"):d>=o?r(i,d,o,"hour"):d>=n?r(i,d,n,"minute"):d>=t?r(i,d,t,"second"):i+" ms"):function(e){var r=Math.abs(e);return r>=a?Math.round(e/a)+"d":r>=o?Math.round(e/o)+"h":r>=n?Math.round(e/n)+"m":r>=t?Math.round(e/t)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},4155:e=>{var t,n,o=e.exports={};function a(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function s(e){if(t===setTimeout)return setTimeout(e,0);if((t===a||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(n){try{return t.call(null,e,0)}catch(n){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:a}catch(e){t=a}try{n="function"==typeof clearTimeout?clearTimeout:r}catch(e){n=r}}();var i,d=[],l=!1,w=-1;function h(){l&&i&&(l=!1,i.length?d=i.concat(d):w=-1,d.length&&c())}function c(){if(!l){var e=s(h);l=!0;for(var t=d.length;t;){for(i=d,d=[];++w<t;)i&&i[w].run();w=-1,t=d.length}i=null,l=!1,function(e){if(n===clearTimeout)return clearTimeout(e);if((n===r||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(e);try{return n(e)}catch(t){try{return n.call(null,e)}catch(t){return n.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function u(){}o.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];d.push(new p(e,t)),1!==d.length||l||s(c)},p.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=u,o.addListener=u,o.once=u,o.off=u,o.removeListener=u,o.removeAllListeners=u,o.emit=u,o.prependListener=u,o.prependOnceListener=u,o.listeners=function(e){return[]},o.binding=function(e){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(e){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},4375:(e,t,n)=>{let o;e.exports="function"==typeof queueMicrotask?queueMicrotask.bind("undefined"!=typeof window?window:n.g):e=>(o||(o=Promise.resolve())).then(e).catch((e=>setTimeout((()=>{throw e}),0)))},7055:(e,t,n)=>{e.exports=n(9344)},2401:e=>{e.exports=class e{constructor(e,t=new Map,n=0){this.prefix=e,this._existing=t,this.counter=n}clone(){const{prefix:t,_existing:n,counter:o}=this;return new e(t,new Map(n),o)}getId(e){const t=e&&this._existing.get(e);if(t)return t;const n=this.prefix+this.counter;return this.counter++,e&&this._existing.set(e,n),n}hasId(e){return this._existing.has(e)}getOldIds(){return[...this._existing.keys()]}}},5947:(e,t,n)=>{n(4889);const o=self.crypto||self.msCrypto;e.exports=class{constructor(e){if(!o||!o.subtle)throw new Error("crypto.subtle not found.");if("sha256"===e)this.algorithm={name:"SHA-256"};else{if("sha1"!==e)throw new Error(`Unsupported algorithm "${e}".`);this.algorithm={name:"SHA-1"}}this._content=""}update(e){this._content+=e}async digest(){const e=(new TextEncoder).encode(this._content),t=new Uint8Array(await o.subtle.digest(this.algorithm,e));let n="";for(let e=0;e<t.length;++e)n+=t[e].toString(16).padStart(2,"0");return n}}},9980:e=>{const t="http://www.w3.org/1999/02/22-rdf-syntax-ns#langString",n="http://www.w3.org/2001/XMLSchema#string",o="NamedNode",a="BlankNode",r="Literal",s="DefaultGraph",i={};(()=>{const e="(?:<([^:]+:[^>]*)>)",t="A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ--⁰-Ⰰ-、-豈-﷏ﷰ-�_",n=t+"0-9-·̀-ͯ‿-⁀",o="(_:(?:["+t+"0-9])(?:(?:["+n+".])*(?:["+n+"]))?)",a="[ \\t]+",r="[ \\t]*",s="(?:"+e+"|"+o+")"+a,d=e+a,l="(?:"+e+"|"+o+'|(?:"([^"\\\\]*(?:\\\\.[^"\\\\]*)*)"(?:(?:\\^\\^'+e+")|(?:@([a-zA-Z]+(?:-[a-zA-Z0-9]+)*)))?))"+r,w="(?:\\.|(?:(?:"+e+"|"+o+")"+r+"\\.))";i.eoln=/(?:\r\n)|(?:\n)|(?:\r)/g,i.empty=new RegExp("^"+r+"$"),i.quad=new RegExp("^"+r+s+d+l+w+r+"$")})(),e.exports=class e{static parse(e){const d=[],w={},h=e.split(i.eoln);let c=0;for(const e of h){if(c++,i.empty.test(e))continue;const h=e.match(i.quad);if(null===h)throw new Error("N-Quads parse error on line "+c+".");const m={subject:null,predicate:null,object:null,graph:null};if(void 0!==h[1]?m.subject={termType:o,value:h[1]}:m.subject={termType:a,value:h[2]},m.predicate={termType:o,value:h[3]},void 0!==h[4]?m.object={termType:o,value:h[4]}:void 0!==h[5]?m.object={termType:a,value:h[5]}:(m.object={termType:r,value:void 0,datatype:{termType:o}},void 0!==h[7]?m.object.datatype.value=h[7]:void 0!==h[8]?(m.object.datatype.value=t,m.object.language=h[8]):m.object.datatype.value=n,m.object.value=h[6].replace(l,(function(e,t,n,o){if(t)switch(t){case"t":return"\t";case"b":return"\b";case"n":return"\n";case"r":return"\r";case"f":return"\f";case'"':return'"';case"'":return"'";case"\\":return"\\"}if(n)return String.fromCharCode(parseInt(n,16));if(o)throw new Error("Unsupported U escape")}))),void 0!==h[9]?m.graph={termType:o,value:h[9]}:void 0!==h[10]?m.graph={termType:a,value:h[10]}:m.graph={termType:s,value:""},m.graph.value in w){let e=!0;const t=w[m.graph.value];for(const n of t)if(u=m,(p=n).subject.termType===u.subject.termType&&p.object.termType===u.object.termType&&p.subject.value===u.subject.value&&p.predicate.value===u.predicate.value&&p.object.value===u.object.value&&(p.object.termType!==r||p.object.datatype.termType===u.object.datatype.termType&&p.object.language===u.object.language&&p.object.datatype.value===u.object.datatype.value)){e=!1;break}e&&(t.push(m),d.push(m))}else w[m.graph.value]=[m],d.push(m)}var p,u;return d}static serialize(t){Array.isArray(t)||(t=e.legacyDatasetToQuads(t));const n=[];for(const o of t)n.push(e.serializeQuad(o));return n.sort().join("")}static serializeQuadComponents(e,r,s,i){let l="";return e.termType===o?l+=`<${e.value}>`:l+=`${e.value}`,l+=` <${r.value}> `,s.termType===o?l+=`<${s.value}>`:s.termType===a?l+=s.value:(l+=`"${function(e){return e.replace(d,(function(e){switch(e){case'"':return'\\"';case"\\":return"\\\\";case"\n":return"\\n";case"\r":return"\\r"}}))}(s.value)}"`,s.datatype.value===t?s.language&&(l+=`@${s.language}`):s.datatype.value!==n&&(l+=`^^<${s.datatype.value}>`)),i.termType===o?l+=` <${i.value}>`:i.termType===a&&(l+=` ${i.value}`),l+=" .\n",l}static serializeQuad(t){return e.serializeQuadComponents(t.subject,t.predicate,t.object,t.graph)}static legacyDatasetToQuads(e){const i=[],d={"blank node":a,IRI:o,literal:r};for(const l in e)e[l].forEach((e=>{const w={};for(const a in e){const s=e[a],i={termType:d[s.type],value:s.value};i.termType===r&&(i.datatype={termType:o},"datatype"in s&&(i.datatype.value=s.datatype),"language"in s?("datatype"in s||(i.datatype.value=t),i.language=s.language):"datatype"in s||(i.datatype.value=n)),w[a]=i}w.graph="@default"===l?{termType:s,value:""}:{termType:l.startsWith("_:")?a:o,value:l},i.push(w)}));return i}};const d=/["\\\n\r]/g,l=/(?:\\([tbnrf"'\\]))|(?:\\u([0-9A-Fa-f]{4}))|(?:\\U([0-9A-Fa-f]{8}))/g},8326:e=>{e.exports=class{constructor(e){this.current=e.sort(),this.done=!1,this.dir=new Map;for(let t=0;t<e.length;++t)this.dir.set(e[t],!0)}hasNext(){return!this.done}next(){const{current:e,dir:t}=this,n=e.slice();let o=null,a=0;const r=e.length;for(let n=0;n<r;++n){const s=e[n],i=t.get(s);(null===o||s>o)&&(i&&n>0&&s>e[n-1]||!i&&n<r-1&&s>e[n+1])&&(o=s,a=n)}if(null===o)this.done=!0;else{const n=t.get(o)?a-1:a+1;e[a]=e[n],e[n]=o;for(const n of e)n>o&&t.set(n,!t.get(n))}return n}}},3445:(e,t,n)=>{const o=n(2401),a=n(5947),r=n(8326),s=n(9980);function i(e,t){return e.hash<t.hash?-1:e.hash>t.hash?1:0}e.exports=class{constructor({createMessageDigest:e=(()=>new a("sha256")),canonicalIdMap:t=new Map,maxDeepIterations:n=1/0}={}){this.name="URDNA2015",this.blankNodeInfo=new Map,this.canonicalIssuer=new o("_:c14n",t),this.createMessageDigest=e,this.maxDeepIterations=n,this.quads=null,this.deepIterations=null}async main(e){this.deepIterations=new Map,this.quads=e;for(const t of e)this._addBlankNodeQuadInfo({quad:t,component:t.subject}),this._addBlankNodeQuadInfo({quad:t,component:t.object}),this._addBlankNodeQuadInfo({quad:t,component:t.graph});const t=new Map,n=[...this.blankNodeInfo.keys()];let a=0;for(const e of n)++a%100==0&&await this._yield(),await this._hashAndTrackBlankNode({id:e,hashToBlankNodes:t});const r=[...t.keys()].sort(),d=[];for(const e of r){const n=t.get(e);if(n.length>1){d.push(n);continue}const o=n[0];this.canonicalIssuer.getId(o)}for(const e of d){const t=[];for(const n of e){if(this.canonicalIssuer.hasId(n))continue;const e=new o("_:b");e.getId(n);const a=await this.hashNDegreeQuads(n,e);t.push(a)}t.sort(i);for(const e of t){const t=e.issuer.getOldIds();for(const e of t)this.canonicalIssuer.getId(e)}}const l=[];for(const e of this.quads){const t=s.serializeQuadComponents(this._componentWithCanonicalId(e.subject),e.predicate,this._componentWithCanonicalId(e.object),this._componentWithCanonicalId(e.graph));l.push(t)}return l.sort(),l.join("")}async hashFirstDegreeQuads(e){const t=[],n=this.blankNodeInfo.get(e),o=n.quads;for(const n of o){const o={subject:null,predicate:n.predicate,object:null,graph:null};o.subject=this.modifyFirstDegreeComponent(e,n.subject,"subject"),o.object=this.modifyFirstDegreeComponent(e,n.object,"object"),o.graph=this.modifyFirstDegreeComponent(e,n.graph,"graph"),t.push(s.serializeQuad(o))}t.sort();const a=this.createMessageDigest();for(const e of t)a.update(e);return n.hash=await a.digest(),n.hash}async hashRelatedBlankNode(e,t,n,o){let a;a=this.canonicalIssuer.hasId(e)?this.canonicalIssuer.getId(e):n.hasId(e)?n.getId(e):this.blankNodeInfo.get(e).hash;const r=this.createMessageDigest();return r.update(o),"g"!==o&&r.update(this.getRelatedPredicate(t)),r.update(a),r.digest()}async hashNDegreeQuads(e,t){const n=this.deepIterations.get(e)||0;if(n>this.maxDeepIterations)throw new Error(`Maximum deep iterations (${this.maxDeepIterations}) exceeded.`);this.deepIterations.set(e,n+1);const o=this.createMessageDigest(),a=await this.createHashToRelated(e,t),s=[...a.keys()].sort();for(const e of s){o.update(e);let n,s="";const i=new r(a.get(e));let d=0;for(;i.hasNext();){const e=i.next();++d%3==0&&await this._yield();let o=t.clone(),a="";const r=[];let l=!1;for(const t of e)if(this.canonicalIssuer.hasId(t)?a+=this.canonicalIssuer.getId(t):(o.hasId(t)||r.push(t),a+=o.getId(t)),0!==s.length&&a>s){l=!0;break}if(!l){for(const e of r){const t=await this.hashNDegreeQuads(e,o);if(a+=o.getId(e),a+=`<${t.hash}>`,o=t.issuer,0!==s.length&&a>s){l=!0;break}}l||(0===s.length||a<s)&&(s=a,n=o)}}o.update(s),t=n}return{hash:await o.digest(),issuer:t}}modifyFirstDegreeComponent(e,t){return"BlankNode"!==t.termType?t:{termType:"BlankNode",value:t.value===e?"_:a":"_:z"}}getRelatedPredicate(e){return`<${e.predicate.value}>`}async createHashToRelated(e,t){const n=new Map,o=this.blankNodeInfo.get(e).quads;let a=0;for(const r of o)++a%100==0&&await this._yield(),await Promise.all([this._addRelatedBlankNodeHash({quad:r,component:r.subject,position:"s",id:e,issuer:t,hashToRelated:n}),this._addRelatedBlankNodeHash({quad:r,component:r.object,position:"o",id:e,issuer:t,hashToRelated:n}),this._addRelatedBlankNodeHash({quad:r,component:r.graph,position:"g",id:e,issuer:t,hashToRelated:n})]);return n}async _hashAndTrackBlankNode({id:e,hashToBlankNodes:t}){const n=await this.hashFirstDegreeQuads(e),o=t.get(n);o?o.push(e):t.set(n,[e])}_addBlankNodeQuadInfo({quad:e,component:t}){if("BlankNode"!==t.termType)return;const n=t.value,o=this.blankNodeInfo.get(n);o?o.quads.add(e):this.blankNodeInfo.set(n,{quads:new Set([e]),hash:null})}async _addRelatedBlankNodeHash({quad:e,component:t,position:n,id:o,issuer:a,hashToRelated:r}){if("BlankNode"!==t.termType||t.value===o)return;const s=t.value,i=await this.hashRelatedBlankNode(s,e,a,n),d=r.get(i);d?d.push(s):r.set(i,[s])}_componentWithCanonicalId(e){return"BlankNode"!==e.termType||e.value.startsWith(this.canonicalIssuer.prefix)?e:{termType:"BlankNode",value:this.canonicalIssuer.getId(e.value)}}async _yield(){return new Promise((e=>setImmediate(e)))}}},5643:(e,t,n)=>{const o=n(2401),a=n(5947),r=n(8326),s=n(9980);function i(e,t){return e.hash<t.hash?-1:e.hash>t.hash?1:0}e.exports=class{constructor({createMessageDigest:e=(()=>new a("sha256")),canonicalIdMap:t=new Map,maxDeepIterations:n=1/0}={}){this.name="URDNA2015",this.blankNodeInfo=new Map,this.canonicalIssuer=new o("_:c14n",t),this.createMessageDigest=e,this.maxDeepIterations=n,this.quads=null,this.deepIterations=null}main(e){this.deepIterations=new Map,this.quads=e;for(const t of e)this._addBlankNodeQuadInfo({quad:t,component:t.subject}),this._addBlankNodeQuadInfo({quad:t,component:t.object}),this._addBlankNodeQuadInfo({quad:t,component:t.graph});const t=new Map,n=[...this.blankNodeInfo.keys()];for(const e of n)this._hashAndTrackBlankNode({id:e,hashToBlankNodes:t});const a=[...t.keys()].sort(),r=[];for(const e of a){const n=t.get(e);if(n.length>1){r.push(n);continue}const o=n[0];this.canonicalIssuer.getId(o)}for(const e of r){const t=[];for(const n of e){if(this.canonicalIssuer.hasId(n))continue;const e=new o("_:b");e.getId(n);const a=this.hashNDegreeQuads(n,e);t.push(a)}t.sort(i);for(const e of t){const t=e.issuer.getOldIds();for(const e of t)this.canonicalIssuer.getId(e)}}const d=[];for(const e of this.quads){const t=s.serializeQuadComponents(this._componentWithCanonicalId({component:e.subject}),e.predicate,this._componentWithCanonicalId({component:e.object}),this._componentWithCanonicalId({component:e.graph}));d.push(t)}return d.sort(),d.join("")}hashFirstDegreeQuads(e){const t=[],n=this.blankNodeInfo.get(e),o=n.quads;for(const n of o){const o={subject:null,predicate:n.predicate,object:null,graph:null};o.subject=this.modifyFirstDegreeComponent(e,n.subject,"subject"),o.object=this.modifyFirstDegreeComponent(e,n.object,"object"),o.graph=this.modifyFirstDegreeComponent(e,n.graph,"graph"),t.push(s.serializeQuad(o))}t.sort();const a=this.createMessageDigest();for(const e of t)a.update(e);return n.hash=a.digest(),n.hash}hashRelatedBlankNode(e,t,n,o){let a;a=this.canonicalIssuer.hasId(e)?this.canonicalIssuer.getId(e):n.hasId(e)?n.getId(e):this.blankNodeInfo.get(e).hash;const r=this.createMessageDigest();return r.update(o),"g"!==o&&r.update(this.getRelatedPredicate(t)),r.update(a),r.digest()}hashNDegreeQuads(e,t){const n=this.deepIterations.get(e)||0;if(n>this.maxDeepIterations)throw new Error(`Maximum deep iterations (${this.maxDeepIterations}) exceeded.`);this.deepIterations.set(e,n+1);const o=this.createMessageDigest(),a=this.createHashToRelated(e,t),s=[...a.keys()].sort();for(const e of s){o.update(e);let n,s="";const i=new r(a.get(e));for(;i.hasNext();){const e=i.next();let o=t.clone(),a="";const r=[];let d=!1;for(const t of e)if(this.canonicalIssuer.hasId(t)?a+=this.canonicalIssuer.getId(t):(o.hasId(t)||r.push(t),a+=o.getId(t)),0!==s.length&&a>s){d=!0;break}if(!d){for(const e of r){const t=this.hashNDegreeQuads(e,o);if(a+=o.getId(e),a+=`<${t.hash}>`,o=t.issuer,0!==s.length&&a>s){d=!0;break}}d||(0===s.length||a<s)&&(s=a,n=o)}}o.update(s),t=n}return{hash:o.digest(),issuer:t}}modifyFirstDegreeComponent(e,t){return"BlankNode"!==t.termType?t:{termType:"BlankNode",value:t.value===e?"_:a":"_:z"}}getRelatedPredicate(e){return`<${e.predicate.value}>`}createHashToRelated(e,t){const n=new Map,o=this.blankNodeInfo.get(e).quads;for(const a of o)this._addRelatedBlankNodeHash({quad:a,component:a.subject,position:"s",id:e,issuer:t,hashToRelated:n}),this._addRelatedBlankNodeHash({quad:a,component:a.object,position:"o",id:e,issuer:t,hashToRelated:n}),this._addRelatedBlankNodeHash({quad:a,component:a.graph,position:"g",id:e,issuer:t,hashToRelated:n});return n}_hashAndTrackBlankNode({id:e,hashToBlankNodes:t}){const n=this.hashFirstDegreeQuads(e),o=t.get(n);o?o.push(e):t.set(n,[e])}_addBlankNodeQuadInfo({quad:e,component:t}){if("BlankNode"!==t.termType)return;const n=t.value,o=this.blankNodeInfo.get(n);o?o.quads.add(e):this.blankNodeInfo.set(n,{quads:new Set([e]),hash:null})}_addRelatedBlankNodeHash({quad:e,component:t,position:n,id:o,issuer:a,hashToRelated:r}){if("BlankNode"!==t.termType||t.value===o)return;const s=t.value,i=this.hashRelatedBlankNode(s,e,a,n),d=r.get(i);d?d.push(s):r.set(i,[s])}_componentWithCanonicalId({component:e}){return"BlankNode"!==e.termType||e.value.startsWith(this.canonicalIssuer.prefix)?e:{termType:"BlankNode",value:this.canonicalIssuer.getId(e.value)}}}},9201:(e,t,n)=>{const o=n(5947),a=n(3445);e.exports=class extends a{constructor(){super(),this.name="URGNA2012",this.createMessageDigest=()=>new o("sha1")}modifyFirstDegreeComponent(e,t,n){return"BlankNode"!==t.termType?t:"graph"===n?{termType:"BlankNode",value:"_:g"}:{termType:"BlankNode",value:t.value===e?"_:a":"_:z"}}getRelatedPredicate(e){return e.predicate.value}async createHashToRelated(e,t){const n=new Map,o=this.blankNodeInfo.get(e).quads;let a=0;for(const r of o){let o,s;if("BlankNode"===r.subject.termType&&r.subject.value!==e)s=r.subject.value,o="p";else{if("BlankNode"!==r.object.termType||r.object.value===e)continue;s=r.object.value,o="r"}++a%100==0&&await this._yield();const i=await this.hashRelatedBlankNode(s,r,t,o),d=n.get(i);d?d.push(s):n.set(i,[s])}return n}}},7702:(e,t,n)=>{const o=n(5947),a=n(5643);e.exports=class extends a{constructor(){super(),this.name="URGNA2012",this.createMessageDigest=()=>new o("sha1")}modifyFirstDegreeComponent(e,t,n){return"BlankNode"!==t.termType?t:"graph"===n?{termType:"BlankNode",value:"_:g"}:{termType:"BlankNode",value:t.value===e?"_:a":"_:z"}}getRelatedPredicate(e){return e.predicate.value}createHashToRelated(e,t){const n=new Map,o=this.blankNodeInfo.get(e).quads;for(const a of o){let o,r;if("BlankNode"===a.subject.termType&&a.subject.value!==e)r=a.subject.value,o="p";else{if("BlankNode"!==a.object.termType||a.object.value===e)continue;r=a.object.value,o="r"}const s=this.hashRelatedBlankNode(r,a,t,o),i=n.get(s);i?i.push(r):n.set(s,[r])}return n}}},9344:(e,t,n)=>{const o=n(3445),a=n(9201),r=n(5643),s=n(7702);let i;try{i=n(7670)}catch(e){}function d(e){return Array.isArray(e)?e:t.NQuads.legacyDatasetToQuads(e)}t.NQuads=n(9980),t.IdentifierIssuer=n(2401),t._rdfCanonizeNative=function(e){return e&&(i=e),i},t.canonize=async function(e,t){const n=d(e);if(t.useNative){if(!i)throw new Error("rdf-canonize-native not available");if(t.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "useNative".');return new Promise(((e,o)=>i.canonize(n,t,((t,n)=>t?o(t):e(n)))))}if("URDNA2015"===t.algorithm)return new o(t).main(n);if("URGNA2012"===t.algorithm){if(t.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "URGNA2012".');return new a(t).main(n)}if(!("algorithm"in t))throw new Error("No RDF Dataset Canonicalization algorithm specified.");throw new Error("Invalid RDF Dataset Canonicalization algorithm: "+t.algorithm)},t._canonizeSync=function(e,t){const n=d(e);if(t.useNative){if(!i)throw new Error("rdf-canonize-native not available");if(t.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "useNative".');return i.canonizeSync(n,t)}if("URDNA2015"===t.algorithm)return new r(t).main(n);if("URGNA2012"===t.algorithm){if(t.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "URGNA2012".');return new s(t).main(n)}if(!("algorithm"in t))throw new Error("No RDF Dataset Canonicalization algorithm specified.");throw new Error("Invalid RDF Dataset Canonicalization algorithm: "+t.algorithm)}},1640:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n),Object.defineProperty(e,o,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),a=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),a(n(7970),t),a(n(7498),t),a(n(6381),t),a(n(2808),t),a(n(2016),t),a(n(3387),t),a(n(1573),t)},7970:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.BlankNode=void 0,t.BlankNode=class{constructor(e){this.termType="BlankNode",this.value=e}equals(e){return!!e&&"BlankNode"===e.termType&&e.value===this.value}}},7498:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.DataFactory=void 0;const o=n(7970),a=n(6381),r=n(2808),s=n(2016),i=n(3387),d=n(1573);let l=0;t.DataFactory=class{constructor(e){this.blankNodeCounter=0,e=e||{},this.blankNodePrefix=e.blankNodePrefix||`df_${l++}_`}namedNode(e){return new s.NamedNode(e)}blankNode(e){return new o.BlankNode(e||`${this.blankNodePrefix}${this.blankNodeCounter++}`)}literal(e,t){return new r.Literal(e,t)}variable(e){return new d.Variable(e)}defaultGraph(){return a.DefaultGraph.INSTANCE}quad(e,t,n,o){return new i.Quad(e,t,n,o||this.defaultGraph())}fromTerm(e){switch(e.termType){case"NamedNode":return this.namedNode(e.value);case"BlankNode":return this.blankNode(e.value);case"Literal":return e.language?this.literal(e.value,e.language):e.datatype.equals(r.Literal.XSD_STRING)?this.literal(e.value):this.literal(e.value,this.fromTerm(e.datatype));case"Variable":return this.variable(e.value);case"DefaultGraph":return this.defaultGraph();case"Quad":return this.quad(this.fromTerm(e.subject),this.fromTerm(e.predicate),this.fromTerm(e.object),this.fromTerm(e.graph))}}fromQuad(e){return this.fromTerm(e)}resetBlankNodeCounter(){this.blankNodeCounter=0}}},6381:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.DefaultGraph=void 0;class n{constructor(){this.termType="DefaultGraph",this.value=""}equals(e){return!!e&&"DefaultGraph"===e.termType}}t.DefaultGraph=n,n.INSTANCE=new n},2808:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Literal=void 0;const o=n(2016);class a{constructor(e,t){this.termType="Literal",this.value=e,"string"==typeof t?(this.language=t,this.datatype=a.RDF_LANGUAGE_STRING):t?(this.language="",this.datatype=t):(this.language="",this.datatype=a.XSD_STRING)}equals(e){return!!e&&"Literal"===e.termType&&e.value===this.value&&e.language===this.language&&this.datatype.equals(e.datatype)}}t.Literal=a,a.RDF_LANGUAGE_STRING=new o.NamedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),a.XSD_STRING=new o.NamedNode("http://www.w3.org/2001/XMLSchema#string")},2016:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.NamedNode=void 0,t.NamedNode=class{constructor(e){this.termType="NamedNode",this.value=e}equals(e){return!!e&&"NamedNode"===e.termType&&e.value===this.value}}},3387:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Quad=void 0,t.Quad=class{constructor(e,t,n,o){this.termType="Quad",this.value="",this.subject=e,this.predicate=t,this.object=n,this.graph=o}equals(e){return!!e&&("Quad"===e.termType||!e.termType)&&this.subject.equals(e.subject)&&this.predicate.equals(e.predicate)&&this.object.equals(e.object)&&this.graph.equals(e.graph)}}},1573:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Variable=void 0,t.Variable=class{constructor(e){this.termType="Variable",this.value=e}equals(e){return!!e&&"Variable"===e.termType&&e.value===this.value}}},7945:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n),Object.defineProperty(e,o,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),a=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.getSupportedJavaScriptPrimitives=t.getSupportedRdfDatatypes=t.getTermRaw=t.toRdf=t.fromRdf=void 0;const r=n(1640),s=n(3295),i=n(38);a(n(3295),t),a(n(5425),t),a(n(38),t);const d=new r.DataFactory,l=new i.Translator;function w(e,t){return l.fromRdf(e,t)}l.registerHandler(new s.TypeHandlerString,s.TypeHandlerString.TYPES.map((e=>d.namedNode(e))),["string"]),l.registerHandler(new s.TypeHandlerBoolean,[s.TypeHandlerBoolean.TYPE].map((e=>d.namedNode(e))),["boolean"]),l.registerHandler(new s.TypeHandlerNumberDouble,s.TypeHandlerNumberDouble.TYPES.map((e=>d.namedNode(e))),["number"]),l.registerHandler(new s.TypeHandlerNumberInteger,s.TypeHandlerNumberInteger.TYPES.map((e=>d.namedNode(e))),["number"]),l.registerHandler(new s.TypeHandlerDate,s.TypeHandlerDate.TYPES.map((e=>d.namedNode(e))),["object"]),t.fromRdf=w,t.toRdf=function(e,t){return t&&"namedNode"in t&&(t={dataFactory:t}),(t=t||{})&&!t.dataFactory&&(t.dataFactory=d),l.toRdf(e,t)},t.getTermRaw=function(e,t){return"Literal"===e.termType?w(e,t):e.value},t.getSupportedRdfDatatypes=function(){return l.getSupportedRdfDatatypes()},t.getSupportedJavaScriptPrimitives=function(){return l.getSupportedJavaScriptPrimitives()}},5425:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},38:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Translator=void 0,t.Translator=class{constructor(){this.supportedRdfDatatypes=[],this.fromRdfHandlers={},this.toRdfHandlers={}}static incorrectRdfDataType(e){throw new Error(`Invalid RDF ${e.datatype.value} value: '${e.value}'`)}registerHandler(e,t,n){for(const n of t)this.supportedRdfDatatypes.push(n),this.fromRdfHandlers[n.value]=e;for(const t of n){let n=this.toRdfHandlers[t];n||(this.toRdfHandlers[t]=n=[]),n.push(e)}}fromRdf(e,t){const n=this.fromRdfHandlers[e.datatype.value];return n?n.fromRdf(e,t):e.value}toRdf(e,t){const n=this.toRdfHandlers[typeof e];if(n)for(const o of n){const n=o.toRdf(e,t);if(n)return n}throw new Error(`Invalid JavaScript value: '${e}'`)}getSupportedRdfDatatypes(){return this.supportedRdfDatatypes}getSupportedJavaScriptPrimitives(){return Object.keys(this.toRdfHandlers)}}},3737:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TypeHandlerBoolean=void 0;const o=n(38);class a{fromRdf(e,t){switch(e.value){case"true":case"1":return!0;case"false":case"0":return!1}return t&&o.Translator.incorrectRdfDataType(e),!1}toRdf(e,{datatype:t,dataFactory:n}){return n.literal(e?"true":"false",t||n.namedNode(a.TYPE))}}t.TypeHandlerBoolean=a,a.TYPE="http://www.w3.org/2001/XMLSchema#boolean"},3896:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TypeHandlerDate=void 0;const o=n(38);class a{fromRdf(e,t){switch(t&&!e.value.match(a.VALIDATORS[e.datatype.value.substr(33,e.datatype.value.length)])&&o.Translator.incorrectRdfDataType(e),e.datatype.value){case"http://www.w3.org/2001/XMLSchema#gDay":return new Date(0,0,parseInt(e.value,10));case"http://www.w3.org/2001/XMLSchema#gMonthDay":const t=e.value.split("-");return new Date(0,parseInt(t[0],10)-1,parseInt(t[1],10));case"http://www.w3.org/2001/XMLSchema#gYear":return new Date(e.value+"-01-01");case"http://www.w3.org/2001/XMLSchema#gYearMonth":return new Date(e.value+"-01");default:return new Date(e.value)}}toRdf(e,{datatype:t,dataFactory:n}){if(t=t||n.namedNode(a.TYPES[0]),!(e instanceof Date))return null;const o=e;let r;switch(t.value){case"http://www.w3.org/2001/XMLSchema#gDay":r=String(o.getUTCDate());break;case"http://www.w3.org/2001/XMLSchema#gMonthDay":r=o.getUTCMonth()+1+"-"+o.getUTCDate();break;case"http://www.w3.org/2001/XMLSchema#gYear":r=String(o.getUTCFullYear());break;case"http://www.w3.org/2001/XMLSchema#gYearMonth":r=o.getUTCFullYear()+"-"+(o.getUTCMonth()+1);break;case"http://www.w3.org/2001/XMLSchema#date":r=o.toISOString().replace(/T.*$/,"");break;default:r=o.toISOString()}return n.literal(r,t)}}t.TypeHandlerDate=a,a.TYPES=["http://www.w3.org/2001/XMLSchema#dateTime","http://www.w3.org/2001/XMLSchema#date","http://www.w3.org/2001/XMLSchema#gDay","http://www.w3.org/2001/XMLSchema#gMonthDay","http://www.w3.org/2001/XMLSchema#gYear","http://www.w3.org/2001/XMLSchema#gYearMonth"],a.VALIDATORS={date:/^[0-9]+-[0-9][0-9]-[0-9][0-9]Z?$/,dateTime:/^[0-9]+-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9](\.[0-9][0-9][0-9])?((Z?)|([\+-][0-9][0-9]:[0-9][0-9]))$/,gDay:/^[0-9]+$/,gMonthDay:/^[0-9]+-[0-9][0-9]$/,gYear:/^[0-9]+$/,gYearMonth:/^[0-9]+-[0-9][0-9]$/}},340:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TypeHandlerNumberDouble=void 0;const o=n(38);class a{fromRdf(e,t){const n=parseFloat(e.value);return t&&isNaN(n)&&o.Translator.incorrectRdfDataType(e),n}toRdf(e,{datatype:t,dataFactory:n}){return t=t||n.namedNode(a.TYPES[0]),isNaN(e)?n.literal("NaN",t):isFinite(e)?e%1==0?null:n.literal(e.toExponential(15).replace(/(\d)0*e\+?/,"$1E"),t):n.literal(e>0?"INF":"-INF",t)}}t.TypeHandlerNumberDouble=a,a.TYPES=["http://www.w3.org/2001/XMLSchema#double","http://www.w3.org/2001/XMLSchema#decimal","http://www.w3.org/2001/XMLSchema#float"]},9736:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TypeHandlerNumberInteger=void 0;const o=n(38);class a{fromRdf(e,t){const n=parseInt(e.value,10);return t&&(isNaN(n)||e.value.indexOf(".")>=0)&&o.Translator.incorrectRdfDataType(e),n}toRdf(e,{datatype:t,dataFactory:n}){return n.literal(String(e),t||(e<=a.MAX_INT&&e>=a.MIN_INT?n.namedNode(a.TYPES[0]):n.namedNode(a.TYPES[1])))}}t.TypeHandlerNumberInteger=a,a.TYPES=["http://www.w3.org/2001/XMLSchema#integer","http://www.w3.org/2001/XMLSchema#long","http://www.w3.org/2001/XMLSchema#int","http://www.w3.org/2001/XMLSchema#byte","http://www.w3.org/2001/XMLSchema#short","http://www.w3.org/2001/XMLSchema#negativeInteger","http://www.w3.org/2001/XMLSchema#nonNegativeInteger","http://www.w3.org/2001/XMLSchema#nonPositiveInteger","http://www.w3.org/2001/XMLSchema#positiveInteger","http://www.w3.org/2001/XMLSchema#unsignedByte","http://www.w3.org/2001/XMLSchema#unsignedInt","http://www.w3.org/2001/XMLSchema#unsignedLong","http://www.w3.org/2001/XMLSchema#unsignedShort"],a.MAX_INT=2147483647,a.MIN_INT=-2147483648},7968:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TypeHandlerString=void 0;class n{fromRdf(e){return e.value}toRdf(e,{datatype:t,dataFactory:n}){return n.literal(e,t)}}t.TypeHandlerString=n,n.TYPES=["http://www.w3.org/2001/XMLSchema#string","http://www.w3.org/2001/XMLSchema#normalizedString","http://www.w3.org/2001/XMLSchema#anyURI","http://www.w3.org/2001/XMLSchema#base64Binary","http://www.w3.org/2001/XMLSchema#language","http://www.w3.org/2001/XMLSchema#Name","http://www.w3.org/2001/XMLSchema#NCName","http://www.w3.org/2001/XMLSchema#NMTOKEN","http://www.w3.org/2001/XMLSchema#token","http://www.w3.org/2001/XMLSchema#hexBinary","http://www.w3.org/1999/02/22-rdf-syntax-ns#langString","http://www.w3.org/2001/XMLSchema#time","http://www.w3.org/2001/XMLSchema#duration"]},3295:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n),Object.defineProperty(e,o,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),a=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),a(n(3737),t),a(n(3896),t),a(n(340),t),a(n(9736),t),a(n(7968),t)},1623:(e,t,n)=>{const o=n(7906),a=n(5632),r=n(3643);e.exports={validators:o,validateTerm:a,validateQuad:r}},6904:(e,t,n)=>{const o=n(3402);e.exports={csvw:o("http://www.w3.org/ns/csvw#"),rdf:o("http://www.w3.org/1999/02/22-rdf-syntax-ns#"),rdfs:o("http://www.w3.org/2000/01/rdf-schema#"),xsd:o("http://www.w3.org/2001/XMLSchema#")}},3643:(e,t,n)=>{const o=n(5632);e.exports=function(e){return"Literal"!==e.object.termType||o(e.object)}},5632:(e,t,n)=>{const o=n(7906);e.exports=function(e){if("Literal"!==e.termType)throw new Error("Cannot validate non-literal terms");const t=o.find(e.datatype);return!t||t(e.value)}},7906:(e,t,n)=>{const{csvw:o,rdf:a,xsd:r}=n(6904),s=n(6083),i=new class{constructor(){this.validators=new Map}register(e,t){this.validators.set(s(e),t)}find(e){return e?this.validators.get(s(e)):null}};function d(e){return!["\n","\r","\t"].some((t=>e.includes(t)))}i.register(r.anySimpleType,(e=>!0)),i.register(r.anyAtomicType,(e=>!0)),i.register(r.string,(e=>!0)),i.register(r.normalizedString,(e=>d(e))),i.register(r.token,(e=>d(e)&&!e.startsWith(" ")&&!e.endsWith(" ")&&!e.includes(" ")));const l=/^[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*$/;i.register(r.language,(e=>l.test(e)));const w=/^[^\ufffe\uffff]*$/;i.register(r.anyURI,(e=>w.test(e)));const h="(\\+|-)?",c=new RegExp(`^${h}\\d+$`);i.register(r.integer,(e=>c.test(e))),i.register(r.nonNegativeInteger,(e=>c.test(e)&&BigInt(e)>=BigInt("0"))),i.register(r.positiveInteger,(e=>c.test(e)&&BigInt(e)>BigInt("0"))),i.register(r.nonPositiveInteger,(e=>c.test(e)&&BigInt(e)<=BigInt("0"))),i.register(r.negativeInteger,(e=>c.test(e)&&BigInt(e)<BigInt("0"))),i.register(r.int,(e=>c.test(e)&&BigInt(e)>=BigInt("-2147483647")&&BigInt(e)<=BigInt("2147483648"))),i.register(r.unsignedInt,(e=>c.test(e)&&BigInt(e)>=BigInt("0")&&BigInt(e)<=BigInt("4294967295"))),i.register(r.long,(e=>c.test(e)&&BigInt(e)>=BigInt("-9223372036854775808")&&BigInt(e)<=BigInt("9223372036854775807"))),i.register(r.unsignedLong,(e=>c.test(e)&&BigInt(e)>=BigInt("0")&&BigInt(e)<=BigInt("18446744073709551615"))),i.register(r.short,(e=>c.test(e)&&BigInt(e)>=BigInt("-32768")&&BigInt(e)<=BigInt("32767"))),i.register(r.unsignedShort,(e=>c.test(e)&&BigInt(e)>=BigInt("0")&&BigInt(e)<=BigInt("65535"))),i.register(r.byte,(e=>c.test(e)&&BigInt(e)>=BigInt("-128")&&BigInt(e)<=BigInt("127"))),i.register(r.unsignedByte,(e=>c.test(e)&&BigInt(e)>=BigInt("0")&&BigInt(e)<=BigInt("255"))),i.register(r.boolean,(e=>"1"===e||"true"===e||"0"===e||"false"===e));const p=`${h}\\d+(\\.\\d+)?`,u=new RegExp(`^${h}${p}$`);i.register(r.decimal,(e=>u.test(e))),i.register(r.float,g),i.register(r.double,g);const m=new RegExp(`^${h}${p}((E|e)(\\+|-)?\\d+)?$`);function g(e){return"INF"===e||"-INF"===e||"NaN"===e||m.test(e)}const f="-?",y="\\d+M",v="\\d+M",b="\\d+(\\.\\d+)?S",N=`(\\d+Y(${y})?|${y})`,x=`T((\\d+H(${v})?(${b})?)|(${v}(${b})?)|${b})`,_=`(\\d+D(${x})?|${x})`,C=new RegExp(`^${f}P((${N}(${_})?)|${_})$`);i.register(r.duration,(e=>C.test(e)));const S=new RegExp(`^${f}P${_}$`);i.register(r.dayTimeDuration,(e=>S.test(e)));const E=new RegExp(`^${f}P${N}$`);i.register(r.yearMonthDuration,(e=>E.test(e)));const q=`${f}(([1-9]\\d{3,})|(0\\d{3}))`,I="(((\\+|-)\\d{2}:\\d{2})|Z)",R="\\d{2}",T="\\d{2}",A=`${q}-${R}-${T}`,L="\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?",j=new RegExp(`^${A}T${L}${I}?$`);i.register(r.dateTime,(e=>j.test(e)));const P=new RegExp(`^${A}T${L}${I}$`);i.register(r.dateTimeStamp,(e=>P.test(e)));const k=new RegExp(`^${A}${I}?$`);i.register(r.date,(e=>k.test(e)));const O=new RegExp(`^${T}${I}?$`);i.register(r.gDay,(e=>O.test(e)));const D=new RegExp(`^--${R}${I}?$`);i.register(r.gMonth,(e=>D.test(e)));const $=new RegExp(`^${R}-${T}${I}?$`);i.register(r.gMonthDay,(e=>$.test(e)));const M=new RegExp(`^${q}${I}?$`);i.register(r.gYear,(e=>M.test(e)));const B=new RegExp(`^${q}-${R}${I}?$`);i.register(r.gYearMonth,(e=>B.test(e)));const F=new RegExp(`^${L}${I}?$`);i.register(r.time,(e=>F.test(e)));const V=/^([0-9a-fA-F]{2})*$/;i.register(r.hexBinary,(e=>V.test(e)));const U="[A-Za-z0-9+/]",z=`(${U} ?)`,Q=new RegExp(`^((${z}{4})*((${z}{3}${U})|(${z}{2}([AEIMQUYcgkosw048] ?)=)|(${z}([AQgw] ?)= ?=)))?$`);i.register(r.base64Binary,(e=>Q.test(e))),i.register(o.JSON,(e=>{try{return JSON.parse(e),!0}catch(e){return!1}})),i.register(r.NOTATION,(e=>!0)),i.register(r.QName,(e=>!0)),i.register(r.Name,(e=>!0)),i.register(r.NCName,(e=>!0)),i.register(r.ENTITY,(e=>!0)),i.register(r.ID,(e=>!0)),i.register(r.IDREF,(e=>!0)),i.register(r.NMTOKEN,(e=>!0)),i.register(r.ENTITIES,(e=>!0)),i.register(r.IDREFS,(e=>!0)),i.register(r.NMTOKENS,(e=>!0)),i.register(a.XMLLiteral,(e=>!0)),i.register(a.HTML,(e=>!0)),e.exports=i},1989:(e,t,n)=>{const o=n(5717),{prepareNamespaces:a}=n(8782),r=n(6653),s=n(7322),i=n(3086);e.exports=class{constructor(e,t){t=t||{},this.factory=t.factory||n(6521),this.ns=a(this.factory),this.allowNamedNodeInList=void 0!==t.allowNamedNodeInList&&t.allowNamedNodeInList,this.loadShapes(e),this.validationEngine=new s(this,t),this.depth=0}validate(e){return this.$data=o({dataset:e,factory:this.factory}),this.validationEngine.validateAll(this.$data),this.validationEngine.getReport()}validateNode(e,t,n){return this.$data=o({dataset:e,factory:this.factory}),this.nodeConformsToShape(t,n),this.validationEngine.getReport()}loadShapes(e){const t=i(this.factory),n=this.factory.dataset(t.concat([...e]));this.$shapes=o({dataset:n,factory:this.factory}),this.shapesGraph=new r(this)}nodeConformsToShape(e,t){const n=this.shapesGraph.getShape(t);try{return this.depth++,!this.validationEngine.validateNodeAgainstShape(e,n,this.$data)}finally{this.depth--}}}},5586:(e,t,n)=>{const o=n(2635),a=n(9349);function r(e,t){const n=e.in(t.rdfs.subClassOf),o=n.toArray().reduce(((e,n)=>{const o=r(n,t);return e.addAll(o),e}),new a);return new a([...n.terms,...o])}e.exports={extractStructure:function e(t,n,a=new o){if("BlankNode"!==n.termType||a.has(n))return[];a.add(n);const r=[...t.match(n,null,null)],s=r.map((n=>e(t,n.object,a)));return r.concat(...s)},getInstancesOf:function(e,t){const n=r(e,t);return n.add(e.term),[...n].reduce(((n,o)=>{const a=e.node(o).in(t.rdf.type).terms;return n.addAll(a),n}),new a)},getSubClassesOf:r,isInstanceOf:function(e,t,n){const o=r(t,n);return o.add(t.term),e.out(n.rdf.type).terms.some((e=>o.has(e)))},rdfListToArray:function(e){return[...e.list()].map((({term:e})=>e))}}},8782:(e,t,n)=>{const o=n(3402),a=e=>({sh:o("http://www.w3.org/ns/shacl#",{factory:e}),xsd:o("http://www.w3.org/2001/XMLSchema#",{factory:e}),rdf:o("http://www.w3.org/1999/02/22-rdf-syntax-ns#",{factory:e}),rdfs:o("http://www.w3.org/2000/01/rdf-schema#",{factory:e})}),r=a();e.exports={...r,prepareNamespaces:a}},9349:(e,t,n)=>{const o=n(2635);e.exports=class extends o{addAll(e){for(const t of e)this.add(t)}}},8277:(e,t,n)=>{const o=n(9349);function a(e,t,n){return[...r(e,t,n)]}function r(e,t,n){if("NamedNode"===n.termType)return function(e,t,n){return new o(e.node(t).out(n).terms)}(e,t,n);if(Array.isArray(n))return function(e,t,n){let r=new o([t]);for(const t of n)r=new o(i(r,(n=>a(e,n,t))));return r}(e,t,n);if(n.or)return function(e,t,n){return new o(i(n.or,(n=>a(e,t,n))))}(e,t,n);if(n.inverse)return function(e,t,n){if("NamedNode"!==n.inverse.termType)throw new Error("Unsupported: Inverse paths only work for named nodes");return new o(e.node(t).in(n.inverse).terms)}(e,t,n);if(n.zeroOrOne)return function(e,t,n){const o=r(e,t,n.zeroOrOne);return o.add(t),o}(e,t,n);if(n.zeroOrMore)return function(e,t,n){const o=s(e,t,n.zeroOrMore);return o.add(t),o}(e,t,n);if(n.oneOrMore)return function(e,t,n){return s(e,t,n.oneOrMore)}(e,t,n);throw new Error(`Unsupported path object: ${n}`)}function s(e,t,n,a){(a=a||new o).add(t);const d=r(e,t,n),l=i(d,(t=>a.has(t)?[]:[...s(e,t,n,a)]));return d.addAll(l),d}function i(e,t){return[...e].reduce(((e,n)=>e.concat(t(n))),[])}e.exports={extractPropertyPath:function e(t,n,o){if("NamedNode"===t.term.termType&&!o)return t.term;if("BlankNode"===t.term.termType||"NamedNode"===t.term.termType){if(t.out(n.rdf.first).term)return[...t.list()].map((t=>e(t,n,o)));const a=t.out(n.sh.alternativePath);if(a.term)return{or:[...a.list()].map((t=>e(t,n,o)))};const r=t.out(n.sh.zeroOrMorePath);if(r.term)return{zeroOrMore:e(r,n,o)};const s=t.out(n.sh.oneOrMorePath);if(s.term)return{oneOrMore:e(s,n,o)};const i=t.out(n.sh.zeroOrOnePath);if(i.term)return{zeroOrOne:e(i,n,o)};const d=t.out(n.sh.inversePath);return d.term?{inverse:e(d,n,o)}:t.term}throw new Error(`Unsupported SHACL path: ${t.term.value}`)},getPathObjects:a}},6653:(e,t,n)=>{const o=n(9349),a=n(3319),r=n(7747),{extractPropertyPath:s,getPathObjects:i}=n(8277),{getInstancesOf:d,isInstanceOf:l}=n(5586);class w{constructor(e,t,n,o){this.shape=e,this.component=t,this.paramValue=n,this.shapeNodePointer=o.node(e.shapeNode)}getParameterValue(e){return this.paramValue||this.shapeNodePointer.out(e).term}get validationFunction(){return this.shape.isPropertyShape?this.component.propertyValidationFunction:this.component.nodeValidationFunction}get isValidationFunctionGeneric(){return this.shape.isPropertyShape?this.component.propertyValidationFunctionGeneric:this.component.nodeValidationFunctionGeneric}get componentMessages(){return this.component.getMessages(this.shape)}}class h{constructor(e,t){const{$shapes:n,factory:o,ns:a}=t,{sh:r,xsd:s}=a;this.context=t,this.node=e,this.nodePointer=n.node(e),this.parameters=[],this.parameterNodes=[],this.requiredParameters=[],this.optionals={};const i=o.literal("true",s.boolean);this.nodePointer.out(r.parameter).forEach((e=>{const t=e.term;e.out(r.path).forEach((({term:e})=>{this.parameters.push(e),this.parameterNodes.push(t),n.dataset.match(t,r.optional,i).size>0?this.optionals[e.value]=!0:this.requiredParameters.push(e)}))})),this.nodeValidationFunction=this.findValidationFunction(r.nodeValidator),this.nodeValidationFunction||(this.nodeValidationFunction=this.findValidationFunction(r.validator),this.nodeValidationFunctionGeneric=!0),this.propertyValidationFunction=this.findValidationFunction(r.propertyValidator),this.propertyValidationFunction||(this.propertyValidationFunction=this.findValidationFunction(r.validator),this.propertyValidationFunctionGeneric=!0)}findValidationFunction(e){const t=e.value.split("#").slice(-1)[0],n=this.findValidator(t);return n?new a(this.context,n.func.name,n.func):null}getMessages(e){const t=(e.isPropertyShape?this.propertyValidationFunctionGeneric:this.nodeValidationFunctionGeneric)?"validator":e.isPropertyShape?"propertyValidator":"nodeValidator",n=this.findValidator(t);if(!n)return[];const o=n.message;return o?[o]:[]}findValidator(e){const t=r[this.node.value];return t&&t[e]||null}isComplete(e){return!this.parameters.some((t=>this.isRequired(t.value)&&0===this.context.$shapes.dataset.match(e,t,null).size))}isRequired(e){return!this.optionals[e]}}class c{constructor(e,t){const{$shapes:n,ns:a,shapesGraph:r}=e,{sh:s}=a;this.context=e,this.shapeNode=t,this.shapeNodePointer=n.node(t),this.severity=this.shapeNodePointer.out(s.severity).term||s.Violation,this.deactivated="true"===this.shapeNodePointer.out(s.deactivated).value,this.path=this.shapeNodePointer.out(s.path).term,this.isPropertyShape=null!=this.path,this._pathObject=void 0,this.constraints=[];const i=new o;[...n.dataset.match(t,null,null)].forEach((e=>{const o=r.getComponentWithParameter(e.predicate);o&&!i.has(o.node)&&(1===o.parameters.length?this.constraints.push(new w(this,o,e.object,n)):o.isComplete(t)&&(this.constraints.push(new w(this,o,void 0,n)),i.add(o.node)))}))}get pathObject(){const{$shapes:e,ns:t,allowNamedNodeInList:n}=this.context;return void 0===this._pathObject&&(this._pathObject=this.path?s(e.node(this.path),t,n):null),this._pathObject}getTargetNodes(e){const{$shapes:t,ns:n}=this.context,{rdfs:a,sh:r}=n,s=new o;l(t.node(this.shapeNode),t.node(a.Class),n)&&s.addAll(d(e.node(this.shapeNode),n)),[...t.dataset.match(this.shapeNode,r.targetClass,null)].forEach((({object:t})=>{s.addAll(d(e.node(t),n))}));const i=this.shapeNodePointer.out(r.targetNode).terms.filter((t=>e.dataset.match(t).size>0||e.dataset.match(null,t).size>0||e.dataset.match(null,null,t).size>0));return s.addAll(i),this.shapeNodePointer.out(r.targetSubjectsOf).terms.forEach((t=>{const n=[...e.dataset.match(null,t,null)].map((({subject:e})=>e));s.addAll(n)})),this.shapeNodePointer.out(r.targetObjectsOf).terms.forEach((t=>{const n=[...e.dataset.match(null,t,null)].map((({object:e})=>e));s.addAll(n)})),[...s]}getValueNodes(e,t){return this.path?i(t,e,this.pathObject):[e]}}e.exports=class{constructor(e){this.context=e;const{sh:t}=e.ns,n=d(e.$shapes.node(t.ConstraintComponent),e.ns);this._components=[...n].map((t=>new h(t,e))),this._parametersMap=new Map;for(const e of this._components)for(const t of e.parameters)this._parametersMap.set(t.value,e);this._shapes=new Map}getComponentWithParameter(e){return this._parametersMap.get(e.value)}getShape(e){if(!this._shapes.has(e.value)){const t=new c(this.context,e);this._shapes.set(e.value,t)}return this._shapes.get(e.value)}get shapeNodesWithConstraints(){if(!this._shapeNodesWithConstraints){const e=new o;for(const t of this._components){const n=t.requiredParameters;for(const t of n){const n=[...this.context.$shapes.dataset.match(null,t,null)].map((({subject:e})=>e));e.addAll(n)}}this._shapeNodesWithConstraints=[...e]}return this._shapeNodesWithConstraints}get shapesWithTarget(){const{$shapes:e,ns:t}=this.context,{rdfs:n,sh:o}=t;return this._shapesWithTarget||(this._shapesWithTarget=this.shapeNodesWithConstraints.filter((a=>l(e.node(a),e.node(n.Class),t)||e.node(a).out([o.targetClass,o.targetNode,o.targetSubjectsOf,o.targetObjectsOf,o.target]).terms.length>0)).map((e=>this.getShape(e)))),this._shapesWithTarget}}},7322:(e,t,n)=>{const o=n(5717),a=n(968),{extractStructure:r}=n(5586),s=n(1227)("validation-enging::error");function i(e,t,n){for(const n of e.dataset)t.dataset.add(n);t.addOut(n,e)}e.exports=class{constructor(e,t){this.context=e,this.factory=e.factory,this.maxErrors=t.maxErrors,this.initReport(),this.recordErrorsLevel=0,this.violationsCount=0,this.validationError=null,this.nestedResults={}}initReport(){const{rdf:e,sh:t}=this.context.ns;this.reportPointer=o({dataset:this.factory.dataset(),factory:this.factory,term:this.factory.blankNode("report")}).addOut(e.type,t.ValidationReport)}validateAll(e){if(this.maxErrorsReached())return!0;this.validationError=null;try{this.initReport();let t=!1;const n=this.context.shapesGraph.shapesWithTarget;for(const o of n){const n=o.getTargetNodes(e);for(const a of n)this.validateNodeAgainstShape(a,o,e)&&(t=!0)}return t}catch(e){return this.validationError=e,!0}}validateNodeAgainstShape(e,t,n){if(this.maxErrorsReached())return!0;if(t.deactivated)return!1;const o=t.getValueNodes(e,n);let a=!1;for(const r of t.constraints)this.validateNodeAgainstConstraint(e,o,r,n)&&(a=!0);return a}validateNodeAgainstConstraint(e,t,n,o){const{sh:a}=this.context.ns;if(this.maxErrorsReached())return!0;if(a.PropertyConstraintComponent.equals(n.component.node)){let e=!1;for(const a of t)this.validateNodeAgainstShape(a,this.context.shapesGraph.getShape(n.paramValue),o)&&(e=!0);return e}if(!n.validationFunction)throw new Error("Cannot find validator for constraint component "+n.component.node.value);if(n.isValidationFunctionGeneric){let o=!1;for(const a of t){if(this.maxErrorsReached())break;const t=this.validateValueNodeAgainstConstraint(e,a,n);t&&this.violationsCount++,o=o||t}return o}return this.validateValueNodeAgainstConstraint(e,null,n)}validateValueNodeAgainstConstraint(e,t,n){const{sh:o}=this.context.ns;this.recordErrorsLevel++;const a=n.validationFunction.execute(e,t,n),r=(Array.isArray(a)?a:[a]).map((o=>this.createResultFromObject(o,n,e,t))).filter(Boolean);if(1===this.recordErrorsLevel)for(const e of r)i(e,this.reportPointer,o.result);else this.nestedResults[this.recordErrorsLevel]=(this.nestedResults[this.recordErrorsLevel]||[]).concat(r);return this.recordErrorsLevel--,r.length>0}maxErrorsReached(){return!!this.maxErrors&&this.violationsCount>=this.maxErrors}getReport(){if(this.validationError)throw s("Validation Failure: "+this.validationError),this.validationError;return new a(this.reportPointer,{factory:this.factory,ns:this.context.ns})}createResultFromObject(e,t,n,o){const{sh:a}=this.context.ns,r=this.normalizeValidationResult(e,o);if(!r)return null;const s=this.createResult(t,n);r.path?(s.addOut(a.resultPath,r.path),this.copyNestedStructure(r.path,s)):t.shape.isPropertyShape&&(s.addOut(a.resultPath,t.shape.path),this.copyNestedStructure(t.shape.path,s)),r.value?(s.addOut(a.value,r.value),this.copyNestedStructure(r.value,s)):o&&(s.addOut(a.value,o),this.copyNestedStructure(o,s));const i=this.createResultMessages(r,t);for(const e of i)s.addOut(a.resultMessage,e);return s}normalizeValidationResult(e,t){return!1===e?{value:t}:"string"==typeof e?{message:e,value:t}:"object"==typeof e?e:null}createResult(e,t){const{rdf:n,sh:a}=this.context.ns,r=e.shape.severity,s=e.component.node,d=e.shape.shapeNode,l=this.factory.blankNode(),w=o({dataset:this.factory.dataset(),term:l});w.addOut(n.type,a.ValidationResult).addOut(a.resultSeverity,r).addOut(a.sourceConstraintComponent,s).addOut(a.sourceShape,d).addOut(a.focusNode,t),this.copyNestedStructure(d,w),this.copyNestedStructure(t,w);const h=this.nestedResults[this.recordErrorsLevel+1];if(h){if(s.equals(a.NodeConstraintComponent))for(const e of h)i(e,w,a.detail);this.nestedResults[this.recordErrorsLevel+1]=[]}return w}copyNestedStructure(e,t){const n=r(this.context.$shapes.dataset,e);for(const e of n)t.dataset.add(e)}createResultMessages(e,t){const{$shapes:n,ns:o}=this.context,{sh:a}=o;let r=[];return e.message&&(r=[this.factory.literal(e.message)]),0===r.length&&(r=n.node(t.shape.shapeNode).out(a.message).terms),0===r.length&&(r=t.componentMessages.map((e=>this.factory.literal(e)))),0===r.length&&(r=n.node(t.component.node).out(a.message).terms),r.map((e=>function(e,t,n){const o=t.component.parameters.reduce(((e,n)=>{const o=function(e){let t=e.lastIndexOf("#");if(t<0&&(t=e.lastIndexOf("/")),t<0)throw new Error(`Cannot get local name of ${e}`);return e.substring(t+1)}(n.value),a=(r=t.getParameterValue(n))?"NamedNode"===r.termType?"<"+r.value+">":"BlankNode"===r.termType?"Blank node "+r.value:r.value:"NULL";var r;return e.replace(`{$${o}}`,a).replace(`{?${o}}`,a)}),e.value);return n.literal(o,e.language||e.datatype)}(e,t,this.factory)))}}},3319:(e,t,n)=>{const o="undefined"!=typeof window?window:n.g;e.exports=class{constructor(e,t,n){this.context=e,this.funcName=t,this.func=n}execute(e,t,n){return this.func.apply(o,[this.context,e,t,n])}}},968:(e,t,n)=>{const{prepareNamespaces:o}=n(8782);class a{constructor(e,t){this.pointer=e,this.term=e.term,this.dataset=e.dataset,this.ns=t}get message(){return this.pointer.out(this.ns.sh.resultMessage).terms||[]}get path(){return this.pointer.out(this.ns.sh.resultPath).term||null}get focusNode(){return this.pointer.out(this.ns.sh.focusNode).term||null}get severity(){return this.pointer.out(this.ns.sh.resultSeverity).term||null}get sourceConstraintComponent(){return this.pointer.out(this.ns.sh.sourceConstraintComponent).term||null}get sourceShape(){return this.pointer.out(this.ns.sh.sourceShape).term||null}get value(){return this.pointer.out(this.ns.sh.value).term||null}get detail(){return this.pointer.out(this.ns.sh.detail).map((e=>new a(e,this.ns)))}}e.exports=class{constructor(e,t){t=t||{},this.factory=t.factory||n(6521),this.ns=t.ns||o(this.factory);const{sh:r,xsd:s}=this.ns;this.pointer=e,this.term=e.term,this.dataset=e.dataset;const i=e.out(r.result),d=0===i.terms.length;e.addOut(r.conforms,this.factory.literal(d.toString(),s.boolean)),this.conforms=d,this.results=i.toArray().map((e=>new a(e,this.ns)))}}},7747:(e,t,n)=>{const o=n(4817),{sh:a}=n(8782);e.exports={[a.AndConstraintComponent.value]:{validator:{func:o.validateAnd}},[a.ClassConstraintComponent.value]:{validator:{func:o.validateClass}},[a.ClosedConstraintComponent.value]:{validator:{func:o.validateClosed,message:"Predicate is not allowed (closed shape)"}},[a.DatatypeConstraintComponent.value]:{validator:{func:o.validateDatatype,message:"Value does not have datatype {$datatype}"}},[a.DisjointConstraintComponent.value]:{validator:{func:o.validateDisjoint,message:"Value node must not also be one of the values of {$disjoint}"}},[a.EqualsConstraintComponent.value]:{nodeValidator:{func:o.validateEqualsNode,message:"Must have same values as {$equals}"},propertyValidator:{func:o.validateEqualsProperty,message:"Must have same values as {$equals}"}},[a.HasValueConstraintComponent.value]:{nodeValidator:{func:o.validateHasValueNode,message:"Value must be {$hasValue}"},propertyValidator:{func:o.validateHasValueProperty,message:"Missing expected value {$hasValue}"}},[a.InConstraintComponent.value]:{validator:{func:o.validateIn,message:"Value is not in {$in}"}},[a.LanguageInConstraintComponent.value]:{validator:{func:o.validateLanguageIn,message:"Language does not match any of {$languageIn}"}},[a.LessThanConstraintComponent.value]:{propertyValidator:{func:o.validateLessThanProperty,message:"Value is not less than value of {$lessThan}"}},[a.LessThanOrEqualsConstraintComponent.value]:{propertyValidator:{func:o.validateLessThanOrEqualsProperty,message:"Value is not less than or equal to value of {$lessThanOrEquals}"}},[a.MaxCountConstraintComponent.value]:{propertyValidator:{func:o.validateMaxCountProperty,message:"More than {$maxCount} values"}},[a.MaxExclusiveConstraintComponent.value]:{validator:{func:o.validateMaxExclusive,message:"Value is not less than {$maxExclusive}"}},[a.MaxInclusiveConstraintComponent.value]:{validator:{func:o.validateMaxInclusive,message:"Value is not less than or equal to {$maxInclusive}"}},[a.MaxLengthConstraintComponent.value]:{validator:{func:o.validateMaxLength,message:"Value has more than {$maxLength} characters"}},[a.MinCountConstraintComponent.value]:{propertyValidator:{func:o.validateMinCountProperty,message:"Less than {$minCount} values"}},[a.MinExclusiveConstraintComponent.value]:{validator:{func:o.validateMinExclusive,message:"Value is not greater than {$minExclusive}"}},[a.MinInclusiveConstraintComponent.value]:{validator:{func:o.validateMinInclusive,message:"Value is not greater than or equal to {$minInclusive}"}},[a.MinLengthConstraintComponent.value]:{validator:{func:o.validateMinLength,message:"Value has less than {$minLength} characters"}},[a.NodeConstraintComponent.value]:{validator:{func:o.validateNode,message:"Value does not have shape {$node}"}},[a.NodeKindConstraintComponent.value]:{validator:{func:o.validateNodeKind,message:"Value does not have node kind {$nodeKind}"}},[a.NotConstraintComponent.value]:{validator:{func:o.validateNot,message:"Value does have shape {$not}"}},[a.OrConstraintComponent.value]:{validator:{func:o.validateOr}},[a.PatternConstraintComponent.value]:{validator:{func:o.validatePattern,message:'Value does not match pattern "{$pattern}"'}},[a.QualifiedMaxCountConstraintComponent.value]:{propertyValidator:{func:o.validateQualifiedMaxCountProperty,message:"More than {$qualifiedMaxCount} values have shape {$qualifiedValueShape}"}},[a.QualifiedMinCountConstraintComponent.value]:{propertyValidator:{func:o.validateQualifiedMinCountProperty,message:"Less than {$qualifiedMinCount} values have shape {$qualifiedValueShape}"}},[a.UniqueLangConstraintComponent.value]:{propertyValidator:{func:o.validateUniqueLangProperty,message:'Language "{?lang}" used more than once'}},[a.XoneConstraintComponent.value]:{validator:{func:o.validateXone}}}},4817:(e,t,n)=>{const{validateTerm:o}=n(1623),{fromRdf:a}=n(7945),r=n(9349),{getPathObjects:s}=n(8277),{isInstanceOf:i,rdfListToArray:d}=n(5586);function l(e,t,n){const{sh:o,xsd:a}=e.ns,i=n.shape.shapeNode,d=n.getParameterValue(o.qualifiedValueShapesDisjoint),l=n.getParameterValue(o.qualifiedValueShape),w=e.factory.literal("true",a.boolean),h=new r;if(w.equals(d)){const t=e.$shapes.node(i).in(o.property).out(o.property).out(o.qualifiedValueShape).filter((({term:e})=>!e.equals(l))).terms;h.addAll(t)}const c=n.shape.pathObject;return s(e.$data,t,c).filter((t=>e.nodeConformsToShape(t,l)&&!function(e,t,n){for(let o=0;o<n.length;o++)if(e.nodeConformsToShape(t,n[o]))return!0;return!1}(e,t,[...h]))).length}function w(e,t,n){if(!e||!t||"Literal"!==e.termType||"Literal"!==t.termType)return null;if(h(e,n)!==h(t,n))return null;const o=a(e),r=a(t);return typeof o!=typeof r?null:"string"==typeof o?o.localeCompare(r):o-r}function h(e,t){return t.xsd.dateTime.equals(e.datatype)&&/^.*(((\+|-)\d{2}:\d{2})|Z)$/.test(e.value)}e.exports={validateAnd:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.and);return d(e.$shapes.node(r)).every((t=>e.nodeConformsToShape(n,t)))},validateClass:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.class);return i(e.$data.node(n),e.$data.node(r),e.ns)},validateClosed:function(e,t,n,o){const{sh:a,xsd:s}=e.ns,i=o.getParameterValue(a.closed),l=o.getParameterValue(a.ignoredProperties),w=o.shape.shapeNode;if(!e.factory.literal("true",s.boolean).equals(i))return;const h=new r(e.$shapes.node(w).out(a.property).out(a.path).terms.filter((e=>"NamedNode"===e.termType)));l&&h.addAll(d(e.$shapes.node(l)));const c=[];return[...e.$data.dataset.match(n,null,null)].filter((({predicate:e})=>!h.has(e))).forEach((({predicate:e,object:t})=>{c.push({path:e,value:t})})),c},validateDatatype:function(e,t,n,a){const{sh:r}=e.ns,s=a.getParameterValue(r.datatype);return"Literal"===n.termType&&s.equals(n.datatype)&&o(n)},validateDisjoint:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.disjoint);return 0===e.$data.dataset.match(t,r,n).size},validateEqualsNode:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.equals),i=[];let d=0;return s(e.$data,t,r).forEach((e=>{d++,e.equals(t)||i.push({value:e})})),0===i.length&&0===d&&i.push({value:t}),i},validateEqualsProperty:function(e,t,n,o){const{sh:a}=e.ns,r=o.shape.pathObject,i=o.getParameterValue(a.equals),d=[];return s(e.$data,t,r).forEach((n=>{0===e.$data.dataset.match(t,i,n).size&&d.push({value:n})})),[...e.$data.dataset.match(t,i,null)].forEach((({object:n})=>{const o=n;s(e.$data,t,r).some((e=>e.equals(o)))||d.push({value:o})})),d},validateHasValueNode:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.hasValue);return t.equals(r)},validateHasValueProperty:function(e,t,n,o){const{sh:a}=e.ns,r=o.shape.pathObject,i=o.getParameterValue(a.hasValue);return s(e.$data,t,r).some((e=>e.equals(i)))},validateIn:function(e,t,n,o){const{sh:a}=e.ns,s=o.getParameterValue(a.in);return new r(d(e.$shapes.node(s))).has(n)},validateLanguageIn:function(e,t,n,o){const{sh:a}=e.ns;if("Literal"!==n.termType)return!1;const r=n.language;if(!r||""===r)return!1;const s=o.getParameterValue(a.languageIn);return d(e.$shapes.node(s)).some((e=>r.startsWith(e.value)))},validateLessThanProperty:function(e,t,n,o){const{sh:a}=e.ns,r=o.shape.pathObject,i=s(e.$data,t,r),d=o.getParameterValue(a.lessThan),l=e.$data.node(t).out(d).terms,h=[];for(const t of i)for(const n of l){const o=w(t,n,e.ns);(null===o||o>=0)&&h.push({value:t})}return h},validateLessThanOrEqualsProperty:function(e,t,n,o){const{sh:a}=e.ns,r=o.shape.pathObject,i=s(e.$data,t,r),d=o.getParameterValue(a.lessThanOrEquals),l=e.$data.node(t).out(d).terms,h=[];for(const t of i)for(const n of l){const o=w(t,n,e.ns);(null===o||o>0)&&h.push({value:t})}return h},validateMaxCountProperty:function(e,t,n,o){const{sh:a}=e.ns,r=o.shape.pathObject,i=s(e.$data,t,r).length,d=o.getParameterValue(a.maxCount);return i<=Number(d.value)},validateMaxExclusive:function(e,t,n,o){const{sh:a}=e.ns,r=w(n,o.getParameterValue(a.maxExclusive),e.ns);return null!==r&&r<0},validateMaxInclusive:function(e,t,n,o){const{sh:a}=e.ns,r=w(n,o.getParameterValue(a.maxInclusive),e.ns);return null!==r&&r<=0},validateMaxLength:function(e,t,n,o){if("BlankNode"===n.termType)return!1;const{sh:a}=e.ns,r=o.getParameterValue(a.maxLength);return n.value.length<=Number(r.value)},validateMinCountProperty:function(e,t,n,o){const{sh:a}=e.ns,r=o.shape.pathObject,i=s(e.$data,t,r).length,d=o.getParameterValue(a.minCount);return i>=Number(d.value)},validateMinExclusive:function(e,t,n,o){const{sh:a}=e.ns,r=w(n,o.getParameterValue(a.minExclusive),e.ns);return null!==r&&r>0},validateMinInclusive:function(e,t,n,o){const{sh:a}=e.ns,r=w(n,o.getParameterValue(a.minInclusive),e.ns);return null!==r&&r>=0},validateMinLength:function(e,t,n,o){if("BlankNode"===n.termType)return!1;const{sh:a}=e.ns,r=o.getParameterValue(a.minLength);return n.value.length>=Number(r.value)},validateNode:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.node);return e.nodeConformsToShape(n,r)},validateNodeKind:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.nodeKind);return"BlankNode"===n.termType?a.BlankNode.equals(r)||a.BlankNodeOrIRI.equals(r)||a.BlankNodeOrLiteral.equals(r):"NamedNode"===n.termType?a.IRI.equals(r)||a.BlankNodeOrIRI.equals(r)||a.IRIOrLiteral.equals(r):"Literal"===n.termType?a.Literal.equals(r)||a.BlankNodeOrLiteral.equals(r)||a.IRIOrLiteral.equals(r):void 0},validateNot:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.not);return!e.nodeConformsToShape(n,r)},validateOr:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.or);return d(e.$shapes.node(r)).some((t=>e.nodeConformsToShape(n,t)))},validatePattern:function(e,t,n,o){if("BlankNode"===n.termType)return!1;const{sh:a}=e.ns,r=o.getParameterValue(a.flags),s=o.getParameterValue(a.pattern);return(r?new RegExp(s.value,r.value):new RegExp(s.value)).test(n.value)},validateQualifiedMaxCountProperty:function(e,t,n,o){const{sh:a}=e.ns,r=l(e,t,o),s=o.getParameterValue(a.qualifiedMaxCount);return"Literal"===s.termType&&r<=Number(s.value)},validateQualifiedMinCountProperty:function(e,t,n,o){const{sh:a}=e.ns,r=l(e,t,o),s=o.getParameterValue(a.qualifiedMinCount);return"Literal"===s.termType&&r>=Number(s.value)},validateUniqueLangProperty:function(e,t,n,o){const{sh:a,xsd:r}=e.ns,i=o.getParameterValue(a.uniqueLang);if(!e.factory.literal("true",r.boolean).equals(i))return;const d=o.shape.pathObject,l={};s(e.$data,t,d).forEach((e=>{const t=e.language;if(t&&""!==t){const e=l[t];l[t]=e?e+1:1}}));const w=[];for(const e in l)if(Object.prototype.hasOwnProperty.call(l,e)){const t=l[e];t>1&&w.push('Language "'+e+'" has been used by '+t+" values")}return w},validateXone:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.xone);return 1===d(e.$shapes.node(r)).map((t=>e.nodeConformsToShape(n,t))).filter(Boolean).length}}},3086:e=>{e.exports=e=>{const t={b0_c14n3:e.namedNode("urn:rdf-validate-shacl:blank-ICrbDblpRlstcUSwjBAYZ"),b0_c14n6:e.namedNode("urn:rdf-validate-shacl:blank-pFK9KYtN26DN0NMXyH8Ar"),b0_c14n0:e.namedNode("urn:rdf-validate-shacl:blank-78BxHlZRiJnXywWTF5cqq"),b0_c14n1:e.namedNode("urn:rdf-validate-shacl:blank-x54-DFCLtSR8nEZND8Bk3"),b0_c14n5:e.namedNode("urn:rdf-validate-shacl:blank-31XwBcULxRTIx9l5dbYMx"),b0_c14n2:e.namedNode("urn:rdf-validate-shacl:blank-JIQGzDSBoYQOBoFXDRJb9"),b0_c14n4:e.namedNode("urn:rdf-validate-shacl:blank-DzoWy3baN0DSUzrH2JFJ8")};return[e.quad(e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2002/07/owl#Ontology"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("This vocabulary defines terms used in SHACL, the W3C Shapes Constraint Language.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("W3C Shapes Constraint Language (SHACL) Vocabulary","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#declare"),t.b0_c14n3,e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#suggestedShapesGraph"),e.namedNode("http://www.w3.org/ns/shacl-shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The base class of validation results, typically not instantiated directly.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Abstract result","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent-and"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent-and"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent-and"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#and"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to test whether a value node conforms to all members of a provided list of shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("And constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent-and"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNode"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The node kind of all blank nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Blank node","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrIRI"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrIRI"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The node kind of all blank nodes or IRIs.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrIRI"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrIRI"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Blank node or IRI","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrLiteral"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrLiteral"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The node kind of all blank nodes or literals.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrLiteral"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrLiteral"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Blank node or literal","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent-class"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent-class"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent-class"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent-class"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that each value node is an instance of a given type.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Class constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent-class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-closed"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-closed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-closed"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-closed"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#closed"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-ignoredProperties"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-ignoredProperties"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-ignoredProperties"),e.namedNode("http://www.w3.org/ns/shacl#optional"),e.literal("true",e.namedNode("http://www.w3.org/2001/XMLSchema#boolean")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-ignoredProperties"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#ignoredProperties"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to indicate that focus nodes must only have values for those properties that have been explicitly enumerated via sh:property/sh:path.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Closed constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-closed"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-ignoredProperties"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of constraint components.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent-datatype"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent-datatype"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent-datatype"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent-datatype"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent-datatype"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the datatype of all value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Datatype constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent-datatype"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent-disjoint"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent-disjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent-disjoint"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent-disjoint"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#disjoint"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that the set of value nodes is disjoint with the the set of nodes that have the focus node as subject and the value of a given property as predicate.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Disjoint constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent-disjoint"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent-equals"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent-equals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent-equals"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent-equals"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#equals"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that the set of value nodes is equal to the set of nodes that have the focus node as subject and the value of a given property as predicate.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Equals constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent-equals"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent-expression"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent-expression"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent-expression"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#expression"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that a given node expression produces true for all value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Expression constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent-expression"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Function"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Function"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SHACL functions.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Function"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Function"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Function","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Function"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent-hasValue"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent-hasValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent-hasValue"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#hasValue"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that one of the value nodes is a given RDF node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Has-value constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent-hasValue"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The node kind of all IRIs.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("IRI","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#IRIOrLiteral"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#IRIOrLiteral"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The node kind of all IRIs or literals.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#IRIOrLiteral"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#IRIOrLiteral"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("IRI or literal","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent-in"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent-in"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent-in"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent-in"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#in"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to exclusively enumerate the permitted value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("In constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent-in"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Info"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Info"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The severity for an informational validation result.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Info"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Info"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Info","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraint-js"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraint-js"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraint-js"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#js"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraint"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of constraints backed by a JavaScript function.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript-based constraint","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component with the parameter sh:js linking to a sh:JSConstraint containing a sh:script.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#JSConstraint-js"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Abstract base class of resources that declare an executable JavaScript.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript executable","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSFunction"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SHACL functions that execute a JavaScript function when called.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript function","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Function"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSLibrary"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSLibrary"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Represents a JavaScript library, typically identified by one or more URLs of files to include.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSLibrary"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSLibrary"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript library","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSLibrary"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSRule"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SHACL rules expressed using JavaScript.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript rule","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTarget"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of targets that are based on JavaScript functions.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript target","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Target"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTargetType"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (meta) class for parameterizable targets that are based on JavaScript functions.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript target type","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#TargetType"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSValidator"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A SHACL validator based on JavaScript. This can be used to declare SHACL constraint components that perform JavaScript-based validation when used.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript validator","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent-languageIn"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent-languageIn"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent-languageIn"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent-languageIn"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#languageIn"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to enumerate language tags that all value nodes must have.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Language-in constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent-languageIn"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent-lessThan"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent-lessThan"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent-lessThan"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent-lessThan"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#lessThan"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that each value node is smaller than all the nodes that have the focus node as subject and the value of a given property as predicate.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Less-than constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent-lessThan"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent-lessThanOrEquals"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent-lessThanOrEquals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent-lessThanOrEquals"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent-lessThanOrEquals"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#lessThanOrEquals"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that every value node is smaller than all the nodes that have the focus node as subject and the value of a given property as predicate.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("less-than-or-equals constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent-lessThanOrEquals"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The node kind of all literals.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Literal","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent-maxCount"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent-maxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent-maxCount"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent-maxCount"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent-maxCount"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the maximum number of value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Max-count constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent-maxCount"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent-maxExclusive"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent-maxExclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent-maxExclusive"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent-maxExclusive"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent-maxExclusive"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#maxExclusive"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the range of value nodes with a maximum exclusive value.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Max-exclusive constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent-maxExclusive"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent-maxInclusive"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent-maxInclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent-maxInclusive"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent-maxInclusive"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent-maxInclusive"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#maxInclusive"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the range of value nodes with a maximum inclusive value.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Max-inclusive constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent-maxInclusive"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent-maxLength"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent-maxLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent-maxLength"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent-maxLength"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent-maxLength"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#maxLength"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the maximum string length of value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Max-length constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent-maxLength"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent-minCount"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent-minCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent-minCount"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent-minCount"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent-minCount"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#minCount"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the minimum number of value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Min-count constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent-minCount"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent-minExclusive"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent-minExclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent-minExclusive"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent-minExclusive"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent-minExclusive"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#minExclusive"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the range of value nodes with a minimum exclusive value.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Min-exclusive constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent-minExclusive"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent-minInclusive"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent-minInclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent-minInclusive"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent-minInclusive"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent-minInclusive"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#minInclusive"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the range of value nodes with a minimum inclusive value.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Min-inclusive constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent-minInclusive"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent-minLength"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent-minLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent-minLength"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent-minLength"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent-minLength"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#minLength"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the minimum string length of value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Min-length constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent-minLength"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent-node"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent-node"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent-node"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#node"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that all value nodes conform to the given node shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Node constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent-node"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of all node kinds, including sh:BlankNode, sh:IRI, sh:Literal or the combinations of these: sh:BlankNodeOrIRI, sh:BlankNodeOrLiteral, sh:IRIOrLiteral.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Node kind","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent-nodeKind"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent-nodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent-nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#in"),t.b0_c14n6,e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent-nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent-nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the RDF node kind of each value node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Node-kind constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent-nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeShape"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A node shape is a shape that specifies constraint that need to be met with respect to focus nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Node shape","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent-not"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent-not"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent-not"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#not"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that value nodes do not conform to a given shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Not constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent-not"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent-or"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent-or"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent-or"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#or"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the value nodes so that they conform to at least one out of several provided shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Or constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent-or"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of parameter declarations, consisting of a path predicate and (possibly) information about allowed value type, cardinality and other characteristics.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Parameter","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Superclass of components that can take parameters, especially functions and constraint components.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Parameterizable","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-flags"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-flags"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-flags"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-flags"),e.namedNode("http://www.w3.org/ns/shacl#optional"),e.literal("true",e.namedNode("http://www.w3.org/2001/XMLSchema#boolean")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-flags"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#flags"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-pattern"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-pattern"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-pattern"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-pattern"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#pattern"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that every value node matches a given regular expression.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Pattern constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-flags"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-pattern"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PrefixDeclaration"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PrefixDeclaration"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of prefix declarations, consisting of pairs of a prefix with a namespace.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PrefixDeclaration"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PrefixDeclaration"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Prefix declaration","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PrefixDeclaration"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent-property"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent-property"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent-property"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that all value nodes conform to the given property shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Property constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent-property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyGroup"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyGroup"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Instances of this class represent groups of property shapes that belong together.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyGroup"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyGroup"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Property group","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyGroup"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A property shape is a shape that specifies constraints on the values of a focus node for a given property or path.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Property shape","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedMaxCount"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedMaxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedMaxCount"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedMaxCount"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#qualifiedMaxCount"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShape"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShape"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#optional"),e.literal("true",e.namedNode("http://www.w3.org/2001/XMLSchema#boolean")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that a specified maximum number of value nodes conforms to a given shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Qualified-max-count constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedMaxCount"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedMinCount"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedMinCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedMinCount"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedMinCount"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#qualifiedMinCount"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShape"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShape"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#optional"),e.literal("true",e.namedNode("http://www.w3.org/2001/XMLSchema#boolean")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that a specified minimum number of value nodes conforms to a given shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Qualified-min-count constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedMinCount"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A class of result annotations, which define the rules to derive the values of a given annotation property as extra values for a validation result.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Result annotation","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SHACL rules. Never instantiated directly.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Rule","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SPARQL executables that are based on an ASK query.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL ASK executable","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskValidator"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of validators based on SPARQL ASK queries. The queries are evaluated for each value node and are supposed to return true if the given node conforms.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL ASK validator","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraint"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of constraints based on SPARQL SELECT queries.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL constraint","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent-sparql"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent-sparql"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent-sparql"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#sparql"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to define constraints based on SPARQL queries.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent-sparql"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstructExecutable"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstructExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SPARQL executables that are based on a CONSTRUCT query.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstructExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstructExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL CONSTRUCT executable","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstructExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of resources that encapsulate a SPARQL query.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL executable","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLFunction"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A function backed by a SPARQL query - either ASK or SELECT.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL function","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Function"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLRule"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SHACL rules based on SPARQL CONSTRUCT queries.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL CONSTRUCT rule","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstructExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SPARQL executables based on a SELECT query.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL SELECT executable","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectValidator"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of validators based on SPARQL SELECT queries. The queries are evaluated for each focus node and are supposed to produce bindings for all focus nodes that do not conform.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL SELECT validator","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTarget"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of targets that are based on SPARQL queries.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL target","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Target"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTargetType"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (meta) class for parameterizable targets that are based on SPARQL queries.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL target type","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#TargetType"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLUpdateExecutable"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLUpdateExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SPARQL executables based on a SPARQL UPDATE.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLUpdateExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLUpdateExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL UPDATE executable","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLUpdateExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of validation result severity levels, including violation and warning levels.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Severity","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A shape is a collection of constraints that may be targeted for certain nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Shape","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Target"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The base class of targets such as those based on SPARQL queries.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Target","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TargetType"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (meta) class for parameterizable targets.\tInstances of this are instantiated as values of the sh:target property.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Target type","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TripleRule"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TripleRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TripleRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("A rule based on triple (subject, predicate, object) pattern.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TripleRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent-uniqueLang"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent-uniqueLang"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent-uniqueLang"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent-uniqueLang"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent-uniqueLang"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#uniqueLang"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to specify that no pair of value nodes may use the same language tag.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Unique-languages constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent-uniqueLang"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationReport"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationReport"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SHACL validation reports.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationReport"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationReport"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Validation report","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationReport"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationResult"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationResult"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of validation results.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationResult"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationResult"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Validation result","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationResult"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of validators, which provide instructions on how to process a constraint definition. This class serves as base class for the SPARQL-based validators and other possible implementations.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Validator","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Violation"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Violation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The severity for a violation validation result.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Violation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Violation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Violation","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Warning"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Warning"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The severity for a warning validation result.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Warning"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Warning"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Warning","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent-xone"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent-xone"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent-xone"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#xone"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the value nodes so that they conform to exactly one out of several provided shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Exactly one constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent-xone"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#alternativePath"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#alternativePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (single) value of this property must be a list of path elements, representing the elements of alternative paths.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#alternativePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#alternativePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("alternative path","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#alternativePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#List"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#and"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#and"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("RDF list of shapes to validate the value nodes against.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#and"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#and"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("and","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#and"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#List"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationProperty"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationProperty"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The annotation property that shall be set.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationProperty"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationProperty"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationProperty"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("annotation property","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationProperty"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationValue"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (default) values of the annotation property.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("annotation value","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationVarName"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationVarName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The name of the SPARQL variable from the SELECT clause that shall be used for the values.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationVarName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationVarName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationVarName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("annotation variable name","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationVarName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ask"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ask"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The SPARQL ASK query to execute.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ask"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ask"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ask"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("ask","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ask"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#class"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#class"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The type that all value nodes must have.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#class"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#class"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("class","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#class"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#closed"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#closed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("If set to true then the shape is closed.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#closed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#closed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("closed","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#closed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#condition"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#condition"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The shapes that the focus nodes need to conform to before a rule is executed on them.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#condition"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#condition"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#condition"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("condition","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#condition"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#conforms"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#conforms"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("True if the validation did not produce any validation results, and false otherwise.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#conforms"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ValidationReport"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#conforms"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#conforms"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("conforms","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#conforms"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#construct"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#construct"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The SPARQL CONSTRUCT query to execute.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#construct"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstructExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#construct"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#construct"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("construct","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#construct"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies an RDF datatype that all value nodes must have.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("datatype","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Datatype"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#deactivated"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#deactivated"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("If set to true then all nodes conform to this.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#deactivated"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#deactivated"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("deactivated","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#deactivated"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#declare"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#declare"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a resource with its namespace prefix declarations.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#declare"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/2002/07/owl#Ontology"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#declare"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#declare"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("declare","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#declare"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#PrefixDeclaration"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#defaultValue"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#defaultValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A default value for a property, for example for user interface tools to pre-populate input fields.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#defaultValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#defaultValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#defaultValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("default value","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#description"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#description"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Human-readable descriptions for the property in the context of the surrounding shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#description"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#description"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#description"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("description","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#detail"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#detail"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a result with other results that provide more details, for example to describe violations against nested shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#detail"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#detail"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#detail"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("detail","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#detail"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#disjoint"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#disjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a property where the set of values must be disjoint with the value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#disjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#disjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("disjoint","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#disjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#entailment"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#entailment"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("An entailment regime that indicates what kind of inferencing is required by a shapes graph.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#entailment"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/2002/07/owl#Ontology"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#entailment"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#entailment"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("entailment","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#entailment"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#equals"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#equals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a property that must have the same values as the value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#equals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#equals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("equals","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#equals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#expression"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#expression"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The node expression that must return true for the value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#expression"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#expression"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("expression","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#filterShape"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#filterShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The shape that all input nodes of the expression need to conform to.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#filterShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#filterShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("filter shape","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#filterShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#flags"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#flags"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("An optional flag to be used with regular expression pattern matching.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#flags"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#flags"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("flags","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#flags"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#focusNode"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#focusNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The focus node that was validated when the result was produced.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#focusNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#focusNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#focusNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("focus node","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#group"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#group"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Can be used to link to a property group to indicate that a property shape belongs to a group of related property shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#group"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#group"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#group"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("group","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#group"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#PropertyGroup"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#hasValue"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#hasValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a value that must be among the value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#hasValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#hasValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("has value","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ignoredProperties"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ignoredProperties"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("An optional RDF list of properties that are also permitted in addition to those explicitly enumerated via sh:property/sh:path.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ignoredProperties"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ignoredProperties"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("ignored properties","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ignoredProperties"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#List"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#in"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#in"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a list of allowed values so that each value node must be among the members of the given list.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#in"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#in"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("in","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#in"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#List"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#intersection"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#intersection"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A list of node expressions that shall be intersected.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#intersection"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#intersection"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("intersection","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#inversePath"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#inversePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (single) value of this property represents an inverse path (object to subject).","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#inversePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#inversePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("inverse path","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#inversePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#js"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#js"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Constraints expressed in JavaScript.",e.namedNode("http://www.w3.org/2001/XMLSchema#string")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#js"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#js"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript constraint","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#js"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#JSConstraint"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsFunctionName"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsFunctionName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The name of the JavaScript function to execute.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsFunctionName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsFunctionName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsFunctionName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript function name","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsFunctionName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibrary"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibrary"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Declares which JavaScript libraries are needed to execute this.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibrary"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibrary"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript library","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibrary"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#JSLibrary"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibraryURL"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibraryURL"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Declares the URLs of a JavaScript library. This should be the absolute URL of a JavaScript file. Implementations may redirect those to local files.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibraryURL"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#JSLibrary"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibraryURL"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibraryURL"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript library URL","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibraryURL"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#anyURI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#labelTemplate"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#labelTemplate"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Outlines how human-readable labels of instances of the associated Parameterizable shall be produced. The values can contain {?paramName} as placeholders for the actual values of the given parameter.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#labelTemplate"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#labelTemplate"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#labelTemplate"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("label template","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#languageIn"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#languageIn"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a list of language tags that all value nodes must have.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#languageIn"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#languageIn"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("language in","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#languageIn"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#List"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThan"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThan"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a property that must have smaller values than the value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThan"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThan"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("less than","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThan"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThanOrEquals"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThanOrEquals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a property that must have smaller or equal values than the value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThanOrEquals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThanOrEquals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("less than or equals","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThanOrEquals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the maximum number of values in the set of value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("max count","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxExclusive"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxExclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the maximum exclusive value of each value node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxExclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxExclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("max exclusive","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxInclusive"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxInclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the maximum inclusive value of each value node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxInclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxInclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("max inclusive","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxLength"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the maximum string length of each value node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("max length","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#message"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#message"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A human-readable message (possibly with placeholders for variables) explaining the cause of the result.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#message"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#message"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("message","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minCount"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the minimum number of values in the set of value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("min count","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minExclusive"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minExclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the minimum exclusive value of each value node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minExclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minExclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("min exclusive","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minInclusive"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minInclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the minimum inclusive value of each value node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minInclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minInclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("min inclusive","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minLength"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the minimum string length of each value node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("min length","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#name"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#name"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Human-readable labels for the property in the context of the surrounding shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#name"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#name"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#name"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("name","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#namespace"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#namespace"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The namespace associated with a prefix in a prefix declaration.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#namespace"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#PrefixDeclaration"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#namespace"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#namespace"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("namespace","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#namespace"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#anyURI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#node"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#node"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the node shape that all value nodes must conform to.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#node"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#node"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("node","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#node"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#NodeShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the node kind (e.g. IRI or literal) each value node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("node kind","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeValidator"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The validator(s) used to evaluate a constraint in the context of a node shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("shape validator","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodes"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodes"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The node expression producing the input nodes of a filter shape expression.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodes"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodes"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("nodes","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#not"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#not"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a shape that the value nodes must not conform to.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#not"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#not"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("not","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#not"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#object"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#object"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("An expression producing the nodes that shall be inferred as objects.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#object"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#TripleRule"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#object"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#object"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("object","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#oneOrMorePath"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#oneOrMorePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (single) value of this property represents a path that is matched one or more times.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#oneOrMorePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#oneOrMorePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("one or more path","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#oneOrMorePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#optional"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#optional"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Indicates whether a parameter is optional.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#optional"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#optional"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#optional"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("optional","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#optional"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#or"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#or"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a list of shapes so that the value nodes must conform to at least one of the shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#or"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#or"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("or","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#or"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#List"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#order"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#order"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the relative order of this compared to its siblings. For example use 0 for the first, 1 for the second.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#order"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#order"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("order","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The parameters of a function or constraint component.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("parameter","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the property path of a property shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("path","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#pattern"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#pattern"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a regular expression pattern that the string representations of the value nodes must match.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#pattern"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#pattern"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("pattern","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#pattern"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#predicate"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#predicate"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("An expression producing the properties that shall be inferred as predicates.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#predicate"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#TripleRule"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#predicate"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#predicate"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("predicate","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefix"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefix"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The prefix of a prefix declaration.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefix"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#PrefixDeclaration"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefix"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefix"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("prefix","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefix"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefixes"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefixes"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The prefixes that shall be applied before parsing the associated SPARQL query.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefixes"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefixes"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefixes"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("prefixes","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefixes"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2002/07/owl#Ontology"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#property"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#property"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a shape to its property shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#property"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#property"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#property"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("property","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#property"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#propertyValidator"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#propertyValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The validator(s) used to evaluate a constraint in the context of a property shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#propertyValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#propertyValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#propertyValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("property validator","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#propertyValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMaxCount"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMaxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The maximum number of value nodes that can conform to the shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMaxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMaxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("qualified max count","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMaxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMinCount"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMinCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The minimum number of value nodes that must conform to the shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMinCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMinCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("qualified min count","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMinCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShape"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The shape that a specified number of values must conform to.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("qualified value shape","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Can be used to mark the qualified value shape to be disjoint with its sibling shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("qualified value shapes disjoint","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#result"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#result"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The validation results contained in a validation report.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#result"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ValidationReport"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#result"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#result"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("result","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#result"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#ValidationResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultAnnotation"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a SPARQL validator with zero or more sh:ResultAnnotation instances, defining how to derive additional result properties based on the variables of the SELECT query.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectValidator"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("result annotation","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultMessage"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultMessage"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Human-readable messages explaining the cause of the result.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultMessage"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultMessage"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultMessage"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("result message","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultPath"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultPath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The path of a validation result, based on the path of the validated property shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultPath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultPath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultPath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("result path","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultPath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultSeverity"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultSeverity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The severity of the result, e.g. warning.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultSeverity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultSeverity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultSeverity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("result severity","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultSeverity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#returnType"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#returnType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The expected type of values returned by the associated function.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#returnType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Function"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#returnType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#returnType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("return type","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#returnType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#rule"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The rules linked to a shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("rule","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#select"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#select"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The SPARQL SELECT query to execute.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#select"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#select"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#select"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("select","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#select"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#severity"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Defines the severity that validation results produced by a shape must have. Defaults to sh:Violation.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("severity","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraph"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Shapes graphs that should be used when validating this data graph.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/2002/07/owl#Ontology"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("shapes graph","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2002/07/owl#Ontology"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraphWellFormed"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraphWellFormed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("If true then the validation engine was certain that the shapes graph has passed all SHACL syntax requirements during the validation process.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraphWellFormed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ValidationReport"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraphWellFormed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraphWellFormed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("shapes graph well-formed","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraphWellFormed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraint"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The constraint that was validated when the result was produced.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("source constraint","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The constraint component that is the source of the result.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("source constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceShape"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The shape that is was validated when the result was produced.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("source shape","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sparql"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sparql"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a shape with SPARQL constraints.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sparql"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sparql"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sparql"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("constraint (in SPARQL)","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sparql"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraint"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#subject"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#subject"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("An expression producing the resources that shall be inferred as subjects.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#subject"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#TripleRule"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#subject"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#subject"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("subject","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#suggestedShapesGraph"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#suggestedShapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Suggested shapes graphs for this ontology. The values of this property may be used in the absence of specific sh:shapesGraph statements.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#suggestedShapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/2002/07/owl#Ontology"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#suggestedShapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#suggestedShapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("suggested shapes graph","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#suggestedShapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2002/07/owl#Ontology"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#target"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a shape to a target specified by an extension language, for example instances of sh:SPARQLTarget.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("target","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Target"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetClass"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetClass"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a shape to a class, indicating that all instances of the class must conform to the shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetClass"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetClass"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetClass"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("target class","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetClass"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetNode"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a shape to individual nodes, indicating that these nodes must conform to the shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("target node","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetObjectsOf"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetObjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a shape to a property, indicating that all all objects of triples that have the given property as their predicate must conform to the shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetObjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetObjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetObjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("target objects of","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetObjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetSubjectsOf"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetSubjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a shape to a property, indicating that all subjects of triples that have the given property as their predicate must conform to the shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetSubjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetSubjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetSubjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("target subjects of","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetSubjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#this"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#this"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A node expression that represents the current focus node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#this"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#this"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("this","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#union"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#union"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A list of node expressions that shall be used together.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#union"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#union"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("union","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#uniqueLang"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#uniqueLang"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies whether all node values must have a unique (or no) language tag.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#uniqueLang"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#uniqueLang"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("unique languages","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#uniqueLang"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#update"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#update"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The SPARQL UPDATE to execute.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#update"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLUpdateExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#update"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#update"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("update","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#update"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#validator"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The validator(s) used to evaluate constraints of either node or property shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("validator","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#value"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#value"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("An RDF node that has caused the result.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#value"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#value"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#value"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("value","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#xone"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#xone"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a list of shapes so that the value nodes must conform to exactly one of the shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#xone"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#xone"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("exactly one","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#xone"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#List"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrMorePath"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrMorePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (single) value of this property represents a path that is matched zero or more times.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrMorePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrMorePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("zero or more path","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrMorePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrOnePath"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrOnePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (single) value of this property represents a path that is matched zero or one times.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrOnePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrOnePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("zero or one path","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrOnePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n0,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#first"),e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrIRI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n0,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"),t.b0_c14n1,e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n1,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#first"),e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrLiteral"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n1,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"),t.b0_c14n5,e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n2,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#first"),e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n2,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"),t.b0_c14n0,e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n3,e.namedNode("http://www.w3.org/ns/shacl#namespace"),e.literal("http://www.w3.org/ns/shacl#",e.namedNode("http://www.w3.org/2001/XMLSchema#string")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n3,e.namedNode("http://www.w3.org/ns/shacl#prefix"),e.literal("sh",e.namedNode("http://www.w3.org/2001/XMLSchema#string")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n4,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#first"),e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n4,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"),t.b0_c14n2,e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n5,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#first"),e.namedNode("http://www.w3.org/ns/shacl#IRIOrLiteral"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n5,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n6,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#first"),e.namedNode("http://www.w3.org/ns/shacl#BlankNode"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n6,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"),t.b0_c14n4,e.namedNode("http://www.w3.org/ns/shacl#"))]}},196:(e,t,n)=>{const{AbortError:o,codes:a}=n(4381),{isNodeStream:r,isWebStream:s,kControllerErrorFunction:i}=n(5874),d=n(8610),{ERR_INVALID_ARG_TYPE:l}=a;e.exports.addAbortSignal=function(t,n){if(((e,t)=>{if("object"!=typeof e||!("aborted"in e))throw new l("signal","AbortSignal",e)})(t),!r(n)&&!s(n))throw new l("stream",["ReadableStream","WritableStream","Stream"],n);return e.exports.addAbortSignalNoValidate(t,n)},e.exports.addAbortSignalNoValidate=function(e,t){if("object"!=typeof e||!("aborted"in e))return t;const n=r(t)?()=>{t.destroy(new o(void 0,{cause:e.reason}))}:()=>{t[i](new o(void 0,{cause:e.reason}))};return e.aborted?n():(e.addEventListener("abort",n),d(t,(()=>e.removeEventListener("abort",n)))),t}},7327:(e,t,n)=>{const{StringPrototypeSlice:o,SymbolIterator:a,TypedArrayPrototypeSet:r,Uint8Array:s}=n(9061),{Buffer:i}=n(8764),{inspect:d}=n(6087);e.exports=class{constructor(){this.head=null,this.tail=null,this.length=0}push(e){const t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length}unshift(e){const t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length}shift(){if(0===this.length)return;const e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}clear(){this.head=this.tail=null,this.length=0}join(e){if(0===this.length)return"";let t=this.head,n=""+t.data;for(;null!==(t=t.next);)n+=e+t.data;return n}concat(e){if(0===this.length)return i.alloc(0);const t=i.allocUnsafe(e>>>0);let n=this.head,o=0;for(;n;)r(t,n.data,o),o+=n.data.length,n=n.next;return t}consume(e,t){const n=this.head.data;if(e<n.length){const t=n.slice(0,e);return this.head.data=n.slice(e),t}return e===n.length?this.shift():t?this._getString(e):this._getBuffer(e)}first(){return this.head.data}*[a](){for(let e=this.head;e;e=e.next)yield e.data}_getString(e){let t="",n=this.head,a=0;do{const r=n.data;if(!(e>r.length)){e===r.length?(t+=r,++a,n.next?this.head=n.next:this.head=this.tail=null):(t+=o(r,0,e),this.head=n,n.data=o(r,e));break}t+=r,e-=r.length,++a}while(null!==(n=n.next));return this.length-=a,t}_getBuffer(e){const t=i.allocUnsafe(e),n=e;let o=this.head,a=0;do{const i=o.data;if(!(e>i.length)){e===i.length?(r(t,i,n-e),++a,o.next?this.head=o.next:this.head=this.tail=null):(r(t,new s(i.buffer,i.byteOffset,e),n-e),this.head=o,o.data=i.slice(e));break}r(t,i,n-e),e-=i.length,++a}while(null!==(o=o.next));return this.length-=a,t}[Symbol.for("nodejs.util.inspect.custom")](e,t){return d(this,{...t,depth:0,customInspect:!1})}}},299:(e,t,n)=>{const{pipeline:o}=n(9946),a=n(8672),{destroyer:r}=n(1195),{isNodeStream:s,isReadable:i,isWritable:d,isWebStream:l,isTransformStream:w,isWritableStream:h,isReadableStream:c}=n(5874),{AbortError:p,codes:{ERR_INVALID_ARG_VALUE:u,ERR_MISSING_ARGS:m}}=n(4381),g=n(8610);e.exports=function(...e){if(0===e.length)throw new m("streams");if(1===e.length)return a.from(e[0]);const t=[...e];if("function"==typeof e[0]&&(e[0]=a.from(e[0])),"function"==typeof e[e.length-1]){const t=e.length-1;e[t]=a.from(e[t])}for(let n=0;n<e.length;++n)if(s(e[n])||l(e[n])){if(n<e.length-1&&!(i(e[n])||c(e[n])||w(e[n])))throw new u(`streams[${n}]`,t[n],"must be readable");if(n>0&&!(d(e[n])||h(e[n])||w(e[n])))throw new u(`streams[${n}]`,t[n],"must be writable")}let n,f,y,v,b;const N=e[0],x=o(e,(function(e){const t=v;v=null,t?t(e):e?b.destroy(e):C||_||b.destroy()})),_=!!(d(N)||h(N)||w(N)),C=!!(i(x)||c(x)||w(x));if(b=new a({writableObjectMode:!(null==N||!N.writableObjectMode),readableObjectMode:!(null==x||!x.writableObjectMode),writable:_,readable:C}),_){if(s(N))b._write=function(e,t,o){N.write(e,t)?o():n=o},b._final=function(e){N.end(),f=e},N.on("drain",(function(){if(n){const e=n;n=null,e()}}));else if(l(N)){const e=(w(N)?N.writable:N).getWriter();b._write=async function(t,n,o){try{await e.ready,e.write(t).catch((()=>{})),o()}catch(e){o(e)}},b._final=async function(t){try{await e.ready,e.close().catch((()=>{})),f=t}catch(e){t(e)}}}const e=w(x)?x.readable:x;g(e,(()=>{if(f){const e=f;f=null,e()}}))}if(C)if(s(x))x.on("readable",(function(){if(y){const e=y;y=null,e()}})),x.on("end",(function(){b.push(null)})),b._read=function(){for(;;){const e=x.read();if(null===e)return void(y=b._read);if(!b.push(e))return}};else if(l(x)){const e=(w(x)?x.readable:x).getReader();b._read=async function(){for(;;)try{const{value:t,done:n}=await e.read();if(!b.push(t))return;if(n)return void b.push(null)}catch{return}}}return b._destroy=function(e,t){e||null===v||(e=new p),y=null,n=null,f=null,null===v?t(e):(v=t,s(x)&&r(x,e))},b}},1195:(e,t,n)=>{const o=n(4155),{aggregateTwoErrors:a,codes:{ERR_MULTIPLE_CALLBACK:r},AbortError:s}=n(4381),{Symbol:i}=n(9061),{kDestroyed:d,isDestroyed:l,isFinished:w,isServerRequest:h}=n(5874),c=i("kDestroy"),p=i("kConstruct");function u(e,t,n){e&&(e.stack,t&&!t.errored&&(t.errored=e),n&&!n.errored&&(n.errored=e))}function m(e,t,n){let a=!1;function r(t){if(a)return;a=!0;const r=e._readableState,s=e._writableState;u(t,s,r),s&&(s.closed=!0),r&&(r.closed=!0),"function"==typeof n&&n(t),t?o.nextTick(g,e,t):o.nextTick(f,e)}try{e._destroy(t||null,r)}catch(t){r(t)}}function g(e,t){y(e,t),f(e)}function f(e){const t=e._readableState,n=e._writableState;n&&(n.closeEmitted=!0),t&&(t.closeEmitted=!0),(null!=n&&n.emitClose||null!=t&&t.emitClose)&&e.emit("close")}function y(e,t){const n=e._readableState,o=e._writableState;null!=o&&o.errorEmitted||null!=n&&n.errorEmitted||(o&&(o.errorEmitted=!0),n&&(n.errorEmitted=!0),e.emit("error",t))}function v(e,t,n){const a=e._readableState,r=e._writableState;if(null!=r&&r.destroyed||null!=a&&a.destroyed)return this;null!=a&&a.autoDestroy||null!=r&&r.autoDestroy?e.destroy(t):t&&(t.stack,r&&!r.errored&&(r.errored=t),a&&!a.errored&&(a.errored=t),n?o.nextTick(y,e,t):y(e,t))}function b(e){let t=!1;function n(n){if(t)return void v(e,null!=n?n:new r);t=!0;const a=e._readableState,s=e._writableState,i=s||a;a&&(a.constructed=!0),s&&(s.constructed=!0),i.destroyed?e.emit(c,n):n?v(e,n,!0):o.nextTick(N,e)}try{e._construct((e=>{o.nextTick(n,e)}))}catch(e){o.nextTick(n,e)}}function N(e){e.emit(p)}function x(e){return(null==e?void 0:e.setHeader)&&"function"==typeof e.abort}function _(e){e.emit("close")}function C(e,t){e.emit("error",t),o.nextTick(_,e)}e.exports={construct:function(e,t){if("function"!=typeof e._construct)return;const n=e._readableState,a=e._writableState;n&&(n.constructed=!1),a&&(a.constructed=!1),e.once(p,t),e.listenerCount(p)>1||o.nextTick(b,e)},destroyer:function(e,t){e&&!l(e)&&(t||w(e)||(t=new s),h(e)?(e.socket=null,e.destroy(t)):x(e)?e.abort():x(e.req)?e.req.abort():"function"==typeof e.destroy?e.destroy(t):"function"==typeof e.close?e.close():t?o.nextTick(C,e,t):o.nextTick(_,e),e.destroyed||(e[d]=!0))},destroy:function(e,t){const n=this._readableState,o=this._writableState,r=o||n;return null!=o&&o.destroyed||null!=n&&n.destroyed?("function"==typeof t&&t(),this):(u(e,o,n),o&&(o.destroyed=!0),n&&(n.destroyed=!0),r.constructed?m(this,e,t):this.once(c,(function(n){m(this,a(n,e),t)})),this)},undestroy:function(){const e=this._readableState,t=this._writableState;e&&(e.constructed=!0,e.closed=!1,e.closeEmitted=!1,e.destroyed=!1,e.errored=null,e.errorEmitted=!1,e.reading=!1,e.ended=!1===e.readable,e.endEmitted=!1===e.readable),t&&(t.constructed=!0,t.destroyed=!1,t.closed=!1,t.closeEmitted=!1,t.errored=null,t.errorEmitted=!1,t.finalCalled=!1,t.prefinished=!1,t.ended=!1===t.writable,t.ending=!1===t.writable,t.finished=!1===t.writable)},errorOrDestroy:v}},8672:(e,t,n)=>{const{ObjectDefineProperties:o,ObjectGetOwnPropertyDescriptor:a,ObjectKeys:r,ObjectSetPrototypeOf:s}=n(9061);e.exports=l;const i=n(911),d=n(6304);s(l.prototype,i.prototype),s(l,i);{const e=r(d.prototype);for(let t=0;t<e.length;t++){const n=e[t];l.prototype[n]||(l.prototype[n]=d.prototype[n])}}function l(e){if(!(this instanceof l))return new l(e);i.call(this,e),d.call(this,e),e?(this.allowHalfOpen=!1!==e.allowHalfOpen,!1===e.readable&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),!1===e.writable&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)):this.allowHalfOpen=!0}let w,h;function c(){return void 0===w&&(w={}),w}o(l.prototype,{writable:{__proto__:null,...a(d.prototype,"writable")},writableHighWaterMark:{__proto__:null,...a(d.prototype,"writableHighWaterMark")},writableObjectMode:{__proto__:null,...a(d.prototype,"writableObjectMode")},writableBuffer:{__proto__:null,...a(d.prototype,"writableBuffer")},writableLength:{__proto__:null,...a(d.prototype,"writableLength")},writableFinished:{__proto__:null,...a(d.prototype,"writableFinished")},writableCorked:{__proto__:null,...a(d.prototype,"writableCorked")},writableEnded:{__proto__:null,...a(d.prototype,"writableEnded")},writableNeedDrain:{__proto__:null,...a(d.prototype,"writableNeedDrain")},destroyed:{__proto__:null,get(){return void 0!==this._readableState&&void 0!==this._writableState&&this._readableState.destroyed&&this._writableState.destroyed},set(e){this._readableState&&this._writableState&&(this._readableState.destroyed=e,this._writableState.destroyed=e)}}}),l.fromWeb=function(e,t){return c().newStreamDuplexFromReadableWritablePair(e,t)},l.toWeb=function(e){return c().newReadableWritablePairFromDuplex(e)},l.from=function(e){return h||(h=n(7946)),h(e,"body")}},7946:(e,t,n)=>{const o=n(4155),a=n(8764),{isReadable:r,isWritable:s,isIterable:i,isNodeStream:d,isReadableNodeStream:l,isWritableNodeStream:w,isDuplexNodeStream:h}=n(5874),c=n(8610),{AbortError:p,codes:{ERR_INVALID_ARG_TYPE:u,ERR_INVALID_RETURN_VALUE:m}}=n(4381),{destroyer:g}=n(1195),f=n(8672),y=n(911),{createDeferredPromise:v}=n(6087),b=n(6307),N=globalThis.Blob||a.Blob,x=void 0!==N?function(e){return e instanceof N}:function(e){return!1},_=globalThis.AbortController||n(8599).AbortController,{FunctionPrototypeCall:C}=n(9061);class S extends f{constructor(e){super(e),!1===(null==e?void 0:e.readable)&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),!1===(null==e?void 0:e.writable)&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)}}function E(e){const t=e.readable&&"function"!=typeof e.readable.read?y.wrap(e.readable):e.readable,n=e.writable;let o,a,i,d,l,w=!!r(t),h=!!s(n);function u(e){const t=d;d=null,t?t(e):e&&l.destroy(e)}return l=new S({readableObjectMode:!(null==t||!t.readableObjectMode),writableObjectMode:!(null==n||!n.writableObjectMode),readable:w,writable:h}),h&&(c(n,(e=>{h=!1,e&&g(t,e),u(e)})),l._write=function(e,t,a){n.write(e,t)?a():o=a},l._final=function(e){n.end(),a=e},n.on("drain",(function(){if(o){const e=o;o=null,e()}})),n.on("finish",(function(){if(a){const e=a;a=null,e()}}))),w&&(c(t,(e=>{w=!1,e&&g(t,e),u(e)})),t.on("readable",(function(){if(i){const e=i;i=null,e()}})),t.on("end",(function(){l.push(null)})),l._read=function(){for(;;){const e=t.read();if(null===e)return void(i=l._read);if(!l.push(e))return}}),l._destroy=function(e,r){e||null===d||(e=new p),i=null,o=null,a=null,null===d?r(e):(d=r,g(n,e),g(t,e))},l}e.exports=function e(t,n){if(h(t))return t;if(l(t))return E({readable:t});if(w(t))return E({writable:t});if(d(t))return E({writable:!1,readable:!1});if("function"==typeof t){const{value:e,write:a,final:r,destroy:s}=function(e){let{promise:t,resolve:n}=v();const a=new _,r=a.signal;return{value:e(async function*(){for(;;){const e=t;t=null;const{chunk:a,done:s,cb:i}=await e;if(o.nextTick(i),s)return;if(r.aborted)throw new p(void 0,{cause:r.reason});({promise:t,resolve:n}=v()),yield a}}(),{signal:r}),write(e,t,o){const a=n;n=null,a({chunk:e,done:!1,cb:o})},final(e){const t=n;n=null,t({done:!0,cb:e})},destroy(e,t){a.abort(),t(e)}}}(t);if(i(e))return b(S,e,{objectMode:!0,write:a,final:r,destroy:s});const d=null==e?void 0:e.then;if("function"==typeof d){let t;const n=C(d,e,(e=>{if(null!=e)throw new m("nully","body",e)}),(e=>{g(t,e)}));return t=new S({objectMode:!0,readable:!1,write:a,final(e){r((async()=>{try{await n,o.nextTick(e,null)}catch(t){o.nextTick(e,t)}}))},destroy:s})}throw new m("Iterable, AsyncIterable or AsyncFunction",n,e)}if(x(t))return e(t.arrayBuffer());if(i(t))return b(S,t,{objectMode:!0,writable:!1});if("object"==typeof(null==t?void 0:t.writable)||"object"==typeof(null==t?void 0:t.readable))return E({readable:null!=t&&t.readable?l(null==t?void 0:t.readable)?null==t?void 0:t.readable:e(t.readable):void 0,writable:null!=t&&t.writable?w(null==t?void 0:t.writable)?null==t?void 0:t.writable:e(t.writable):void 0});const a=null==t?void 0:t.then;if("function"==typeof a){let e;return C(a,t,(t=>{null!=t&&e.push(t),e.push(null)}),(t=>{g(e,t)})),e=new S({objectMode:!0,writable:!1,read(){}})}throw new u(n,["Blob","ReadableStream","WritableStream","Stream","Iterable","AsyncIterable","Function","{ readable, writable } pair","Promise"],t)}},8610:(e,t,n)=>{const o=n(4155),{AbortError:a,codes:r}=n(4381),{ERR_INVALID_ARG_TYPE:s,ERR_STREAM_PREMATURE_CLOSE:i}=r,{kEmptyObject:d,once:l}=n(6087),{validateAbortSignal:w,validateFunction:h,validateObject:c,validateBoolean:p}=n(6547),{Promise:u,PromisePrototypeThen:m}=n(9061),{isClosed:g,isReadable:f,isReadableNodeStream:y,isReadableStream:v,isReadableFinished:b,isReadableErrored:N,isWritable:x,isWritableNodeStream:_,isWritableStream:C,isWritableFinished:S,isWritableErrored:E,isNodeStream:q,willEmitClose:I,kIsClosedPromise:R}=n(5874),T=()=>{};function A(e,t,n){var r,p;if(2===arguments.length?(n=t,t=d):null==t?t=d:c(t,"options"),h(n,"callback"),w(t.signal,"options.signal"),n=l(n),v(e)||C(e))return function(e,t,n){let r=!1,s=T;if(t.signal)if(s=()=>{r=!0,n.call(e,new a(void 0,{cause:t.signal.reason}))},t.signal.aborted)o.nextTick(s);else{const o=n;n=l(((...n)=>{t.signal.removeEventListener("abort",s),o.apply(e,n)})),t.signal.addEventListener("abort",s)}const i=(...t)=>{r||o.nextTick((()=>n.apply(e,t)))};return m(e[R].promise,i,i),T}(e,t,n);if(!q(e))throw new s("stream",["ReadableStream","WritableStream","Stream"],e);const u=null!==(r=t.readable)&&void 0!==r?r:y(e),A=null!==(p=t.writable)&&void 0!==p?p:_(e),L=e._writableState,j=e._readableState,P=()=>{e.writable||D()};let k=I(e)&&y(e)===u&&_(e)===A,O=S(e,!1);const D=()=>{O=!0,e.destroyed&&(k=!1),(!k||e.readable&&!u)&&(u&&!$||n.call(e))};let $=b(e,!1);const M=()=>{$=!0,e.destroyed&&(k=!1),(!k||e.writable&&!A)&&(A&&!O||n.call(e))},B=t=>{n.call(e,t)};let F=g(e);const V=()=>{F=!0;const t=E(e)||N(e);return t&&"boolean"!=typeof t?n.call(e,t):u&&!$&&y(e,!0)&&!b(e,!1)?n.call(e,new i):!A||O||S(e,!1)?void n.call(e):n.call(e,new i)},U=()=>{F=!0;const t=E(e)||N(e);if(t&&"boolean"!=typeof t)return n.call(e,t);n.call(e)},z=()=>{e.req.on("finish",D)};!function(e){return e.setHeader&&"function"==typeof e.abort}(e)?A&&!L&&(e.on("end",P),e.on("close",P)):(e.on("complete",D),k||e.on("abort",V),e.req?z():e.on("request",z)),k||"boolean"!=typeof e.aborted||e.on("aborted",V),e.on("end",M),e.on("finish",D),!1!==t.error&&e.on("error",B),e.on("close",V),F?o.nextTick(V):null!=L&&L.errorEmitted||null!=j&&j.errorEmitted?k||o.nextTick(U):(u||k&&!f(e)||!O&&!1!==x(e))&&(A||k&&!x(e)||!$&&!1!==f(e))?j&&e.req&&e.aborted&&o.nextTick(U):o.nextTick(U);const Q=()=>{n=T,e.removeListener("aborted",V),e.removeListener("complete",D),e.removeListener("abort",V),e.removeListener("request",z),e.req&&e.req.removeListener("finish",D),e.removeListener("end",P),e.removeListener("close",P),e.removeListener("finish",D),e.removeListener("end",M),e.removeListener("error",B),e.removeListener("close",V)};if(t.signal&&!F){const r=()=>{const o=n;Q(),o.call(e,new a(void 0,{cause:t.signal.reason}))};if(t.signal.aborted)o.nextTick(r);else{const o=n;n=l(((...n)=>{t.signal.removeEventListener("abort",r),o.apply(e,n)})),t.signal.addEventListener("abort",r)}}return Q}e.exports=A,e.exports.finished=function(e,t){var n;let o=!1;return null===t&&(t=d),null!==(n=t)&&void 0!==n&&n.cleanup&&(p(t.cleanup,"cleanup"),o=t.cleanup),new u(((n,a)=>{const r=A(e,t,(e=>{o&&r(),e?a(e):n()}))}))}},6307:(e,t,n)=>{const o=n(4155),{PromisePrototypeThen:a,SymbolAsyncIterator:r,SymbolIterator:s}=n(9061),{Buffer:i}=n(8764),{ERR_INVALID_ARG_TYPE:d,ERR_STREAM_NULL_VALUES:l}=n(4381).codes;e.exports=function(e,t,n){let w,h;if("string"==typeof t||t instanceof i)return new e({objectMode:!0,...n,read(){this.push(t),this.push(null)}});if(t&&t[r])h=!0,w=t[r]();else{if(!t||!t[s])throw new d("iterable",["Iterable"],t);h=!1,w=t[s]()}const c=new e({objectMode:!0,highWaterMark:1,...n});let p=!1;return c._read=function(){p||(p=!0,async function(){for(;;){try{const{value:e,done:t}=h?await w.next():w.next();if(t)c.push(null);else{const t=e&&"function"==typeof e.then?await e:e;if(null===t)throw p=!1,new l;if(c.push(t))continue;p=!1}}catch(e){c.destroy(e)}break}}())},c._destroy=function(e,t){a(async function(e){const t=null!=e,n="function"==typeof w.throw;if(t&&n){const{value:t,done:n}=await w.throw(e);if(await t,n)return}if("function"==typeof w.return){const{value:e}=await w.return();await e}}(e),(()=>o.nextTick(t,e)),(n=>o.nextTick(t,n||e)))},c}},4870:(e,t,n)=>{const{ArrayIsArray:o,ObjectSetPrototypeOf:a}=n(9061),{EventEmitter:r}=n(7187);function s(e){r.call(this,e)}function i(e,t,n){if("function"==typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events[t]?o(e._events[t])?e._events[t].unshift(n):e._events[t]=[n,e._events[t]]:e.on(t,n)}a(s.prototype,r.prototype),a(s,r),s.prototype.pipe=function(e,t){const n=this;function o(t){e.writable&&!1===e.write(t)&&n.pause&&n.pause()}function a(){n.readable&&n.resume&&n.resume()}n.on("data",o),e.on("drain",a),e._isStdio||t&&!1===t.end||(n.on("end",d),n.on("close",l));let s=!1;function d(){s||(s=!0,e.end())}function l(){s||(s=!0,"function"==typeof e.destroy&&e.destroy())}function w(e){h(),0===r.listenerCount(this,"error")&&this.emit("error",e)}function h(){n.removeListener("data",o),e.removeListener("drain",a),n.removeListener("end",d),n.removeListener("close",l),n.removeListener("error",w),e.removeListener("error",w),n.removeListener("end",h),n.removeListener("close",h),e.removeListener("close",h)}return i(n,"error",w),i(e,"error",w),n.on("end",h),n.on("close",h),e.on("close",h),e.emit("pipe",n),e},e.exports={Stream:s,prependListener:i}},4382:(e,t,n)=>{const o=globalThis.AbortController||n(8599).AbortController,{codes:{ERR_INVALID_ARG_VALUE:a,ERR_INVALID_ARG_TYPE:r,ERR_MISSING_ARGS:s,ERR_OUT_OF_RANGE:i},AbortError:d}=n(4381),{validateAbortSignal:l,validateInteger:w,validateObject:h}=n(6547),c=n(9061).Symbol("kWeak"),{finished:p}=n(8610),u=n(299),{addAbortSignalNoValidate:m}=n(196),{isWritable:g,isNodeStream:f}=n(5874),{ArrayPrototypePush:y,MathFloor:v,Number:b,NumberIsNaN:N,Promise:x,PromiseReject:_,PromisePrototypeThen:C,Symbol:S}=n(9061),E=S("kEmpty"),q=S("kEof");function I(e,t){if("function"!=typeof e)throw new r("fn",["Function","AsyncFunction"],e);null!=t&&h(t,"options"),null!=(null==t?void 0:t.signal)&&l(t.signal,"options.signal");let n=1;return null!=(null==t?void 0:t.concurrency)&&(n=v(t.concurrency)),w(n,"concurrency",1),async function*(){var a,r;const s=new o,i=this,l=[],w=s.signal,h={signal:w},c=()=>s.abort();let p,u;null!=t&&null!==(a=t.signal)&&void 0!==a&&a.aborted&&c(),null==t||null===(r=t.signal)||void 0===r||r.addEventListener("abort",c);let m=!1;function g(){m=!0}!async function(){try{for await(let t of i){var o;if(m)return;if(w.aborted)throw new d;try{t=e(t,h)}catch(e){t=_(e)}t!==E&&("function"==typeof(null===(o=t)||void 0===o?void 0:o.catch)&&t.catch(g),l.push(t),p&&(p(),p=null),!m&&l.length&&l.length>=n&&await new x((e=>{u=e})))}l.push(q)}catch(e){const t=_(e);C(t,void 0,g),l.push(t)}finally{var a;m=!0,p&&(p(),p=null),null==t||null===(a=t.signal)||void 0===a||a.removeEventListener("abort",c)}}();try{for(;;){for(;l.length>0;){const e=await l[0];if(e===q)return;if(w.aborted)throw new d;e!==E&&(yield e),l.shift(),u&&(u(),u=null)}await new x((e=>{p=e}))}}finally{s.abort(),m=!0,u&&(u(),u=null)}}.call(this)}async function R(e,t=void 0){for await(const n of T.call(this,e,t))return!0;return!1}function T(e,t){if("function"!=typeof e)throw new r("fn",["Function","AsyncFunction"],e);return I.call(this,(async function(t,n){return await e(t,n)?t:E}),t)}class A extends s{constructor(){super("reduce"),this.message="Reduce of an empty stream requires an initial value"}}function L(e){if(e=b(e),N(e))return 0;if(e<0)throw new i("number",">= 0",e);return e}e.exports.streamReturningOperators={asIndexedPairs:function(e=void 0){return null!=e&&h(e,"options"),null!=(null==e?void 0:e.signal)&&l(e.signal,"options.signal"),async function*(){let t=0;for await(const o of this){var n;if(null!=e&&null!==(n=e.signal)&&void 0!==n&&n.aborted)throw new d({cause:e.signal.reason});yield[t++,o]}}.call(this)},drop:function(e,t=void 0){return null!=t&&h(t,"options"),null!=(null==t?void 0:t.signal)&&l(t.signal,"options.signal"),e=L(e),async function*(){var n;if(null!=t&&null!==(n=t.signal)&&void 0!==n&&n.aborted)throw new d;for await(const n of this){var o;if(null!=t&&null!==(o=t.signal)&&void 0!==o&&o.aborted)throw new d;e--<=0&&(yield n)}}.call(this)},filter:T,flatMap:function(e,t){const n=I.call(this,e,t);return async function*(){for await(const e of n)yield*e}.call(this)},map:I,take:function(e,t=void 0){return null!=t&&h(t,"options"),null!=(null==t?void 0:t.signal)&&l(t.signal,"options.signal"),e=L(e),async function*(){var n;if(null!=t&&null!==(n=t.signal)&&void 0!==n&&n.aborted)throw new d;for await(const n of this){var o;if(null!=t&&null!==(o=t.signal)&&void 0!==o&&o.aborted)throw new d;if(!(e-- >0))return;yield n}}.call(this)},compose:function(e,t){if(null!=t&&h(t,"options"),null!=(null==t?void 0:t.signal)&&l(t.signal,"options.signal"),f(e)&&!g(e))throw new a("stream",e,"must be writable");const n=u(this,e);return null!=t&&t.signal&&m(t.signal,n),n}},e.exports.promiseReturningOperators={every:async function(e,t=void 0){if("function"!=typeof e)throw new r("fn",["Function","AsyncFunction"],e);return!await R.call(this,(async(...t)=>!await e(...t)),t)},forEach:async function(e,t){if("function"!=typeof e)throw new r("fn",["Function","AsyncFunction"],e);for await(const n of I.call(this,(async function(t,n){return await e(t,n),E}),t));},reduce:async function(e,t,n){var a;if("function"!=typeof e)throw new r("reducer",["Function","AsyncFunction"],e);null!=n&&h(n,"options"),null!=(null==n?void 0:n.signal)&&l(n.signal,"options.signal");let s=arguments.length>1;if(null!=n&&null!==(a=n.signal)&&void 0!==a&&a.aborted){const e=new d(void 0,{cause:n.signal.reason});throw this.once("error",(()=>{})),await p(this.destroy(e)),e}const i=new o,w=i.signal;if(null!=n&&n.signal){const e={once:!0,[c]:this};n.signal.addEventListener("abort",(()=>i.abort()),e)}let u=!1;try{for await(const o of this){var m;if(u=!0,null!=n&&null!==(m=n.signal)&&void 0!==m&&m.aborted)throw new d;s?t=await e(t,o,{signal:w}):(t=o,s=!0)}if(!u&&!s)throw new A}finally{i.abort()}return t},toArray:async function(e){null!=e&&h(e,"options"),null!=(null==e?void 0:e.signal)&&l(e.signal,"options.signal");const t=[];for await(const o of this){var n;if(null!=e&&null!==(n=e.signal)&&void 0!==n&&n.aborted)throw new d(void 0,{cause:e.signal.reason});y(t,o)}return t},some:R,find:async function(e,t){for await(const n of T.call(this,e,t))return n}}},917:(e,t,n)=>{const{ObjectSetPrototypeOf:o}=n(9061);e.exports=r;const a=n(1161);function r(e){if(!(this instanceof r))return new r(e);a.call(this,e)}o(r.prototype,a.prototype),o(r,a),r.prototype._transform=function(e,t,n){n(null,e)}},9946:(e,t,n)=>{const o=n(4155),{ArrayIsArray:a,Promise:r,SymbolAsyncIterator:s}=n(9061),i=n(8610),{once:d}=n(6087),l=n(1195),w=n(8672),{aggregateTwoErrors:h,codes:{ERR_INVALID_ARG_TYPE:c,ERR_INVALID_RETURN_VALUE:p,ERR_MISSING_ARGS:u,ERR_STREAM_DESTROYED:m,ERR_STREAM_PREMATURE_CLOSE:g},AbortError:f}=n(4381),{validateFunction:y,validateAbortSignal:v}=n(6547),{isIterable:b,isReadable:N,isReadableNodeStream:x,isNodeStream:_,isTransformStream:C,isWebStream:S,isReadableStream:E,isReadableEnded:q}=n(5874),I=globalThis.AbortController||n(8599).AbortController;let R,T;function A(e,t,n){let o=!1;return e.on("close",(()=>{o=!0})),{destroy:t=>{o||(o=!0,l.destroyer(e,t||new m("pipe")))},cleanup:i(e,{readable:t,writable:n},(e=>{o=!e}))}}function L(e){if(b(e))return e;if(x(e))return async function*(e){T||(T=n(911)),yield*T.prototype[s].call(e)}(e);throw new c("val",["Readable","Iterable","AsyncIterable"],e)}async function j(e,t,n,{end:o}){let a,s=null;const d=e=>{if(e&&(a=e),s){const e=s;s=null,e()}},l=()=>new r(((e,t)=>{a?t(a):s=()=>{a?t(a):e()}}));t.on("drain",d);const w=i(t,{readable:!1},d);try{t.writableNeedDrain&&await l();for await(const n of e)t.write(n)||await l();o&&t.end(),await l(),n()}catch(e){n(a!==e?h(a,e):e)}finally{w(),t.off("drain",d)}}async function P(e,t,n,{end:o}){C(t)&&(t=t.writable);const a=t.getWriter();try{for await(const t of e)await a.ready,a.write(t).catch((()=>{}));await a.ready,o&&await a.close(),n()}catch(e){try{await a.abort(e),n(e)}catch(e){n(e)}}}function k(e,t,r){if(1===e.length&&a(e[0])&&(e=e[0]),e.length<2)throw new u("streams");const s=new I,i=s.signal,d=null==r?void 0:r.signal,l=[];function h(){D(new f)}let m,g;v(d,"options.signal"),null==d||d.addEventListener("abort",h);const y=[];let q,T=0;function k(e){D(e,0==--T)}function D(e,n){if(!e||m&&"ERR_STREAM_PREMATURE_CLOSE"!==m.code||(m=e),m||n){for(;y.length;)y.shift()(m);null==d||d.removeEventListener("abort",h),s.abort(),n&&(m||l.forEach((e=>e())),o.nextTick(t,m,g))}}for(let B=0;B<e.length;B++){const F=e[B],V=B<e.length-1,U=B>0,z=V||!1!==(null==r?void 0:r.end),Q=B===e.length-1;if(_(F)){if(z){const{destroy:H,cleanup:J}=A(F,V,U);y.push(H),N(F)&&Q&&l.push(J)}function G(e){e&&"AbortError"!==e.name&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code&&k(e)}F.on("error",G),N(F)&&Q&&l.push((()=>{F.removeListener("error",G)}))}if(0===B)if("function"==typeof F){if(q=F({signal:i}),!b(q))throw new p("Iterable, AsyncIterable or Stream","source",q)}else q=b(F)||x(F)||C(F)?F:w.from(F);else if("function"==typeof F){var $;if(q=C(q)?L(null===($=q)||void 0===$?void 0:$.readable):L(q),q=F(q,{signal:i}),V){if(!b(q,!0))throw new p("AsyncIterable",`transform[${B-1}]`,q)}else{var M;R||(R=n(917));const W=new R({objectMode:!0}),X=null===(M=q)||void 0===M?void 0:M.then;if("function"==typeof X)T++,X.call(q,(e=>{g=e,null!=e&&W.write(e),z&&W.end(),o.nextTick(k)}),(e=>{W.destroy(e),o.nextTick(k,e)}));else if(b(q,!0))T++,j(q,W,k,{end:z});else{if(!E(q)&&!C(q))throw new p("AsyncIterable or Promise","destination",q);{const Z=q.readable||q;T++,j(Z,W,k,{end:z})}}q=W;const{destroy:K,cleanup:Y}=A(q,!1,!0);y.push(K),Q&&l.push(Y)}}else if(_(F)){if(x(q)){T+=2;const ee=O(q,F,k,{end:z});N(F)&&Q&&l.push(ee)}else if(C(q)||E(q)){const te=q.readable||q;T++,j(te,F,k,{end:z})}else{if(!b(q))throw new c("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],q);T++,j(q,F,k,{end:z})}q=F}else if(S(F)){if(x(q))T++,P(L(q),F,k,{end:z});else if(E(q)||b(q))T++,P(q,F,k,{end:z});else{if(!C(q))throw new c("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],q);T++,P(q.readable,F,k,{end:z})}q=F}else q=w.from(F)}return(null!=i&&i.aborted||null!=d&&d.aborted)&&o.nextTick(h),q}function O(e,t,n,{end:a}){let r=!1;if(t.on("close",(()=>{r||n(new g)})),e.pipe(t,{end:!1}),a){function s(){r=!0,t.end()}q(e)?o.nextTick(s):e.once("end",s)}else n();return i(e,{readable:!0,writable:!1},(t=>{const o=e._readableState;t&&"ERR_STREAM_PREMATURE_CLOSE"===t.code&&o&&o.ended&&!o.errored&&!o.errorEmitted?e.once("end",n).once("error",n):n(t)})),i(t,{readable:!1,writable:!0},n)}e.exports={pipelineImpl:k,pipeline:function(...e){return k(e,d(function(e){return y(e[e.length-1],"streams[stream.length - 1]"),e.pop()}(e)))}}},911:(e,t,n)=>{const o=n(4155),{ArrayPrototypeIndexOf:a,NumberIsInteger:r,NumberIsNaN:s,NumberParseInt:i,ObjectDefineProperties:d,ObjectKeys:l,ObjectSetPrototypeOf:w,Promise:h,SafeSet:c,SymbolAsyncIterator:p,Symbol:u}=n(9061);e.exports=M,M.ReadableState=$;const{EventEmitter:m}=n(7187),{Stream:g,prependListener:f}=n(4870),{Buffer:y}=n(8764),{addAbortSignal:v}=n(196),b=n(8610);let N=n(6087).debuglog("stream",(e=>{N=e}));const x=n(7327),_=n(1195),{getHighWaterMark:C,getDefaultHighWaterMark:S}=n(2457),{aggregateTwoErrors:E,codes:{ERR_INVALID_ARG_TYPE:q,ERR_METHOD_NOT_IMPLEMENTED:I,ERR_OUT_OF_RANGE:R,ERR_STREAM_PUSH_AFTER_EOF:T,ERR_STREAM_UNSHIFT_AFTER_END_EVENT:A}}=n(4381),{validateObject:L}=n(6547),j=u("kPaused"),{StringDecoder:P}=n(2553),k=n(6307);w(M.prototype,g.prototype),w(M,g);const O=()=>{},{errorOrDestroy:D}=_;function $(e,t,o){"boolean"!=typeof o&&(o=t instanceof n(8672)),this.objectMode=!(!e||!e.objectMode),o&&(this.objectMode=this.objectMode||!(!e||!e.readableObjectMode)),this.highWaterMark=e?C(this,e,"readableHighWaterMark",o):S(!1),this.buffer=new x,this.length=0,this.pipes=[],this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.constructed=!0,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this[j]=null,this.errorEmitted=!1,this.emitClose=!e||!1!==e.emitClose,this.autoDestroy=!e||!1!==e.autoDestroy,this.destroyed=!1,this.errored=null,this.closed=!1,this.closeEmitted=!1,this.defaultEncoding=e&&e.defaultEncoding||"utf8",this.awaitDrainWriters=null,this.multiAwaitDrain=!1,this.readingMore=!1,this.dataEmitted=!1,this.decoder=null,this.encoding=null,e&&e.encoding&&(this.decoder=new P(e.encoding),this.encoding=e.encoding)}function M(e){if(!(this instanceof M))return new M(e);const t=this instanceof n(8672);this._readableState=new $(e,this,t),e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy),"function"==typeof e.construct&&(this._construct=e.construct),e.signal&&!t&&v(e.signal,this)),g.call(this,e),_.construct(this,(()=>{this._readableState.needReadable&&Q(this,this._readableState)}))}function B(e,t,n,o){N("readableAddChunk",t);const a=e._readableState;let r;if(a.objectMode||("string"==typeof t?(n=n||a.defaultEncoding,a.encoding!==n&&(o&&a.encoding?t=y.from(t,n).toString(a.encoding):(t=y.from(t,n),n=""))):t instanceof y?n="":g._isUint8Array(t)?(t=g._uint8ArrayToBuffer(t),n=""):null!=t&&(r=new q("chunk",["string","Buffer","Uint8Array"],t))),r)D(e,r);else if(null===t)a.reading=!1,function(e,t){if(N("onEofChunk"),!t.ended){if(t.decoder){const e=t.decoder.end();e&&e.length&&(t.buffer.push(e),t.length+=t.objectMode?1:e.length)}t.ended=!0,t.sync?U(e):(t.needReadable=!1,t.emittedReadable=!0,z(e))}}(e,a);else if(a.objectMode||t&&t.length>0)if(o)if(a.endEmitted)D(e,new A);else{if(a.destroyed||a.errored)return!1;F(e,a,t,!0)}else if(a.ended)D(e,new T);else{if(a.destroyed||a.errored)return!1;a.reading=!1,a.decoder&&!n?(t=a.decoder.write(t),a.objectMode||0!==t.length?F(e,a,t,!1):Q(e,a)):F(e,a,t,!1)}else o||(a.reading=!1,Q(e,a));return!a.ended&&(a.length<a.highWaterMark||0===a.length)}function F(e,t,n,o){t.flowing&&0===t.length&&!t.sync&&e.listenerCount("data")>0?(t.multiAwaitDrain?t.awaitDrainWriters.clear():t.awaitDrainWriters=null,t.dataEmitted=!0,e.emit("data",n)):(t.length+=t.objectMode?1:n.length,o?t.buffer.unshift(n):t.buffer.push(n),t.needReadable&&U(e)),Q(e,t)}function V(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:s(e)?t.flowing&&t.length?t.buffer.first().length:t.length:e<=t.length?e:t.ended?t.length:0}function U(e){const t=e._readableState;N("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(N("emitReadable",t.flowing),t.emittedReadable=!0,o.nextTick(z,e))}function z(e){const t=e._readableState;N("emitReadable_",t.destroyed,t.length,t.ended),t.destroyed||t.errored||!t.length&&!t.ended||(e.emit("readable"),t.emittedReadable=!1),t.needReadable=!t.flowing&&!t.ended&&t.length<=t.highWaterMark,X(e)}function Q(e,t){!t.readingMore&&t.constructed&&(t.readingMore=!0,o.nextTick(G,e,t))}function G(e,t){for(;!t.reading&&!t.ended&&(t.length<t.highWaterMark||t.flowing&&0===t.length);){const n=t.length;if(N("maybeReadMore read 0"),e.read(0),n===t.length)break}t.readingMore=!1}function H(e){const t=e._readableState;t.readableListening=e.listenerCount("readable")>0,t.resumeScheduled&&!1===t[j]?t.flowing=!0:e.listenerCount("data")>0?e.resume():t.readableListening||(t.flowing=null)}function J(e){N("readable nexttick read 0"),e.read(0)}function W(e,t){N("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),X(e),t.flowing&&!t.reading&&e.read(0)}function X(e){const t=e._readableState;for(N("flow",t.flowing);t.flowing&&null!==e.read(););}function K(e,t){"function"!=typeof e.read&&(e=M.wrap(e,{objectMode:!0}));const n=async function*(e,t){let n,o=O;function a(t){this===e?(o(),o=O):o=t}e.on("readable",a);const r=b(e,{writable:!1},(e=>{n=e?E(n,e):null,o(),o=O}));try{for(;;){const t=e.destroyed?null:e.read();if(null!==t)yield t;else{if(n)throw n;if(null===n)return;await new h(a)}}}catch(e){throw n=E(n,e),n}finally{!n&&!1===(null==t?void 0:t.destroyOnReturn)||void 0!==n&&!e._readableState.autoDestroy?(e.off("readable",a),r()):_.destroyer(e,null)}}(e,t);return n.stream=e,n}function Y(e,t){if(0===t.length)return null;let n;return t.objectMode?n=t.buffer.shift():!e||e>=t.length?(n=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):n=t.buffer.consume(e,t.decoder),n}function Z(e){const t=e._readableState;N("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,o.nextTick(ee,t,e))}function ee(e,t){if(N("endReadableNT",e.endEmitted,e.length),!e.errored&&!e.closeEmitted&&!e.endEmitted&&0===e.length)if(e.endEmitted=!0,t.emit("end"),t.writable&&!1===t.allowHalfOpen)o.nextTick(te,t);else if(e.autoDestroy){const e=t._writableState;(!e||e.autoDestroy&&(e.finished||!1===e.writable))&&t.destroy()}}function te(e){e.writable&&!e.writableEnded&&!e.destroyed&&e.end()}let ne;function oe(){return void 0===ne&&(ne={}),ne}M.prototype.destroy=_.destroy,M.prototype._undestroy=_.undestroy,M.prototype._destroy=function(e,t){t(e)},M.prototype[m.captureRejectionSymbol]=function(e){this.destroy(e)},M.prototype.push=function(e,t){return B(this,e,t,!1)},M.prototype.unshift=function(e,t){return B(this,e,t,!0)},M.prototype.isPaused=function(){const e=this._readableState;return!0===e[j]||!1===e.flowing},M.prototype.setEncoding=function(e){const t=new P(e);this._readableState.decoder=t,this._readableState.encoding=this._readableState.decoder.encoding;const n=this._readableState.buffer;let o="";for(const e of n)o+=t.write(e);return n.clear(),""!==o&&n.push(o),this._readableState.length=o.length,this},M.prototype.read=function(e){N("read",e),void 0===e?e=NaN:r(e)||(e=i(e,10));const t=this._readableState,n=e;if(e>t.highWaterMark&&(t.highWaterMark=function(e){if(e>1073741824)throw new R("size","<= 1GiB",e);return e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,++e}(e)),0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&((0!==t.highWaterMark?t.length>=t.highWaterMark:t.length>0)||t.ended))return N("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?Z(this):U(this),null;if(0===(e=V(e,t))&&t.ended)return 0===t.length&&Z(this),null;let o,a=t.needReadable;if(N("need readable",a),(0===t.length||t.length-e<t.highWaterMark)&&(a=!0,N("length less than watermark",a)),t.ended||t.reading||t.destroyed||t.errored||!t.constructed)a=!1,N("reading, ended or constructing",a);else if(a){N("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0);try{this._read(t.highWaterMark)}catch(e){D(this,e)}t.sync=!1,t.reading||(e=V(n,t))}return o=e>0?Y(e,t):null,null===o?(t.needReadable=t.length<=t.highWaterMark,e=0):(t.length-=e,t.multiAwaitDrain?t.awaitDrainWriters.clear():t.awaitDrainWriters=null),0===t.length&&(t.ended||(t.needReadable=!0),n!==e&&t.ended&&Z(this)),null===o||t.errorEmitted||t.closeEmitted||(t.dataEmitted=!0,this.emit("data",o)),o},M.prototype._read=function(e){throw new I("_read()")},M.prototype.pipe=function(e,t){const n=this,a=this._readableState;1===a.pipes.length&&(a.multiAwaitDrain||(a.multiAwaitDrain=!0,a.awaitDrainWriters=new c(a.awaitDrainWriters?[a.awaitDrainWriters]:[]))),a.pipes.push(e),N("pipe count=%d opts=%j",a.pipes.length,t);const r=t&&!1===t.end||e===o.stdout||e===o.stderr?m:s;function s(){N("onend"),e.end()}let i;a.endEmitted?o.nextTick(r):n.once("end",r),e.on("unpipe",(function t(o,r){N("onunpipe"),o===n&&r&&!1===r.hasUnpiped&&(r.hasUnpiped=!0,N("cleanup"),e.removeListener("close",p),e.removeListener("finish",u),i&&e.removeListener("drain",i),e.removeListener("error",h),e.removeListener("unpipe",t),n.removeListener("end",s),n.removeListener("end",m),n.removeListener("data",w),d=!0,i&&a.awaitDrainWriters&&(!e._writableState||e._writableState.needDrain)&&i())}));let d=!1;function l(){d||(1===a.pipes.length&&a.pipes[0]===e?(N("false write response, pause",0),a.awaitDrainWriters=e,a.multiAwaitDrain=!1):a.pipes.length>1&&a.pipes.includes(e)&&(N("false write response, pause",a.awaitDrainWriters.size),a.awaitDrainWriters.add(e)),n.pause()),i||(i=function(e,t){return function(){const n=e._readableState;n.awaitDrainWriters===t?(N("pipeOnDrain",1),n.awaitDrainWriters=null):n.multiAwaitDrain&&(N("pipeOnDrain",n.awaitDrainWriters.size),n.awaitDrainWriters.delete(t)),n.awaitDrainWriters&&0!==n.awaitDrainWriters.size||!e.listenerCount("data")||e.resume()}}(n,e),e.on("drain",i))}function w(t){N("ondata");const n=e.write(t);N("dest.write",n),!1===n&&l()}function h(t){if(N("onerror",t),m(),e.removeListener("error",h),0===e.listenerCount("error")){const n=e._writableState||e._readableState;n&&!n.errorEmitted?D(e,t):e.emit("error",t)}}function p(){e.removeListener("finish",u),m()}function u(){N("onfinish"),e.removeListener("close",p),m()}function m(){N("unpipe"),n.unpipe(e)}return n.on("data",w),f(e,"error",h),e.once("close",p),e.once("finish",u),e.emit("pipe",n),!0===e.writableNeedDrain?a.flowing&&l():a.flowing||(N("pipe resume"),n.resume()),e},M.prototype.unpipe=function(e){const t=this._readableState;if(0===t.pipes.length)return this;if(!e){const e=t.pipes;t.pipes=[],this.pause();for(let t=0;t<e.length;t++)e[t].emit("unpipe",this,{hasUnpiped:!1});return this}const n=a(t.pipes,e);return-1===n||(t.pipes.splice(n,1),0===t.pipes.length&&this.pause(),e.emit("unpipe",this,{hasUnpiped:!1})),this},M.prototype.on=function(e,t){const n=g.prototype.on.call(this,e,t),a=this._readableState;return"data"===e?(a.readableListening=this.listenerCount("readable")>0,!1!==a.flowing&&this.resume()):"readable"===e&&(a.endEmitted||a.readableListening||(a.readableListening=a.needReadable=!0,a.flowing=!1,a.emittedReadable=!1,N("on readable",a.length,a.reading),a.length?U(this):a.reading||o.nextTick(J,this))),n},M.prototype.addListener=M.prototype.on,M.prototype.removeListener=function(e,t){const n=g.prototype.removeListener.call(this,e,t);return"readable"===e&&o.nextTick(H,this),n},M.prototype.off=M.prototype.removeListener,M.prototype.removeAllListeners=function(e){const t=g.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||o.nextTick(H,this),t},M.prototype.resume=function(){const e=this._readableState;return e.flowing||(N("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,o.nextTick(W,e,t))}(this,e)),e[j]=!1,this},M.prototype.pause=function(){return N("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(N("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState[j]=!0,this},M.prototype.wrap=function(e){let t=!1;e.on("data",(n=>{!this.push(n)&&e.pause&&(t=!0,e.pause())})),e.on("end",(()=>{this.push(null)})),e.on("error",(e=>{D(this,e)})),e.on("close",(()=>{this.destroy()})),e.on("destroy",(()=>{this.destroy()})),this._read=()=>{t&&e.resume&&(t=!1,e.resume())};const n=l(e);for(let t=1;t<n.length;t++){const o=n[t];void 0===this[o]&&"function"==typeof e[o]&&(this[o]=e[o].bind(e))}return this},M.prototype[p]=function(){return K(this)},M.prototype.iterator=function(e){return void 0!==e&&L(e,"options"),K(this,e)},d(M.prototype,{readable:{__proto__:null,get(){const e=this._readableState;return!(!e||!1===e.readable||e.destroyed||e.errorEmitted||e.endEmitted)},set(e){this._readableState&&(this._readableState.readable=!!e)}},readableDidRead:{__proto__:null,enumerable:!1,get:function(){return this._readableState.dataEmitted}},readableAborted:{__proto__:null,enumerable:!1,get:function(){return!(!1===this._readableState.readable||!this._readableState.destroyed&&!this._readableState.errored||this._readableState.endEmitted)}},readableHighWaterMark:{__proto__:null,enumerable:!1,get:function(){return this._readableState.highWaterMark}},readableBuffer:{__proto__:null,enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}},readableFlowing:{__proto__:null,enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}},readableLength:{__proto__:null,enumerable:!1,get(){return this._readableState.length}},readableObjectMode:{__proto__:null,enumerable:!1,get(){return!!this._readableState&&this._readableState.objectMode}},readableEncoding:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.encoding:null}},errored:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.errored:null}},closed:{__proto__:null,get(){return!!this._readableState&&this._readableState.closed}},destroyed:{__proto__:null,enumerable:!1,get(){return!!this._readableState&&this._readableState.destroyed},set(e){this._readableState&&(this._readableState.destroyed=e)}},readableEnded:{__proto__:null,enumerable:!1,get(){return!!this._readableState&&this._readableState.endEmitted}}}),d($.prototype,{pipesCount:{__proto__:null,get(){return this.pipes.length}},paused:{__proto__:null,get(){return!1!==this[j]},set(e){this[j]=!!e}}}),M._fromList=Y,M.from=function(e,t){return k(M,e,t)},M.fromWeb=function(e,t){return oe().newStreamReadableFromReadableStream(e,t)},M.toWeb=function(e,t){return oe().newReadableStreamFromStreamReadable(e,t)},M.wrap=function(e,t){var n,o;return new M({objectMode:null===(n=null!==(o=e.readableObjectMode)&&void 0!==o?o:e.objectMode)||void 0===n||n,...t,destroy(t,n){_.destroyer(e,t),n(t)}}).wrap(e)}},2457:(e,t,n)=>{const{MathFloor:o,NumberIsInteger:a}=n(9061),{ERR_INVALID_ARG_VALUE:r}=n(4381).codes;function s(e){return e?16:16384}e.exports={getHighWaterMark:function(e,t,n,i){const d=function(e,t,n){return null!=e.highWaterMark?e.highWaterMark:t?e[n]:null}(t,i,n);if(null!=d){if(!a(d)||d<0)throw new r(i?`options.${n}`:"options.highWaterMark",d);return o(d)}return s(e.objectMode)},getDefaultHighWaterMark:s}},1161:(e,t,n)=>{const{ObjectSetPrototypeOf:o,Symbol:a}=n(9061);e.exports=l;const{ERR_METHOD_NOT_IMPLEMENTED:r}=n(4381).codes,s=n(8672),{getHighWaterMark:i}=n(2457);o(l.prototype,s.prototype),o(l,s);const d=a("kCallback");function l(e){if(!(this instanceof l))return new l(e);const t=e?i(this,e,"readableHighWaterMark",!0):null;0===t&&(e={...e,highWaterMark:null,readableHighWaterMark:t,writableHighWaterMark:e.writableHighWaterMark||0}),s.call(this,e),this._readableState.sync=!1,this[d]=null,e&&("function"==typeof e.transform&&(this._transform=e.transform),"function"==typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",h)}function w(e){"function"!=typeof this._flush||this.destroyed?(this.push(null),e&&e()):this._flush(((t,n)=>{t?e?e(t):this.destroy(t):(null!=n&&this.push(n),this.push(null),e&&e())}))}function h(){this._final!==w&&w.call(this)}l.prototype._final=w,l.prototype._transform=function(e,t,n){throw new r("_transform()")},l.prototype._write=function(e,t,n){const o=this._readableState,a=this._writableState,r=o.length;this._transform(e,t,((e,t)=>{e?n(e):(null!=t&&this.push(t),a.ended||r===o.length||o.length<o.highWaterMark?n():this[d]=n)}))},l.prototype._read=function(){if(this[d]){const e=this[d];this[d]=null,e()}}},5874:(e,t,n)=>{const{Symbol:o,SymbolAsyncIterator:a,SymbolIterator:r,SymbolFor:s}=n(9061),i=o("kDestroyed"),d=o("kIsErrored"),l=o("kIsReadable"),w=o("kIsDisturbed"),h=s("nodejs.webstream.isClosedPromise"),c=s("nodejs.webstream.controllerErrorFunction");function p(e,t=!1){var n;return!(!e||"function"!=typeof e.pipe||"function"!=typeof e.on||t&&("function"!=typeof e.pause||"function"!=typeof e.resume)||e._writableState&&!1===(null===(n=e._readableState)||void 0===n?void 0:n.readable)||e._writableState&&!e._readableState)}function u(e){var t;return!(!e||"function"!=typeof e.write||"function"!=typeof e.on||e._readableState&&!1===(null===(t=e._writableState)||void 0===t?void 0:t.writable))}function m(e){return e&&(e._readableState||e._writableState||"function"==typeof e.write&&"function"==typeof e.on||"function"==typeof e.pipe&&"function"==typeof e.on)}function g(e){return!(!e||m(e)||"function"!=typeof e.pipeThrough||"function"!=typeof e.getReader||"function"!=typeof e.cancel)}function f(e){return!(!e||m(e)||"function"!=typeof e.getWriter||"function"!=typeof e.abort)}function y(e){return!(!e||m(e)||"object"!=typeof e.readable||"object"!=typeof e.writable)}function v(e){if(!m(e))return null;const t=e._writableState,n=e._readableState,o=t||n;return!!(e.destroyed||e[i]||null!=o&&o.destroyed)}function b(e){if(!u(e))return null;if(!0===e.writableEnded)return!0;const t=e._writableState;return(null==t||!t.errored)&&("boolean"!=typeof(null==t?void 0:t.ended)?null:t.ended)}function N(e,t){if(!p(e))return null;const n=e._readableState;return(null==n||!n.errored)&&("boolean"!=typeof(null==n?void 0:n.endEmitted)?null:!!(n.endEmitted||!1===t&&!0===n.ended&&0===n.length))}function x(e){return e&&null!=e[l]?e[l]:"boolean"!=typeof(null==e?void 0:e.readable)?null:!v(e)&&p(e)&&e.readable&&!N(e)}function _(e){return"boolean"!=typeof(null==e?void 0:e.writable)?null:!v(e)&&u(e)&&e.writable&&!b(e)}function C(e){return"boolean"==typeof e._closed&&"boolean"==typeof e._defaultKeepAlive&&"boolean"==typeof e._removedConnection&&"boolean"==typeof e._removedContLen}function S(e){return"boolean"==typeof e._sent100&&C(e)}e.exports={kDestroyed:i,isDisturbed:function(e){var t;return!(!e||!(null!==(t=e[w])&&void 0!==t?t:e.readableDidRead||e.readableAborted))},kIsDisturbed:w,isErrored:function(e){var t,n,o,a,r,s,i,l,w,h;return!(!e||!(null!==(t=null!==(n=null!==(o=null!==(a=null!==(r=null!==(s=e[d])&&void 0!==s?s:e.readableErrored)&&void 0!==r?r:e.writableErrored)&&void 0!==a?a:null===(i=e._readableState)||void 0===i?void 0:i.errorEmitted)&&void 0!==o?o:null===(l=e._writableState)||void 0===l?void 0:l.errorEmitted)&&void 0!==n?n:null===(w=e._readableState)||void 0===w?void 0:w.errored)&&void 0!==t?t:null===(h=e._writableState)||void 0===h?void 0:h.errored))},kIsErrored:d,isReadable:x,kIsReadable:l,kIsClosedPromise:h,kControllerErrorFunction:c,isClosed:function(e){if(!m(e))return null;if("boolean"==typeof e.closed)return e.closed;const t=e._writableState,n=e._readableState;return"boolean"==typeof(null==t?void 0:t.closed)||"boolean"==typeof(null==n?void 0:n.closed)?(null==t?void 0:t.closed)||(null==n?void 0:n.closed):"boolean"==typeof e._closed&&C(e)?e._closed:null},isDestroyed:v,isDuplexNodeStream:function(e){return!(!e||"function"!=typeof e.pipe||!e._readableState||"function"!=typeof e.on||"function"!=typeof e.write)},isFinished:function(e,t){return m(e)?!(!v(e)&&(!1!==(null==t?void 0:t.readable)&&x(e)||!1!==(null==t?void 0:t.writable)&&_(e))):null},isIterable:function(e,t){return null!=e&&(!0===t?"function"==typeof e[a]:!1===t?"function"==typeof e[r]:"function"==typeof e[a]||"function"==typeof e[r])},isReadableNodeStream:p,isReadableStream:g,isReadableEnded:function(e){if(!p(e))return null;if(!0===e.readableEnded)return!0;const t=e._readableState;return!(!t||t.errored)&&("boolean"!=typeof(null==t?void 0:t.ended)?null:t.ended)},isReadableFinished:N,isReadableErrored:function(e){var t,n;return m(e)?e.readableErrored?e.readableErrored:null!==(t=null===(n=e._readableState)||void 0===n?void 0:n.errored)&&void 0!==t?t:null:null},isNodeStream:m,isWebStream:function(e){return g(e)||f(e)||y(e)},isWritable:_,isWritableNodeStream:u,isWritableStream:f,isWritableEnded:b,isWritableFinished:function(e,t){if(!u(e))return null;if(!0===e.writableFinished)return!0;const n=e._writableState;return(null==n||!n.errored)&&("boolean"!=typeof(null==n?void 0:n.finished)?null:!!(n.finished||!1===t&&!0===n.ended&&0===n.length))},isWritableErrored:function(e){var t,n;return m(e)?e.writableErrored?e.writableErrored:null!==(t=null===(n=e._writableState)||void 0===n?void 0:n.errored)&&void 0!==t?t:null:null},isServerRequest:function(e){var t;return"boolean"==typeof e._consuming&&"boolean"==typeof e._dumped&&void 0===(null===(t=e.req)||void 0===t?void 0:t.upgradeOrConnect)},isServerResponse:S,willEmitClose:function(e){if(!m(e))return null;const t=e._writableState,n=e._readableState,o=t||n;return!o&&S(e)||!!(o&&o.autoDestroy&&o.emitClose&&!1===o.closed)},isTransformStream:y}},6304:(e,t,n)=>{const o=n(4155),{ArrayPrototypeSlice:a,Error:r,FunctionPrototypeSymbolHasInstance:s,ObjectDefineProperty:i,ObjectDefineProperties:d,ObjectSetPrototypeOf:l,StringPrototypeToLowerCase:w,Symbol:h,SymbolHasInstance:c}=n(9061);e.exports=P,P.WritableState=L;const{EventEmitter:p}=n(7187),u=n(4870).Stream,{Buffer:m}=n(8764),g=n(1195),{addAbortSignal:f}=n(196),{getHighWaterMark:y,getDefaultHighWaterMark:v}=n(2457),{ERR_INVALID_ARG_TYPE:b,ERR_METHOD_NOT_IMPLEMENTED:N,ERR_MULTIPLE_CALLBACK:x,ERR_STREAM_CANNOT_PIPE:_,ERR_STREAM_DESTROYED:C,ERR_STREAM_ALREADY_FINISHED:S,ERR_STREAM_NULL_VALUES:E,ERR_STREAM_WRITE_AFTER_END:q,ERR_UNKNOWN_ENCODING:I}=n(4381).codes,{errorOrDestroy:R}=g;function T(){}l(P.prototype,u.prototype),l(P,u);const A=h("kOnFinished");function L(e,t,o){"boolean"!=typeof o&&(o=t instanceof n(8672)),this.objectMode=!(!e||!e.objectMode),o&&(this.objectMode=this.objectMode||!(!e||!e.writableObjectMode)),this.highWaterMark=e?y(this,e,"writableHighWaterMark",o):v(!1),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;const a=!(!e||!1!==e.decodeStrings);this.decodeStrings=!a,this.defaultEncoding=e&&e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=$.bind(void 0,t),this.writecb=null,this.writelen=0,this.afterWriteTickInfo=null,j(this),this.pendingcb=0,this.constructed=!0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!e||!1!==e.emitClose,this.autoDestroy=!e||!1!==e.autoDestroy,this.errored=null,this.closed=!1,this.closeEmitted=!1,this[A]=[]}function j(e){e.buffered=[],e.bufferedIndex=0,e.allBuffers=!0,e.allNoop=!0}function P(e){const t=this instanceof n(8672);if(!t&&!s(P,this))return new P(e);this._writableState=new L(e,this,t),e&&("function"==typeof e.write&&(this._write=e.write),"function"==typeof e.writev&&(this._writev=e.writev),"function"==typeof e.destroy&&(this._destroy=e.destroy),"function"==typeof e.final&&(this._final=e.final),"function"==typeof e.construct&&(this._construct=e.construct),e.signal&&f(e.signal,this)),u.call(this,e),g.construct(this,(()=>{const e=this._writableState;e.writing||V(this,e),z(this,e)}))}function k(e,t,n,a){const r=e._writableState;if("function"==typeof n)a=n,n=r.defaultEncoding;else{if(n){if("buffer"!==n&&!m.isEncoding(n))throw new I(n)}else n=r.defaultEncoding;"function"!=typeof a&&(a=T)}if(null===t)throw new E;if(!r.objectMode)if("string"==typeof t)!1!==r.decodeStrings&&(t=m.from(t,n),n="buffer");else if(t instanceof m)n="buffer";else{if(!u._isUint8Array(t))throw new b("chunk",["string","Buffer","Uint8Array"],t);t=u._uint8ArrayToBuffer(t),n="buffer"}let s;return r.ending?s=new q:r.destroyed&&(s=new C("write")),s?(o.nextTick(a,s),R(e,s,!0),s):(r.pendingcb++,function(e,t,n,o,a){const r=t.objectMode?1:n.length;t.length+=r;const s=t.length<t.highWaterMark;return s||(t.needDrain=!0),t.writing||t.corked||t.errored||!t.constructed?(t.buffered.push({chunk:n,encoding:o,callback:a}),t.allBuffers&&"buffer"!==o&&(t.allBuffers=!1),t.allNoop&&a!==T&&(t.allNoop=!1)):(t.writelen=r,t.writecb=a,t.writing=!0,t.sync=!0,e._write(n,o,t.onwrite),t.sync=!1),s&&!t.errored&&!t.destroyed}(e,r,t,n,a))}function O(e,t,n,o,a,r,s){t.writelen=o,t.writecb=s,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new C("write")):n?e._writev(a,t.onwrite):e._write(a,r,t.onwrite),t.sync=!1}function D(e,t,n,o){--t.pendingcb,o(n),F(t),R(e,n)}function $(e,t){const n=e._writableState,a=n.sync,r=n.writecb;"function"==typeof r?(n.writing=!1,n.writecb=null,n.length-=n.writelen,n.writelen=0,t?(t.stack,n.errored||(n.errored=t),e._readableState&&!e._readableState.errored&&(e._readableState.errored=t),a?o.nextTick(D,e,n,t,r):D(e,n,t,r)):(n.buffered.length>n.bufferedIndex&&V(e,n),a?null!==n.afterWriteTickInfo&&n.afterWriteTickInfo.cb===r?n.afterWriteTickInfo.count++:(n.afterWriteTickInfo={count:1,cb:r,stream:e,state:n},o.nextTick(M,n.afterWriteTickInfo)):B(e,n,1,r))):R(e,new x)}function M({stream:e,state:t,count:n,cb:o}){return t.afterWriteTickInfo=null,B(e,t,n,o)}function B(e,t,n,o){for(!t.ending&&!e.destroyed&&0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"));n-- >0;)t.pendingcb--,o();t.destroyed&&F(t),z(e,t)}function F(e){if(e.writing)return;for(let n=e.bufferedIndex;n<e.buffered.length;++n){var t;const{chunk:o,callback:a}=e.buffered[n],r=e.objectMode?1:o.length;e.length-=r,a(null!==(t=e.errored)&&void 0!==t?t:new C("write"))}const n=e[A].splice(0);for(let t=0;t<n.length;t++){var o;n[t](null!==(o=e.errored)&&void 0!==o?o:new C("end"))}j(e)}function V(e,t){if(t.corked||t.bufferProcessing||t.destroyed||!t.constructed)return;const{buffered:n,bufferedIndex:o,objectMode:r}=t,s=n.length-o;if(!s)return;let i=o;if(t.bufferProcessing=!0,s>1&&e._writev){t.pendingcb-=s-1;const o=t.allNoop?T:e=>{for(let t=i;t<n.length;++t)n[t].callback(e)},r=t.allNoop&&0===i?n:a(n,i);r.allBuffers=t.allBuffers,O(e,t,!0,t.length,r,"",o),j(t)}else{do{const{chunk:o,encoding:a,callback:s}=n[i];n[i++]=null,O(e,t,!1,r?1:o.length,o,a,s)}while(i<n.length&&!t.writing);i===n.length?j(t):i>256?(n.splice(0,i),t.bufferedIndex=0):t.bufferedIndex=i}t.bufferProcessing=!1}function U(e){return e.ending&&!e.destroyed&&e.constructed&&0===e.length&&!e.errored&&0===e.buffered.length&&!e.finished&&!e.writing&&!e.errorEmitted&&!e.closeEmitted}function z(e,t,n){U(t)&&(function(e,t){t.prefinished||t.finalCalled||("function"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit("prefinish")):(t.finalCalled=!0,function(e,t){let n=!1;function a(a){if(n)R(e,null!=a?a:x());else if(n=!0,t.pendingcb--,a){const n=t[A].splice(0);for(let e=0;e<n.length;e++)n[e](a);R(e,a,t.sync)}else U(t)&&(t.prefinished=!0,e.emit("prefinish"),t.pendingcb++,o.nextTick(Q,e,t))}t.sync=!0,t.pendingcb++;try{e._final(a)}catch(e){a(e)}t.sync=!1}(e,t)))}(e,t),0===t.pendingcb&&(n?(t.pendingcb++,o.nextTick(((e,t)=>{U(t)?Q(e,t):t.pendingcb--}),e,t)):U(t)&&(t.pendingcb++,Q(e,t))))}function Q(e,t){t.pendingcb--,t.finished=!0;const n=t[A].splice(0);for(let e=0;e<n.length;e++)n[e]();if(e.emit("finish"),t.autoDestroy){const t=e._readableState;(!t||t.autoDestroy&&(t.endEmitted||!1===t.readable))&&e.destroy()}}L.prototype.getBuffer=function(){return a(this.buffered,this.bufferedIndex)},i(L.prototype,"bufferedRequestCount",{__proto__:null,get(){return this.buffered.length-this.bufferedIndex}}),i(P,c,{__proto__:null,value:function(e){return!!s(this,e)||this===P&&e&&e._writableState instanceof L}}),P.prototype.pipe=function(){R(this,new _)},P.prototype.write=function(e,t,n){return!0===k(this,e,t,n)},P.prototype.cork=function(){this._writableState.corked++},P.prototype.uncork=function(){const e=this._writableState;e.corked&&(e.corked--,e.writing||V(this,e))},P.prototype.setDefaultEncoding=function(e){if("string"==typeof e&&(e=w(e)),!m.isEncoding(e))throw new I(e);return this._writableState.defaultEncoding=e,this},P.prototype._write=function(e,t,n){if(!this._writev)throw new N("_write()");this._writev([{chunk:e,encoding:t}],n)},P.prototype._writev=null,P.prototype.end=function(e,t,n){const a=this._writableState;let s;if("function"==typeof e?(n=e,e=null,t=null):"function"==typeof t&&(n=t,t=null),null!=e){const n=k(this,e,t);n instanceof r&&(s=n)}return a.corked&&(a.corked=1,this.uncork()),s||(a.errored||a.ending?a.finished?s=new S("end"):a.destroyed&&(s=new C("end")):(a.ending=!0,z(this,a,!0),a.ended=!0)),"function"==typeof n&&(s||a.finished?o.nextTick(n,s):a[A].push(n)),this},d(P.prototype,{closed:{__proto__:null,get(){return!!this._writableState&&this._writableState.closed}},destroyed:{__proto__:null,get(){return!!this._writableState&&this._writableState.destroyed},set(e){this._writableState&&(this._writableState.destroyed=e)}},writable:{__proto__:null,get(){const e=this._writableState;return!(!e||!1===e.writable||e.destroyed||e.errored||e.ending||e.ended)},set(e){this._writableState&&(this._writableState.writable=!!e)}},writableFinished:{__proto__:null,get(){return!!this._writableState&&this._writableState.finished}},writableObjectMode:{__proto__:null,get(){return!!this._writableState&&this._writableState.objectMode}},writableBuffer:{__proto__:null,get(){return this._writableState&&this._writableState.getBuffer()}},writableEnded:{__proto__:null,get(){return!!this._writableState&&this._writableState.ending}},writableNeedDrain:{__proto__:null,get(){const e=this._writableState;return!!e&&!e.destroyed&&!e.ending&&e.needDrain}},writableHighWaterMark:{__proto__:null,get(){return this._writableState&&this._writableState.highWaterMark}},writableCorked:{__proto__:null,get(){return this._writableState?this._writableState.corked:0}},writableLength:{__proto__:null,get(){return this._writableState&&this._writableState.length}},errored:{__proto__:null,enumerable:!1,get(){return this._writableState?this._writableState.errored:null}},writableAborted:{__proto__:null,enumerable:!1,get:function(){return!(!1===this._writableState.writable||!this._writableState.destroyed&&!this._writableState.errored||this._writableState.finished)}}});const G=g.destroy;let H;function J(){return void 0===H&&(H={}),H}P.prototype.destroy=function(e,t){const n=this._writableState;return!n.destroyed&&(n.bufferedIndex<n.buffered.length||n[A].length)&&o.nextTick(F,n),G.call(this,e,t),this},P.prototype._undestroy=g.undestroy,P.prototype._destroy=function(e,t){t(e)},P.prototype[p.captureRejectionSymbol]=function(e){this.destroy(e)},P.fromWeb=function(e,t){return J().newStreamWritableFromWritableStream(e,t)},P.toWeb=function(e){return J().newWritableStreamFromStreamWritable(e)}},6547:(e,t,n)=>{const{ArrayIsArray:o,ArrayPrototypeIncludes:a,ArrayPrototypeJoin:r,ArrayPrototypeMap:s,NumberIsInteger:i,NumberIsNaN:d,NumberMAX_SAFE_INTEGER:l,NumberMIN_SAFE_INTEGER:w,NumberParseInt:h,ObjectPrototypeHasOwnProperty:c,RegExpPrototypeExec:p,String:u,StringPrototypeToUpperCase:m,StringPrototypeTrim:g}=n(9061),{hideStackFrames:f,codes:{ERR_SOCKET_BAD_PORT:y,ERR_INVALID_ARG_TYPE:v,ERR_INVALID_ARG_VALUE:b,ERR_OUT_OF_RANGE:N,ERR_UNKNOWN_SIGNAL:x}}=n(4381),{normalizeEncoding:_}=n(6087),{isAsyncFunction:C,isArrayBufferView:S}=n(6087).types,E={},q=/^[0-7]+$/,I=f(((e,t,n=w,o=l)=>{if("number"!=typeof e)throw new v(t,"number",e);if(!i(e))throw new N(t,"an integer",e);if(e<n||e>o)throw new N(t,`>= ${n} && <= ${o}`,e)})),R=f(((e,t,n=-2147483648,o=2147483647)=>{if("number"!=typeof e)throw new v(t,"number",e);if(!i(e))throw new N(t,"an integer",e);if(e<n||e>o)throw new N(t,`>= ${n} && <= ${o}`,e)})),T=f(((e,t,n=!1)=>{if("number"!=typeof e)throw new v(t,"number",e);if(!i(e))throw new N(t,"an integer",e);const o=n?1:0,a=4294967295;if(e<o||e>a)throw new N(t,`>= ${o} && <= ${a}`,e)}));function A(e,t){if("string"!=typeof e)throw new v(t,"string",e)}const L=f(((e,t,n)=>{if(!a(n,e)){const o=r(s(n,(e=>"string"==typeof e?`'${e}'`:u(e))),", ");throw new b(t,e,"must be one of: "+o)}}));function j(e,t){if("boolean"!=typeof e)throw new v(t,"boolean",e)}function P(e,t,n){return null!=e&&c(e,t)?e[t]:n}const k=f(((e,t,n=null)=>{const a=P(n,"allowArray",!1),r=P(n,"allowFunction",!1);if(!P(n,"nullable",!1)&&null===e||!a&&o(e)||"object"!=typeof e&&(!r||"function"!=typeof e))throw new v(t,"Object",e)})),O=f(((e,t)=>{if(null!=e&&"object"!=typeof e&&"function"!=typeof e)throw new v(t,"a dictionary",e)})),D=f(((e,t,n=0)=>{if(!o(e))throw new v(t,"Array",e);if(e.length<n)throw new b(t,e,`must be longer than ${n}`)})),$=f(((e,t="buffer")=>{if(!S(e))throw new v(t,["Buffer","TypedArray","DataView"],e)})),M=f(((e,t)=>{if(void 0!==e&&(null===e||"object"!=typeof e||!("aborted"in e)))throw new v(t,"AbortSignal",e)})),B=f(((e,t)=>{if("function"!=typeof e)throw new v(t,"Function",e)})),F=f(((e,t)=>{if("function"!=typeof e||C(e))throw new v(t,"Function",e)})),V=f(((e,t)=>{if(void 0!==e)throw new v(t,"undefined",e)})),U=/^(?:<[^>]*>)(?:\s*;\s*[^;"\s]+(?:=(")?[^;"\s]*\1)?)*$/;function z(e,t){if(void 0===e||!p(U,e))throw new b(t,e,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}e.exports={isInt32:function(e){return e===(0|e)},isUint32:function(e){return e===e>>>0},parseFileMode:function(e,t,n){if(void 0===e&&(e=n),"string"==typeof e){if(null===p(q,e))throw new b(t,e,"must be a 32-bit unsigned integer or an octal string");e=h(e,8)}return T(e,t),e},validateArray:D,validateStringArray:function(e,t){D(e,t);for(let n=0;n<e.length;n++)A(e[n],`${t}[${n}]`)},validateBooleanArray:function(e,t){D(e,t);for(let n=0;n<e.length;n++)j(e[n],`${t}[${n}]`)},validateBoolean:j,validateBuffer:$,validateDictionary:O,validateEncoding:function(e,t){const n=_(t),o=e.length;if("hex"===n&&o%2!=0)throw new b("encoding",t,`is invalid for data of length ${o}`)},validateFunction:B,validateInt32:R,validateInteger:I,validateNumber:function(e,t,n=void 0,o){if("number"!=typeof e)throw new v(t,"number",e);if(null!=n&&e<n||null!=o&&e>o||(null!=n||null!=o)&&d(e))throw new N(t,`${null!=n?`>= ${n}`:""}${null!=n&&null!=o?" && ":""}${null!=o?`<= ${o}`:""}`,e)},validateObject:k,validateOneOf:L,validatePlainFunction:F,validatePort:function(e,t="Port",n=!0){if("number"!=typeof e&&"string"!=typeof e||"string"==typeof e&&0===g(e).length||+e!=+e>>>0||e>65535||0===e&&!n)throw new y(t,e,n);return 0|e},validateSignalName:function(e,t="signal"){if(A(e,t),void 0===E[e]){if(void 0!==E[m(e)])throw new x(e+" (signals must use all capital letters)");throw new x(e)}},validateString:A,validateUint32:T,validateUndefined:V,validateUnion:function(e,t,n){if(!a(n,e))throw new v(t,`('${r(n,"|")}')`,e)},validateAbortSignal:M,validateLinkHeaderValue:function(e){if("string"==typeof e)return z(e,"hints"),e;if(o(e)){const t=e.length;let n="";if(0===t)return n;for(let o=0;o<t;o++){const a=e[o];z(a,"hints"),n+=a,o!==t-1&&(n+=", ")}return n}throw new b("hints",e,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}}},9827:(e,t,n)=>{const o=n(5099),a=n(7854),r=o.Readable.destroy;e.exports=o.Readable,e.exports._uint8ArrayToBuffer=o._uint8ArrayToBuffer,e.exports._isUint8Array=o._isUint8Array,e.exports.isDisturbed=o.isDisturbed,e.exports.isErrored=o.isErrored,e.exports.isReadable=o.isReadable,e.exports.Readable=o.Readable,e.exports.Writable=o.Writable,e.exports.Duplex=o.Duplex,e.exports.Transform=o.Transform,e.exports.PassThrough=o.PassThrough,e.exports.addAbortSignal=o.addAbortSignal,e.exports.finished=o.finished,e.exports.destroy=o.destroy,e.exports.destroy=r,e.exports.pipeline=o.pipeline,e.exports.compose=o.compose,Object.defineProperty(o,"promises",{configurable:!0,enumerable:!0,get:()=>a}),e.exports.Stream=o.Stream,e.exports.default=e.exports},4381:(e,t,n)=>{const{format:o,inspect:a,AggregateError:r}=n(6087),s=globalThis.AggregateError||r,i=Symbol("kIsNodeError"),d=["string","function","number","object","Function","Object","boolean","bigint","symbol"],l=/^([A-Z][a-z0-9]*)+$/,w={};function h(e,t){if(!e)throw new w.ERR_INTERNAL_ASSERTION(t)}function c(e){let t="",n=e.length;const o="-"===e[0]?1:0;for(;n>=o+4;n-=3)t=`_${e.slice(n-3,n)}${t}`;return`${e.slice(0,n)}${t}`}function p(e,t,n){n||(n=Error);class a extends n{constructor(...n){super(function(e,t,n){if("function"==typeof t)return h(t.length<=n.length,`Code: ${e}; The provided arguments length (${n.length}) does not match the required ones (${t.length}).`),t(...n);const a=(t.match(/%[dfijoOs]/g)||[]).length;return h(a===n.length,`Code: ${e}; The provided arguments length (${n.length}) does not match the required ones (${a}).`),0===n.length?t:o(t,...n)}(e,t,n))}toString(){return`${this.name} [${e}]: ${this.message}`}}Object.defineProperties(a.prototype,{name:{value:n.name,writable:!0,enumerable:!1,configurable:!0},toString:{value(){return`${this.name} [${e}]: ${this.message}`},writable:!0,enumerable:!1,configurable:!0}}),a.prototype.code=e,a.prototype[i]=!0,w[e]=a}function u(e){const t="__node_internal_"+e.name;return Object.defineProperty(e,"name",{value:t}),e}class m extends Error{constructor(e="The operation was aborted",t=void 0){if(void 0!==t&&"object"!=typeof t)throw new w.ERR_INVALID_ARG_TYPE("options","Object",t);super(e,t),this.code="ABORT_ERR",this.name="AbortError"}}p("ERR_ASSERTION","%s",Error),p("ERR_INVALID_ARG_TYPE",((e,t,n)=>{h("string"==typeof e,"'name' must be a string"),Array.isArray(t)||(t=[t]);let o="The ";e.endsWith(" argument")?o+=`${e} `:o+=`"${e}" ${e.includes(".")?"property":"argument"} `,o+="must be ";const r=[],s=[],i=[];for(const e of t)h("string"==typeof e,"All expected entries have to be of type string"),d.includes(e)?r.push(e.toLowerCase()):l.test(e)?s.push(e):(h("object"!==e,'The value "object" should be written as "Object"'),i.push(e));if(s.length>0){const e=r.indexOf("object");-1!==e&&(r.splice(r,e,1),s.push("Object"))}if(r.length>0){switch(r.length){case 1:o+=`of type ${r[0]}`;break;case 2:o+=`one of type ${r[0]} or ${r[1]}`;break;default:{const e=r.pop();o+=`one of type ${r.join(", ")}, or ${e}`}}(s.length>0||i.length>0)&&(o+=" or ")}if(s.length>0){switch(s.length){case 1:o+=`an instance of ${s[0]}`;break;case 2:o+=`an instance of ${s[0]} or ${s[1]}`;break;default:{const e=s.pop();o+=`an instance of ${s.join(", ")}, or ${e}`}}i.length>0&&(o+=" or ")}switch(i.length){case 0:break;case 1:i[0].toLowerCase()!==i[0]&&(o+="an "),o+=`${i[0]}`;break;case 2:o+=`one of ${i[0]} or ${i[1]}`;break;default:{const e=i.pop();o+=`one of ${i.join(", ")}, or ${e}`}}if(null==n)o+=`. Received ${n}`;else if("function"==typeof n&&n.name)o+=`. Received function ${n.name}`;else if("object"==typeof n){var w;null!==(w=n.constructor)&&void 0!==w&&w.name?o+=`. Received an instance of ${n.constructor.name}`:o+=`. Received ${a(n,{depth:-1})}`}else{let e=a(n,{colors:!1});e.length>25&&(e=`${e.slice(0,25)}...`),o+=`. Received type ${typeof n} (${e})`}return o}),TypeError),p("ERR_INVALID_ARG_VALUE",((e,t,n="is invalid")=>{let o=a(t);return o.length>128&&(o=o.slice(0,128)+"..."),`The ${e.includes(".")?"property":"argument"} '${e}' ${n}. Received ${o}`}),TypeError),p("ERR_INVALID_RETURN_VALUE",((e,t,n)=>{var o;return`Expected ${e} to be returned from the "${t}" function but got ${null!=n&&null!==(o=n.constructor)&&void 0!==o&&o.name?`instance of ${n.constructor.name}`:"type "+typeof n}.`}),TypeError),p("ERR_MISSING_ARGS",((...e)=>{let t;h(e.length>0,"At least one arg needs to be specified");const n=e.length;switch(e=(Array.isArray(e)?e:[e]).map((e=>`"${e}"`)).join(" or "),n){case 1:t+=`The ${e[0]} argument`;break;case 2:t+=`The ${e[0]} and ${e[1]} arguments`;break;default:{const n=e.pop();t+=`The ${e.join(", ")}, and ${n} arguments`}}return`${t} must be specified`}),TypeError),p("ERR_OUT_OF_RANGE",((e,t,n)=>{let o;return h(t,'Missing "range" argument'),Number.isInteger(n)&&Math.abs(n)>2**32?o=c(String(n)):"bigint"==typeof n?(o=String(n),(n>2n**32n||n<-(2n**32n))&&(o=c(o)),o+="n"):o=a(n),`The value of "${e}" is out of range. It must be ${t}. Received ${o}`}),RangeError),p("ERR_MULTIPLE_CALLBACK","Callback called multiple times",Error),p("ERR_METHOD_NOT_IMPLEMENTED","The %s method is not implemented",Error),p("ERR_STREAM_ALREADY_FINISHED","Cannot call %s after a stream was finished",Error),p("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable",Error),p("ERR_STREAM_DESTROYED","Cannot call %s after a stream was destroyed",Error),p("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),p("ERR_STREAM_PREMATURE_CLOSE","Premature close",Error),p("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF",Error),p("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event",Error),p("ERR_STREAM_WRITE_AFTER_END","write after end",Error),p("ERR_UNKNOWN_ENCODING","Unknown encoding: %s",TypeError),e.exports={AbortError:m,aggregateTwoErrors:u((function(e,t){if(e&&t&&e!==t){if(Array.isArray(t.errors))return t.errors.push(e),t;const n=new s([t,e],t.message);return n.code=t.code,n}return e||t})),hideStackFrames:u,codes:w}},9061:e=>{e.exports={ArrayIsArray:e=>Array.isArray(e),ArrayPrototypeIncludes:(e,t)=>e.includes(t),ArrayPrototypeIndexOf:(e,t)=>e.indexOf(t),ArrayPrototypeJoin:(e,t)=>e.join(t),ArrayPrototypeMap:(e,t)=>e.map(t),ArrayPrototypePop:(e,t)=>e.pop(t),ArrayPrototypePush:(e,t)=>e.push(t),ArrayPrototypeSlice:(e,t,n)=>e.slice(t,n),Error,FunctionPrototypeCall:(e,t,...n)=>e.call(t,...n),FunctionPrototypeSymbolHasInstance:(e,t)=>Function.prototype[Symbol.hasInstance].call(e,t),MathFloor:Math.floor,Number,NumberIsInteger:Number.isInteger,NumberIsNaN:Number.isNaN,NumberMAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER,NumberMIN_SAFE_INTEGER:Number.MIN_SAFE_INTEGER,NumberParseInt:Number.parseInt,ObjectDefineProperties:(e,t)=>Object.defineProperties(e,t),ObjectDefineProperty:(e,t,n)=>Object.defineProperty(e,t,n),ObjectGetOwnPropertyDescriptor:(e,t)=>Object.getOwnPropertyDescriptor(e,t),ObjectKeys:e=>Object.keys(e),ObjectSetPrototypeOf:(e,t)=>Object.setPrototypeOf(e,t),Promise,PromisePrototypeCatch:(e,t)=>e.catch(t),PromisePrototypeThen:(e,t,n)=>e.then(t,n),PromiseReject:e=>Promise.reject(e),ReflectApply:Reflect.apply,RegExpPrototypeTest:(e,t)=>e.test(t),SafeSet:Set,String,StringPrototypeSlice:(e,t,n)=>e.slice(t,n),StringPrototypeToLowerCase:e=>e.toLowerCase(),StringPrototypeToUpperCase:e=>e.toUpperCase(),StringPrototypeTrim:e=>e.trim(),Symbol,SymbolFor:Symbol.for,SymbolAsyncIterator:Symbol.asyncIterator,SymbolHasInstance:Symbol.hasInstance,SymbolIterator:Symbol.iterator,TypedArrayPrototypeSet:(e,t,n)=>e.set(t,n),Uint8Array}},6087:(e,t,n)=>{const o=n(8764),a=Object.getPrototypeOf((async function(){})).constructor,r=globalThis.Blob||o.Blob,s=void 0!==r?function(e){return e instanceof r}:function(e){return!1};class i extends Error{constructor(e){if(!Array.isArray(e))throw new TypeError("Expected input to be an Array, got "+typeof e);let t="";for(let n=0;n<e.length;n++)t+=` ${e[n].stack}\n`;super(t),this.name="AggregateError",this.errors=e}}e.exports={AggregateError:i,kEmptyObject:Object.freeze({}),once(e){let t=!1;return function(...n){t||(t=!0,e.apply(this,n))}},createDeferredPromise:function(){let e,t;return{promise:new Promise(((n,o)=>{e=n,t=o})),resolve:e,reject:t}},promisify:e=>new Promise(((t,n)=>{e(((e,...o)=>e?n(e):t(...o)))})),debuglog:()=>function(){},format:(e,...t)=>e.replace(/%([sdifj])/g,(function(...[e,n]){const o=t.shift();return"f"===n?o.toFixed(6):"j"===n?JSON.stringify(o):"s"===n&&"object"==typeof o?`${o.constructor!==Object?o.constructor.name:""} {}`.trim():o.toString()})),inspect(e){switch(typeof e){case"string":if(e.includes("'")){if(!e.includes('"'))return`"${e}"`;if(!e.includes("`")&&!e.includes("${"))return`\`${e}\``}return`'${e}'`;case"number":return isNaN(e)?"NaN":Object.is(e,-0)?String(e):e;case"bigint":return`${String(e)}n`;case"boolean":case"undefined":return String(e);case"object":return"{}"}},types:{isAsyncFunction:e=>e instanceof a,isArrayBufferView:e=>ArrayBuffer.isView(e)},isBlob:s},e.exports.promisify.custom=Symbol.for("nodejs.util.promisify.custom")},5099:(e,t,n)=>{const{Buffer:o}=n(8764),{ObjectDefineProperty:a,ObjectKeys:r,ReflectApply:s}=n(9061),{promisify:{custom:i}}=n(6087),{streamReturningOperators:d,promiseReturningOperators:l}=n(4382),{codes:{ERR_ILLEGAL_CONSTRUCTOR:w}}=n(4381),h=n(299),{pipeline:c}=n(9946),{destroyer:p}=n(1195),u=n(8610),m=n(7854),g=n(5874),f=e.exports=n(4870).Stream;f.isDisturbed=g.isDisturbed,f.isErrored=g.isErrored,f.isReadable=g.isReadable,f.Readable=n(911);for(const v of r(d)){const b=d[v];function N(...e){if(new.target)throw w();return f.Readable.from(s(b,this,e))}a(N,"name",{__proto__:null,value:b.name}),a(N,"length",{__proto__:null,value:b.length}),a(f.Readable.prototype,v,{__proto__:null,value:N,enumerable:!1,configurable:!0,writable:!0})}for(const x of r(l)){const _=l[x];function C(...e){if(new.target)throw w();return s(_,this,e)}a(C,"name",{__proto__:null,value:_.name}),a(C,"length",{__proto__:null,value:_.length}),a(f.Readable.prototype,x,{__proto__:null,value:C,enumerable:!1,configurable:!0,writable:!0})}f.Writable=n(6304),f.Duplex=n(8672),f.Transform=n(1161),f.PassThrough=n(917),f.pipeline=c;const{addAbortSignal:y}=n(196);f.addAbortSignal=y,f.finished=u,f.destroy=p,f.compose=h,a(f,"promises",{__proto__:null,configurable:!0,enumerable:!0,get:()=>m}),a(c,i,{__proto__:null,enumerable:!0,get:()=>m.pipeline}),a(u,i,{__proto__:null,enumerable:!0,get:()=>m.finished}),f.Stream=f,f._isUint8Array=function(e){return e instanceof Uint8Array},f._uint8ArrayToBuffer=function(e){return o.from(e.buffer,e.byteOffset,e.byteLength)}},7854:(e,t,n)=>{const{ArrayPrototypePop:o,Promise:a}=n(9061),{isIterable:r,isNodeStream:s,isWebStream:i}=n(5874),{pipelineImpl:d}=n(9946),{finished:l}=n(8610);n(5099),e.exports={finished:l,pipeline:function(...e){return new a(((t,n)=>{let a,l;const w=e[e.length-1];if(w&&"object"==typeof w&&!s(w)&&!r(w)&&!i(w)){const t=o(e);a=t.signal,l=t.end}d(e,((e,o)=>{e?n(e):t(o)}),{signal:a,end:l})}))}}},9509:(e,t,n)=>{var o=n(8764),a=o.Buffer;function r(e,t){for(var n in e)t[n]=e[n]}function s(e,t,n){return a(e,t,n)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=o:(r(o,t),t.Buffer=s),s.prototype=Object.create(a.prototype),r(a,s),s.from=function(e,t,n){if("number"==typeof e)throw new TypeError("Argument must not be a number");return a(e,t,n)},s.alloc=function(e,t,n){if("number"!=typeof e)throw new TypeError("Argument must be a number");var o=a(e);return void 0!==t?"string"==typeof n?o.fill(t,n):o.fill(t):o.fill(0),o},s.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return a(e)},s.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return o.SlowBuffer(e)}},4889:function(e,t,n){!function(e,t){if(!e.setImmediate){var n,o,a,r,s,i=1,d={},l=!1,w=e.document,h=Object.getPrototypeOf&&Object.getPrototypeOf(e);h=h&&h.setTimeout?h:e,"[object process]"==={}.toString.call(e.process)?n=function(e){process.nextTick((function(){p(e)}))}:function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?(r="setImmediate$"+Math.random()+"$",s=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(r)&&p(+t.data.slice(r.length))},e.addEventListener?e.addEventListener("message",s,!1):e.attachEvent("onmessage",s),n=function(t){e.postMessage(r+t,"*")}):e.MessageChannel?((a=new MessageChannel).port1.onmessage=function(e){p(e.data)},n=function(e){a.port2.postMessage(e)}):w&&"onreadystatechange"in w.createElement("script")?(o=w.documentElement,n=function(e){var t=w.createElement("script");t.onreadystatechange=function(){p(e),t.onreadystatechange=null,o.removeChild(t),t=null},o.appendChild(t)}):n=function(e){setTimeout(p,0,e)},h.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),o=0;o<t.length;o++)t[o]=arguments[o+1];var a={callback:e,args:t};return d[i]=a,n(i),i++},h.clearImmediate=c}function c(e){delete d[e]}function p(e){if(l)setTimeout(p,0,e);else{var t=d[e];if(t){l=!0;try{!function(e){var t=e.callback,n=e.args;switch(n.length){case 0:t();break;case 1:t(n[0]);break;case 2:t(n[0],n[1]);break;case 3:t(n[0],n[1],n[2]);break;default:t.apply(undefined,n)}}(t)}finally{c(e),l=!1}}}}}("undefined"==typeof self?void 0===n.g?this:n.g:self)},2553:(e,t,n)=>{var o=n(9509).Buffer,a=o.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function r(e){var t;switch(this.encoding=function(e){var t=function(e){if(!e)return"utf8";for(var t;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(e);if("string"!=typeof t&&(o.isEncoding===a||!a(e)))throw new Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=d,this.end=l,t=4;break;case"utf8":this.fillLast=i,t=4;break;case"base64":this.text=w,this.end=h,t=3;break;default:return this.write=c,void(this.end=p)}this.lastNeed=0,this.lastTotal=0,this.lastChar=o.allocUnsafe(t)}function s(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1:-2}function i(e){var t=this.lastTotal-this.lastNeed,n=function(e,t,n){if(128!=(192&t[0]))return e.lastNeed=0,"�";if(e.lastNeed>1&&t.length>1){if(128!=(192&t[1]))return e.lastNeed=1,"�";if(e.lastNeed>2&&t.length>2&&128!=(192&t[2]))return e.lastNeed=2,"�"}}(this,e);return void 0!==n?n:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function d(e,t){if((e.length-t)%2==0){var n=e.toString("utf16le",t);if(n){var o=n.charCodeAt(n.length-1);if(o>=55296&&o<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],n.slice(0,-1)}return n}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function l(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var n=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,n)}return t}function w(e,t){var n=(e.length-t)%3;return 0===n?e.toString("base64",t):(this.lastNeed=3-n,this.lastTotal=3,1===n?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-n))}function h(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function c(e){return e.toString(this.encoding)}function p(e){return e&&e.length?this.write(e):""}t.StringDecoder=r,r.prototype.write=function(e){if(0===e.length)return"";var t,n;if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";n=this.lastNeed,this.lastNeed=0}else n=0;return n<e.length?t?t+this.text(e,n):this.text(e,n):t||""},r.prototype.end=function(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"�":t},r.prototype.text=function(e,t){var n=function(e,t,n){var o=t.length-1;if(o<n)return 0;var a=s(t[o]);return a>=0?(a>0&&(e.lastNeed=a-1),a):--o<n||-2===a?0:(a=s(t[o]))>=0?(a>0&&(e.lastNeed=a-2),a):--o<n||-2===a?0:(a=s(t[o]))>=0?(a>0&&(2===a?a=0:e.lastNeed=a-3),a):0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=n;var o=e.length-(n-this.lastNeed);return e.copy(this.lastChar,0,o),e.toString("utf8",t,o)},r.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},9602:e=>{e.exports=function(e){e.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}},4411:(e,t,n)=>{function o(e){var t=this;if(t instanceof o||(t=new o),t.tail=null,t.head=null,t.length=0,e&&"function"==typeof e.forEach)e.forEach((function(e){t.push(e)}));else if(arguments.length>0)for(var n=0,a=arguments.length;n<a;n++)t.push(arguments[n]);return t}function a(e,t,n){var o=t===e.head?new i(n,null,t,e):new i(n,t,t.next,e);return null===o.next&&(e.tail=o),null===o.prev&&(e.head=o),e.length++,o}function r(e,t){e.tail=new i(t,e.tail,null,e),e.head||(e.head=e.tail),e.length++}function s(e,t){e.head=new i(t,null,e.head,e),e.tail||(e.tail=e.head),e.length++}function i(e,t,n,o){if(!(this instanceof i))return new i(e,t,n,o);this.list=o,this.value=e,t?(t.next=this,this.prev=t):this.prev=null,n?(n.prev=this,this.next=n):this.next=null}e.exports=o,o.Node=i,o.create=o,o.prototype.removeNode=function(e){if(e.list!==this)throw new Error("removing node which does not belong to this list");var t=e.next,n=e.prev;return t&&(t.prev=n),n&&(n.next=t),e===this.head&&(this.head=t),e===this.tail&&(this.tail=n),e.list.length--,e.next=null,e.prev=null,e.list=null,t},o.prototype.unshiftNode=function(e){if(e!==this.head){e.list&&e.list.removeNode(e);var t=this.head;e.list=this,e.next=t,t&&(t.prev=e),this.head=e,this.tail||(this.tail=e),this.length++}},o.prototype.pushNode=function(e){if(e!==this.tail){e.list&&e.list.removeNode(e);var t=this.tail;e.list=this,e.prev=t,t&&(t.next=e),this.tail=e,this.head||(this.head=e),this.length++}},o.prototype.push=function(){for(var e=0,t=arguments.length;e<t;e++)r(this,arguments[e]);return this.length},o.prototype.unshift=function(){for(var e=0,t=arguments.length;e<t;e++)s(this,arguments[e]);return this.length},o.prototype.pop=function(){if(this.tail){var e=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,e}},o.prototype.shift=function(){if(this.head){var e=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,e}},o.prototype.forEach=function(e,t){t=t||this;for(var n=this.head,o=0;null!==n;o++)e.call(t,n.value,o,this),n=n.next},o.prototype.forEachReverse=function(e,t){t=t||this;for(var n=this.tail,o=this.length-1;null!==n;o--)e.call(t,n.value,o,this),n=n.prev},o.prototype.get=function(e){for(var t=0,n=this.head;null!==n&&t<e;t++)n=n.next;if(t===e&&null!==n)return n.value},o.prototype.getReverse=function(e){for(var t=0,n=this.tail;null!==n&&t<e;t++)n=n.prev;if(t===e&&null!==n)return n.value},o.prototype.map=function(e,t){t=t||this;for(var n=new o,a=this.head;null!==a;)n.push(e.call(t,a.value,this)),a=a.next;return n},o.prototype.mapReverse=function(e,t){t=t||this;for(var n=new o,a=this.tail;null!==a;)n.push(e.call(t,a.value,this)),a=a.prev;return n},o.prototype.reduce=function(e,t){var n,o=this.head;if(arguments.length>1)n=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");o=this.head.next,n=this.head.value}for(var a=0;null!==o;a++)n=e(n,o.value,a),o=o.next;return n},o.prototype.reduceReverse=function(e,t){var n,o=this.tail;if(arguments.length>1)n=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");o=this.tail.prev,n=this.tail.value}for(var a=this.length-1;null!==o;a--)n=e(n,o.value,a),o=o.prev;return n},o.prototype.toArray=function(){for(var e=new Array(this.length),t=0,n=this.head;null!==n;t++)e[t]=n.value,n=n.next;return e},o.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,n=this.tail;null!==n;t++)e[t]=n.value,n=n.prev;return e},o.prototype.slice=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var n=new o;if(t<e||t<0)return n;e<0&&(e=0),t>this.length&&(t=this.length);for(var a=0,r=this.head;null!==r&&a<e;a++)r=r.next;for(;null!==r&&a<t;a++,r=r.next)n.push(r.value);return n},o.prototype.sliceReverse=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var n=new o;if(t<e||t<0)return n;e<0&&(e=0),t>this.length&&(t=this.length);for(var a=this.length,r=this.tail;null!==r&&a>t;a--)r=r.prev;for(;null!==r&&a>e;a--,r=r.prev)n.push(r.value);return n},o.prototype.splice=function(e,t,...n){e>this.length&&(e=this.length-1),e<0&&(e=this.length+e);for(var o=0,r=this.head;null!==r&&o<e;o++)r=r.next;var s=[];for(o=0;r&&o<t;o++)s.push(r.value),r=this.removeNode(r);for(null===r&&(r=this.tail),r!==this.head&&r!==this.tail&&(r=r.prev),o=0;o<n.length;o++)r=a(this,r,n[o]);return s},o.prototype.reverse=function(){for(var e=this.head,t=this.tail,n=e;null!==n;n=n.prev){var o=n.prev;n.prev=n.next,n.next=o}return this.head=t,this.tail=e,this};try{n(9602)(o)}catch(e){}},7670:()=>{}},t={};function n(o){var a=t[o];if(void 0!==a)return a.exports;var r=t[o]={exports:{}};return e[o].call(r.exports,r,r.exports,n),r.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var o={};(()=>{n.d(o,{B:()=>va});const e="http://www.w3.org/1999/02/22-rdf-syntax-ns#",t="http://www.w3.org/2001/XMLSchema#",a="http://www.w3.org/2000/10/swap/",r={xsd:{decimal:`${t}decimal`,boolean:`${t}boolean`,double:`${t}double`,integer:`${t}integer`,string:`${t}string`},rdf:{type:`${e}type`,nil:`${e}nil`,first:`${e}first`,rest:`${e}rest`,langString:`${e}langString`},owl:{sameAs:"http://www.w3.org/2002/07/owl#sameAs"},r:{forSome:`${a}reify#forSome`,forAll:`${a}reify#forAll`},log:{implies:`${a}log#implies`}};function s(e){return!!e&&"DefaultGraph"===e.termType}const{rdf:i,xsd:d}=r;let l,w=0;const h=/^"(.*".*)(?="[^"]*$)/,c=/^<<("(?:""|[^"])*"[^ ]*|[^ ]+) ("(?:""|[^"])*"[^ ]*|[^ ]+) ("(?:""|[^"])*"[^ ]*|[^ ]+) ?("(?:""|[^"])*"[^ ]*|[^ ]+)?>>$/,p={namedNode:function(e){return new g(e)},blankNode:function(e){return new y(e||"n3-"+w++)},variable:function(e){return new v(e)},literal:function(e,t){if("string"==typeof t)return new f(`"${e}"@${t.toLowerCase()}`);let n=t?t.value:"";return""===n&&("boolean"==typeof e?n=d.boolean:"number"==typeof e&&(Number.isFinite(e)?n=Number.isInteger(e)?d.integer:d.double:(n=d.double,Number.isNaN(e)||(e=e>0?"INF":"-INF")))),""===n||n===d.string?new f(`"${e}"`):new f(`"${e}"^^${n}`)},defaultGraph:function(){return l},quad:S,triple:S},u=p;class m{constructor(e){this.id=e}get value(){return this.id}equals(e){return e instanceof m?this.id===e.id:!!e&&this.termType===e.termType&&this.value===e.value}hashCode(){return 0}toJSON(){return{termType:this.termType,value:this.value}}}class g extends m{get termType(){return"NamedNode"}}class f extends m{get termType(){return"Literal"}get value(){return this.id.substring(1,this.id.lastIndexOf('"'))}get language(){const e=this.id;let t=e.lastIndexOf('"')+1;return t<e.length&&"@"===e[t++]?e.substr(t).toLowerCase():""}get datatype(){return new g(this.datatypeString)}get datatypeString(){const e=this.id,t=e.lastIndexOf('"')+1,n=t<e.length?e[t]:"";return"^"===n?e.substr(t+2):"@"!==n?d.string:i.langString}equals(e){return e instanceof f?this.id===e.id:!!e&&!!e.datatype&&this.termType===e.termType&&this.value===e.value&&this.language===e.language&&this.datatype.value===e.datatype.value}toJSON(){return{termType:this.termType,value:this.value,language:this.language,datatype:{termType:"NamedNode",value:this.datatypeString}}}}class y extends m{constructor(e){super(`_:${e}`)}get termType(){return"BlankNode"}get value(){return this.id.substr(2)}}class v extends m{constructor(e){super(`?${e}`)}get termType(){return"Variable"}get value(){return this.id.substr(1)}}function b(e,t){if(t=t||p,!e)return t.defaultGraph();switch(e[0]){case"?":return t.variable(e.substr(1));case"_":return t.blankNode(e.substr(2));case'"':if(t===p)return new f(e);if('"'===e[e.length-1])return t.literal(e.substr(1,e.length-2));const n=e.lastIndexOf('"',e.length-1);return t.literal(e.substr(1,n-1),"@"===e[n+1]?e.substr(n+2):t.namedNode(e.substr(n+3)));case"<":const o=c.exec(e);return t.quad(b(C(o[1]),t),b(C(o[2]),t),b(C(o[3]),t),o[4]&&b(C(o[4]),t));default:return t.namedNode(e)}}function N(e){if("string"==typeof e)return e;if(e instanceof m&&"Quad"!==e.termType)return e.id;if(!e)return l.id;switch(e.termType){case"NamedNode":return e.value;case"BlankNode":return`_:${e.value}`;case"Variable":return`?${e.value}`;case"DefaultGraph":return"";case"Literal":return`"${e.value}"${e.language?`@${e.language}`:e.datatype&&e.datatype.value!==d.string?`^^${e.datatype.value}`:""}`;case"Quad":return`<<${_(N(e.subject))} ${_(N(e.predicate))} ${_(N(e.object))}${s(e.graph)?"":` ${N(e.graph)}`}>>`;default:throw new Error(`Unexpected termType: ${e.termType}`)}}l=new class extends m{constructor(){return super(""),l||this}get termType(){return"DefaultGraph"}equals(e){return this===e||!!e&&this.termType===e.termType}};class x extends m{constructor(e,t,n,o){super(""),this._subject=e,this._predicate=t,this._object=n,this._graph=o||l}get termType(){return"Quad"}get subject(){return this._subject}get predicate(){return this._predicate}get object(){return this._object}get graph(){return this._graph}toJSON(){return{termType:this.termType,subject:this._subject.toJSON(),predicate:this._predicate.toJSON(),object:this._object.toJSON(),graph:this._graph.toJSON()}}equals(e){return!!e&&this._subject.equals(e.subject)&&this._predicate.equals(e.predicate)&&this._object.equals(e.object)&&this._graph.equals(e.graph)}}function _(e){return e.replace(h,((e,t)=>`"${t.replace(/"/g,'""')}`))}function C(e){return e.replace(h,((e,t)=>`"${t.replace(/""/g,'"')}`))}function S(e,t,n,o){return new x(e,t,n,o)}const E="http://www.w3.org/ns/shacl#",q="http://www.w3.org/2001/XMLSchema#",I="http://www.w3.org/1999/02/22-rdf-syntax-ns#",R="http://www.w3.org/2000/01/rdf-schema#",T="http://www.w3.org/2004/02/skos/core#",A="http://www.w3.org/2002/07/owl#",L=u.namedNode("shapes"),j=u.namedNode(A+"imports"),P=u.namedNode(I+"type"),k=u.namedNode(R+"subClassOf"),O=u.namedNode(T+"broader"),D=u.namedNode(A+"NamedIndividual"),$=u.namedNode(E+"NodeShape"),M=u.namedNode(E+"class"),B=u.namedNode(E+"targetClass");function F(e,t,n=E,o){let a="";const r=function(e,t,n=E,o){let a;const r=n+t;for(const t of e)if(t.predicate.value===r){if(!o)return t.object;if(t.object.id.endsWith(`@${o}`))return t.object;t.object.id.indexOf("@")<0?a=t.object:a||(a=t.object)}return a}(e,t,n,o);return r&&(a=r.value),a}function V(e,t){return F(e,"prefLabel",T,t)||F(e,"label",R,t)}function U(e,t,n){const o=[];for(const a of e)o.push({value:a,label:V(t.getQuads(a,null,null,null),n)});return o}function z(e,t){for(const n in t)e=e.replace(t[n],"");return e}function Q(e,t){const n=U(t.shapesGraph.getSubjects(P,e,null),t.shapesGraph,t.attributes.language);for(const o of t.shapesGraph.getSubjects(k,e,null))n.push(...Q(o,t));if(t.shapesGraph.has(new x(e,P,D,L))){n.push(...U([e],t.shapesGraph,t.attributes.language));for(const o of t.shapesGraph.getSubjects(O,e,null))n.push(...Q(o,t))}return n}function G(e){let t;try{t=new URL(e)}catch(e){return!1}return"http:"===t.protocol||"https:"===t.protocol}function H(e,t,n){const o=document.createElement("div");o.classList.add("shacl-or-constraint");const a=[];if(a.push({label:"--- please choose ---",value:""}),t instanceof le){const r=[];for(let o=0;o<e.length;o++){const s=new Z(e[o],n,t.nodeId);r.push(s),a.push({label:s.template.label,value:o.toString()})}const s=n.theme.createListEditor("Please choose",null,!1,a),i=s.querySelector(".editor");i.onchange=()=>{i.value&&o.replaceWith(r[parseInt(i.value)])},o.appendChild(s)}else{const r=[];for(let t=0;t<e.length;t++){const o=n.shapesGraph.getQuads(e[t],null,null,L);o.length&&(r.push(o),a.push({label:V(o,n.attributes.language)||z(o[0].predicate.value,n.prefixes)+" = "+z(o[0].object.value,n.prefixes),value:t.toString()}))}const s=n.theme.createListEditor(t.template.label+"?",null,!1,a,t.template),i=s.querySelector(".editor");i.onchange=()=>{i.value&&o.replaceWith(ee(t.template.clone().merge(r[parseInt(i.value)]),void 0,!0))},o.appendChild(s)}return o}const J={[`${E}name`]:(e,t)=>{const n=t;e.name&&n.language!==e.config.attributes.language||(e.name=n)},[`${E}description`]:(e,t)=>{const n=t;e.description&&n.language!==e.config.attributes.language||(e.description=n)},[`${E}path`]:(e,t)=>{e.path=t.value},[`${E}node`]:(e,t)=>{e.node=t},[`${E}datatype`]:(e,t)=>{e.datatype=t},[`${E}nodeKind`]:(e,t)=>{e.nodeKind=t},[`${E}minCount`]:(e,t)=>{e.minCount=parseInt(t.value)},[`${E}maxCount`]:(e,t)=>{e.maxCount=parseInt(t.value)},[`${E}minLength`]:(e,t)=>{e.minLength=parseInt(t.value)},[`${E}maxLength`]:(e,t)=>{e.maxLength=parseInt(t.value)},[`${E}minInclusive`]:(e,t)=>{e.minInclusive=parseInt(t.value)},[`${E}maxInclusive`]:(e,t)=>{e.maxInclusive=parseInt(t.value)},[`${E}minExclusive`]:(e,t)=>{e.minExclusive=parseInt(t.value)},[`${E}maxExclusive`]:(e,t)=>{e.maxExclusive=parseInt(t.value)},[`${E}pattern`]:(e,t)=>{e.pattern=t.value},[`${E}order`]:(e,t)=>{e.order=t.value},"http://datashapes.org/dash#singleLine":(e,t)=>{e.singleLine="true"===t.value},[`${E}in`]:(e,t)=>{e.shaclIn=t.value},[`${E}languageIn`]:(e,t)=>{e.languageIn=e.config.lists[t.value],e.datatype=u.namedNode(I+"langString")},[`${E}defaultValue`]:(e,t)=>{e.defaultValue=t},[`${E}hasValue`]:(e,t)=>{e.hasValue=t},[M.value]:(e,t)=>{e.class=t;const n=e.config.shapesGraph.getSubjects(B,t,L);n.length>0&&(e.node=n[0])},[`${E}or`]:(e,t)=>{const n=e.config.lists[t.value];(null==n?void 0:n.length)?e.shaclOr=n:console.error("list not found:",t.value,"existing lists:",e.config.lists)}};class W{constructor(e,t,n){this.label="",this.config=n,this.nodeId=t,this.merge(e)}merge(e){var t,n;for(const n of e)null===(t=J[n.predicate.id])||void 0===t||t.call(this,this,n.object);return this.label=(null===(n=this.name)||void 0===n?void 0:n.value)||V(e,this.config.attributes.language),this.label||this.node||(this.label=this.path?z(this.path,this.config.prefixes):"unknown"),this}clone(){const e=Object.assign({},this);return e.merge=this.merge.bind(e),e.clone=this.clone.bind(e),e}}class X{constructor(e){let t=":host { padding-left: 1em; box-sizing: border-box; display:block; --label-width: 8em; }\n:host *, :host ::after, :host ::before { box-sizing: inherit; }\nshacl-node, :host .shacl-group { display: flex; flex-direction: column; width: 100%; position: relative; }\nshacl-node .control-button { cursor: pointer; }\nshacl-node .control-button:not(:hover) { border-color: transparent; background: 0; }\nshacl-node .remove-button { margin-left: 4px; }\nshacl-node .add-button { font-size: 0.7rem; color: #555; margin-right: 24px; text-decoration:none; }\nshacl-node .add-button:before { content: '+'; margin-right: 0.2em; }\nshacl-node .add-button:hover { color: inherit; }\nshacl-node h1 { font-size: 1.1rem; border-bottom: 1px solid; margin-top: 2px; }\nshacl-node shacl-node h1 { font-size: 1rem; color: #555; }\nshacl-property { display: flex; flex-direction: column; align-items: end; position: relative; }\nshacl-property:not(.may-add) > .add-button { display: none; }\nshacl-property:not(.may-remove) > .property-instance > .remove-button:not(.persistent) { visibility: hidden; }\nshacl-property:not(.may-remove) > .shacl-or-constraint > .remove-button:not(.persistent) { visibility: hidden; }\n:host .shacl-group { margin-bottom: 1em; padding-bottom: 1em; }\n:host .shacl-group h2 { font-size: 1rem; border-bottom: 1px solid; margin-top: 0; color: #555; }\n:host .property-instance, :host .shacl-or-constraint { display: flex; align-items: flex-start; margin-top: 8px; width: 100%; position: relative; }\n:host .shacl-or-constraint label { display: inline-block; word-break: break-word; width: var(--label-width); line-height: 1em; padding-top: 0.15em; padding-right: 1em; flex-shrink: 0; position: relative; }\n:host .property-instance label[title] { cursor: help; text-decoration: underline dashed #AAA; }\n:host .mode-edit .property-instance label.required::before { color: red; content: '\\2736'; font-size: 0.6rem; position: absolute; left: -1.4em; top: 0.15rem; }\n:host .property-instance.valid::before { position: absolute; left: calc(var(--label-width) - 1em); top: 2px; color: green; content: '\\2713'; }\n:host .editor:not([type='checkbox']), :host .shacl-or-constraint select { flex-grow: 1; }\n:host .shacl-or-constraint select { border: 1px solid #DDD; padding: 2px 4px; }\n:host textarea.editor { resize: vertical; }\n:host .lang-chooser { position: absolute; top: 1px; right: 24px; border: 0; background-color: #e9e9ed; padding: 2px 4px; max-width: 40px; width: 40px; box-sizing: content-box; }\n:host .lang-chooser+.editor { padding-right: 55px; }\n:host .validation-error { position: absolute; left: calc(var(--label-width) - 1em); top: 2px; color: red; cursor: help; }\n:host .validation-error::before { content: '\\26a0' }\n:host .validation-error.node { left: -1em; }\n:host .invalid > .editor { border-color: red !important; }\n:host .ml-0 { margin-left: 0 !important; }\n:host .pr-0 { padding-right: 0 !important; }\n:host .mode-view .property-instance:not(:first-child) > label { visibility: hidden; height: 0; }\n\n.flex-break {\n flex-basis: 100%;\n height: 0;\n}\n.lang { opacity: 0.65; font-size: 0.6em; }\na, a:visited { color: inherit; }";e&&(t+="\n"+e),this.stylesheet=new CSSStyleSheet,this.stylesheet.replaceSync(t)}apply(e){}createViewer(e,t,n){const o=document.createElement("div"),a=document.createElement("label");a.innerHTML=e,n.description&&a.setAttribute("title",n.description.value),o.appendChild(a);let r,s=t.value;if(t instanceof g){const e=n.config.shapesGraph.getQuads(s,null,null,L);if(e.length){const t=V(e,n.config.attributes.language);t&&(s=t)}}else t instanceof f&&(t.language?s+='<span class="lang">@'+t.language+"</span>":t.datatype.value===`${q}date`?s=new Date(Date.parse(t.value)).toDateString():t.datatype.value===`${q}dateTime`&&(s=new Date(Date.parse(t.value)).toLocaleString()));return G(t.value)?(r=document.createElement("a"),r.setAttribute("href",t.value)):r=document.createElement("div"),r.innerHTML=s,o.appendChild(r),o}}function K(e){let t=e["shacl-datatype"],n=e.value;return n?e.dataset.class||e.dataset.nodeKind===E+"IRI"?u.namedNode(n):(e.dataset.lang?t=e.dataset.lang:"number"===e.type&&(n=parseFloat(n)),u.literal(n,t)):"checkbox"===e.type&&(e.checked||parseInt(e.dataset.minCount||"0")>0)?u.literal(e.checked?"true":"false",t):void 0}function Y(e,t){var n,o,a;if(e.config.editMode){const r=void 0!==e.minCount&&e.minCount>0;if(e.class)return e.config.theme.createListEditor(e.label,t,r,Q(e.class,e.config),e);if(e.shaclIn){const n=e.config.lists[e.shaclIn];if(null==n?void 0:n.length){const o=U(n,e.config.shapesGraph,e.config.attributes.language);return e.config.theme.createListEditor(e.label,t,r,o,e)}console.error("list not found:",e.shaclIn,"existing lists:",e.config.lists)}if((null===(n=e.datatype)||void 0===n?void 0:n.value)===`${I}langString`||(null===(o=e.languageIn)||void 0===o?void 0:o.length))return e.config.theme.createLangStringEditor(e.label,t,r,e);switch(null===(a=e.datatype)||void 0===a?void 0:a.value.replace(q,"")){case"integer":case"float":case"double":case"decimal":return e.config.theme.createNumberEditor(e.label,t,r,e);case"date":case"dateTime":return e.config.theme.createDateEditor(e.label,t,r,e);case"boolean":return e.config.theme.createBooleanEditor(e.label,t,r,e)}return e.config.theme.createTextEditor(e.label,t,r,e)}{if(t)return e.config.theme.createViewer(e.label,t,e);const n=document.createElement("div");return n.innerHTML="No value",n}}class Z extends HTMLElement{constructor(e,t,n,o){if(super(),this.template=new W(t.shapesGraph.getQuads(e,null,null,L),n,t),this.dataset.nodeId=this.template.nodeId.id,this.template.order&&(this.style.order=this.template.order),t.editMode&&(this.addButton=document.createElement("a"),this.addButton.innerText=this.template.label,this.addButton.title="Add "+this.template.label,this.addButton.classList.add("control-button","add-button"),this.addButton.addEventListener("click",(e=>{const t=this.addPropertyInstance();this.updateControls(),function(e){var t;null===(t=e.querySelector("input,select,textarea"))||void 0===t||t.focus()}(t)})),this.appendChild(this.addButton)),this.template.path){const e=o?t.dataGraph.getQuads(o,this.template.path,null,null):[];let n=!1;for(const t of e)this.addPropertyInstance(t.object),this.template.hasValue&&t.object.equals(this.template.hasValue)&&(n=!0);t.editMode&&this.template.hasValue&&!n&&this.addPropertyInstance(this.template.hasValue)}t.editMode&&(this.addEventListener("change",(()=>{this.updateControls()})),this.updateControls())}addPropertyInstance(e){var t;let n;return(null===(t=this.template.shaclOr)||void 0===t?void 0:t.length)?e?n=ee(function(e,t){if(!e.shaclOr)return console.warn("can't resolve sh:or because template has no options",e),e;if(t instanceof f){const n=t.datatype;for(const t of e.shaclOr){const o=e.config.shapesGraph.getQuads(t,null,null,L);for(const t of o)if(t.predicate.value===`${E}datatype`&&t.object.equals(n))return e.clone().merge(o)}}else{let n=e.config.dataGraph.getObjects(t,P,null);if(n.push(...e.config.shapesGraph.getObjects(t,P,L)),n.length>0)for(const t of e.shaclOr){const o=e.config.shapesGraph.getQuads(t,null,null,L);for(const t of o){if(t.predicate.value===`${E}node`)for(const a of n)if(e.config.shapesGraph.has(new x(t.object,B,a,L)))return e.clone().merge(o);if(t.predicate.equals(M))for(const a of n)if(t.object.equals(a))return e.clone().merge(o)}}}return console.error("couldn't resolve sh:or for value",t),e}(this.template,e),e,!0):(n=H(this.template.shaclOr,this,this.template.config),te(n,"")):n=ee(this.template,e),this.template.config.editMode?this.insertBefore(n,this.addButton):this.appendChild(n),n}updateControls(){let e,t=this.querySelectorAll(":scope > .property-instance, :scope > .shacl-or-constraint, :scope > shacl-node").length;0===t&&(!this.template.node||void 0!==this.template.minCount&&this.template.minCount>0)&&(this.addPropertyInstance(),t=this.querySelectorAll(":scope > .property-instance, :scope > .shacl-or-constraint, :scope > shacl-node").length),e=void 0!==this.template.minCount?t>this.template.minCount:void 0!==this.template.node||t>1;const n=void 0===this.template.maxCount||t<this.template.maxCount;this.classList.toggle("may-remove",e),this.classList.toggle("may-add",n)}toRDF(e,t){for(const n of this.querySelectorAll(":scope > .property-instance")){const o=u.namedNode(n.dataset.path);if(n.firstChild instanceof le){const a=e.size,r=n.firstChild.toRDF(e);e.size>a&&e.addQuad(t,o,r)}else{const a=K(n.querySelector(".editor"));a&&e.addQuad(t,o,a)}}}}function ee(e,t,n=!1){var o;let a;if(e.node)a=document.createElement("div"),a.classList.add("property-instance"),a.appendChild(new le(e.node,e.config,t,e.label));else{const n=e.config.plugins.find(e.path,null===(o=e.datatype)||void 0===o?void 0:o.value);a=n?e.config.editMode?n.createEditor(e,t):n.createViewer(e,t):Y(e,t||null),a.classList.add("property-instance")}return e.config.editMode&&te(a,e.label,n),a.dataset.path=e.path,a}function te(e,t,n=!1){const o=document.createElement("button");o.innerText="×",o.type="button",o.classList.add("control-button","btn","remove-button"),o.title="Remove "+t,o.addEventListener("click",(t=>{const n=e.parentElement;e.remove(),null==n||n.dispatchEvent(new Event("change",{bubbles:!0,cancelable:!0}))})),n&&o.classList.add("persistent"),e.appendChild(o)}function ne(e,t){const n=document.createElement("div");n.dataset.subject=e,n.classList.add("shacl-group");let o=e;const a=t.shapesGraph.getQuads(e,null,null,L),r=F(a,"label",R,t.attributes.language);r&&(o=r);const s=F(a,"order");s&&(n.style.order=s);const i=document.createElement("h2");return i.innerText=o,n.appendChild(i),n}window.customElements.define("shacl-property",Z);const oe={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let ae;const re=new Uint8Array(16);function se(){if(!ae&&(ae="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!ae))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return ae(re)}const ie=[];for(let e=0;e<256;++e)ie.push((e+256).toString(16).slice(1));const de=function(e,t,n){if(oe.randomUUID&&!t&&!e)return oe.randomUUID();const o=(e=e||{}).random||(e.rng||se)();if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,t){n=n||0;for(let e=0;e<16;++e)t[n+e]=o[e];return t}return function(e,t=0){return ie[e[t+0]]+ie[e[t+1]]+ie[e[t+2]]+ie[e[t+3]]+"-"+ie[e[t+4]]+ie[e[t+5]]+"-"+ie[e[t+6]]+ie[e[t+7]]+"-"+ie[e[t+8]]+ie[e[t+9]]+"-"+ie[e[t+10]]+ie[e[t+11]]+ie[e[t+12]]+ie[e[t+13]]+ie[e[t+14]]+ie[e[t+15]]}(o)};class le extends HTMLElement{constructor(e,t,n,o){super(),this.config=t,this.shaclSubject=e,this.nodeId=n||u.blankNode(de());const a=t.shapesGraph.getQuads(e,null,null,L);let r;this.dataset.nodeId=this.nodeId.id;for(const e of a)switch(e.predicate.id){case`${E}property`:let o=this;const a=t.shapesGraph.getQuads(e.object,`${E}group`,null,L);if(a.length>0){const e=a[0].object.value;if(t.groups.indexOf(e)>-1){let n=this.querySelector(`:scope > .shacl-group[data-subject='${e}']`);n||(n=ne(e,t),this.appendChild(n)),o=n}else console.warn("ignoring unknown group reference",a[0])}o.appendChild(new Z(e.object,t,this.nodeId,n));break;case`${E}and`:if(r=t.lists[e.object.value],null==r?void 0:r.length)for(const e of r)this.prepend(new le(e,t,n));else console.error("list not found:",e.object.value,"existing lists:",t.lists);break;case`${E}node`:this.prepend(new le(e.object,t,n));break;case`${E}targetClass`:this.targetClass=e.object;break;case`${E}or`:r=t.lists[e.object.value],(null==r?void 0:r.length)?this.appendChild(H(r,this,t)):console.error("list not found:",e.object.value,"existing lists:",t.lists)}if(o||(o=V(a,t.attributes.language)),o){const e=document.createElement("h1");e.innerText=o,this.prepend(e)}}toRDF(e,t){t||(t=this.nodeId);for(const n of this.querySelectorAll(":scope > shacl-node, :scope > .shacl-group > shacl-node, :scope > shacl-property, :scope > .shacl-group > shacl-property"))n.toRDF(e,t);return this.targetClass&&e.addQuad(t,P,this.targetClass),this.closest("shacl-node shacl-node")||e.addQuad(t,P,this.shaclSubject),t}}window.customElements.define("shacl-node",le);var we=n(9827);class he{constructor(e,t){this._size=0,this._graphs=Object.create(null),this._id=0,this._ids=Object.create(null),this._ids["><"]=0,this._entities=Object.create(null),this._blankNodeIndex=0,t||!e||e[0]||(t=e,e=null),t=t||{},this._factory=t.factory||u,e&&this.addQuads(e)}get size(){let e=this._size;if(null!==e)return e;e=0;const t=this._graphs;let n,o;for(const a in t)for(const r in n=t[a].subjects)for(const t in o=n[r])e+=Object.keys(o[t]).length;return this._size=e}_addToIndex(e,t,n,o){const a=e[t]||(e[t]={}),r=a[n]||(a[n]={}),s=o in r;return s||(r[o]=null),!s}_removeFromIndex(e,t,n,o){const a=e[t],r=a[n];delete r[o];for(const e in r)return;delete a[n];for(const e in a)return;delete e[t]}*_findInIndex(e,t,n,o,a,r,s,i){let d,l,w;const h=this._entities,c=b(i,this._factory),p={subject:null,predicate:null,object:null};t&&((d=e,e={})[t]=d[t]);for(const t in e)if(l=e[t]){p[a]=b(h[t],this._factory),n&&((d=l,l={})[n]=d[n]);for(const e in l)if(w=l[e]){p[r]=b(h[e],this._factory);const t=o?o in w?[o]:[]:Object.keys(w);for(let e=0;e<t.length;e++)p[s]=b(h[t[e]],this._factory),yield this._factory.quad(p.subject,p.predicate,p.object,c)}}}_loop(e,t){for(const n in e)t(n)}_loopByKey0(e,t,n){let o,a;if(o=e[t])for(a in o)n(a)}_loopByKey1(e,t,n){let o,a;for(o in e)a=e[o],a[t]&&n(o)}_loopBy2Keys(e,t,n,o){let a,r,s;if((a=e[t])&&(r=a[n]))for(s in r)o(s)}_countInIndex(e,t,n,o){let a,r,s,i=0;t&&((a=e,e={})[t]=a[t]);for(const t in e)if(r=e[t]){n&&((a=r,r={})[n]=a[n]);for(const e in r)(s=r[e])&&(o?o in s&&i++:i+=Object.keys(s).length)}return i}_getGraphs(e){if(!ce(e))return this._graphs;const t={};return t[e]=this._graphs[e],t}_uniqueEntities(e){const t=Object.create(null);return n=>{n in t||(t[n]=!0,e(b(this._entities[n],this._factory)))}}add(e){return this.addQuad(e),this}addQuad(e,t,n,o){t||(o=e.graph,n=e.object,t=e.predicate,e=e.subject),e=N(e),t=N(t),n=N(n),o=N(o);let a=this._graphs[o];a||(a=this._graphs[o]={subjects:{},predicates:{},objects:{}},Object.freeze(a));const r=this._ids,s=this._entities;e=r[e]||(r[s[++this._id]=e]=this._id),t=r[t]||(r[s[++this._id]=t]=this._id),n=r[n]||(r[s[++this._id]=n]=this._id);const i=this._addToIndex(a.subjects,e,t,n);return this._addToIndex(a.predicates,t,n,e),this._addToIndex(a.objects,n,e,t),this._size=null,i}addQuads(e){for(let t=0;t<e.length;t++)this.addQuad(e[t])}delete(e){return this.removeQuad(e),this}has(e,t,n,o){return e&&e.subject&&({subject:e,predicate:t,object:n,graph:o}=e),!this.readQuads(e,t,n,o).next().done}import(e){return e.on("data",(e=>{this.addQuad(e)})),e}removeQuad(e,t,n,o){t||(o=e.graph,n=e.object,t=e.predicate,e=e.subject),e=N(e),t=N(t),n=N(n),o=N(o);const a=this._ids,r=this._graphs;let s,i,d;if(!((e=a[e])&&(t=a[t])&&(n=a[n])&&(s=r[o])&&(i=s.subjects[e])&&(d=i[t])&&n in d))return!1;for(e in this._removeFromIndex(s.subjects,e,t,n),this._removeFromIndex(s.predicates,t,n,e),this._removeFromIndex(s.objects,n,e,t),null!==this._size&&this._size--,s.subjects)return!0;return delete r[o],!0}removeQuads(e){for(let t=0;t<e.length;t++)this.removeQuad(e[t])}remove(e){return e.on("data",(e=>{this.removeQuad(e)})),e}removeMatches(e,t,n,o){const a=new we.Readable({objectMode:!0});return a._read=()=>{for(const r of this.readQuads(e,t,n,o))a.push(r);a.push(null)},this.remove(a)}deleteGraph(e){return this.removeMatches(null,null,null,e)}getQuads(e,t,n,o){return[...this.readQuads(e,t,n,o)]}*readQuads(e,t,n,o){e=e&&N(e),t=t&&N(t),n=n&&N(n),o=o&&N(o);const a=this._getGraphs(o),r=this._ids;let s,i,d,l;if(!(ce(e)&&!(i=r[e])||ce(t)&&!(d=r[t])||ce(n)&&!(l=r[n])))for(const e in a)(s=a[e])&&(i?l?yield*this._findInIndex(s.objects,l,i,d,"object","subject","predicate",e):yield*this._findInIndex(s.subjects,i,d,null,"subject","predicate","object",e):d?yield*this._findInIndex(s.predicates,d,l,null,"predicate","object","subject",e):l?yield*this._findInIndex(s.objects,l,null,null,"object","subject","predicate",e):yield*this._findInIndex(s.subjects,null,null,null,"subject","predicate","object",e))}match(e,t,n,o){return new pe(this,e,t,n,o)}countQuads(e,t,n,o){e=e&&N(e),t=t&&N(t),n=n&&N(n),o=o&&N(o);const a=this._getGraphs(o),r=this._ids;let s,i,d,l,w=0;if(ce(e)&&!(i=r[e])||ce(t)&&!(d=r[t])||ce(n)&&!(l=r[n]))return 0;for(const o in a)(s=a[o])&&(w+=e?n?this._countInIndex(s.objects,l,i,d):this._countInIndex(s.subjects,i,d,l):t?this._countInIndex(s.predicates,d,l,i):this._countInIndex(s.objects,l,i,d));return w}forEach(e,t,n,o,a){this.some((t=>(e(t),!1)),t,n,o,a)}every(e,t,n,o,a){let r=!1;const s=!this.some((t=>(r=!0,!e(t))),t,n,o,a);return r&&s}some(e,t,n,o,a){for(const r of this.readQuads(t,n,o,a))if(e(r))return!0;return!1}getSubjects(e,t,n){const o=[];return this.forSubjects((e=>{o.push(e)}),e,t,n),o}forSubjects(e,t,n,o){t=t&&N(t),n=n&&N(n),o=o&&N(o);const a=this._ids,r=this._getGraphs(o);let s,i,d;if(e=this._uniqueEntities(e),!(ce(t)&&!(i=a[t])||ce(n)&&!(d=a[n])))for(o in r)(s=r[o])&&(i?d?this._loopBy2Keys(s.predicates,i,d,e):this._loopByKey1(s.subjects,i,e):d?this._loopByKey0(s.objects,d,e):this._loop(s.subjects,e))}getPredicates(e,t,n){const o=[];return this.forPredicates((e=>{o.push(e)}),e,t,n),o}forPredicates(e,t,n,o){t=t&&N(t),n=n&&N(n),o=o&&N(o);const a=this._ids,r=this._getGraphs(o);let s,i,d;if(e=this._uniqueEntities(e),!(ce(t)&&!(i=a[t])||ce(n)&&!(d=a[n])))for(o in r)(s=r[o])&&(i?d?this._loopBy2Keys(s.objects,d,i,e):this._loopByKey0(s.subjects,i,e):d?this._loopByKey1(s.predicates,d,e):this._loop(s.predicates,e))}getObjects(e,t,n){const o=[];return this.forObjects((e=>{o.push(e)}),e,t,n),o}forObjects(e,t,n,o){t=t&&N(t),n=n&&N(n),o=o&&N(o);const a=this._ids,r=this._getGraphs(o);let s,i,d;if(e=this._uniqueEntities(e),!(ce(t)&&!(i=a[t])||ce(n)&&!(d=a[n])))for(o in r)(s=r[o])&&(i?d?this._loopBy2Keys(s.subjects,i,d,e):this._loopByKey1(s.objects,i,e):d?this._loopByKey0(s.predicates,d,e):this._loop(s.objects,e))}getGraphs(e,t,n){const o=[];return this.forGraphs((e=>{o.push(e)}),e,t,n),o}forGraphs(e,t,n,o){for(const a in this._graphs)this.some((t=>(e(t.graph),!0)),t,n,o,a)}createBlankNode(e){let t,n;if(e)for(t=e=`_:${e}`,n=1;this._ids[t];)t=e+n++;else do{t="_:b"+this._blankNodeIndex++}while(this._ids[t]);return this._ids[t]=++this._id,this._entities[this._id]=t,this._factory.blankNode(t.substr(2))}extractLists({remove:e=!1,ignoreErrors:t=!1}={}){const n={},o=t?()=>!0:(e,t)=>{throw new Error(`${e.value} ${t}`)},a=this.getQuads(null,r.rdf.rest,r.rdf.nil,null),s=e?[...a]:[];return a.forEach((t=>{const a=[];let i,d,l=!1;const w=t.graph;let h=t.subject;for(;h&&!l;){const e=this.getQuads(null,null,h,null),t=this.getQuads(h,null,null,null);let n,c=null,p=null,u=null;for(let a=0;a<t.length&&!l;a++)n=t[a],n.graph.equals(w)?i?l=o(h,"has non-list arcs out"):n.predicate.value===r.rdf.first?c?l=o(h,"has multiple rdf:first arcs"):s.push(c=n):n.predicate.value===r.rdf.rest?p?l=o(h,"has multiple rdf:rest arcs"):s.push(p=n):e.length?l=o(h,"can't be subject and object"):(i=n,d="subject"):l=o(h,"not confined to single graph");for(let t=0;t<e.length&&!l;++t)n=e[t],i?l=o(h,"can't have coreferences"):n.predicate.value===r.rdf.rest?u?l=o(h,"has incoming rdf:rest arcs"):u=n:(i=n,d="object");c?a.unshift(c.object):l=o(h,"has no list head"),h=u&&u.subject}l?e=!1:i&&(n[i[d].value]=a)})),e&&this.removeQuads(s),n}*[Symbol.iterator](){yield*this.readQuads()}}function ce(e){return"string"==typeof e||e instanceof String}class pe extends we.Readable{constructor(e,t,n,o,a){super({objectMode:!0}),Object.assign(this,{n3Store:e,subject:t,predicate:n,object:o,graph:a})}get filtered(){if(!this._filtered){const{n3Store:e,graph:t,object:n,predicate:o,subject:a}=this,r=this._filtered=new he({factory:e._factory});for(const s of e.readQuads(a,o,n,t))r.addQuad(s)}return this._filtered}get size(){return this.filtered.size}_read(){for(const e of this)this.push(e);this.push(null)}add(e){return this.filtered.add(e)}delete(e){return this.filtered.delete(e)}has(e){return this.filtered.has(e)}match(e,t,n,o){return new pe(this.filtered,e,t,n,o)}*[Symbol.iterator](){yield*this._filtered||this.n3Store.readQuads(this.subject,this.predicate,this.object,this.graph)}}class ue{constructor(){this.plugins={}}register(e){void 0===e.predicate&&void 0===e.datatype?console.warn('not registering plugin because it does neither define "predicate" nor "datatype"',e):this.plugins[`${e.predicate}^${e.datatype}`]=e}list(){return Object.entries(this.plugins).map((e=>e[1]))}find(e,t){let n=this.plugins[`${e}^${t}`];return n||(n=this.plugins[`${e}^undefined`],n||this.plugins[`undefined^${t}`])}}var me=n(4375),ge=n.n(me);const{xsd:fe}=r,ye=/\\u([a-fA-F0-9]{4})|\\U([a-fA-F0-9]{8})|\\([^])/g,ve={"\\":"\\","'":"'",'"':'"',n:"\n",r:"\r",t:"\t",f:"\f",b:"\b",_:"_","~":"~",".":".","-":"-","!":"!",$:"$","&":"&","(":"(",")":")","*":"*","+":"+",",":",",";":";","=":"=","/":"/","?":"?","#":"#","@":"@","%":"%"},be=/[\x00-\x20<>\\"\{\}\|\^\`]/,Ne={_iri:!0,_unescapedIri:!0,_simpleQuotedString:!0,_langcode:!0,_blank:!0,_newline:!0,_comment:!0,_whitespace:!0,_endOfFile:!0},xe=/$0^/;class _e{constructor(e){if(this._iri=/^<((?:[^ <>{}\\]|\\[uU])+)>[ \t]*/,this._unescapedIri=/^<([^\x00-\x20<>\\"\{\}\|\^\`]*)>[ \t]*/,this._simpleQuotedString=/^"([^"\\\r\n]*)"(?=[^"])/,this._simpleApostropheString=/^'([^'\\\r\n]*)'(?=[^'])/,this._langcode=/^@([a-z]+(?:-[a-z0-9]+)*)(?=[^a-z0-9\-])/i,this._prefix=/^((?:[A-Za-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)?:(?=[#\s<])/,this._prefixed=/^((?:[A-Za-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)?:((?:(?:[0-:A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~])(?:(?:[\.\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~])*(?:[\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~]))?)?)(?:[ \t]+|(?=\.?[,;!\^\s#()\[\]\{\}"'<>]))/,this._variable=/^\?(?:(?:[A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:[\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)(?=[.,;!\^\s#()\[\]\{\}"'<>])/,this._blank=/^_:((?:[0-9A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)(?:[ \t]+|(?=\.?[,;:\s#()\[\]\{\}"'<>]))/,this._number=/^[\-+]?(?:(\d+\.\d*|\.?\d+)[eE][\-+]?|\d*(\.)?)\d+(?=\.?[,;:\s#()\[\]\{\}"'<>])/,this._boolean=/^(?:true|false)(?=[.,;\s#()\[\]\{\}"'<>])/,this._keyword=/^@[a-z]+(?=[\s#<:])/i,this._sparqlKeyword=/^(?:PREFIX|BASE|GRAPH)(?=[\s#<])/i,this._shortPredicates=/^a(?=[\s#()\[\]\{\}"'<>])/,this._newline=/^[ \t]*(?:#[^\n\r]*)?(?:\r\n|\n|\r)[ \t]*/,this._comment=/#([^\n\r]*)/,this._whitespace=/^[ \t]+/,this._endOfFile=/^(?:#[^\n\r]*)?$/,e=e||{},this._lineMode=!!e.lineMode){this._n3Mode=!1;for(const e in this)!(e in Ne)&&this[e]instanceof RegExp&&(this[e]=xe)}else this._n3Mode=!1!==e.n3;this._comments=!!e.comments,this._literalClosingPos=0}_tokenizeToEnd(e,t){let n=this._input,o=n.length;for(;;){let e,s;for(;e=this._newline.exec(n);)this._comments&&(s=this._comment.exec(e[0]))&&a("comment",s[1],"",this._line,e[0].length),n=n.substr(e[0].length,n.length),o=n.length,this._line++;if(!e&&(e=this._whitespace.exec(n))&&(n=n.substr(e[0].length,n.length)),this._endOfFile.test(n))return t&&(this._comments&&(s=this._comment.exec(n))&&a("comment",s[1],"",this._line,n.length),n=null,a("eof","","",this._line,0)),this._input=n;const i=this._line,d=n[0];let l="",w="",h="",c=null,p=0,u=!1;switch(d){case"^":if(n.length<3)break;if("^"!==n[1]){this._n3Mode&&(p=1,l="^");break}if(this._previousMarker="^^",n=n.substr(2),"<"!==n[0]){u=!0;break}case"<":if(c=this._unescapedIri.exec(n))l="IRI",w=c[1];else if(c=this._iri.exec(n)){if(w=this._unescape(c[1]),null===w||be.test(w))return r(this);l="IRI"}else n.length>1&&"<"===n[1]?(l="<<",p=2):this._n3Mode&&n.length>1&&"="===n[1]&&(l="inverse",p=2,w=">");break;case">":n.length>1&&">"===n[1]&&(l=">>",p=2);break;case"_":((c=this._blank.exec(n))||t&&(c=this._blank.exec(`${n} `)))&&(l="blank",h="_",w=c[1]);break;case'"':if(c=this._simpleQuotedString.exec(n))w=c[1];else if(({value:w,matchLength:p}=this._parseLiteral(n)),null===w)return r(this);null===c&&0===p||(l="literal",this._literalClosingPos=0);break;case"'":if(!this._lineMode){if(c=this._simpleApostropheString.exec(n))w=c[1];else if(({value:w,matchLength:p}=this._parseLiteral(n)),null===w)return r(this);null===c&&0===p||(l="literal",this._literalClosingPos=0)}break;case"?":this._n3Mode&&(c=this._variable.exec(n))&&(l="var",w=c[0]);break;case"@":"literal"===this._previousMarker&&(c=this._langcode.exec(n))?(l="langcode",w=c[1]):(c=this._keyword.exec(n))&&(l=c[0]);break;case".":if(1===n.length?t:n[1]<"0"||n[1]>"9"){l=".",p=1;break}case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case"+":case"-":(c=this._number.exec(n)||t&&(c=this._number.exec(`${n} `)))&&(l="literal",w=c[0],h="string"==typeof c[1]?fe.double:"string"==typeof c[2]?fe.decimal:fe.integer);break;case"B":case"b":case"p":case"P":case"G":case"g":(c=this._sparqlKeyword.exec(n))?l=c[0].toUpperCase():u=!0;break;case"f":case"t":(c=this._boolean.exec(n))?(l="literal",w=c[0],h=fe.boolean):u=!0;break;case"a":(c=this._shortPredicates.exec(n))?(l="abbreviation",w="a"):u=!0;break;case"=":this._n3Mode&&n.length>1&&(l="abbreviation",">"!==n[1]?(p=1,w="="):(p=2,w=">"));break;case"!":if(!this._n3Mode)break;case",":case";":case"[":case"]":case"(":case")":case"}":this._lineMode||(p=1,l=d);break;case"{":!this._lineMode&&n.length>=2&&("|"===n[1]?(l="{|",p=2):(l=d,p=1));break;case"|":n.length>=2&&"}"===n[1]&&(l="|}",p=2);break;default:u=!0}if(u&&("@prefix"!==this._previousMarker&&"PREFIX"!==this._previousMarker||!(c=this._prefix.exec(n))?((c=this._prefixed.exec(n))||t&&(c=this._prefixed.exec(`${n} `)))&&(l="prefixed",h=c[1]||"",w=this._unescape(c[2])):(l="prefix",w=c[1]||"")),"^^"===this._previousMarker)switch(l){case"prefixed":l="type";break;case"IRI":l="typeIRI";break;default:l=""}if(!l)return t||!/^'''|^"""/.test(n)&&/\n|\r/.test(n)?r(this):this._input=n;const m=p||c[0].length,g=a(l,w,h,i,m);this.previousToken=g,this._previousMarker=l,n=n.substr(m,n.length)}function a(t,a,r,s,i){const d=n?o-n.length:o,l={type:t,value:a,prefix:r,line:s,start:d,end:d+i};return e(null,l),l}function r(t){e(t._syntaxError(/^\S*/.exec(n)[0]))}}_unescape(e){let t=!1;const n=e.replace(ye,((e,n,o,a)=>{if("string"==typeof n)return String.fromCharCode(Number.parseInt(n,16));if("string"==typeof o){let e=Number.parseInt(o,16);return e<=65535?String.fromCharCode(Number.parseInt(o,16)):String.fromCharCode(55296+((e-=65536)>>10),56320+(1023&e))}return a in ve?ve[a]:(t=!0,"")}));return t?null:n}_parseLiteral(e){if(e.length>=3){const t=e.match(/^(?:"""|"|'''|'|)/)[0],n=t.length;let o=Math.max(this._literalClosingPos,n);for(;(o=e.indexOf(t,o))>0;){let t=0;for(;"\\"===e[o-t-1];)t++;if(t%2==0){const t=e.substring(n,o),a=t.split(/\r\n|\r|\n/).length-1,r=o+n;if(1===n&&0!==a||3===n&&this._lineMode)break;return this._line+=a,{value:this._unescape(t),matchLength:r}}o++}this._literalClosingPos=e.length-n+1}return{value:"",matchLength:0}}_syntaxError(e){this._input=null;const t=new Error(`Unexpected "${e}" on line ${this._line}.`);return t.context={token:void 0,line:this._line,previousToken:this.previousToken},t}_readStartingBom(e){return e.startsWith("\ufeff")?e.substr(1):e}tokenize(e,t){if(this._line=1,"string"==typeof e){if(this._input=this._readStartingBom(e),"function"!=typeof t){const e=[];let t;if(this._tokenizeToEnd(((n,o)=>n?t=n:e.push(o)),!0),t)throw t;return e}ge()((()=>this._tokenizeToEnd(t,!0)))}else this._pendingBuffer=null,"function"==typeof e.setEncoding&&e.setEncoding("utf8"),e.on("data",(e=>{null!==this._input&&0!==e.length&&(this._pendingBuffer&&(e=Buffer.concat([this._pendingBuffer,e]),this._pendingBuffer=null),128&e[e.length-1]?this._pendingBuffer=e:(void 0===this._input?this._input=this._readStartingBom("string"==typeof e?e:e.toString()):this._input+=e,this._tokenizeToEnd(t,!1)))})),e.on("end",(()=>{"string"==typeof this._input&&this._tokenizeToEnd(t,!0)})),e.on("error",t)}}let Ce=0;class Se{constructor(e){this._contextStack=[],this._graph=null,e=e||{},this._setBase(e.baseIRI),e.factory&&qe(this,e.factory);const t="string"==typeof e.format?e.format.match(/\w*$/)[0].toLowerCase():"",n=/turtle/.test(t),o=/trig/.test(t),a=/triple/.test(t),r=/quad/.test(t),s=this._n3Mode=/n3/.test(t),i=a||r;(this._supportsNamedGraphs=!(n||s))||(this._readPredicateOrNamedGraph=this._readPredicate),this._supportsQuads=!(n||o||a||s),this._supportsRDFStar=""===t||/star|\*$/.test(t),i&&(this._resolveRelativeIRI=e=>null),this._blankNodePrefix="string"!=typeof e.blankNodePrefix?"":e.blankNodePrefix.replace(/^(?!_:)/,"_:"),this._lexer=e.lexer||new _e({lineMode:i,n3:s}),this._explicitQuantifiers=!!e.explicitQuantifiers}static _resetBlankNodePrefix(){Ce=0}_setBase(e){if(e){const t=e.indexOf("#");t>=0&&(e=e.substr(0,t)),this._base=e,this._basePath=e.indexOf("/")<0?e:e.replace(/[^\/?]*(?:\?.*)?$/,""),e=e.match(/^(?:([a-z][a-z0-9+.-]*:))?(?:\/\/[^\/]*)?/i),this._baseRoot=e[0],this._baseScheme=e[1]}else this._base="",this._basePath=""}_saveContext(e,t,n,o,a){const r=this._n3Mode;this._contextStack.push({type:e,subject:n,predicate:o,object:a,graph:t,inverse:!!r&&this._inversePredicate,blankPrefix:r?this._prefixes._:"",quantified:r?this._quantified:null}),r&&(this._inversePredicate=!1,this._prefixes._=this._graph?`${this._graph.value}.`:".",this._quantified=Object.create(this._quantified))}_restoreContext(e,t){const n=this._contextStack.pop();if(!n||n.type!==e)return this._error(`Unexpected ${t.type}`,t);this._subject=n.subject,this._predicate=n.predicate,this._object=n.object,this._graph=n.graph,this._n3Mode&&(this._inversePredicate=n.inverse,this._prefixes._=n.blankPrefix,this._quantified=n.quantified)}_readInTopContext(e){switch(e.type){case"eof":return null!==this._graph?this._error("Unclosed graph",e):(delete this._prefixes._,this._callback(null,null,this._prefixes));case"PREFIX":this._sparqlStyle=!0;case"@prefix":return this._readPrefix;case"BASE":this._sparqlStyle=!0;case"@base":return this._readBaseIRI;case"{":if(this._supportsNamedGraphs)return this._graph="",this._subject=null,this._readSubject;case"GRAPH":if(this._supportsNamedGraphs)return this._readNamedGraphLabel;default:return this._readSubject(e)}}_readEntity(e,t){let n;switch(e.type){case"IRI":case"typeIRI":const t=this._resolveIRI(e.value);if(null===t)return this._error("Invalid IRI",e);n=this._namedNode(t);break;case"type":case"prefixed":const o=this._prefixes[e.prefix];if(void 0===o)return this._error(`Undefined prefix "${e.prefix}:"`,e);n=this._namedNode(o+e.value);break;case"blank":n=this._blankNode(this._prefixes[e.prefix]+e.value);break;case"var":n=this._variable(e.value.substr(1));break;default:return this._error(`Expected entity but got ${e.type}`,e)}return!t&&this._n3Mode&&n.id in this._quantified&&(n=this._quantified[n.id]),n}_readSubject(e){switch(this._predicate=null,e.type){case"[":return this._saveContext("blank",this._graph,this._subject=this._blankNode(),null,null),this._readBlankNodeHead;case"(":return this._saveContext("list",this._graph,this.RDF_NIL,null,null),this._subject=null,this._readListItem;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._graph=this._blankNode(),null,null),this._readSubject):this._error("Unexpected graph",e);case"}":return this._readPunctuation(e);case"@forSome":return this._n3Mode?(this._subject=null,this._predicate=this.N3_FORSOME,this._quantifier=this._blankNode,this._readQuantifierList):this._error('Unexpected "@forSome"',e);case"@forAll":return this._n3Mode?(this._subject=null,this._predicate=this.N3_FORALL,this._quantifier=this._variable,this._readQuantifierList):this._error('Unexpected "@forAll"',e);case"literal":if(!this._n3Mode)return this._error("Unexpected literal",e);if(0===e.prefix.length)return this._literalValue=e.value,this._completeSubjectLiteral;this._subject=this._literal(e.value,this._namedNode(e.prefix));break;case"<<":return this._supportsRDFStar?(this._saveContext("<<",this._graph,null,null,null),this._graph=null,this._readSubject):this._error("Unexpected RDF* syntax",e);default:if(void 0===(this._subject=this._readEntity(e)))return;if(this._n3Mode)return this._getPathReader(this._readPredicateOrNamedGraph)}return this._readPredicateOrNamedGraph}_readPredicate(e){const t=e.type;switch(t){case"inverse":this._inversePredicate=!0;case"abbreviation":this._predicate=this.ABBREVIATIONS[e.value];break;case".":case"]":case"}":return null===this._predicate?this._error(`Unexpected ${t}`,e):(this._subject=null,"]"===t?this._readBlankNodeTail(e):this._readPunctuation(e));case";":return null!==this._predicate?this._readPredicate:this._error("Expected predicate but got ;",e);case"[":if(this._n3Mode)return this._saveContext("blank",this._graph,this._subject,this._subject=this._blankNode(),null),this._readBlankNodeHead;case"blank":if(!this._n3Mode)return this._error("Disallowed blank node as predicate",e);default:if(void 0===(this._predicate=this._readEntity(e)))return}return this._readObject}_readObject(e){switch(e.type){case"literal":if(0===e.prefix.length)return this._literalValue=e.value,this._readDataTypeOrLang;this._object=this._literal(e.value,this._namedNode(e.prefix));break;case"[":return this._saveContext("blank",this._graph,this._subject,this._predicate,this._subject=this._blankNode()),this._readBlankNodeHead;case"(":return this._saveContext("list",this._graph,this._subject,this._predicate,this.RDF_NIL),this._subject=null,this._readListItem;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._subject,this._predicate,this._graph=this._blankNode()),this._readSubject):this._error("Unexpected graph",e);case"<<":return this._supportsRDFStar?(this._saveContext("<<",this._graph,this._subject,this._predicate,null),this._graph=null,this._readSubject):this._error("Unexpected RDF* syntax",e);default:if(void 0===(this._object=this._readEntity(e)))return;if(this._n3Mode)return this._getPathReader(this._getContextEndReader())}return this._getContextEndReader()}_readPredicateOrNamedGraph(e){return"{"===e.type?this._readGraph(e):this._readPredicate(e)}_readGraph(e){return"{"!==e.type?this._error(`Expected graph but got ${e.type}`,e):(this._graph=this._subject,this._subject=null,this._readSubject)}_readBlankNodeHead(e){return"]"===e.type?(this._subject=null,this._readBlankNodeTail(e)):(this._predicate=null,this._readPredicate(e))}_readBlankNodeTail(e){if("]"!==e.type)return this._readBlankNodePunctuation(e);null!==this._subject&&this._emit(this._subject,this._predicate,this._object,this._graph);const t=null===this._predicate;return this._restoreContext("blank",e),null!==this._object?this._getContextEndReader():null!==this._predicate?this._readObject:t?this._readPredicateOrNamedGraph:this._readPredicateAfterBlank}_readPredicateAfterBlank(e){switch(e.type){case".":case"}":return this._subject=null,this._readPunctuation(e);default:return this._readPredicate(e)}}_readListItem(e){let t=null,n=null,o=this._readListItem;const a=this._subject,r=this._contextStack,s=r[r.length-1];switch(e.type){case"[":this._saveContext("blank",this._graph,n=this._blankNode(),this.RDF_FIRST,this._subject=t=this._blankNode()),o=this._readBlankNodeHead;break;case"(":this._saveContext("list",this._graph,n=this._blankNode(),this.RDF_FIRST,this.RDF_NIL),this._subject=null;break;case")":if(this._restoreContext("list",e),0!==r.length&&"list"===r[r.length-1].type&&this._emit(this._subject,this._predicate,this._object,this._graph),null===this._predicate){if(o=this._readPredicate,this._subject===this.RDF_NIL)return o}else if(o=this._getContextEndReader(),this._object===this.RDF_NIL)return o;n=this.RDF_NIL;break;case"literal":0===e.prefix.length?(this._literalValue=e.value,o=this._readListItemDataTypeOrLang):(t=this._literal(e.value,this._namedNode(e.prefix)),o=this._getContextEndReader());break;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._subject,this._predicate,this._graph=this._blankNode()),this._readSubject):this._error("Unexpected graph",e);default:if(void 0===(t=this._readEntity(e)))return}if(null===n&&(this._subject=n=this._blankNode()),null===a?null===s.predicate?s.subject=n:s.object=n:this._emit(a,this.RDF_REST,n,this._graph),null!==t){if(this._n3Mode&&("IRI"===e.type||"prefixed"===e.type))return this._saveContext("item",this._graph,n,this.RDF_FIRST,t),this._subject=t,this._predicate=null,this._getPathReader(this._readListItem);this._emit(n,this.RDF_FIRST,t,this._graph)}return o}_readDataTypeOrLang(e){return this._completeObjectLiteral(e,!1)}_readListItemDataTypeOrLang(e){return this._completeObjectLiteral(e,!0)}_completeLiteral(e){let t=this._literal(this._literalValue);switch(e.type){case"type":case"typeIRI":const n=this._readEntity(e);if(void 0===n)return;t=this._literal(this._literalValue,n),e=null;break;case"langcode":t=this._literal(this._literalValue,e.value),e=null}return{token:e,literal:t}}_completeSubjectLiteral(e){return this._subject=this._completeLiteral(e).literal,this._readPredicateOrNamedGraph}_completeObjectLiteral(e,t){const n=this._completeLiteral(e);if(n)return this._object=n.literal,t&&this._emit(this._subject,this.RDF_FIRST,this._object,this._graph),null===n.token?this._getContextEndReader():(this._readCallback=this._getContextEndReader(),this._readCallback(n.token))}_readFormulaTail(e){return"}"!==e.type?this._readPunctuation(e):(null!==this._subject&&this._emit(this._subject,this._predicate,this._object,this._graph),this._restoreContext("formula",e),null===this._object?this._readPredicate:this._getContextEndReader())}_readPunctuation(e){let t,n=this._graph;const o=this._subject,a=this._inversePredicate;switch(e.type){case"}":if(null===this._graph)return this._error("Unexpected graph closing",e);if(this._n3Mode)return this._readFormulaTail(e);this._graph=null;case".":this._subject=null,t=this._contextStack.length?this._readSubject:this._readInTopContext,a&&(this._inversePredicate=!1);break;case";":t=this._readPredicate;break;case",":t=this._readObject;break;case"{|":if(!this._supportsRDFStar)return this._error("Unexpected RDF* syntax",e);const r=this._predicate,s=this._object;this._subject=this._quad(o,r,s,this.DEFAULTGRAPH),t=this._readPredicate;break;case"|}":if("Quad"!==this._subject.termType)return this._error("Unexpected asserted triple closing",e);this._subject=null,t=this._readPunctuation;break;default:if(this._supportsQuads&&null===this._graph&&void 0!==(n=this._readEntity(e))){t=this._readQuadPunctuation;break}return this._error(`Expected punctuation to follow "${this._object.id}"`,e)}if(null!==o){const e=this._predicate,t=this._object;a?this._emit(t,e,o,n):this._emit(o,e,t,n)}return t}_readBlankNodePunctuation(e){let t;switch(e.type){case";":t=this._readPredicate;break;case",":t=this._readObject;break;default:return this._error(`Expected punctuation to follow "${this._object.id}"`,e)}return this._emit(this._subject,this._predicate,this._object,this._graph),t}_readQuadPunctuation(e){return"."!==e.type?this._error("Expected dot to follow quad",e):this._readInTopContext}_readPrefix(e){return"prefix"!==e.type?this._error("Expected prefix to follow @prefix",e):(this._prefix=e.value,this._readPrefixIRI)}_readPrefixIRI(e){if("IRI"!==e.type)return this._error(`Expected IRI to follow prefix "${this._prefix}:"`,e);const t=this._readEntity(e);return this._prefixes[this._prefix]=t.value,this._prefixCallback(this._prefix,t),this._readDeclarationPunctuation}_readBaseIRI(e){const t="IRI"===e.type&&this._resolveIRI(e.value);return t?(this._setBase(t),this._readDeclarationPunctuation):this._error("Expected valid IRI to follow base declaration",e)}_readNamedGraphLabel(e){switch(e.type){case"IRI":case"blank":case"prefixed":return this._readSubject(e),this._readGraph;case"[":return this._readNamedGraphBlankLabel;default:return this._error("Invalid graph label",e)}}_readNamedGraphBlankLabel(e){return"]"!==e.type?this._error("Invalid graph label",e):(this._subject=this._blankNode(),this._readGraph)}_readDeclarationPunctuation(e){return this._sparqlStyle?(this._sparqlStyle=!1,this._readInTopContext(e)):"."!==e.type?this._error("Expected declaration to end with a dot",e):this._readInTopContext}_readQuantifierList(e){let t;switch(e.type){case"IRI":case"prefixed":if(void 0!==(t=this._readEntity(e,!0)))break;default:return this._error(`Unexpected ${e.type}`,e)}return this._explicitQuantifiers?(null===this._subject?this._emit(this._graph||this.DEFAULTGRAPH,this._predicate,this._subject=this._blankNode(),this.QUANTIFIERS_GRAPH):this._emit(this._subject,this.RDF_REST,this._subject=this._blankNode(),this.QUANTIFIERS_GRAPH),this._emit(this._subject,this.RDF_FIRST,t,this.QUANTIFIERS_GRAPH)):this._quantified[t.id]=this._quantifier(this._blankNode().value),this._readQuantifierPunctuation}_readQuantifierPunctuation(e){return","===e.type?this._readQuantifierList:(this._explicitQuantifiers&&(this._emit(this._subject,this.RDF_REST,this.RDF_NIL,this.QUANTIFIERS_GRAPH),this._subject=null),this._readCallback=this._getContextEndReader(),this._readCallback(e))}_getPathReader(e){return this._afterPath=e,this._readPath}_readPath(e){switch(e.type){case"!":return this._readForwardPath;case"^":return this._readBackwardPath;default:const t=this._contextStack,n=t.length&&t[t.length-1];if(n&&"item"===n.type){const t=this._subject;this._restoreContext("item",e),this._emit(this._subject,this.RDF_FIRST,t,this._graph)}return this._afterPath(e)}}_readForwardPath(e){let t,n;const o=this._blankNode();if(void 0!==(n=this._readEntity(e)))return null===this._predicate?(t=this._subject,this._subject=o):(t=this._object,this._object=o),this._emit(t,n,o,this._graph),this._readPath}_readBackwardPath(e){const t=this._blankNode();let n,o;if(void 0!==(n=this._readEntity(e)))return null===this._predicate?(o=this._subject,this._subject=t):(o=this._object,this._object=t),this._emit(t,n,o,this._graph),this._readPath}_readRDFStarTailOrGraph(e){return">>"!==e.type?this._supportsQuads&&null===this._graph&&void 0!==(this._graph=this._readEntity(e))?this._readRDFStarTail:this._error(`Expected >> to follow "${this._object.id}"`,e):this._readRDFStarTail(e)}_readRDFStarTail(e){if(">>"!==e.type)return this._error(`Expected >> but got ${e.type}`,e);const t=this._quad(this._subject,this._predicate,this._object,this._graph||this.DEFAULTGRAPH);return this._restoreContext("<<",e),null===this._subject?(this._subject=t,this._readPredicate):(this._object=t,this._getContextEndReader())}_getContextEndReader(){const e=this._contextStack;if(!e.length)return this._readPunctuation;switch(e[e.length-1].type){case"blank":return this._readBlankNodeTail;case"list":return this._readListItem;case"formula":return this._readFormulaTail;case"<<":return this._readRDFStarTailOrGraph}}_emit(e,t,n,o){this._callback(null,this._quad(e,t,n,o||this.DEFAULTGRAPH))}_error(e,t){const n=new Error(`${e} on line ${t.line}.`);n.context={token:t,line:t.line,previousToken:this._lexer.previousToken},this._callback(n),this._callback=Ee}_resolveIRI(e){return/^[a-z][a-z0-9+.-]*:/i.test(e)?e:this._resolveRelativeIRI(e)}_resolveRelativeIRI(e){if(!e.length)return this._base;switch(e[0]){case"#":return this._base+e;case"?":return this._base.replace(/(?:\?.*)?$/,e);case"/":return("/"===e[1]?this._baseScheme:this._baseRoot)+this._removeDotSegments(e);default:return/^[^/:]*:/.test(e)?null:this._removeDotSegments(this._basePath+e)}}_removeDotSegments(e){if(!/(^|\/)\.\.?($|[/#?])/.test(e))return e;const t=e.length;let n="",o=-1,a=-1,r=0,s="/";for(;o<t;){switch(s){case":":if(a<0&&"/"===e[++o]&&"/"===e[++o])for(;(a=o+1)<t&&"/"!==e[a];)o=a;break;case"?":case"#":o=t;break;case"/":if("."===e[o+1])switch(s=e[1+ ++o],s){case"/":n+=e.substring(r,o-1),r=o+1;break;case void 0:case"?":case"#":return n+e.substring(r,o)+e.substr(o+1);case".":if(s=e[1+ ++o],void 0===s||"/"===s||"?"===s||"#"===s){if(n+=e.substring(r,o-2),(r=n.lastIndexOf("/"))>=a&&(n=n.substr(0,r)),"/"!==s)return`${n}/${e.substr(o+1)}`;r=o+1}}}s=e[++o]}return n+e.substring(r)}parse(e,t,n){if(this._readCallback=this._readInTopContext,this._sparqlStyle=!1,this._prefixes=Object.create(null),this._prefixes._=this._blankNodePrefix?this._blankNodePrefix.substr(2):`b${Ce++}_`,this._prefixCallback=n||Ee,this._inversePredicate=!1,this._quantified=Object.create(null),!t){const t=[];let n;if(this._callback=(e,o)=>{e?n=e:o&&t.push(o)},this._lexer.tokenize(e).every((e=>this._readCallback=this._readCallback(e))),n)throw n;return t}this._callback=t,this._lexer.tokenize(e,((e,t)=>{null!==e?(this._callback(e),this._callback=Ee):this._readCallback&&(this._readCallback=this._readCallback(t))}))}}function Ee(){}function qe(e,t){const n=t.namedNode;e._namedNode=n,e._blankNode=t.blankNode,e._literal=t.literal,e._variable=t.variable,e._quad=t.quad,e.DEFAULTGRAPH=t.defaultGraph(),e.RDF_FIRST=n(r.rdf.first),e.RDF_REST=n(r.rdf.rest),e.RDF_NIL=n(r.rdf.nil),e.N3_FORALL=n(r.r.forAll),e.N3_FORSOME=n(r.r.forSome),e.ABBREVIATIONS={a:n(r.rdf.type),"=":n(r.owl.sameAs),">":n(r.log.implies)},e.QUANTIFIERS_GRAPH=n("urn:n3:quantifiers")}qe(Se.prototype,u);var Ie=n(6805),Re=function(e,t,n,o){return new(n||(n=Promise))((function(a,r){function s(e){try{d(o.next(e))}catch(e){r(e)}}function i(e){try{d(o.throw(e))}catch(e){r(e)}}function d(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(s,i)}d((o=o.apply(e,t||[])).next())}))};class Te{constructor(e){this.abortController=null,this.loadedOwlImports=[],this.loadedClasses=[],this.config=e}loadGraphs(){return Re(this,void 0,void 0,(function*(){this.abortController&&this.abortController.abort(),this.abortController=new AbortController,this.loadedOwlImports=[],this.loadedClasses=[];const e=new he,t=new he;this.config.prefixes={},yield Promise.all([this.importRDF(this.config.attributes.shapes?this.config.attributes.shapes:this.config.attributes.shapesUrl?this.fetchRDF(this.config.attributes.shapesUrl):"",e,L),this.importRDF(this.config.attributes.values?this.config.attributes.values:this.config.attributes.valuesUrl?this.fetchRDF(this.config.attributes.valuesUrl):"",t,void 0,new Se({blankNodePrefix:""}))]),this.config.shapesGraph=e,this.config.dataGraph=t}))}importRDF(e,t,n,o){return Re(this,void 0,void 0,(function*(){const a=o||new Se,r=e=>Re(this,void 0,void 0,(function*(){const r=[];yield new Promise(((s,i)=>{a.parse(e,((e,a,d)=>{if(e)return i(e);if(a){if(t.add(new x(a.subject,a.predicate,a.object,n)),null===this.config.attributes.ignoreOwlImports&&j.equals(a.predicate)){const e=this.toURL(a.object.value);e&&this.loadedOwlImports.indexOf(e)<0&&(this.loadedOwlImports.push(e),r.push(this.importRDF(this.fetchRDF(e),t,n,o)))}this.config.classInstanceProvider&&M.equals(a.predicate)&&this.loadedClasses.indexOf(a.object.value)<0&&(this.loadedClasses.push(a.object.value),r.push(this.importRDF(this.config.classInstanceProvider(a.object.value),t,n,o)))}else d&&this.config.registerPrefixes(d),s(null)}))}));try{yield Promise.all(r)}catch(e){console.warn(e)}}));if(e instanceof Promise&&(e=yield e),e){try{e=Ie.toRDF(JSON.parse(e),{format:"application/n-quads"})}catch(e){}yield r(e)}}))}fetchRDF(e){var t;return Re(this,void 0,void 0,(function*(){try{const n=yield fetch(e,{headers:{Accept:"text/turtle, application/trig, application/n-triples, application/n-quads, text/n3, application/ld+json"},signal:null===(t=this.abortController)||void 0===t?void 0:t.signal});if(n.ok)return n.text()}catch(t){throw new Error("failed loading "+e+", reason:"+t)}throw new Error("failed loading "+e)}))}toURL(e){if(G(e))return e;if(this.config.prefixes){const t=e.split(":");if(2===t.length){const n=this.config.prefixes[t[0]];if(n&&G(e=e.replace(`${t[0]}:`,n)))return e}}return null}}class Ae{constructor(){this.shapes=null,this.shapesUrl=null,this.shapeSubject=null,this.values=null,this.valuesUrl=null,this.valueSubject=null,this.mode=null,this.language=navigator.language,this.ignoreOwlImports=null,this.submitButton=null}}class Le{constructor(e,t){this.attributes=new Ae,this.loader=new Te(this),this.prefixes={},this.plugins=new ue,this.editMode=!0,this.dataGraph=new he,this.lists={},this.groups=[],this._shapesGraph=new he,this.theme=e,this.form=t}updateAttributes(e){const t=new Ae;for(const n of Object.keys(t))void 0!==e.dataset[n]&&(t[n]=e.dataset[n]);this.editMode="view"!==t.mode,this.attributes=t}static dataAttributes(){const e=new Ae;return Object.keys(e).map((e=>(e=e.replace(/[A-Z]/g,(e=>"-"+e.toLowerCase())),"data-"+e)))}get shapesGraph(){return this._shapesGraph}set shapesGraph(e){this._shapesGraph=e,this.lists=e.extractLists(),this.groups=[],e.getQuads(null,P,`${E}PropertyGroup`,L).forEach((e=>{this.groups.push(e.subject.value)}))}registerPrefixes(e){for(const t in e)t&&(this.prefixes[t]=e[t])}}const je=u.defaultGraph(),{rdf:Pe,xsd:ke}=r,Oe=/["\\\t\n\r\b\f\u0000-\u0019\ud800-\udbff]/,De=/["\\\t\n\r\b\f\u0000-\u0019]|[\ud800-\udbff][\udc00-\udfff]/g,$e={"\\":"\\\\",'"':'\\"',"\t":"\\t","\n":"\\n","\r":"\\r","\b":"\\b","\f":"\\f"};class Me extends m{equals(e){return e===this}}class Be{constructor(e,t){if(this._prefixRegex=/$0^/,e&&"function"!=typeof e.write&&(t=e,e=null),t=t||{},this._lists=t.lists,e)this._outputStream=e,this._endStream=void 0===t.end||!!t.end;else{let e="";this._outputStream={write(t,n,o){e+=t,o&&o()},end:t=>{t&&t(null,e)}},this._endStream=!0}this._subject=null,/triple|quad/i.test(t.format)?(this._lineMode=!0,this._writeQuad=this._writeQuadLine):(this._lineMode=!1,this._graph=je,this._prefixIRIs=Object.create(null),t.prefixes&&this.addPrefixes(t.prefixes),t.baseIRI&&(this._baseMatcher=new RegExp(`^${Ve(t.baseIRI)}${t.baseIRI.endsWith("/")?"":"[#?]"}`),this._baseLength=t.baseIRI.length))}get _inDefaultGraph(){return je.equals(this._graph)}_write(e,t){this._outputStream.write(e,"utf8",t)}_writeQuad(e,t,n,o,a){try{o.equals(this._graph)||(this._write((null===this._subject?"":this._inDefaultGraph?".\n":"\n}\n")+(je.equals(o)?"":`${this._encodeIriOrBlank(o)} {\n`)),this._graph=o,this._subject=null),e.equals(this._subject)?t.equals(this._predicate)?this._write(`, ${this._encodeObject(n)}`,a):this._write(`;\n ${this._encodePredicate(this._predicate=t)} ${this._encodeObject(n)}`,a):this._write(`${(null===this._subject?"":".\n")+this._encodeSubject(this._subject=e)} ${this._encodePredicate(this._predicate=t)} ${this._encodeObject(n)}`,a)}catch(e){a&&a(e)}}_writeQuadLine(e,t,n,o,a){delete this._prefixMatch,this._write(this.quadToString(e,t,n,o),a)}quadToString(e,t,n,o){return`${this._encodeSubject(e)} ${this._encodeIriOrBlank(t)} ${this._encodeObject(n)}${o&&o.value?` ${this._encodeIriOrBlank(o)} .\n`:" .\n"}`}quadsToString(e){return e.map((e=>this.quadToString(e.subject,e.predicate,e.object,e.graph))).join("")}_encodeSubject(e){return"Quad"===e.termType?this._encodeQuad(e):this._encodeIriOrBlank(e)}_encodeIriOrBlank(e){if("NamedNode"!==e.termType)return this._lists&&e.value in this._lists&&(e=this.list(this._lists[e.value])),"id"in e?e.id:`_:${e.value}`;let t=e.value;this._baseMatcher&&this._baseMatcher.test(t)&&(t=t.substr(this._baseLength)),Oe.test(t)&&(t=t.replace(De,Fe));const n=this._prefixRegex.exec(t);return n?n[1]?this._prefixIRIs[n[1]]+n[2]:t:`<${t}>`}_encodeLiteral(e){let t=e.value;if(Oe.test(t)&&(t=t.replace(De,Fe)),e.language)return`"${t}"@${e.language}`;if(this._lineMode){if(e.datatype.value===ke.string)return`"${t}"`}else switch(e.datatype.value){case ke.string:return`"${t}"`;case ke.boolean:if("true"===t||"false"===t)return t;break;case ke.integer:if(/^[+-]?\d+$/.test(t))return t;break;case ke.decimal:if(/^[+-]?\d*\.\d+$/.test(t))return t;break;case ke.double:if(/^[+-]?(?:\d+\.\d*|\.?\d+)[eE][+-]?\d+$/.test(t))return t}return`"${t}"^^${this._encodeIriOrBlank(e.datatype)}`}_encodePredicate(e){return e.value===Pe.type?"a":this._encodeIriOrBlank(e)}_encodeObject(e){switch(e.termType){case"Quad":return this._encodeQuad(e);case"Literal":return this._encodeLiteral(e);default:return this._encodeIriOrBlank(e)}}_encodeQuad({subject:e,predicate:t,object:n,graph:o}){return`<<${this._encodeSubject(e)} ${this._encodePredicate(t)} ${this._encodeObject(n)}${s(o)?"":` ${this._encodeIriOrBlank(o)}`}>>`}_blockedWrite(){throw new Error("Cannot write because the writer has been closed.")}addQuad(e,t,n,o,a){void 0===n?this._writeQuad(e.subject,e.predicate,e.object,e.graph,t):"function"==typeof o?this._writeQuad(e,t,n,je,o):this._writeQuad(e,t,n,o||je,a)}addQuads(e){for(let t=0;t<e.length;t++)this.addQuad(e[t])}addPrefix(e,t,n){const o={};o[e]=t,this.addPrefixes(o,n)}addPrefixes(e,t){if(!this._prefixIRIs)return t&&t();let n=!1;for(let t in e){let o=e[t];"string"!=typeof o&&(o=o.value),n=!0,null!==this._subject&&(this._write(this._inDefaultGraph?".\n":"\n}\n"),this._subject=null,this._graph=""),this._prefixIRIs[o]=t+=":",this._write(`@prefix ${t} <${o}>.\n`)}if(n){let e="",t="";for(const n in this._prefixIRIs)e+=e?`|${n}`:n,t+=(t?"|":"")+this._prefixIRIs[n];e=Ve(e),this._prefixRegex=new RegExp(`^(?:${t})[^/]*$|^(${e})([_a-zA-Z][\\-_a-zA-Z0-9]*)$`)}this._write(n?"\n":"",t)}blank(e,t){let n,o,a=e;switch(void 0===e?a=[]:e.termType?a=[{predicate:e,object:t}]:"length"in e||(a=[e]),o=a.length){case 0:return new Me("[]");case 1:if(n=a[0],!(n.object instanceof Me))return new Me(`[ ${this._encodePredicate(n.predicate)} ${this._encodeObject(n.object)} ]`);default:let t="[";for(let r=0;r<o;r++)n=a[r],n.predicate.equals(e)?t+=`, ${this._encodeObject(n.object)}`:(t+=`${(r?";\n ":"\n ")+this._encodePredicate(n.predicate)} ${this._encodeObject(n.object)}`,e=n.predicate);return new Me(`${t}\n]`)}}list(e){const t=e&&e.length||0,n=new Array(t);for(let o=0;o<t;o++)n[o]=this._encodeObject(e[o]);return new Me(`(${n.join(" ")})`)}end(e){null!==this._subject&&(this._write(this._inDefaultGraph?".\n":"\n}\n"),this._subject=null),this._write=this._blockedWrite;let t=e&&((n,o)=>{t=null,e(n,o)});if(this._endStream)try{return this._outputStream.end(t)}catch(e){}t&&t()}}function Fe(e){let t=$e[e];return void 0===t&&(1===e.length?(t=e.charCodeAt(0).toString(16),t="\\u0000".substr(0,6-t.length)+t):(t=(1024*(e.charCodeAt(0)-55296)+e.charCodeAt(1)+9216).toString(16),t="\\U00000000".substr(0,10-t.length)+t)),t}function Ve(e){return e.replace(/[\]\/\(\)\*\+\?\.\\\$]/g,"\\$&")}var Ue=n(1989),ze=n.n(Ue),Qe=function(e,t,n,o){return new(n||(n=Promise))((function(a,r){function s(e){try{d(o.next(e))}catch(e){r(e)}}function i(e){try{d(o.throw(e))}catch(e){r(e)}}function d(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(s,i)}d((o=o.apply(e,t||[])).next())}))};class Ge extends HTMLElement{static get observedAttributes(){return Le.dataAttributes()}constructor(e){super(),this.shape=null,this.attachShadow({mode:"open"}),this.form=document.createElement("form"),this.config=new Le(e,this.form),this.form.addEventListener("change",(e=>{e.stopPropagation(),this.config.editMode&&this.validate(!0).then((e=>{this.dispatchEvent(new CustomEvent("change",{bubbles:!0,cancelable:!1,composed:!0,detail:{valid:e}}))})).catch((e=>{console.log(e)}))}))}connectedCallback(){this.shadowRoot.prepend(this.form)}attributeChangedCallback(){this.config.updateAttributes(this),this.initialize()}initialize(){clearTimeout(this.initDebounceTimeout),this.initDebounceTimeout=setTimeout((()=>Qe(this,void 0,void 0,(function*(){this.form.replaceChildren(document.createTextNode("Loading..."));try{yield this.config.loader.loadGraphs(),this.form.replaceChildren();const e=this.findRootShaclShapeSubject();if(!e)throw new Error("shacl root node shape not found");this.form.classList.forEach((e=>{this.form.classList.remove(e)})),this.form.classList.toggle("mode-edit",this.config.editMode),this.form.classList.toggle("mode-view",!this.config.editMode),this.config.theme.apply(this.form);const t=[this.config.theme.stylesheet];for(const e of this.config.plugins.list())e.stylesheet&&t.push(e.stylesheet);if(this.shadowRoot.adoptedStyleSheets=t,this.shape=new le(e,this.config,this.config.attributes.valueSubject?u.namedNode(this.config.attributes.valueSubject):void 0),this.form.appendChild(this.shape),this.config.editMode){if(null!==this.config.attributes.submitButton){const e=this.config.theme.createButton(this.config.attributes.submitButton||"Submit",!0);e.addEventListener("click",(e=>{e.preventDefault(),this.validate().then((e=>{if(e&&this.form.checkValidity())this.dispatchEvent(new Event("submit",{bubbles:!0,cancelable:!0}));else{const e=this.form.querySelector(":scope .invalid > .editor");e?e.focus():this.form.reportValidity()}}))})),this.form.appendChild(e)}yield this.validate(!0)}}catch(e){console.error(e);const t=document.createElement("div");t.innerText=String(e),this.form.replaceChildren(t)}}))),50)}serialize(e="text/turtle"){var t;const n=new he;return null===(t=this.shape)||void 0===t||t.toRDF(n),function(e,t,n){if("application/ld+json"===t)return function(e){const t=[];for(const n of e){const e={"@id":n.subject.id};if(n.predicate===P)e["@type"]=n.object.id;else{let t=n.object.value;n.object instanceof f?n.object.language?t={"@language":n.object.language,"@value":n.object.value}:n.object.datatype&&n.object.datatype.value!==`${q}#string`&&(t={"@type":n.object.datatype.value,"@value":n.object.value}):t={"@id":n.object.id},e[n.predicate.value]=t}t.push(e)}return JSON.stringify(t)}(e);{const o=new Be({format:t,prefixes:n});o.addQuads(e);let a="";return o.end(((e,t)=>{e&&console.error(e),a=t})),a}}(n.getQuads(null,null,null,null),e,this.config.prefixes)}registerPlugin(e,t){this.config.plugins.register(e),this.initialize()}setTheme(e){this.config.theme=e,this.initialize()}setClassInstanceProvider(e){this.config.classInstanceProvider=e,this.initialize()}validate(e=!1){var t,n,o;return Qe(this,void 0,void 0,(function*(){for(const e of this.form.querySelectorAll(":scope .validation-error"))e.remove();for(const e of this.form.querySelectorAll(":scope .property-instance"))e.classList.remove("invalid"),(null===(t=e.querySelector(":scope > .editor"))||void 0===t?void 0:t.value)?e.classList.add("valid"):e.classList.remove("valid");this.config.shapesGraph.deleteGraph(""),null===(n=this.shape)||void 0===n||n.toRDF(this.config.shapesGraph);const a=yield new(ze())(this.config.shapesGraph).validate(this.config.shapesGraph);for(const t of a.results)if(t.path){let n=this.form.querySelectorAll(`:scope [data-node-id='${t.focusNode.id}'] [data-path='${t.path.id}'] > .editor`);0===n.length&&(n=this.form.querySelectorAll(`:scope [data-node-id='${t.focusNode.id}'] [data-path='${t.path.id}']`));for(const o of n)if(o.classList.contains("editor")){if(!e||o.value){const e=o.parentElement;e.classList.add("invalid"),e.classList.remove("valid"),e.appendChild(this.createValidationErrorDisplay(t))}}else e||(o.classList.add("invalid"),o.classList.remove("valid"),o.appendChild(this.createValidationErrorDisplay(t,"node")))}else e||null===(o=this.form.querySelector(`:scope [data-node-id='${t.focusNode.id}']`))||void 0===o||o.prepend(this.createValidationErrorDisplay(t,"node"));return a.conforms}))}createValidationErrorDisplay(e,t){var n,o;const a=document.createElement("span");if(a.classList.add("validation-error"),t&&a.classList.add(t),e)if((null===(n=e.message)||void 0===n?void 0:n.length)>0)for(const t of e.message)a.title+=t.value+"\n";else a.title=null===(o=e.sourceConstraintComponent)||void 0===o?void 0:o.value;return a}findRootShaclShapeSubject(){let e=null;if(this.config.attributes.shapeSubject){if(e=u.namedNode(this.config.attributes.shapeSubject),!this.config.shapesGraph.has(new x(e,P,$,L)))return void console.warn(`shapes graph does not contain requested root shape ${this.config.attributes.shapeSubject}`)}else if(this.config.attributes.valueSubject&&this.config.dataGraph.size>0){const t=u.namedNode(this.config.attributes.valueSubject),n=this.config.dataGraph.getQuads(t,P,null,null);if(0===n.length)return void console.warn(`value subject '${this.config.attributes.valueSubject}' has no ${P.id} statement`);for(const t of n)if(this.config.shapesGraph.has(new x(t.object,P,$,L))){e=t.object;break}if(!e){const t=this.config.shapesGraph.getQuads(null,B,n[0].object,L);if(0===t.length)return void console.error(`value subject '${this.config.attributes.valueSubject}' has no shacl shape definition in the shapes graph`);if(t.length>1&&console.warn(`value subject '${this.config.attributes.valueSubject}' has multiple shacl shape definitions in the shapes graph, choosing the first found (${t[0].subject})`),0===this.config.shapesGraph.getQuads(t[0].subject,P,$,L).length)return void console.error(`value subject '${this.config.attributes.valueSubject}' references a shape which is not a NodeShape (${t[0].subject})`);e=t[0].subject}}else{const t=this.config.shapesGraph.getQuads(null,P,$,L);if(0==t.length)return void console.warn("shapes graph does not contain any root shapes");t.length>1&&(console.warn("shapes graph contains",t.length,"root shapes. choosing first found which is",t[0].subject.value),console.info('hint: set the shape to use with attribute "data-shape-subject"')),e=t[0].subject}return e}}function He(e,t,n,o){var a,r=arguments.length,s=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,o);else for(var i=e.length-1;i>=0;i--)(a=e[i])&&(s=(r<3?a(s):r>3?a(t,n,s):a(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s}Object.create,Object.create,"function"==typeof SuppressedError&&SuppressedError;const Je=e=>(t,n)=>{void 0!==n?n.addInitializer((()=>{customElements.define(e,t)})):customElements.define(e,t)},We=globalThis,Xe=We.ShadowRoot&&(void 0===We.ShadyCSS||We.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Ke=Symbol(),Ye=new WeakMap;class Ze{constructor(e,t,n){if(this._$cssResult$=!0,n!==Ke)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=t}get styleSheet(){let e=this.o;const t=this.t;if(Xe&&void 0===e){const n=void 0!==t&&1===t.length;n&&(e=Ye.get(t)),void 0===e&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),n&&Ye.set(t,e))}return e}toString(){return this.cssText}}const et=(e,...t)=>{const n=1===e.length?e[0]:t.reduce(((t,n,o)=>t+(e=>{if(!0===e._$cssResult$)return e.cssText;if("number"==typeof e)return e;throw Error("Value passed to 'css' function must be a 'css' function result: "+e+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(n)+e[o+1]),e[0]);return new Ze(n,e,Ke)},tt=Xe?e=>e:e=>e instanceof CSSStyleSheet?(e=>{let t="";for(const n of e.cssRules)t+=n.cssText;return(e=>new Ze("string"==typeof e?e:e+"",void 0,Ke))(t)})(e):e,{is:nt,defineProperty:ot,getOwnPropertyDescriptor:at,getOwnPropertyNames:rt,getOwnPropertySymbols:st,getPrototypeOf:it}=Object,dt=globalThis,lt=dt.trustedTypes,wt=lt?lt.emptyScript:"",ht=dt.reactiveElementPolyfillSupport,ct=(e,t)=>e,pt={toAttribute(e,t){switch(t){case Boolean:e=e?wt:null;break;case Object:case Array:e=null==e?e:JSON.stringify(e)}return e},fromAttribute(e,t){let n=e;switch(t){case Boolean:n=null!==e;break;case Number:n=null===e?null:Number(e);break;case Object:case Array:try{n=JSON.parse(e)}catch(e){n=null}}return n}},ut=(e,t)=>!nt(e,t),mt={attribute:!0,type:String,converter:pt,reflect:!1,hasChanged:ut};Symbol.metadata??=Symbol("metadata"),dt.litPropertyMetadata??=new WeakMap;class gt extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,t=mt){if(t.state&&(t.attribute=!1),this._$Ei(),this.elementProperties.set(e,t),!t.noAccessor){const n=Symbol(),o=this.getPropertyDescriptor(e,n,t);void 0!==o&&ot(this.prototype,e,o)}}static getPropertyDescriptor(e,t,n){const{get:o,set:a}=at(this.prototype,e)??{get(){return this[t]},set(e){this[t]=e}};return{get(){return o?.call(this)},set(t){const r=o?.call(this);a.call(this,t),this.requestUpdate(e,r,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??mt}static _$Ei(){if(this.hasOwnProperty(ct("elementProperties")))return;const e=it(this);e.finalize(),void 0!==e.l&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(ct("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(ct("properties"))){const e=this.properties,t=[...rt(e),...st(e)];for(const n of t)this.createProperty(n,e[n])}const e=this[Symbol.metadata];if(null!==e){const t=litPropertyMetadata.get(e);if(void 0!==t)for(const[e,n]of t)this.elementProperties.set(e,n)}this._$Eh=new Map;for(const[e,t]of this.elementProperties){const n=this._$Eu(e,t);void 0!==n&&this._$Eh.set(n,e)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const n=new Set(e.flat(1/0).reverse());for(const e of n)t.unshift(tt(e))}else void 0!==e&&t.push(tt(e));return t}static _$Eu(e,t){const n=t.attribute;return!1===n?void 0:"string"==typeof n?n:"string"==typeof e?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((e=>this.enableUpdating=e)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((e=>e(this)))}addController(e){(this._$ES??=[]).push(e),void 0!==this.renderRoot&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$ES?.splice(this._$ES.indexOf(e)>>>0,1)}_$E_(){const e=new Map,t=this.constructor.elementProperties;for(const n of t.keys())this.hasOwnProperty(n)&&(e.set(n,this[n]),delete this[n]);e.size>0&&(this._$Ep=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((e,t)=>{if(Xe)e.adoptedStyleSheets=t.map((e=>e instanceof CSSStyleSheet?e:e.styleSheet));else for(const n of t){const t=document.createElement("style"),o=We.litNonce;void 0!==o&&t.setAttribute("nonce",o),t.textContent=n.cssText,e.appendChild(t)}})(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$ES?.forEach((e=>e.hostConnected?.()))}enableUpdating(e){}disconnectedCallback(){this._$ES?.forEach((e=>e.hostDisconnected?.()))}attributeChangedCallback(e,t,n){this._$AK(e,n)}_$EO(e,t){const n=this.constructor.elementProperties.get(e),o=this.constructor._$Eu(e,n);if(void 0!==o&&!0===n.reflect){const a=(void 0!==n.converter?.toAttribute?n.converter:pt).toAttribute(t,n.type);this._$Em=e,null==a?this.removeAttribute(o):this.setAttribute(o,a),this._$Em=null}}_$AK(e,t){const n=this.constructor,o=n._$Eh.get(e);if(void 0!==o&&this._$Em!==o){const e=n.getPropertyOptions(o),a="function"==typeof e.converter?{fromAttribute:e.converter}:void 0!==e.converter?.fromAttribute?e.converter:pt;this._$Em=o,this[o]=a.fromAttribute(t,e.type),this._$Em=null}}requestUpdate(e,t,n,o=!1,a){if(void 0!==e){if(n??=this.constructor.getPropertyOptions(e),!(n.hasChanged??ut)(o?a:this[e],t))return;this.C(e,t,n)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(e,t,n){this._$AL.has(e)||this._$AL.set(e,t),!0===n.reflect&&this._$Em!==e&&(this._$Ej??=new Set).add(e)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(e){Promise.reject(e)}const e=this.scheduleUpdate();return null!=e&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this._$Ep){for(const[e,t]of this._$Ep)this[e]=t;this._$Ep=void 0}const e=this.constructor.elementProperties;if(e.size>0)for(const[t,n]of e)!0!==n.wrapped||this._$AL.has(t)||void 0===this[t]||this.C(t,this[t],n)}let e=!1;const t=this._$AL;try{e=this.shouldUpdate(t),e?(this.willUpdate(t),this._$ES?.forEach((e=>e.hostUpdate?.())),this.update(t)):this._$ET()}catch(t){throw e=!1,this._$ET(),t}e&&this._$AE(t)}willUpdate(e){}_$AE(e){this._$ES?.forEach((e=>e.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(e){return!0}update(e){this._$Ej&&=this._$Ej.forEach((e=>this._$EO(e,this[e]))),this._$ET()}updated(e){}firstUpdated(e){}}gt.elementStyles=[],gt.shadowRootOptions={mode:"open"},gt[ct("elementProperties")]=new Map,gt[ct("finalized")]=new Map,ht?.({ReactiveElement:gt}),(dt.reactiveElementVersions??=[]).push("2.0.0");const ft={attribute:!0,type:String,converter:pt,reflect:!1,hasChanged:ut},yt=(e=ft,t,n)=>{const{kind:o,metadata:a}=n;let r=globalThis.litPropertyMetadata.get(a);if(void 0===r&&globalThis.litPropertyMetadata.set(a,r=new Map),r.set(n.name,e),"accessor"===o){const{name:o}=n;return{set(n){const a=t.get.call(this);t.set.call(this,n),this.requestUpdate(o,a,e)},init(t){return void 0!==t&&this.C(o,void 0,e),t}}}if("setter"===o){const{name:o}=n;return function(n){const a=this[o];t.call(this,n),this.requestUpdate(o,a,e)}}throw Error("Unsupported decorator location: "+o)};function vt(e){return(t,n)=>"object"==typeof n?yt(e,t,n):((e,t,n)=>{const o=t.hasOwnProperty(n);return t.constructor.createProperty(n,o?{...e,wrapped:!0}:e),o?Object.getOwnPropertyDescriptor(t,n):void 0})(e,t,n)}function bt(e){return vt({...e,state:!0,attribute:!1})}const Nt=(e,t,n)=>(n.configurable=!0,n.enumerable=!0,Reflect.decorate&&"object"!=typeof t&&Object.defineProperty(e,t,n),n);function xt(e,t){return(n,o,a)=>{const r=t=>t.renderRoot?.querySelector(e)??null;if(t){const{get:e,set:s}="object"==typeof o?n:a??(()=>{const e=Symbol();return{get(){return this[e]},set(t){this[e]=t}}})();return Nt(n,o,{get(){if(t){let t=e.call(this);return void 0===t&&(t=r(this),s.call(this,t)),t}return r(this)}})}return Nt(n,o,{get(){return r(this)}})}}let _t;function Ct(e){return(t,n)=>{const{slot:o,selector:a}=e??{},r="slot"+(o?`[name=${o}]`:":not([name])");return Nt(t,n,{get(){const t=this.renderRoot?.querySelector(r),n=t?.assignedElements(e)??[];return void 0===a?n:n.filter((e=>e.matches(a)))}})}}const St=globalThis,Et=St.trustedTypes,qt=Et?Et.createPolicy("lit-html",{createHTML:e=>e}):void 0,It="$lit$",Rt=`lit$${(Math.random()+"").slice(9)}$`,Tt="?"+Rt,At=`<${Tt}>`,Lt=document,jt=()=>Lt.createComment(""),Pt=e=>null===e||"object"!=typeof e&&"function"!=typeof e,kt=Array.isArray,Ot=e=>kt(e)||"function"==typeof e?.[Symbol.iterator],Dt="[ \t\n\f\r]",$t=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Mt=/-->/g,Bt=/>/g,Ft=RegExp(`>|${Dt}(?:([^\\s"'>=/]+)(${Dt}*=${Dt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Vt=/'/g,Ut=/"/g,zt=/^(?:script|style|textarea|title)$/i,Qt=e=>(t,...n)=>({_$litType$:e,strings:t,values:n}),Gt=Qt(1),Ht=Qt(2),Jt=Symbol.for("lit-noChange"),Wt=Symbol.for("lit-nothing"),Xt=new WeakMap,Kt=Lt.createTreeWalker(Lt,129);function Yt(e,t){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==qt?qt.createHTML(t):t}const Zt=(e,t)=>{const n=e.length-1,o=[];let a,r=2===t?"<svg>":"",s=$t;for(let t=0;t<n;t++){const n=e[t];let i,d,l=-1,w=0;for(;w<n.length&&(s.lastIndex=w,d=s.exec(n),null!==d);)w=s.lastIndex,s===$t?"!--"===d[1]?s=Mt:void 0!==d[1]?s=Bt:void 0!==d[2]?(zt.test(d[2])&&(a=RegExp("</"+d[2],"g")),s=Ft):void 0!==d[3]&&(s=Ft):s===Ft?">"===d[0]?(s=a??$t,l=-1):void 0===d[1]?l=-2:(l=s.lastIndex-d[2].length,i=d[1],s=void 0===d[3]?Ft:'"'===d[3]?Ut:Vt):s===Ut||s===Vt?s=Ft:s===Mt||s===Bt?s=$t:(s=Ft,a=void 0);const h=s===Ft&&e[t+1].startsWith("/>")?" ":"";r+=s===$t?n+At:l>=0?(o.push(i),n.slice(0,l)+It+n.slice(l)+Rt+h):n+Rt+(-2===l?t:h)}return[Yt(e,r+(e[n]||"<?>")+(2===t?"</svg>":"")),o]};class en{constructor({strings:e,_$litType$:t},n){let o;this.parts=[];let a=0,r=0;const s=e.length-1,i=this.parts,[d,l]=Zt(e,t);if(this.el=en.createElement(d,n),Kt.currentNode=this.el.content,2===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(o=Kt.nextNode())&&i.length<s;){if(1===o.nodeType){if(o.hasAttributes())for(const e of o.getAttributeNames())if(e.endsWith(It)){const t=l[r++],n=o.getAttribute(e).split(Rt),s=/([.?@])?(.*)/.exec(t);i.push({type:1,index:a,name:s[2],strings:n,ctor:"."===s[1]?rn:"?"===s[1]?sn:"@"===s[1]?dn:an}),o.removeAttribute(e)}else e.startsWith(Rt)&&(i.push({type:6,index:a}),o.removeAttribute(e));if(zt.test(o.tagName)){const e=o.textContent.split(Rt),t=e.length-1;if(t>0){o.textContent=Et?Et.emptyScript:"";for(let n=0;n<t;n++)o.append(e[n],jt()),Kt.nextNode(),i.push({type:2,index:++a});o.append(e[t],jt())}}}else if(8===o.nodeType)if(o.data===Tt)i.push({type:2,index:a});else{let e=-1;for(;-1!==(e=o.data.indexOf(Rt,e+1));)i.push({type:7,index:a}),e+=Rt.length-1}a++}}static createElement(e,t){const n=Lt.createElement("template");return n.innerHTML=e,n}}function tn(e,t,n=e,o){if(t===Jt)return t;let a=void 0!==o?n._$Co?.[o]:n._$Cl;const r=Pt(t)?void 0:t._$litDirective$;return a?.constructor!==r&&(a?._$AO?.(!1),void 0===r?a=void 0:(a=new r(e),a._$AT(e,n,o)),void 0!==o?(n._$Co??=[])[o]=a:n._$Cl=a),void 0!==a&&(t=tn(e,a._$AS(e,t.values),a,o)),t}class nn{constructor(e,t){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=t}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){const{el:{content:t},parts:n}=this._$AD,o=(e?.creationScope??Lt).importNode(t,!0);Kt.currentNode=o;let a=Kt.nextNode(),r=0,s=0,i=n[0];for(;void 0!==i;){if(r===i.index){let t;2===i.type?t=new on(a,a.nextSibling,this,e):1===i.type?t=new i.ctor(a,i.name,i.strings,this,e):6===i.type&&(t=new ln(a,this,e)),this._$AV.push(t),i=n[++s]}r!==i?.index&&(a=Kt.nextNode(),r++)}return Kt.currentNode=Lt,o}p(e){let t=0;for(const n of this._$AV)void 0!==n&&(void 0!==n.strings?(n._$AI(e,n,t),t+=n.strings.length-2):n._$AI(e[t])),t++}}class on{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,t,n,o){this.type=2,this._$AH=Wt,this._$AN=void 0,this._$AA=e,this._$AB=t,this._$AM=n,this.options=o,this._$Cv=o?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode;const t=this._$AM;return void 0!==t&&11===e?.nodeType&&(e=t.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,t=this){e=tn(this,e,t),Pt(e)?e===Wt||null==e||""===e?(this._$AH!==Wt&&this._$AR(),this._$AH=Wt):e!==this._$AH&&e!==Jt&&this._(e):void 0!==e._$litType$?this.g(e):void 0!==e.nodeType?this.$(e):Ot(e)?this.T(e):this._(e)}k(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}$(e){this._$AH!==e&&(this._$AR(),this._$AH=this.k(e))}_(e){this._$AH!==Wt&&Pt(this._$AH)?this._$AA.nextSibling.data=e:this.$(Lt.createTextNode(e)),this._$AH=e}g(e){const{values:t,_$litType$:n}=e,o="number"==typeof n?this._$AC(e):(void 0===n.el&&(n.el=en.createElement(Yt(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===o)this._$AH.p(t);else{const e=new nn(o,this),n=e.u(this.options);e.p(t),this.$(n),this._$AH=e}}_$AC(e){let t=Xt.get(e.strings);return void 0===t&&Xt.set(e.strings,t=new en(e)),t}T(e){kt(this._$AH)||(this._$AH=[],this._$AR());const t=this._$AH;let n,o=0;for(const a of e)o===t.length?t.push(n=new on(this.k(jt()),this.k(jt()),this,this.options)):n=t[o],n._$AI(a),o++;o<t.length&&(this._$AR(n&&n._$AB.nextSibling,o),t.length=o)}_$AR(e=this._$AA.nextSibling,t){for(this._$AP?.(!1,!0,t);e&&e!==this._$AB;){const t=e.nextSibling;e.remove(),e=t}}setConnected(e){void 0===this._$AM&&(this._$Cv=e,this._$AP?.(e))}}class an{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,t,n,o,a){this.type=1,this._$AH=Wt,this._$AN=void 0,this.element=e,this.name=t,this._$AM=o,this.options=a,n.length>2||""!==n[0]||""!==n[1]?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=Wt}_$AI(e,t=this,n,o){const a=this.strings;let r=!1;if(void 0===a)e=tn(this,e,t,0),r=!Pt(e)||e!==this._$AH&&e!==Jt,r&&(this._$AH=e);else{const o=e;let s,i;for(e=a[0],s=0;s<a.length-1;s++)i=tn(this,o[n+s],t,s),i===Jt&&(i=this._$AH[s]),r||=!Pt(i)||i!==this._$AH[s],i===Wt?e=Wt:e!==Wt&&(e+=(i??"")+a[s+1]),this._$AH[s]=i}r&&!o&&this.j(e)}j(e){e===Wt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}}class rn extends an{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===Wt?void 0:e}}class sn extends an{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==Wt)}}class dn extends an{constructor(e,t,n,o,a){super(e,t,n,o,a),this.type=5}_$AI(e,t=this){if((e=tn(this,e,t,0)??Wt)===Jt)return;const n=this._$AH,o=e===Wt&&n!==Wt||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,a=e!==Wt&&(n===Wt||o);o&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}}class ln{constructor(e,t,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=t,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){tn(this,e)}}const wn={S:It,A:Rt,P:Tt,C:1,M:Zt,L:nn,R:Ot,V:tn,D:on,I:an,H:sn,N:dn,U:rn,B:ln},hn=St.litHtmlPolyfillSupport;hn?.(en,on),(St.litHtmlVersions??=[]).push("3.0.0");const cn=(e,t,n)=>{const o=n?.renderBefore??t;let a=o._$litPart$;if(void 0===a){const e=n?.renderBefore??null;o._$litPart$=a=new on(t.insertBefore(jt(),e),e,void 0,n??{})}return a._$AI(e),a};class pn extends gt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){const t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=cn(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Jt}}pn._$litElement$=!0,pn.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:pn});const un=globalThis.litElementPolyfillSupport;un?.({LitElement:pn}),(globalThis.litElementVersions??=[]).push("4.0.0");const mn=e=>(...t)=>({_$litDirective$:e,values:t});class gn{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,t,n){this._$Ct=e,this._$AM=t,this._$Ci=n}_$AS(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}}const fn=mn(class extends gn{constructor(e){if(super(e),1!==e.type||"class"!==e.name||e.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter((t=>e[t])).join(" ")+" "}update(e,[t]){if(void 0===this.it){this.it=new Set,void 0!==e.strings&&(this.st=new Set(e.strings.join(" ").split(/\s/).filter((e=>""!==e))));for(const e in t)t[e]&&!this.st?.has(e)&&this.it.add(e);return this.render(t)}const n=e.element.classList;for(const e of this.it)e in t||(n.remove(e),this.it.delete(e));for(const e in t){const o=!!t[e];o===this.it.has(e)||this.st?.has(e)||(o?(n.add(e),this.it.add(e)):(n.remove(e),this.it.delete(e)))}return Jt}}),yn="cubic-bezier(0.2, 0, 0, 1)",vn="cubic-bezier(.3,0,0,1)",bn="cubic-bezier(.3,0,.8,.15)";class Nn extends pn{constructor(){super(...arguments),this.disabled=!1,this.error=!1,this.focused=!1,this.label="",this.populated=!1,this.required=!1,this.resizable=!1,this.supportingText="",this.errorText="",this.count=-1,this.max=-1,this.hasStart=!1,this.hasEnd=!1,this.isAnimating=!1,this.refreshErrorAlert=!1,this.disableTransitions=!1}get counterText(){return this.count<0||this.max<0?"":`${this.count} / ${this.max}`}get supportingOrErrorText(){return this.error&&this.errorText?this.errorText:this.supportingText}reannounceError(){this.refreshErrorAlert=!0}update(e){e.has("disabled")&&void 0!==e.get("disabled")&&(this.disableTransitions=!0),this.disabled&&this.focused&&(e.set("focused",!0),this.focused=!1),this.animateLabelIfNeeded({wasFocused:e.get("focused"),wasPopulated:e.get("populated")}),super.update(e)}render(){const e=this.renderLabel(!0),t=this.renderLabel(!1),n=this.renderOutline?.(e),o={disabled:this.disabled,"disable-transitions":this.disableTransitions,error:this.error&&!this.disabled,focused:this.focused,"with-start":this.hasStart,"with-end":this.hasEnd,populated:this.populated,resizable:this.resizable,required:this.required,"no-label":!this.label};return Gt`
|
|
2
|
+
var e={8825:(e,t,n)=>{const o=n(8295);e.exports=o},2225:e=>{class t{constructor(e){this.value=e||"b"+ ++t.nextId}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}t.prototype.termType="BlankNode",t.nextId=0,e.exports=t},8295:(e,t,n)=>{const o=n(2225),a=n(5805),r=n(2542),s=n(1694),i=n(1358),d=n(8790),l=n(5895),w={namedNode:function(e){return new i(e)},blankNode:function(e){return new o(e)},literal:function(e,t){return"string"==typeof t?-1===t.indexOf(":")?new s(e,t):new s(e,null,w.namedNode(t)):new s(e,null,t)},variable:function(e){return new l(e)},defaultGraph:function(){return w.defaultGraphInstance},triple:function(e,t,n){return w.quad(e,t,n)},quad:function(e,t,n,o){return new d(e,t,n,o||w.defaultGraphInstance)},fromTerm:function(e){return r.call(w,e)},fromQuad:function(e){return r.call(w,e)},defaultGraphInstance:new a};e.exports=w},5805:e=>{class t{equals(e){return!!e&&e.termType===this.termType}}t.prototype.termType="DefaultGraph",t.prototype.value="",e.exports=t},1694:(e,t,n)=>{const o=n(1358);class a{constructor(e,t,n){this.value=e,this.datatype=a.stringDatatype,this.language="",t?(this.language=t,this.datatype=a.langStringDatatype):n&&(this.datatype=n)}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value&&e.language===this.language&&e.datatype.equals(this.datatype)}}a.prototype.termType="Literal",a.langStringDatatype=new o("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),a.stringDatatype=new o("http://www.w3.org/2001/XMLSchema#string"),e.exports=a},1358:e=>{class t{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}t.prototype.termType="NamedNode",e.exports=t},8790:(e,t,n)=>{const o=n(5805);class a{constructor(e,t,n,a){this.subject=e,this.predicate=t,this.object=n,this.graph=a||new o}equals(e){return!!e&&("Quad"===e.termType||!e.termType)&&e.subject.equals(this.subject)&&e.predicate.equals(this.predicate)&&e.object.equals(this.object)&&e.graph.equals(this.graph)}}a.prototype.termType="Quad",a.prototype.value="",e.exports=a},5895:e=>{class t{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}t.prototype.termType="Variable",e.exports=t},2542:e=>{e.exports=function(e){if(!e)return null;if("BlankNode"===e.termType)return this.blankNode(e.value);if("DefaultGraph"===e.termType)return this.defaultGraph();if("Literal"===e.termType)return this.literal(e.value,e.language||this.namedNode(e.datatype.value));if("NamedNode"===e.termType)return this.namedNode(e.value);if("Quad"===e.termType){const t=this.fromTerm(e.subject),n=this.fromTerm(e.predicate),o=this.fromTerm(e.object),a=this.fromTerm(e.graph);return this.quad(t,n,o,a)}if("Variable"===e.termType)return this.variable(e.value);throw new Error(`unknown termType ${e.termType}`)}},1963:e=>{function t(e){return"string"==typeof e||e instanceof String}function n(e){if("string"==typeof e)return e;if(!e)return"";if(void 0!==e.id&&"Quad"!==e.termType)return e.id;let t,o,r,s;switch(e.termType){case"NamedNode":return e.value;case"BlankNode":return`_:${e.value}`;case"Variable":return`?${e.value}`;case"DefaultGraph":return"";case"Literal":return e.language?`"${e.value}"@${e.language}`:`"${e.value}"${e.datatype&&"http://www.w3.org/2001/XMLSchema#string"!==e.datatype.value?`^^${e.datatype.value}`:""}`;case"Quad":return t=a(n(e.subject)),o=a(n(e.predicate)),r=a(n(e.object)),s="DefaultGraph"===e.graph.termType?"":` ${n(e.graph)}`,`<<${t} ${o} ${r}${s}>>`;default:throw new Error(`Unexpected termType: ${e.termType}`)}}const o=/^"(.*".*)(?="[^"]*$)/;function a(e){return e.replace(o,((e,t)=>`"${t.replace(/"/g,'""')}`))}class r{constructor(e){if(this._size=0,this._graphs=Object.create(null),this._id=0,this._ids=Object.create(null),this._ids["><"]=0,this._entities=Object.create(null),this._quads=new Map,e)for(const t of e)this.add(t)}get size(){let e=this._size;if(null!==e)return e;e=0;const t=this._graphs;let n,o;for(const a in t)for(const r in n=t[a].subjects)for(const t in o=n[r])e+=Object.keys(o[t]).length;return this._size=e,this._size}add(e){let t=n(e.subject),o=n(e.predicate),a=n(e.object);const r=n(e.graph);let s=this._graphs[r];s||(s=this._graphs[r]={subjects:{},predicates:{},objects:{}},Object.freeze(s));const i=this._ids,d=this._entities;return t=i[t]||(i[d[++this._id]=t]=this._id),o=i[o]||(i[d[++this._id]=o]=this._id),a=i[a]||(i[d[++this._id]=a]=this._id),this._addToIndex(s.subjects,t,o,a),this._addToIndex(s.predicates,o,a,t),this._addToIndex(s.objects,a,t,o),this._setQuad(t,o,a,r,e),this._size=null,this}delete(e){let t=n(e.subject),o=n(e.predicate),a=n(e.object);const r=n(e.graph),s=this._ids,i=this._graphs;let d,l,w;if(!((t=s[t])&&(o=s[o])&&(a=s[a])&&(d=i[r])&&(l=d.subjects[t])&&(w=l[o])&&a in w))return this;for(t in this._removeFromIndex(d.subjects,t,o,a),this._removeFromIndex(d.predicates,o,a,t),this._removeFromIndex(d.objects,a,t,o),null!==this._size&&this._size--,this._deleteQuad(t,o,a,r),d.subjects)return this;return delete i[r],this}has(e){const o=n(e.subject),a=n(e.predicate),r=n(e.object),s=n(e.graph),i=this._graphs[s];if(!i)return!1;const d=this._ids;let l,w,h;return!(t(o)&&!(l=d[o])||t(a)&&!(w=d[a])||t(r)&&!(h=d[r]))&&1===this._countInIndex(i.objects,h,l,w)}match(e,t,n,o){return this._createDataset(this._match(e,t,n,o))}[Symbol.iterator](){return this._match()[Symbol.iterator]()}_addToIndex(e,t,n,o){const a=e[t]||(e[t]={}),r=a[n]||(a[n]={}),s=o in r;return s||(r[o]=null),!s}_removeFromIndex(e,t,n,o){const a=e[t],r=a[n];delete r[o];for(const e in r)return;delete a[n];for(const e in a)return;delete e[t]}_findInIndex(e,t,n,o,a,r,s,i,d,l){let w,h,c;t&&((w=e,e={})[t]=w[t]);for(const t in e)if(h=e[t],h){n&&((w=h,h={})[n]=w[n]);for(const e in h)if(c=h[e],c){const n=o?o in c?[o]:[]:Object.keys(c);for(let o=0;o<n.length;o++){const w={[a]:t,[r]:e,[s]:n[o]},h=this._getQuad(w.subject,w.predicate,w.object,i);if(l)l.push(h);else if(d(h))return!0}}}return l}_countInIndex(e,t,n,o){let a,r,s,i=0;t&&((a=e,e={})[t]=a[t]);for(const t in e)if(r=e[t],r){n&&((a=r,r={})[n]=a[n]);for(const e in r)s=r[e],s&&(o?o in s&&i++:i+=Object.keys(s).length)}return i}_getGraphs(e){return t(e)?{[e]:this._graphs[e]}:this._graphs}_match(e,o,a,r){e=e&&n(e),o=o&&n(o),a=a&&n(a),r=r&&n(r);const s=[],i=this._getGraphs(r),d=this._ids;let l,w,h,c;if(t(e)&&!(w=d[e])||t(o)&&!(h=d[o])||t(a)&&!(c=d[a]))return s;for(const e in i)l=i[e],l&&(w?c?this._findInIndex(l.objects,c,w,h,"object","subject","predicate",e,null,s):this._findInIndex(l.subjects,w,h,null,"subject","predicate","object",e,null,s):h?this._findInIndex(l.predicates,h,c,null,"predicate","object","subject",e,null,s):c?this._findInIndex(l.objects,c,null,null,"object","subject","predicate",e,null,s):this._findInIndex(l.subjects,null,null,null,"subject","predicate","object",e,null,s));return s}_getQuad(e,t,n,o){return this._quads.get(this._toId(e,t,n,o))}_setQuad(e,t,n,o,a){this._quads.set(this._toId(e,t,n,o),a)}_deleteQuad(e,t,n,o){this._quads.delete(this._toId(e,t,n,o))}_createDataset(e){return new this.constructor(e)}_toId(e,t,n,o){return`${e}:${t}:${n}:${o}`}}e.exports=r},6521:(e,t,n)=>{const o=n(8825),a=n(1963);e.exports=Object.assign({dataset:function(e){return new a(e)}},o)},3402:(e,t,n)=>{const o=n(8825),a={apply:(e,t,n)=>e(n[0]),get:(e,t)=>e(t)};e.exports=function(e,{factory:t=o}={}){const n=(n="")=>t.namedNode(`${e}${n.raw||n}`);return"undefined"==typeof Proxy?n:new Proxy(n,a)}},2635:(e,t,n)=>{const o=n(6083);function a(e){try{return o(e)}catch(e){return null}}class r{constructor(e){if(this.index=new Map,e)for(const t of e)this.add(t)}get size(){return this.index.size}add(e){const t=o(e);return this.index.has(t)||this.index.set(t,e),this}clear(){this.index.clear()}delete(e){return!!e&&this.index.delete(a(e))}entries(){return this.values().entries()}forEach(e,t){return this.values().forEach(e,t)}has(e){return!!e&&this.index.has(a(e))}values(){return new Set(this.index.values())}keys(){return this.values()}[Symbol.iterator](){return this.values()[Symbol.iterator]()}}e.exports=r},6083:(e,t,n)=>{const o=n(9360),a=n(8335),r=n(3457),s=n(4546),i=n(6648),d=n(4182),l=n(5296);e.exports=function e(t){if(!t)return null;if("BlankNode"===t.termType)return o(t);if("DefaultGraph"===t.termType)return r();if("Literal"===t.termType)return s(t);if("NamedNode"===t.termType)return i(t);if("Quad"===t.termType||t.subject&&t.predicate&&t.object&&t.graph)return d(t,e);if("Variable"===t.termType)return l(t);if(t[Symbol.iterator])return a(t,e);throw new Error(`unknown termType ${t.termType}`)}},9360:e=>{e.exports=function(e){return"_:"+e.value}},8335:e=>{e.exports=function(e,t){return[...e].map((e=>t(e))).join("\n")+"\n"}},3457:e=>{e.exports=function(){return""}},4546:(e,t,n)=>{const o=n(6648),a=/["\\\\\n\r]/,r=/["\\\\\n\r]/g,s={'"':'\\"',"\\":"\\\\","\n":"\\n","\r":"\\r"};function i(e){return s[e]}e.exports=function(e){const t=(n=e.value,a.test(n)?n.replace(r,i):n);var n;return"http://www.w3.org/2001/XMLSchema#string"===e.datatype.value?'"'+t+'"':"http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"===e.datatype.value?'"'+t+'"@'+e.language:'"'+t+'"^^'+o(e.datatype)}},6648:e=>{e.exports=function(e){return"<"+e.value+">"}},4182:e=>{e.exports=function(e,t){const n=t(e.subject),o=t(e.predicate),a=t(e.object),r=t(e.graph);return`${n} ${o} ${a} ${r?r+" ":""}.`}},5296:e=>{e.exports=function(e){return"?"+e.value}},8599:e=>{const{AbortController:t,AbortSignal:n}="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0;e.exports=t,e.exports.AbortSignal=n,e.exports.default=t},9742:(e,t)=>{t.byteLength=function(e){var t=i(e),n=t[0],o=t[1];return 3*(n+o)/4-o},t.toByteArray=function(e){var t,n,r=i(e),s=r[0],d=r[1],l=new a(function(e,t,n){return 3*(t+n)/4-n}(0,s,d)),w=0,h=d>0?s-4:s;for(n=0;n<h;n+=4)t=o[e.charCodeAt(n)]<<18|o[e.charCodeAt(n+1)]<<12|o[e.charCodeAt(n+2)]<<6|o[e.charCodeAt(n+3)],l[w++]=t>>16&255,l[w++]=t>>8&255,l[w++]=255&t;return 2===d&&(t=o[e.charCodeAt(n)]<<2|o[e.charCodeAt(n+1)]>>4,l[w++]=255&t),1===d&&(t=o[e.charCodeAt(n)]<<10|o[e.charCodeAt(n+1)]<<4|o[e.charCodeAt(n+2)]>>2,l[w++]=t>>8&255,l[w++]=255&t),l},t.fromByteArray=function(e){for(var t,o=e.length,a=o%3,r=[],s=16383,i=0,l=o-a;i<l;i+=s)r.push(d(e,i,i+s>l?l:i+s));return 1===a?(t=e[o-1],r.push(n[t>>2]+n[t<<4&63]+"==")):2===a&&(t=(e[o-2]<<8)+e[o-1],r.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"=")),r.join("")};for(var n=[],o=[],a="undefined"!=typeof Uint8Array?Uint8Array:Array,r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0;s<64;++s)n[s]=r[s],o[r.charCodeAt(s)]=s;function i(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function d(e,t,o){for(var a,r,s=[],i=t;i<o;i+=3)a=(e[i]<<16&16711680)+(e[i+1]<<8&65280)+(255&e[i+2]),s.push(n[(r=a)>>18&63]+n[r>>12&63]+n[r>>6&63]+n[63&r]);return s.join("")}o["-".charCodeAt(0)]=62,o["_".charCodeAt(0)]=63},8764:(e,t,n)=>{const o=n(9742),a=n(645),r="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=d,t.SlowBuffer=function(e){return+e!=e&&(e=0),d.alloc(+e)},t.INSPECT_MAX_BYTES=50;const s=2147483647;function i(e){if(e>s)throw new RangeError('The value "'+e+'" is invalid for option "size"');const t=new Uint8Array(e);return Object.setPrototypeOf(t,d.prototype),t}function d(e,t,n){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return h(e)}return l(e,t,n)}function l(e,t,n){if("string"==typeof e)return function(e,t){if("string"==typeof t&&""!==t||(t="utf8"),!d.isEncoding(t))throw new TypeError("Unknown encoding: "+t);const n=0|m(e,t);let o=i(n);const a=o.write(e,t);return a!==n&&(o=o.slice(0,a)),o}(e,t);if(ArrayBuffer.isView(e))return function(e){if(W(e,Uint8Array)){const t=new Uint8Array(e);return p(t.buffer,t.byteOffset,t.byteLength)}return c(e)}(e);if(null==e)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(W(e,ArrayBuffer)||e&&W(e.buffer,ArrayBuffer))return p(e,t,n);if("undefined"!=typeof SharedArrayBuffer&&(W(e,SharedArrayBuffer)||e&&W(e.buffer,SharedArrayBuffer)))return p(e,t,n);if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');const o=e.valueOf&&e.valueOf();if(null!=o&&o!==e)return d.from(o,t,n);const a=function(e){if(d.isBuffer(e)){const t=0|u(e.length),n=i(t);return 0===n.length||e.copy(n,0,0,t),n}return void 0!==e.length?"number"!=typeof e.length||X(e.length)?i(0):c(e):"Buffer"===e.type&&Array.isArray(e.data)?c(e.data):void 0}(e);if(a)return a;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return d.from(e[Symbol.toPrimitive]("string"),t,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function w(e){if("number"!=typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function h(e){return w(e),i(e<0?0:0|u(e))}function c(e){const t=e.length<0?0:0|u(e.length),n=i(t);for(let o=0;o<t;o+=1)n[o]=255&e[o];return n}function p(e,t,n){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(n||0))throw new RangeError('"length" is outside of buffer bounds');let o;return o=void 0===t&&void 0===n?new Uint8Array(e):void 0===n?new Uint8Array(e,t):new Uint8Array(e,t,n),Object.setPrototypeOf(o,d.prototype),o}function u(e){if(e>=s)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+s.toString(16)+" bytes");return 0|e}function m(e,t){if(d.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||W(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);const n=e.length,o=arguments.length>2&&!0===arguments[2];if(!o&&0===n)return 0;let a=!1;for(;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return G(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return H(e).length;default:if(a)return o?-1:G(e).length;t=(""+t).toLowerCase(),a=!0}}function g(e,t,n){let o=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return R(this,t,n);case"utf8":case"utf-8":return E(this,t,n);case"ascii":return I(this,t,n);case"latin1":case"binary":return T(this,t,n);case"base64":return S(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return A(this,t,n);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}function f(e,t,n){const o=e[t];e[t]=e[n],e[n]=o}function y(e,t,n,o,a){if(0===e.length)return-1;if("string"==typeof n?(o=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),X(n=+n)&&(n=a?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(a)return-1;n=e.length-1}else if(n<0){if(!a)return-1;n=0}if("string"==typeof t&&(t=d.from(t,o)),d.isBuffer(t))return 0===t.length?-1:v(e,t,n,o,a);if("number"==typeof t)return t&=255,"function"==typeof Uint8Array.prototype.indexOf?a?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):v(e,[t],n,o,a);throw new TypeError("val must be string, number or Buffer")}function v(e,t,n,o,a){let r,s=1,i=e.length,d=t.length;if(void 0!==o&&("ucs2"===(o=String(o).toLowerCase())||"ucs-2"===o||"utf16le"===o||"utf-16le"===o)){if(e.length<2||t.length<2)return-1;s=2,i/=2,d/=2,n/=2}function l(e,t){return 1===s?e[t]:e.readUInt16BE(t*s)}if(a){let o=-1;for(r=n;r<i;r++)if(l(e,r)===l(t,-1===o?0:r-o)){if(-1===o&&(o=r),r-o+1===d)return o*s}else-1!==o&&(r-=r-o),o=-1}else for(n+d>i&&(n=i-d),r=n;r>=0;r--){let n=!0;for(let o=0;o<d;o++)if(l(e,r+o)!==l(t,o)){n=!1;break}if(n)return r}return-1}function b(e,t,n,o){n=Number(n)||0;const a=e.length-n;o?(o=Number(o))>a&&(o=a):o=a;const r=t.length;let s;for(o>r/2&&(o=r/2),s=0;s<o;++s){const o=parseInt(t.substr(2*s,2),16);if(X(o))return s;e[n+s]=o}return s}function N(e,t,n,o){return J(G(t,e.length-n),e,n,o)}function x(e,t,n,o){return J(function(e){const t=[];for(let n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,o)}function _(e,t,n,o){return J(H(t),e,n,o)}function C(e,t,n,o){return J(function(e,t){let n,o,a;const r=[];for(let s=0;s<e.length&&!((t-=2)<0);++s)n=e.charCodeAt(s),o=n>>8,a=n%256,r.push(a),r.push(o);return r}(t,e.length-n),e,n,o)}function S(e,t,n){return 0===t&&n===e.length?o.fromByteArray(e):o.fromByteArray(e.slice(t,n))}function E(e,t,n){n=Math.min(e.length,n);const o=[];let a=t;for(;a<n;){const t=e[a];let r=null,s=t>239?4:t>223?3:t>191?2:1;if(a+s<=n){let n,o,i,d;switch(s){case 1:t<128&&(r=t);break;case 2:n=e[a+1],128==(192&n)&&(d=(31&t)<<6|63&n,d>127&&(r=d));break;case 3:n=e[a+1],o=e[a+2],128==(192&n)&&128==(192&o)&&(d=(15&t)<<12|(63&n)<<6|63&o,d>2047&&(d<55296||d>57343)&&(r=d));break;case 4:n=e[a+1],o=e[a+2],i=e[a+3],128==(192&n)&&128==(192&o)&&128==(192&i)&&(d=(15&t)<<18|(63&n)<<12|(63&o)<<6|63&i,d>65535&&d<1114112&&(r=d))}}null===r?(r=65533,s=1):r>65535&&(r-=65536,o.push(r>>>10&1023|55296),r=56320|1023&r),o.push(r),a+=s}return function(e){const t=e.length;if(t<=q)return String.fromCharCode.apply(String,e);let n="",o=0;for(;o<t;)n+=String.fromCharCode.apply(String,e.slice(o,o+=q));return n}(o)}t.kMaxLength=s,d.TYPED_ARRAY_SUPPORT=function(){try{const e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),42===e.foo()}catch(e){return!1}}(),d.TYPED_ARRAY_SUPPORT||"undefined"==typeof console||"function"!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(d.prototype,"parent",{enumerable:!0,get:function(){if(d.isBuffer(this))return this.buffer}}),Object.defineProperty(d.prototype,"offset",{enumerable:!0,get:function(){if(d.isBuffer(this))return this.byteOffset}}),d.poolSize=8192,d.from=function(e,t,n){return l(e,t,n)},Object.setPrototypeOf(d.prototype,Uint8Array.prototype),Object.setPrototypeOf(d,Uint8Array),d.alloc=function(e,t,n){return function(e,t,n){return w(e),e<=0?i(e):void 0!==t?"string"==typeof n?i(e).fill(t,n):i(e).fill(t):i(e)}(e,t,n)},d.allocUnsafe=function(e){return h(e)},d.allocUnsafeSlow=function(e){return h(e)},d.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==d.prototype},d.compare=function(e,t){if(W(e,Uint8Array)&&(e=d.from(e,e.offset,e.byteLength)),W(t,Uint8Array)&&(t=d.from(t,t.offset,t.byteLength)),!d.isBuffer(e)||!d.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;let n=e.length,o=t.length;for(let a=0,r=Math.min(n,o);a<r;++a)if(e[a]!==t[a]){n=e[a],o=t[a];break}return n<o?-1:o<n?1:0},d.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},d.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return d.alloc(0);let n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;const o=d.allocUnsafe(t);let a=0;for(n=0;n<e.length;++n){let t=e[n];if(W(t,Uint8Array))a+t.length>o.length?(d.isBuffer(t)||(t=d.from(t)),t.copy(o,a)):Uint8Array.prototype.set.call(o,t,a);else{if(!d.isBuffer(t))throw new TypeError('"list" argument must be an Array of Buffers');t.copy(o,a)}a+=t.length}return o},d.byteLength=m,d.prototype._isBuffer=!0,d.prototype.swap16=function(){const e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let t=0;t<e;t+=2)f(this,t,t+1);return this},d.prototype.swap32=function(){const e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let t=0;t<e;t+=4)f(this,t,t+3),f(this,t+1,t+2);return this},d.prototype.swap64=function(){const e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let t=0;t<e;t+=8)f(this,t,t+7),f(this,t+1,t+6),f(this,t+2,t+5),f(this,t+3,t+4);return this},d.prototype.toString=function(){const e=this.length;return 0===e?"":0===arguments.length?E(this,0,e):g.apply(this,arguments)},d.prototype.toLocaleString=d.prototype.toString,d.prototype.equals=function(e){if(!d.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===d.compare(this,e)},d.prototype.inspect=function(){let e="";const n=t.INSPECT_MAX_BYTES;return e=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(e+=" ... "),"<Buffer "+e+">"},r&&(d.prototype[r]=d.prototype.inspect),d.prototype.compare=function(e,t,n,o,a){if(W(e,Uint8Array)&&(e=d.from(e,e.offset,e.byteLength)),!d.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===o&&(o=0),void 0===a&&(a=this.length),t<0||n>e.length||o<0||a>this.length)throw new RangeError("out of range index");if(o>=a&&t>=n)return 0;if(o>=a)return-1;if(t>=n)return 1;if(this===e)return 0;let r=(a>>>=0)-(o>>>=0),s=(n>>>=0)-(t>>>=0);const i=Math.min(r,s),l=this.slice(o,a),w=e.slice(t,n);for(let e=0;e<i;++e)if(l[e]!==w[e]){r=l[e],s=w[e];break}return r<s?-1:s<r?1:0},d.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},d.prototype.indexOf=function(e,t,n){return y(this,e,t,n,!0)},d.prototype.lastIndexOf=function(e,t,n){return y(this,e,t,n,!1)},d.prototype.write=function(e,t,n,o){if(void 0===t)o="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)o=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t>>>=0,isFinite(n)?(n>>>=0,void 0===o&&(o="utf8")):(o=n,n=void 0)}const a=this.length-t;if((void 0===n||n>a)&&(n=a),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");o||(o="utf8");let r=!1;for(;;)switch(o){case"hex":return b(this,e,t,n);case"utf8":case"utf-8":return N(this,e,t,n);case"ascii":case"latin1":case"binary":return x(this,e,t,n);case"base64":return _(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return C(this,e,t,n);default:if(r)throw new TypeError("Unknown encoding: "+o);o=(""+o).toLowerCase(),r=!0}},d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const q=4096;function I(e,t,n){let o="";n=Math.min(e.length,n);for(let a=t;a<n;++a)o+=String.fromCharCode(127&e[a]);return o}function T(e,t,n){let o="";n=Math.min(e.length,n);for(let a=t;a<n;++a)o+=String.fromCharCode(e[a]);return o}function R(e,t,n){const o=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>o)&&(n=o);let a="";for(let o=t;o<n;++o)a+=K[e[o]];return a}function A(e,t,n){const o=e.slice(t,n);let a="";for(let e=0;e<o.length-1;e+=2)a+=String.fromCharCode(o[e]+256*o[e+1]);return a}function L(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function j(e,t,n,o,a,r){if(!d.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>a||t<r)throw new RangeError('"value" argument is out of bounds');if(n+o>e.length)throw new RangeError("Index out of range")}function P(e,t,n,o,a){V(t,o,a,e,n,7);let r=Number(t&BigInt(4294967295));e[n++]=r,r>>=8,e[n++]=r,r>>=8,e[n++]=r,r>>=8,e[n++]=r;let s=Number(t>>BigInt(32)&BigInt(4294967295));return e[n++]=s,s>>=8,e[n++]=s,s>>=8,e[n++]=s,s>>=8,e[n++]=s,n}function k(e,t,n,o,a){V(t,o,a,e,n,7);let r=Number(t&BigInt(4294967295));e[n+7]=r,r>>=8,e[n+6]=r,r>>=8,e[n+5]=r,r>>=8,e[n+4]=r;let s=Number(t>>BigInt(32)&BigInt(4294967295));return e[n+3]=s,s>>=8,e[n+2]=s,s>>=8,e[n+1]=s,s>>=8,e[n]=s,n+8}function O(e,t,n,o,a,r){if(n+o>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function D(e,t,n,o,r){return t=+t,n>>>=0,r||O(e,0,n,4),a.write(e,t,n,o,23,4),n+4}function $(e,t,n,o,r){return t=+t,n>>>=0,r||O(e,0,n,8),a.write(e,t,n,o,52,8),n+8}d.prototype.slice=function(e,t){const n=this.length;(e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t<e&&(t=e);const o=this.subarray(e,t);return Object.setPrototypeOf(o,d.prototype),o},d.prototype.readUintLE=d.prototype.readUIntLE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);let o=this[e],a=1,r=0;for(;++r<t&&(a*=256);)o+=this[e+r]*a;return o},d.prototype.readUintBE=d.prototype.readUIntBE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);let o=this[e+--t],a=1;for(;t>0&&(a*=256);)o+=this[e+--t]*a;return o},d.prototype.readUint8=d.prototype.readUInt8=function(e,t){return e>>>=0,t||L(e,1,this.length),this[e]},d.prototype.readUint16LE=d.prototype.readUInt16LE=function(e,t){return e>>>=0,t||L(e,2,this.length),this[e]|this[e+1]<<8},d.prototype.readUint16BE=d.prototype.readUInt16BE=function(e,t){return e>>>=0,t||L(e,2,this.length),this[e]<<8|this[e+1]},d.prototype.readUint32LE=d.prototype.readUInt32LE=function(e,t){return e>>>=0,t||L(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},d.prototype.readUint32BE=d.prototype.readUInt32BE=function(e,t){return e>>>=0,t||L(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},d.prototype.readBigUInt64LE=Y((function(e){U(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||z(e,this.length-8);const o=t+256*this[++e]+65536*this[++e]+this[++e]*2**24,a=this[++e]+256*this[++e]+65536*this[++e]+n*2**24;return BigInt(o)+(BigInt(a)<<BigInt(32))})),d.prototype.readBigUInt64BE=Y((function(e){U(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||z(e,this.length-8);const o=t*2**24+65536*this[++e]+256*this[++e]+this[++e],a=this[++e]*2**24+65536*this[++e]+256*this[++e]+n;return(BigInt(o)<<BigInt(32))+BigInt(a)})),d.prototype.readIntLE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);let o=this[e],a=1,r=0;for(;++r<t&&(a*=256);)o+=this[e+r]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*t)),o},d.prototype.readIntBE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);let o=t,a=1,r=this[e+--o];for(;o>0&&(a*=256);)r+=this[e+--o]*a;return a*=128,r>=a&&(r-=Math.pow(2,8*t)),r},d.prototype.readInt8=function(e,t){return e>>>=0,t||L(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},d.prototype.readInt16LE=function(e,t){e>>>=0,t||L(e,2,this.length);const n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},d.prototype.readInt16BE=function(e,t){e>>>=0,t||L(e,2,this.length);const n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},d.prototype.readInt32LE=function(e,t){return e>>>=0,t||L(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},d.prototype.readInt32BE=function(e,t){return e>>>=0,t||L(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},d.prototype.readBigInt64LE=Y((function(e){U(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||z(e,this.length-8);const o=this[e+4]+256*this[e+5]+65536*this[e+6]+(n<<24);return(BigInt(o)<<BigInt(32))+BigInt(t+256*this[++e]+65536*this[++e]+this[++e]*2**24)})),d.prototype.readBigInt64BE=Y((function(e){U(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||z(e,this.length-8);const o=(t<<24)+65536*this[++e]+256*this[++e]+this[++e];return(BigInt(o)<<BigInt(32))+BigInt(this[++e]*2**24+65536*this[++e]+256*this[++e]+n)})),d.prototype.readFloatLE=function(e,t){return e>>>=0,t||L(e,4,this.length),a.read(this,e,!0,23,4)},d.prototype.readFloatBE=function(e,t){return e>>>=0,t||L(e,4,this.length),a.read(this,e,!1,23,4)},d.prototype.readDoubleLE=function(e,t){return e>>>=0,t||L(e,8,this.length),a.read(this,e,!0,52,8)},d.prototype.readDoubleBE=function(e,t){return e>>>=0,t||L(e,8,this.length),a.read(this,e,!1,52,8)},d.prototype.writeUintLE=d.prototype.writeUIntLE=function(e,t,n,o){e=+e,t>>>=0,n>>>=0,o||j(this,e,t,n,Math.pow(2,8*n)-1,0);let a=1,r=0;for(this[t]=255&e;++r<n&&(a*=256);)this[t+r]=e/a&255;return t+n},d.prototype.writeUintBE=d.prototype.writeUIntBE=function(e,t,n,o){e=+e,t>>>=0,n>>>=0,o||j(this,e,t,n,Math.pow(2,8*n)-1,0);let a=n-1,r=1;for(this[t+a]=255&e;--a>=0&&(r*=256);)this[t+a]=e/r&255;return t+n},d.prototype.writeUint8=d.prototype.writeUInt8=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,1,255,0),this[t]=255&e,t+1},d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},d.prototype.writeBigUInt64LE=Y((function(e,t=0){return P(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),d.prototype.writeBigUInt64BE=Y((function(e,t=0){return k(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),d.prototype.writeIntLE=function(e,t,n,o){if(e=+e,t>>>=0,!o){const o=Math.pow(2,8*n-1);j(this,e,t,n,o-1,-o)}let a=0,r=1,s=0;for(this[t]=255&e;++a<n&&(r*=256);)e<0&&0===s&&0!==this[t+a-1]&&(s=1),this[t+a]=(e/r>>0)-s&255;return t+n},d.prototype.writeIntBE=function(e,t,n,o){if(e=+e,t>>>=0,!o){const o=Math.pow(2,8*n-1);j(this,e,t,n,o-1,-o)}let a=n-1,r=1,s=0;for(this[t+a]=255&e;--a>=0&&(r*=256);)e<0&&0===s&&0!==this[t+a+1]&&(s=1),this[t+a]=(e/r>>0)-s&255;return t+n},d.prototype.writeInt8=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},d.prototype.writeInt16LE=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},d.prototype.writeInt16BE=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},d.prototype.writeInt32LE=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,4,2147483647,-2147483648),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},d.prototype.writeInt32BE=function(e,t,n){return e=+e,t>>>=0,n||j(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},d.prototype.writeBigInt64LE=Y((function(e,t=0){return P(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),d.prototype.writeBigInt64BE=Y((function(e,t=0){return k(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),d.prototype.writeFloatLE=function(e,t,n){return D(this,e,t,!0,n)},d.prototype.writeFloatBE=function(e,t,n){return D(this,e,t,!1,n)},d.prototype.writeDoubleLE=function(e,t,n){return $(this,e,t,!0,n)},d.prototype.writeDoubleBE=function(e,t,n){return $(this,e,t,!1,n)},d.prototype.copy=function(e,t,n,o){if(!d.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),o||0===o||(o=this.length),t>=e.length&&(t=e.length),t||(t=0),o>0&&o<n&&(o=n),o===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("sourceEnd out of bounds");o>this.length&&(o=this.length),e.length-t<o-n&&(o=e.length-t+n);const a=o-n;return this===e&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(t,n,o):Uint8Array.prototype.set.call(e,this.subarray(n,o),t),a},d.prototype.fill=function(e,t,n,o){if("string"==typeof e){if("string"==typeof t?(o=t,t=0,n=this.length):"string"==typeof n&&(o=n,n=this.length),void 0!==o&&"string"!=typeof o)throw new TypeError("encoding must be a string");if("string"==typeof o&&!d.isEncoding(o))throw new TypeError("Unknown encoding: "+o);if(1===e.length){const t=e.charCodeAt(0);("utf8"===o&&t<128||"latin1"===o)&&(e=t)}}else"number"==typeof e?e&=255:"boolean"==typeof e&&(e=Number(e));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;let a;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(a=t;a<n;++a)this[a]=e;else{const r=d.isBuffer(e)?e:d.from(e,o),s=r.length;if(0===s)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(a=0;a<n-t;++a)this[a+t]=r[a%s]}return this};const M={};function B(e,t,n){M[e]=class extends n{constructor(){super(),Object.defineProperty(this,"message",{value:t.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${e}]`,this.stack,delete this.name}get code(){return e}set code(e){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:e,writable:!0})}toString(){return`${this.name} [${e}]: ${this.message}`}}}function F(e){let t="",n=e.length;const o="-"===e[0]?1:0;for(;n>=o+4;n-=3)t=`_${e.slice(n-3,n)}${t}`;return`${e.slice(0,n)}${t}`}function V(e,t,n,o,a,r){if(e>n||e<t){const o="bigint"==typeof t?"n":"";let a;throw a=r>3?0===t||t===BigInt(0)?`>= 0${o} and < 2${o} ** ${8*(r+1)}${o}`:`>= -(2${o} ** ${8*(r+1)-1}${o}) and < 2 ** ${8*(r+1)-1}${o}`:`>= ${t}${o} and <= ${n}${o}`,new M.ERR_OUT_OF_RANGE("value",a,e)}!function(e,t,n){U(t,"offset"),void 0!==e[t]&&void 0!==e[t+n]||z(t,e.length-(n+1))}(o,a,r)}function U(e,t){if("number"!=typeof e)throw new M.ERR_INVALID_ARG_TYPE(t,"number",e)}function z(e,t,n){if(Math.floor(e)!==e)throw U(e,n),new M.ERR_OUT_OF_RANGE(n||"offset","an integer",e);if(t<0)throw new M.ERR_BUFFER_OUT_OF_BOUNDS;throw new M.ERR_OUT_OF_RANGE(n||"offset",`>= ${n?1:0} and <= ${t}`,e)}B("ERR_BUFFER_OUT_OF_BOUNDS",(function(e){return e?`${e} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"}),RangeError),B("ERR_INVALID_ARG_TYPE",(function(e,t){return`The "${e}" argument must be of type number. Received type ${typeof t}`}),TypeError),B("ERR_OUT_OF_RANGE",(function(e,t,n){let o=`The value of "${e}" is out of range.`,a=n;return Number.isInteger(n)&&Math.abs(n)>2**32?a=F(String(n)):"bigint"==typeof n&&(a=String(n),(n>BigInt(2)**BigInt(32)||n<-(BigInt(2)**BigInt(32)))&&(a=F(a)),a+="n"),o+=` It must be ${t}. Received ${a}`,o}),RangeError);const Q=/[^+/0-9A-Za-z-_]/g;function G(e,t){let n;t=t||1/0;const o=e.length;let a=null;const r=[];for(let s=0;s<o;++s){if(n=e.charCodeAt(s),n>55295&&n<57344){if(!a){if(n>56319){(t-=3)>-1&&r.push(239,191,189);continue}if(s+1===o){(t-=3)>-1&&r.push(239,191,189);continue}a=n;continue}if(n<56320){(t-=3)>-1&&r.push(239,191,189),a=n;continue}n=65536+(a-55296<<10|n-56320)}else a&&(t-=3)>-1&&r.push(239,191,189);if(a=null,n<128){if((t-=1)<0)break;r.push(n)}else if(n<2048){if((t-=2)<0)break;r.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;r.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;r.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return r}function H(e){return o.toByteArray(function(e){if((e=(e=e.split("=")[0]).trim().replace(Q,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function J(e,t,n,o){let a;for(a=0;a<o&&!(a+n>=t.length||a>=e.length);++a)t[a+n]=e[a];return a}function W(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function X(e){return e!=e}const K=function(){const e="0123456789abcdef",t=new Array(256);for(let n=0;n<16;++n){const o=16*n;for(let a=0;a<16;++a)t[o+a]=e[n]+e[a]}return t}();function Y(e){return"undefined"==typeof BigInt?Z:e}function Z(){throw new Error("BigInt not supported")}},5456:e=>{e.exports=function e(t){return null===t||"object"!=typeof t||null!=t.toJSON?JSON.stringify(t):Array.isArray(t)?"["+t.reduce(((t,n,o)=>t+(0===o?"":",")+e(void 0===n||"symbol"==typeof n?null:n)),"")+"]":"{"+Object.keys(t).sort().reduce(((n,o,a)=>void 0===t[o]||"symbol"==typeof t[o]?n:n+(0===n.length?"":",")+e(o)+":"+e(t[o])),"")+"}"}},5717:(e,t,n)=>{const o=n(2625);e.exports=function({dataset:e,graph:t,term:n,value:a,factory:r,_context:s}){return new o({dataset:e,graph:t,term:n,value:a,factory:r,_context:s})}},2625:(e,t,n)=>{const o=n(8825),a=n(6598),r=n(4277),s=n(1537),i=n(7424);class d{constructor({dataset:e,graph:t,term:n,value:s,factory:d=o,_context:l}){if(this.factory=d,this.namespace=a(d),l)return void(this._context=l);const w=n&&r(n)||s&&r(s)||[null];this._context=w.map((n=>new i({dataset:e,graph:t,value:n,factory:this.factory,namespace:this.namespace})))}get term(){const e=this.terms;if(1===e.length)return e[0]}get terms(){return this._context.map((e=>e.term)).filter(Boolean)}get value(){const e=this.term;return e&&e.value}get values(){return this.terms.map((e=>e.value))}get dataset(){const e=this.datasets;if(1===e.length)return e[0]}get datasets(){return this._context.map((e=>e.dataset)).filter(Boolean)}any(){return d.fromContext(this._context.map((e=>e.clone({}))))}isList(){return!(!this.term||!this.term.equals(this.namespace.nil)&&!this.out(this.namespace.first).term)}list(){if(this.terms.length>1)throw new Error("iterator over multiple terms is not supported");if(this.term){if("NamedNode"!==this.term.termType&&"BlankNode"!==this.term.termType)return null;if(!this.term.equals(this.namespace.nil)&&!this.out(this.namespace.first).term)return null}let e=this;return{[Symbol.iterator]:()=>({next:()=>{if(!e.term||e.term.equals(this.namespace.nil))return{done:!0};const t=e.out(this.namespace.first);if(t.terms.length>1)throw new Error(`Invalid list: multiple values for rdf:first on ${e.value}`);const n=e.out(this.namespace.rest);if(n.terms.length>1)throw new Error(`Invalid list: multiple values for rdf:rest on ${e.value}`);return e=n,{done:!1,value:t}}})}}toArray(){return this._context.map((e=>d.fromContext(e))).filter((e=>e.terms.some(Boolean)))}filter(e){const t=this._context.map((e=>d.fromContext(e)));return d.fromContext(this._context.filter(((n,o)=>e(d.fromContext(n),o,t))))}forEach(e){return this.toArray().forEach(e),this}map(e){return this.toArray().map(e)}toString(){return this.values.join()}node(e,{type:t,datatype:n,language:o}={}){const a=(e=this._toTermArray(e,t,n||o)||[null]).reduce(((e,t)=>e.concat(this._context.reduce(((e,n)=>e.concat([n.clone({value:t})])),[]))),[]);return d.fromContext(a)}blankNode(e){return this.node(e,{type:"BlankNode"})}literal(e,t){return this.node(e,{type:"Literal",datatype:t})}namedNode(e){return this.node(e,{type:"NamedNode"})}in(e){e=this._toTermArray(e);const t=this._context.reduce(((t,n)=>t.concat(n.in(e))),[]);return d.fromContext(t)}out(e,t={}){e=this._toTermArray(e);const n=this._context.reduce(((n,o)=>n.concat(o.out(e,t))),[]);return d.fromContext(n)}has(e,t){e=this._toTermArray(e),t=this._toTermArray(t);const n=this._context.reduce(((n,o)=>n.concat(o.has(e,t))),[]);return d.fromContext(n)}addIn(e,t,n){if(!e)throw new Error("predicate parameter is required");"function"==typeof t&&(n=t,t=null),e=this._toTermArray(e),t=this._toTermArray(t)||[this.factory.blankNode()];const o=this._context.map((n=>n.addIn(e,t)));return n&&d.fromContext(o).forEach(n),this}addOut(e,t,n){if(!e)throw new Error("predicate parameter is required");"function"==typeof t&&(n=t,t=null),e=this._toTermArray(e),t=this._toTermArray(t)||[this.factory.blankNode()];const o=this._context.map((n=>n.addOut(e,t)));return n&&d.fromContext(o).forEach(n),this}addList(e,t){if(!e||!t)throw new Error("predicate and items parameter is required");return e=this._toTermArray(e),t=this._toTermArray(t),this._context.forEach((n=>n.addList(e,t))),this}deleteIn(e,t){return e=this._toTermArray(e),t=this._toTermArray(t),this._context.forEach((n=>n.deleteIn(e,t))),this}deleteOut(e,t){return e=this._toTermArray(e),t=this._toTermArray(t),this._context.forEach((n=>n.deleteOut(e,t))),this}deleteList(e){if(!e)throw new Error("predicate parameter is required");return e=this._toTermArray(e),this._context.forEach((t=>t.deleteList(e))),this}_toTermArray(e,t,n){return s(e,t,n,this.factory)}static fromContext(e){return new d({_context:r(e),factory:e.factory})}}e.exports=d},7424:(e,t,n)=>{const o=n(6449),a=n(4277),{filterTaggedLiterals:r}=n(791);class s{constructor({dataset:e,graph:t,value:n,factory:a,namespace:r}){this.dataset=e,this.graph=t,this.factory=a,this.namespace=r,this.term=o(n,void 0,void 0,a)}clone({dataset:e=this.dataset,graph:t=this.graph,value:n,factory:o=this.factory,namespace:a=this.namespace}){return new s({dataset:e,graph:t,value:n,factory:o,namespace:a})}has(e,t){return this.matchProperty(a(this.term),e,t,a(this.graph),"subject").map((e=>this.clone({value:e})))}in(e){return this.matchProperty(null,e,a(this.term),a(this.graph),"subject").map((e=>this.clone({value:e})))}out(e,{language:t}={}){let n=this.matchProperty(a(this.term),e,null,a(this.graph),"object");return void 0!==t&&(n=r(n,{language:t})),n.map((e=>this.clone({value:e})))}addIn(e,t){const n=[];return this.term&&t.forEach((t=>{e.forEach((e=>{this.dataset.add(this.factory.quad(t,e,this.term,this.graph))})),n.push(this.clone({value:t}))})),n}addOut(e,t){const n=[];return this.term&&t.forEach((t=>{e.forEach((e=>{this.dataset.add(this.factory.quad(this.term,e,t,this.graph))})),n.push(this.clone({value:t}))})),n}addList(e,t){this.term&&e.forEach((e=>{const n=t.map((()=>this.factory.blankNode()));this.dataset.add(this.factory.quad(this.term,e,n[0]||this.namespace.nil,this.graph));for(let e=0;e<n.length;e++)this.dataset.add(this.factory.quad(n[e],this.namespace.first,t[e],this.graph)),this.dataset.add(this.factory.quad(n[e],this.namespace.rest,n[e+1]||this.namespace.nil,this.graph))}))}deleteIn(e,t){this.deleteMatch(t,e,a(this.term),a(this.graph))}deleteOut(e,t){this.deleteMatch(a(this.term),e,t,a(this.graph))}deleteList(e){e.forEach((e=>{for(const t of this.dataset.match(this.term,e))this.deleteItems(t)}))}deleteItems(e){let t=[e];for(;!t[t.length-1].object.equals(this.namespace.nil);){const e=t[t.length-1].object;t=t.concat([...this.dataset.match(e)])}t.forEach((e=>{this.dataset.delete(e)}))}match(e,t,n,o){if(!(e||t||n||o))return[...this.dataset];e=e||[null],t=t||[null],n=n||[null],o=o||[null];const a=[];for(const r of o)for(const o of e)for(const e of t)for(const t of n)for(const n of this.dataset.match(o,e,t,r))a.push(n);return a}matchProperty(e,t,n,o,a){return this.match(e,t,n,o).map((e=>e[a]))}deleteMatch(e,t,n,o){this.match(e,t,n,o).forEach((e=>{this.dataset.delete(e)}))}}e.exports=s},2394:(e,t,n)=>{const o=n(8825),a=n(6598),{xsd:r}=a(o);function s(e,t=o){return"boolean"!=typeof e?null:t.literal(e.toString(),r("boolean"))}function i(e,t=o){return"number"!=typeof e?null:Number.isInteger(e)?t.literal(e.toString(10),r("integer")):t.literal(e.toString(10),r("double"))}function d(e,t=o){return"string"!=typeof e?null:t.literal(e)}e.exports={booleanToLiteral:s,numberToLiteral:i,stringToLiteral:d,toLiteral:function(e,t=o){return s(e,t)||i(e,t)||d(e,t)}}},791:(e,t,n)=>{const o=n(8825),a=n(6598)(o);function r(e,t){const n="Literal"!==t.termType,o=a.langString.equals(t.datatype)||a.xsd.string.equals(t.datatype);if(n||!o)return e;const r=t.language.toLowerCase();return e.has(r)?e.get(r).push(t):e.set(r,[t]),e}e.exports={filterTaggedLiterals:function(e,{language:t}){const n="string"==typeof t?[t]:t,o=function(e){const t=e.reduce(r,new Map),n=[...t.entries()];return e=>{const o=e.toLowerCase();if("*"===o)return n[0]&&n[0][1];const a=t.get(o);if(a)return a;const r=n.find((([e])=>e.startsWith(o)));return r&&r[1]}}(e);return n.map(o).find(Boolean)||[]}}},6598:(e,t,n)=>{const o=n(3402);e.exports=e=>{const t=o("http://www.w3.org/2001/XMLSchema#",{factory:e}),n=o("http://www.w3.org/1999/02/22-rdf-syntax-ns#",{factory:e});return{first:n.first,nil:n.nil,rest:n.rest,langString:n.langString,xsd:t}}},6449:(e,t,n)=>{const{toLiteral:o}=n(2394);function a(e,t){if("string"!=typeof e)throw new Error("Named node must be an IRI string");return t.namedNode(e)}e.exports=function(e,t="Literal",n,r){if(e&&"object"==typeof e&&e.termType)return e;if(e&&"URL"===e.constructor.name)return a(e.toString(),r);if("BlankNode"===t)return function(e,t){if(e&&"string"!=typeof e)throw new Error("Blank node identifier must be a string");return t.blankNode(e)}(e,r);if(null!=e){if("Literal"===t)return function(e,t,n){if("string"==typeof e)return(t=t&&(t.value||t.toString()))&&-1!==t.indexOf(":")&&(t=n.namedNode(t)),n.literal(e.toString(),t);const a=o(e,n);if(!a)throw new Error("The value cannot be converted to a literal node");return a}(e,n,r);if("NamedNode"===t)return a(e,r);throw new Error("unknown type")}}},4277:e=>{e.exports=function(e,t){return null==e?t:Array.isArray(e)?e:"string"!=typeof e&&e[Symbol.iterator]?[...e]:[e]}},1537:(e,t,n)=>{const o=n(6449),a=n(4277);e.exports=function(e,t,n,r){return null!=e||t?(a(e)||[void 0]).reduce(((e,a)=>"object"==typeof a&&a.terms?e.concat(a.terms):(e.push(o(a,t,n,r)),e)),[]):e}},1227:(e,t,n)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let o=0,a=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(o++,"%c"===e&&(a=o))})),t.splice(a,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=n(2447)(t);const{formatters:o}=e.exports;o.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},2447:(e,t,n)=>{e.exports=function(e){function t(e){let n,a,r,s=null;function i(...e){if(!i.enabled)return;const o=i,a=Number(new Date),r=a-(n||a);o.diff=r,o.prev=n,o.curr=a,n=a,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let s=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((n,a)=>{if("%%"===n)return"%";s++;const r=t.formatters[a];if("function"==typeof r){const t=e[s];n=r.call(o,t),e.splice(s,1),s--}return n})),t.formatArgs.call(o,e),(o.log||t.log).apply(o,e)}return i.namespace=e,i.useColors=t.useColors(),i.color=t.selectColor(e),i.extend=o,i.destroy=t.destroy,Object.defineProperty(i,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==s?s:(a!==t.namespaces&&(a=t.namespaces,r=t.enabled(e)),r),set:e=>{s=e}}),"function"==typeof t.init&&t.init(i),i}function o(e,n){const o=t(this.namespace+(void 0===n?":":n)+e);return o.log=this.log,o}function a(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){const e=[...t.names.map(a),...t.skips.map(a).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const o=("string"==typeof e?e:"").split(/[\s,]+/),a=o.length;for(n=0;n<a;n++)o[n]&&("-"===(e=o[n].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.slice(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){if("*"===e[e.length-1])return!0;let n,o;for(n=0,o=t.skips.length;n<o;n++)if(t.skips[n].test(e))return!1;for(n=0,o=t.names.length;n<o;n++)if(t.names[n].test(e))return!0;return!1},t.humanize=n(7824),t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((n=>{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t<e.length;t++)n=(n<<5)-n+e.charCodeAt(t),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t}},7187:e=>{var t,n="object"==typeof Reflect?Reflect:null,o=n&&"function"==typeof n.apply?n.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};t=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var a=Number.isNaN||function(e){return e!=e};function r(){r.init.call(this)}e.exports=r,e.exports.once=function(e,t){return new Promise((function(n,o){function a(n){e.removeListener(t,r),o(n)}function r(){"function"==typeof e.removeListener&&e.removeListener("error",a),n([].slice.call(arguments))}m(e,t,r,{once:!0}),"error"!==t&&function(e,t,n){"function"==typeof e.on&&m(e,"error",t,{once:!0})}(e,a)}))},r.EventEmitter=r,r.prototype._events=void 0,r.prototype._eventsCount=0,r.prototype._maxListeners=void 0;var s=10;function i(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function d(e){return void 0===e._maxListeners?r.defaultMaxListeners:e._maxListeners}function l(e,t,n,o){var a,r,s,l;if(i(n),void 0===(r=e._events)?(r=e._events=Object.create(null),e._eventsCount=0):(void 0!==r.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),r=e._events),s=r[t]),void 0===s)s=r[t]=n,++e._eventsCount;else if("function"==typeof s?s=r[t]=o?[n,s]:[s,n]:o?s.unshift(n):s.push(n),(a=d(e))>0&&s.length>a&&!s.warned){s.warned=!0;var w=new Error("Possible EventEmitter memory leak detected. "+s.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");w.name="MaxListenersExceededWarning",w.emitter=e,w.type=t,w.count=s.length,l=w,console&&console.warn&&console.warn(l)}return e}function w(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function h(e,t,n){var o={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},a=w.bind(o);return a.listener=n,o.wrapFn=a,a}function c(e,t,n){var o=e._events;if(void 0===o)return[];var a=o[t];return void 0===a?[]:"function"==typeof a?n?[a.listener||a]:[a]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(a):u(a,a.length)}function p(e){var t=this._events;if(void 0!==t){var n=t[e];if("function"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function u(e,t){for(var n=new Array(t),o=0;o<t;++o)n[o]=e[o];return n}function m(e,t,n,o){if("function"==typeof e.on)o.once?e.once(t,n):e.on(t,n);else{if("function"!=typeof e.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e);e.addEventListener(t,(function a(r){o.once&&e.removeEventListener(t,a),n(r)}))}}Object.defineProperty(r,"defaultMaxListeners",{enumerable:!0,get:function(){return s},set:function(e){if("number"!=typeof e||e<0||a(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");s=e}}),r.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},r.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||a(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},r.prototype.getMaxListeners=function(){return d(this)},r.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var a="error"===e,r=this._events;if(void 0!==r)a=a&&void 0===r.error;else if(!a)return!1;if(a){var s;if(t.length>0&&(s=t[0]),s instanceof Error)throw s;var i=new Error("Unhandled error."+(s?" ("+s.message+")":""));throw i.context=s,i}var d=r[e];if(void 0===d)return!1;if("function"==typeof d)o(d,this,t);else{var l=d.length,w=u(d,l);for(n=0;n<l;++n)o(w[n],this,t)}return!0},r.prototype.addListener=function(e,t){return l(this,e,t,!1)},r.prototype.on=r.prototype.addListener,r.prototype.prependListener=function(e,t){return l(this,e,t,!0)},r.prototype.once=function(e,t){return i(t),this.on(e,h(this,e,t)),this},r.prototype.prependOnceListener=function(e,t){return i(t),this.prependListener(e,h(this,e,t)),this},r.prototype.removeListener=function(e,t){var n,o,a,r,s;if(i(t),void 0===(o=this._events))return this;if(void 0===(n=o[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete o[e],o.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(a=-1,r=n.length-1;r>=0;r--)if(n[r]===t||n[r].listener===t){s=n[r].listener,a=r;break}if(a<0)return this;0===a?n.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(n,a),1===n.length&&(o[e]=n[0]),void 0!==o.removeListener&&this.emit("removeListener",e,s||t)}return this},r.prototype.off=r.prototype.removeListener,r.prototype.removeAllListeners=function(e){var t,n,o;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete n[e]),this;if(0===arguments.length){var a,r=Object.keys(n);for(o=0;o<r.length;++o)"removeListener"!==(a=r[o])&&this.removeAllListeners(a);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=n[e]))this.removeListener(e,t);else if(void 0!==t)for(o=t.length-1;o>=0;o--)this.removeListener(e,t[o]);return this},r.prototype.listeners=function(e){return c(this,e,!0)},r.prototype.rawListeners=function(e){return c(this,e,!1)},r.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):p.call(e,t)},r.prototype.listenerCount=p,r.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},645:(e,t)=>{t.read=function(e,t,n,o,a){var r,s,i=8*a-o-1,d=(1<<i)-1,l=d>>1,w=-7,h=n?a-1:0,c=n?-1:1,p=e[t+h];for(h+=c,r=p&(1<<-w)-1,p>>=-w,w+=i;w>0;r=256*r+e[t+h],h+=c,w-=8);for(s=r&(1<<-w)-1,r>>=-w,w+=o;w>0;s=256*s+e[t+h],h+=c,w-=8);if(0===r)r=1-l;else{if(r===d)return s?NaN:1/0*(p?-1:1);s+=Math.pow(2,o),r-=l}return(p?-1:1)*s*Math.pow(2,r-o)},t.write=function(e,t,n,o,a,r){var s,i,d,l=8*r-a-1,w=(1<<l)-1,h=w>>1,c=23===a?Math.pow(2,-24)-Math.pow(2,-77):0,p=o?0:r-1,u=o?1:-1,m=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(i=isNaN(t)?1:0,s=w):(s=Math.floor(Math.log(t)/Math.LN2),t*(d=Math.pow(2,-s))<1&&(s--,d*=2),(t+=s+h>=1?c/d:c*Math.pow(2,1-h))*d>=2&&(s++,d/=2),s+h>=w?(i=0,s=w):s+h>=1?(i=(t*d-1)*Math.pow(2,a),s+=h):(i=t*Math.pow(2,h-1)*Math.pow(2,a),s=0));a>=8;e[n+p]=255&i,p+=u,i/=256,a-=8);for(s=s<<a|i,l+=a;l>0;e[n+p]=255&s,p+=u,s/=256,l-=8);e[n+p-u]|=128*m}},8058:(e,t,n)=>{const{isArray:o,isObject:a,isString:r}=n(832),{asArray:s}=n(1055),{prependBase:i}=n(2278),d=n(4093),l=n(6767);function w(e){throw new d("Invalid JSON-LD syntax; @context must be an object.","jsonld.SyntaxError",{code:"invalid local context",context:e})}function h({context:e,base:t}){if(!e)return;const n=e["@context"];if(r(n))e["@context"]=i(t,n);else if(o(n))for(let e=0;e<n.length;++e){const o=n[e];r(o)?n[e]=i(t,o):a(o)&&h({context:{"@context":o},base:t})}else if(a(n))for(const e in n)h({context:n[e],base:t})}e.exports=class{constructor({sharedCache:e}){this.perOpCache=new Map,this.sharedCache=e}async resolve({activeCtx:e,context:t,documentLoader:n,base:i,cycles:d=new Set}){t&&a(t)&&t["@context"]&&(t=t["@context"]),t=s(t);const h=[];for(const s of t){if(r(s)){let t=this._get(s);t||(t=await this._resolveRemoteContext({activeCtx:e,url:s,documentLoader:n,base:i,cycles:d})),o(t)?h.push(...t):h.push(t);continue}if(null===s){h.push(new l({document:null}));continue}a(s)||w(t);const c=JSON.stringify(s);let p=this._get(c);p||(p=new l({document:s}),this._cacheResolvedContext({key:c,resolved:p,tag:"static"})),h.push(p)}return h}_get(e){let t=this.perOpCache.get(e);if(!t){const n=this.sharedCache.get(e);n&&(t=n.get("static"),t&&this.perOpCache.set(e,t))}return t}_cacheResolvedContext({key:e,resolved:t,tag:n}){if(this.perOpCache.set(e,t),void 0!==n){let o=this.sharedCache.get(e);o||(o=new Map,this.sharedCache.set(e,o)),o.set(n,t)}return t}async _resolveRemoteContext({activeCtx:e,url:t,documentLoader:n,base:o,cycles:a}){t=i(o,t);const{context:r,remoteDoc:s}=await this._fetchContext({activeCtx:e,url:t,documentLoader:n,cycles:a});h({context:r,base:o=s.documentUrl||t});const d=await this.resolve({activeCtx:e,context:r,documentLoader:n,base:o,cycles:a});return this._cacheResolvedContext({key:t,resolved:d,tag:s.tag}),d}async _fetchContext({activeCtx:e,url:t,documentLoader:n,cycles:s}){if(s.size>10)throw new d("Maximum number of @context URLs exceeded.","jsonld.ContextUrlError",{code:"json-ld-1.0"===e.processingMode?"loading remote context failed":"context overflow",max:10});if(s.has(t))throw new d("Cyclical @context URLs detected.","jsonld.ContextUrlError",{code:"json-ld-1.0"===e.processingMode?"recursive context inclusion":"context overflow",url:t});let i,l;s.add(t);try{l=await n(t),i=l.document||null,r(i)&&(i=JSON.parse(i))}catch(e){throw new d("Dereferencing a URL did not result in a valid JSON-LD object. Possible causes are an inaccessible URL perhaps due to a same-origin policy (ensure the server uses CORS if you are using client-side JavaScript), too many redirects, a non-JSON response, or more than one HTTP Link Header was provided for a remote context.","jsonld.InvalidUrl",{code:"loading remote context failed",url:t,cause:e})}if(!a(i))throw new d("Dereferencing a URL did not result in a JSON object. The response was valid JSON, but it was not a JSON object.","jsonld.InvalidUrl",{code:"invalid remote context",url:t});return i="@context"in i?{"@context":i["@context"]}:{"@context":{}},l.contextUrl&&(o(i["@context"])||(i["@context"]=[i["@context"]]),i["@context"].push(l.contextUrl)),{context:i,remoteDoc:l}}}},4093:e=>{e.exports=class extends Error{constructor(e="An unspecified JSON-LD error occurred.",t="jsonld.Error",n={}){super(e),this.name=t,this.message=e,this.details=n}}},731:e=>{e.exports=e=>{class t{toString(){return"[object JsonLdProcessor]"}}return Object.defineProperty(t,"prototype",{writable:!1,enumerable:!1}),Object.defineProperty(t.prototype,"constructor",{writable:!0,enumerable:!1,configurable:!0,value:t}),t.compact=function(t,n){return arguments.length<2?Promise.reject(new TypeError("Could not compact, too few arguments.")):e.compact(t,n)},t.expand=function(t){return arguments.length<1?Promise.reject(new TypeError("Could not expand, too few arguments.")):e.expand(t)},t.flatten=function(t){return arguments.length<1?Promise.reject(new TypeError("Could not flatten, too few arguments.")):e.flatten(t)},t}},9048:(e,t,n)=>{e.exports=n(7055).NQuads},533:e=>{e.exports=class{constructor(){this._requests={}}wrapLoader(e){const t=this;return t._loader=e,function(){return t.add.apply(t,arguments)}}async add(e){let t=this._requests[e];if(t)return Promise.resolve(t);t=this._requests[e]=this._loader(e);try{return await t}finally{delete this._requests[e]}}}},6767:(e,t,n)=>{const o=n(9593);e.exports=class{constructor({document:e}){this.document=e,this.cache=new o({max:10})}getProcessed(e){return this.cache.get(e)}setProcessed(e,t){this.cache.set(e,t)}}},3251:(e,t,n)=>{const o=n(4093),{isArray:a,isObject:r,isString:s,isUndefined:i}=n(832),{isList:d,isValue:l,isGraph:w,isSimpleGraph:h,isSubjectReference:c}=n(8463),{expandIri:p,getContextValue:u,isKeyword:m,process:g,processingMode:f}=n(4131),{removeBase:y,prependBase:v}=n(2278),{REGEX_KEYWORD:b,addValue:N,asArray:x,compareShortestLeast:_}=n(1055),C={};function S(e,t,n){if("@nest"!==p(e,t,{vocab:!0},n))throw new o("JSON-LD compact error; nested property must have an @nest value resolving to @nest.","jsonld.SyntaxError",{code:"invalid @nest value"})}e.exports=C,C.compact=async({activeCtx:e,activeProperty:t=null,element:n,options:p={}})=>{if(a(n)){let o=[];for(let a=0;a<n.length;++a){const r=await C.compact({activeCtx:e,activeProperty:t,element:n[a],options:p});null!==r&&o.push(r)}return p.compactArrays&&1===o.length&&0===(u(e,t,"@container")||[]).length&&(o=o[0]),o}const y=u(e,t,"@context");if(i(y)||(e=await g({activeCtx:e,localCtx:y,propagate:!0,overrideProtected:!0,options:p})),r(n)){if(p.link&&"@id"in n&&p.link.hasOwnProperty(n["@id"])){const e=p.link[n["@id"]];for(let t=0;t<e.length;++t)if(e[t].expanded===n)return e[t].compacted}if(l(n)||c(n)){const o=C.compactValue({activeCtx:e,activeProperty:t,value:n,options:p});return p.link&&c(n)&&(p.link.hasOwnProperty(n["@id"])||(p.link[n["@id"]]=[]),p.link[n["@id"]].push({expanded:n,compacted:o})),o}if(d(n)&&(u(e,t,"@container")||[]).includes("@list"))return C.compact({activeCtx:e,activeProperty:t,element:n["@list"],options:p});const y="@reverse"===t,v={},b=e;l(n)||c(n)||(e=e.revertToPreviousContext());const _=u(b,t,"@context");i(_)||(e=await g({activeCtx:e,localCtx:_,propagate:!0,overrideProtected:!0,options:p})),p.link&&"@id"in n&&(p.link.hasOwnProperty(n["@id"])||(p.link[n["@id"]]=[]),p.link[n["@id"]].push({expanded:n,compacted:v}));let E=n["@type"]||[];E.length>1&&(E=Array.from(E).sort());const q=e;for(const t of E){const n=C.compactIri({activeCtx:q,iri:t,relativeTo:{vocab:!0}}),o=u(b,n,"@context");i(o)||(e=await g({activeCtx:e,localCtx:o,options:p,propagate:!1}))}const I=Object.keys(n).sort();for(const i of I){const c=n[i];if("@id"!==i)if("@type"!==i)if("@reverse"!==i)if("@preserve"!==i)if("@index"!==i)if("@graph"!==i&&"@list"!==i&&"@included"!==i&&m(i)){const t=C.compactIri({activeCtx:e,iri:i,relativeTo:{vocab:!0}});N(v,t,c)}else{if(!a(c))throw new o("JSON-LD expansion error; expanded value must be an array.","jsonld.SyntaxError");if(0===c.length){const t=C.compactIri({activeCtx:e,iri:i,value:c,relativeTo:{vocab:!0},reverse:y}),n=e.mappings.has(t)?e.mappings.get(t)["@nest"]:null;let o=v;n&&(S(e,n,p),r(v[n])||(v[n]={}),o=v[n]),N(o,t,c,{propertyIsArray:!0})}for(const t of c){const n=C.compactIri({activeCtx:e,iri:i,value:t,relativeTo:{vocab:!0},reverse:y}),o=e.mappings.has(n)?e.mappings.get(n)["@nest"]:null;let c=v;o&&(S(e,o,p),r(v[o])||(v[o]={}),c=v[o]);const m=u(e,n,"@container")||[],g=w(t),f=d(t);let b;f?b=t["@list"]:g&&(b=t["@graph"]);let _=await C.compact({activeCtx:e,activeProperty:n,element:f||g?b:t,options:p});if(f){if(a(_)||(_=[_]),m.includes("@list")){N(c,n,_,{valueIsArray:!0,allowDuplicate:!0});continue}_={[C.compactIri({activeCtx:e,iri:"@list",relativeTo:{vocab:!0}})]:_},"@index"in t&&(_[C.compactIri({activeCtx:e,iri:"@index",relativeTo:{vocab:!0}})]=t["@index"])}if(g)if(m.includes("@graph")&&(m.includes("@id")||m.includes("@index")&&h(t))){let o;c.hasOwnProperty(n)?o=c[n]:c[n]=o={};const a=(m.includes("@id")?t["@id"]:t["@index"])||C.compactIri({activeCtx:e,iri:"@none",relativeTo:{vocab:!0}});N(o,a,_,{propertyIsArray:!p.compactArrays||m.includes("@set")})}else m.includes("@graph")&&h(t)?(a(_)&&_.length>1&&(_={"@included":_}),N(c,n,_,{propertyIsArray:!p.compactArrays||m.includes("@set")})):(a(_)&&1===_.length&&p.compactArrays&&(_=_[0]),_={[C.compactIri({activeCtx:e,iri:"@graph",relativeTo:{vocab:!0}})]:_},"@id"in t&&(_[C.compactIri({activeCtx:e,iri:"@id",relativeTo:{vocab:!0}})]=t["@id"]),"@index"in t&&(_[C.compactIri({activeCtx:e,iri:"@index",relativeTo:{vocab:!0}})]=t["@index"]),N(c,n,_,{propertyIsArray:!p.compactArrays||m.includes("@set")}));else if(m.includes("@language")||m.includes("@index")||m.includes("@id")||m.includes("@type")){let o,a;if(c.hasOwnProperty(n)?o=c[n]:c[n]=o={},m.includes("@language"))l(_)&&(_=_["@value"]),a=t["@language"];else if(m.includes("@index")){const o=u(e,n,"@index")||"@index",r=C.compactIri({activeCtx:e,iri:o,relativeTo:{vocab:!0}});if("@index"===o)a=t["@index"],delete _[r];else{let e;if([a,...e]=x(_[o]||[]),s(a))switch(e.length){case 0:delete _[o];break;case 1:_[o]=e[0];break;default:_[o]=e}else a=null}}else if(m.includes("@id")){const t=C.compactIri({activeCtx:e,iri:"@id",relativeTo:{vocab:!0}});a=_[t],delete _[t]}else if(m.includes("@type")){const o=C.compactIri({activeCtx:e,iri:"@type",relativeTo:{vocab:!0}});let r;switch([a,...r]=x(_[o]||[]),r.length){case 0:delete _[o];break;case 1:_[o]=r[0];break;default:_[o]=r}1===Object.keys(_).length&&"@id"in t&&(_=await C.compact({activeCtx:e,activeProperty:n,element:{"@id":t["@id"]},options:p}))}a||(a=C.compactIri({activeCtx:e,iri:"@none",relativeTo:{vocab:!0}})),N(o,a,_,{propertyIsArray:m.includes("@set")})}else{const e=!p.compactArrays||m.includes("@set")||m.includes("@list")||a(_)&&0===_.length||"@list"===i||"@graph"===i;N(c,n,_,{propertyIsArray:e})}}}else{if((u(e,t,"@container")||[]).includes("@index"))continue;const n=C.compactIri({activeCtx:e,iri:i,relativeTo:{vocab:!0}});N(v,n,c)}else{const n=await C.compact({activeCtx:e,activeProperty:t,element:c,options:p});a(n)&&0===n.length||N(v,i,n)}else{const t=await C.compact({activeCtx:e,activeProperty:"@reverse",element:c,options:p});for(const n in t)if(e.mappings.has(n)&&e.mappings.get(n).reverse){const o=t[n],a=(u(e,n,"@container")||[]).includes("@set")||!p.compactArrays;N(v,n,o,{propertyIsArray:a}),delete t[n]}if(Object.keys(t).length>0){const n=C.compactIri({activeCtx:e,iri:i,relativeTo:{vocab:!0}});N(v,n,t)}}else{let t=x(c).map((e=>C.compactIri({activeCtx:b,iri:e,relativeTo:{vocab:!0}})));1===t.length&&(t=t[0]);const n=C.compactIri({activeCtx:e,iri:"@type",relativeTo:{vocab:!0}}),o=(u(e,n,"@container")||[]).includes("@set")&&f(e,1.1)||a(t)&&0===c.length;N(v,n,t,{propertyIsArray:o})}else{let t=x(c).map((t=>C.compactIri({activeCtx:e,iri:t,relativeTo:{vocab:!1},base:p.base})));1===t.length&&(t=t[0]),v[C.compactIri({activeCtx:e,iri:"@id",relativeTo:{vocab:!0}})]=t}}return v}return n},C.compactIri=({activeCtx:e,iri:t,value:n=null,relativeTo:a={vocab:!1},reverse:s=!1,base:i=null})=>{if(null===t)return t;e.isPropertyTermScoped&&e.previousContext&&(e=e.previousContext);const h=e.getInverse();if(m(t)&&t in h&&"@none"in h[t]&&"@type"in h[t]["@none"]&&"@none"in h[t]["@none"]["@type"])return h[t]["@none"]["@type"]["@none"];if(a.vocab&&t in h){const o=e["@language"]||"@none",a=[];r(n)&&"@index"in n&&!("@graph"in n)&&a.push("@index","@index@set"),r(n)&&"@preserve"in n&&(n=n["@preserve"][0]),w(n)?("@index"in n&&a.push("@graph@index","@graph@index@set","@index","@index@set"),"@id"in n&&a.push("@graph@id","@graph@id@set"),a.push("@graph","@graph@set","@set"),"@index"in n||a.push("@graph@index","@graph@index@set","@index","@index@set"),"@id"in n||a.push("@graph@id","@graph@id@set")):r(n)&&!l(n)&&a.push("@id","@id@set","@type","@set@type");let i="@language",h="@null";if(s)i="@type",h="@reverse",a.push("@set");else if(d(n)){"@index"in n||a.push("@list");const e=n["@list"];if(0===e.length)i="@any",h="@none";else{let t=0===e.length?o:null,n=null;for(let o=0;o<e.length;++o){const a=e[o];let r="@none",s="@none";if(l(a)?"@direction"in a?r=`${(a["@language"]||"").toLowerCase()}_${a["@direction"]}`:"@language"in a?r=a["@language"].toLowerCase():"@type"in a?s=a["@type"]:r="@null":s="@id",null===t?t=r:r!==t&&l(a)&&(t="@none"),null===n?n=s:s!==n&&(n="@none"),"@none"===t&&"@none"===n)break}t=t||"@none",n=n||"@none","@none"!==n?(i="@type",h=n):h=t}}else{if(l(n))if("@language"in n&&!("@index"in n)){a.push("@language","@language@set"),h=n["@language"];const e=n["@direction"];e&&(h=`${h}_${e}`)}else"@direction"in n&&!("@index"in n)?h=`_${n["@direction"]}`:"@type"in n&&(i="@type",h=n["@type"]);else i="@type",h="@id";a.push("@set")}a.push("@none"),r(n)&&!("@index"in n)&&a.push("@index","@index@set"),l(n)&&1===Object.keys(n).length&&a.push("@language","@language@set");const c=function(e,t,n,o,a,s){null===s&&(s="@null");const i=[];if(("@id"===s||"@reverse"===s)&&r(n)&&"@id"in n){"@reverse"===s&&i.push("@reverse");const t=C.compactIri({activeCtx:e,iri:n["@id"],relativeTo:{vocab:!0}});e.mappings.has(t)&&e.mappings.get(t)&&e.mappings.get(t)["@id"]===n["@id"]?i.push.apply(i,["@vocab","@id"]):i.push.apply(i,["@id","@vocab"])}else{i.push(s);const e=i.find((e=>e.includes("_")));e&&i.push(e.replace(/^[^_]+_/,"_"))}i.push("@none");const d=e.inverse[t];for(const e of o){if(!(e in d))continue;const t=d[e][a];for(const e of i)if(e in t)return t[e]}return null}(e,t,n,a,i,h);if(null!==c)return c}if(a.vocab&&"@vocab"in e){const n=e["@vocab"];if(0===t.indexOf(n)&&t!==n){const o=t.substr(n.length);if(!e.mappings.has(o))return o}}let c=null;const p=[];let u=e.fastCurieMap;const g=t.length-1;for(let e=0;e<g&&t[e]in u;++e)u=u[t[e]],""in u&&p.push(u[""][0]);for(let o=p.length-1;o>=0;--o){const a=p[o],r=a.terms;for(const o of r){const r=o+":"+t.substr(a.iri.length);e.mappings.get(o)._prefix&&(!e.mappings.has(r)||null===n&&e.mappings.get(r)["@id"]===t)&&(null===c||_(r,c)<0)&&(c=r)}}if(null!==c)return c;for(const[n,a]of e.mappings)if(a&&a._prefix&&t.startsWith(n+":"))throw new o(`Absolute IRI "${t}" confused with prefix "${n}".`,"jsonld.SyntaxError",{code:"IRI confused with prefix",context:e});if(!a.vocab){if("@base"in e){if(e["@base"]){const n=y(v(i,e["@base"]),t);return b.test(n)?`./${n}`:n}return t}return y(i,t)}return t},C.compactValue=({activeCtx:e,activeProperty:t,value:n,options:o})=>{if(l(n)){const o=u(e,t,"@type"),a=u(e,t,"@language"),r=u(e,t,"@direction"),i=u(e,t,"@container")||[],d="@index"in n&&!i.includes("@index");if(!d&&"@none"!==o){if(n["@type"]===o)return n["@value"];if("@language"in n&&n["@language"]===a&&"@direction"in n&&n["@direction"]===r)return n["@value"];if("@language"in n&&n["@language"]===a)return n["@value"];if("@direction"in n&&n["@direction"]===r)return n["@value"]}const l=Object.keys(n).length,w=1===l||2===l&&"@index"in n&&!d,h="@language"in e,c=s(n["@value"]),p=e.mappings.has(t)&&null===e.mappings.get(t)["@language"];if(w&&"@none"!==o&&(!h||!c||p))return n["@value"];const m={};return d&&(m[C.compactIri({activeCtx:e,iri:"@index",relativeTo:{vocab:!0}})]=n["@index"]),"@type"in n?m[C.compactIri({activeCtx:e,iri:"@type",relativeTo:{vocab:!0}})]=C.compactIri({activeCtx:e,iri:n["@type"],relativeTo:{vocab:!0}}):"@language"in n&&(m[C.compactIri({activeCtx:e,iri:"@language",relativeTo:{vocab:!0}})]=n["@language"]),"@direction"in n&&(m[C.compactIri({activeCtx:e,iri:"@direction",relativeTo:{vocab:!0}})]=n["@direction"]),m[C.compactIri({activeCtx:e,iri:"@value",relativeTo:{vocab:!0}})]=n["@value"],m}const a=p(e,t,{vocab:!0},o),r=u(e,t,"@type"),i=C.compactIri({activeCtx:e,iri:n["@id"],relativeTo:{vocab:"@vocab"===r},base:o.base});return"@id"===r||"@vocab"===r||"@graph"===a?i:{[C.compactIri({activeCtx:e,iri:"@id",relativeTo:{vocab:!0}})]:i}}},3770:e=>{const t="http://www.w3.org/1999/02/22-rdf-syntax-ns#",n="http://www.w3.org/2001/XMLSchema#";e.exports={LINK_HEADER_REL:"http://www.w3.org/ns/json-ld#context",LINK_HEADER_CONTEXT:"http://www.w3.org/ns/json-ld#context",RDF:t,RDF_LIST:t+"List",RDF_FIRST:t+"first",RDF_REST:t+"rest",RDF_NIL:t+"nil",RDF_TYPE:t+"type",RDF_PLAIN_LITERAL:t+"PlainLiteral",RDF_XML_LITERAL:t+"XMLLiteral",RDF_JSON_LITERAL:t+"JSON",RDF_OBJECT:t+"object",RDF_LANGSTRING:t+"langString",XSD:n,XSD_BOOLEAN:n+"boolean",XSD_DOUBLE:n+"double",XSD_INTEGER:n+"integer",XSD_STRING:n+"string"}},4131:(e,t,n)=>{const o=n(1055),a=n(4093),{isArray:r,isObject:s,isString:i,isUndefined:d}=n(832),{isAbsolute:l,isRelative:w,prependBase:h}=n(2278),{handleEvent:c}=n(1696),{REGEX_BCP47:p,REGEX_KEYWORD:u,asArray:m,compareShortestLeast:g}=n(1055),f=new Map,y={};function v(e,t,n,o,a,r){if(null===t||!i(t)||y.isKeyword(t))return t;if(t.match(u))return null;if(o&&o.hasOwnProperty(t)&&!0!==a.get(t)&&y.createTermDefinition({activeCtx:e,localCtx:o,term:t,defined:a,options:r}),(n=n||{}).vocab){const n=e.mappings.get(t);if(null===n)return null;if(s(n)&&"@id"in n)return n["@id"]}const d=t.indexOf(":");if(d>0){const n=t.substr(0,d),s=t.substr(d+1);if("_"===n||0===s.indexOf("//"))return t;o&&o.hasOwnProperty(n)&&y.createTermDefinition({activeCtx:e,localCtx:o,term:n,defined:a,options:r});const i=e.mappings.get(n);if(i&&i._prefix)return i["@id"]+s;if(l(t))return t}if(n.vocab&&"@vocab"in e)t=e["@vocab"]+t;else if(n.base){let n,o;"@base"in e?e["@base"]?(o=h(r.base,e["@base"]),n=h(o,t)):(o=e["@base"],n=t):(o=r.base,n=h(r.base,t)),t=n}return t}function b(e,t){if(!e||"object"!=typeof e||!t||"object"!=typeof t)return e===t;const n=Array.isArray(e);if(n!==Array.isArray(t))return!1;if(n){if(e.length!==t.length)return!1;for(let n=0;n<e.length;++n)if(!b(e[n],t[n]))return!1;return!0}const o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(const n in e){let o=e[n],a=t[n];if("@container"===n&&Array.isArray(o)&&Array.isArray(a)&&(o=o.slice().sort(),a=a.slice().sort()),!b(o,a))return!1}return!0}e.exports=y,y.process=async({activeCtx:e,localCtx:t,options:n,propagate:o=!0,overrideProtected:d=!1,cycles:u=new Set})=>{if(s(t)&&"@context"in t&&r(t["@context"])&&(t=t["@context"]),0===m(t).length)return e;const g=[],f=[({event:e,next:t})=>{g.push(e),t()}];n.eventHandler&&f.push(n.eventHandler);const b=n;n={...n,eventHandler:f};const N=await n.contextResolver.resolve({activeCtx:e,context:t,documentLoader:n.documentLoader,base:n.base});s(N[0].document)&&"boolean"==typeof N[0].document["@propagate"]&&(o=N[0].document["@propagate"]);let x=e;o||x.previousContext||(x=x.clone(),x.previousContext=e);for(const o of N){let{document:r}=o;if(e=x,null===r){if(!d&&0!==Object.keys(e.protected).length)throw new a("Tried to nullify a context with protected terms outside of a term definition.","jsonld.SyntaxError",{code:"invalid context nullification"});x=e=y.getInitialContext(n).clone();continue}const m=o.getProcessed(e);if(m){if(b.eventHandler)for(const e of m.events)c({event:e,options:b});x=e=m.context;continue}if(s(r)&&"@context"in r&&(r=r["@context"]),!s(r))throw new a("Invalid JSON-LD syntax; @context must be an object.","jsonld.SyntaxError",{code:"invalid local context",context:r});x=x.clone();const f=new Map;if("@version"in r){if(1.1!==r["@version"])throw new a("Unsupported JSON-LD version: "+r["@version"],"jsonld.UnsupportedVersion",{code:"invalid @version value",context:r});if(e.processingMode&&"json-ld-1.0"===e.processingMode)throw new a("@version: "+r["@version"]+" not compatible with "+e.processingMode,"jsonld.ProcessingModeConflict",{code:"processing mode conflict",context:r});x.processingMode="json-ld-1.1",x["@version"]=r["@version"],f.set("@version",!0)}if(x.processingMode=x.processingMode||e.processingMode,"@base"in r){let e=r["@base"];if(null===e||l(e));else{if(!w(e))throw new a('Invalid JSON-LD syntax; the value of "@base" in a @context must be an absolute IRI, a relative IRI, or null.',"jsonld.SyntaxError",{code:"invalid base IRI",context:r});e=h(x["@base"],e)}x["@base"]=e,f.set("@base",!0)}if("@vocab"in r){const e=r["@vocab"];if(null===e)delete x["@vocab"];else{if(!i(e))throw new a('Invalid JSON-LD syntax; the value of "@vocab" in a @context must be a string or null.',"jsonld.SyntaxError",{code:"invalid vocab mapping",context:r});if(!l(e)&&y.processingMode(x,1))throw new a('Invalid JSON-LD syntax; the value of "@vocab" in a @context must be an absolute IRI.',"jsonld.SyntaxError",{code:"invalid vocab mapping",context:r});{const t=v(x,e,{vocab:!0,base:!0},void 0,void 0,n);l(t)||n.eventHandler&&c({event:{type:["JsonLdEvent"],code:"relative @vocab reference",level:"warning",message:"Relative @vocab reference found.",details:{vocab:t}},options:n}),x["@vocab"]=t}}f.set("@vocab",!0)}if("@language"in r){const e=r["@language"];if(null===e)delete x["@language"];else{if(!i(e))throw new a('Invalid JSON-LD syntax; the value of "@language" in a @context must be a string or null.',"jsonld.SyntaxError",{code:"invalid default language",context:r});e.match(p)||n.eventHandler&&c({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:e}},options:n}),x["@language"]=e.toLowerCase()}f.set("@language",!0)}if("@direction"in r){const t=r["@direction"];if("json-ld-1.0"===e.processingMode)throw new a("Invalid JSON-LD syntax; @direction not compatible with "+e.processingMode,"jsonld.SyntaxError",{code:"invalid context member",context:r});if(null===t)delete x["@direction"];else{if("ltr"!==t&&"rtl"!==t)throw new a('Invalid JSON-LD syntax; the value of "@direction" in a @context must be null, "ltr", or "rtl".',"jsonld.SyntaxError",{code:"invalid base direction",context:r});x["@direction"]=t}f.set("@direction",!0)}if("@propagate"in r){const n=r["@propagate"];if("json-ld-1.0"===e.processingMode)throw new a("Invalid JSON-LD syntax; @propagate not compatible with "+e.processingMode,"jsonld.SyntaxError",{code:"invalid context entry",context:r});if("boolean"!=typeof n)throw new a("Invalid JSON-LD syntax; @propagate value must be a boolean.","jsonld.SyntaxError",{code:"invalid @propagate value",context:t});f.set("@propagate",!0)}if("@import"in r){const o=r["@import"];if("json-ld-1.0"===e.processingMode)throw new a("Invalid JSON-LD syntax; @import not compatible with "+e.processingMode,"jsonld.SyntaxError",{code:"invalid context entry",context:r});if(!i(o))throw new a("Invalid JSON-LD syntax; @import must be a string.","jsonld.SyntaxError",{code:"invalid @import value",context:t});const s=await n.contextResolver.resolve({activeCtx:e,context:o,documentLoader:n.documentLoader,base:n.base});if(1!==s.length)throw new a("Invalid JSON-LD syntax; @import must reference a single context.","jsonld.SyntaxError",{code:"invalid remote context",context:t});const d=s[0].getProcessed(e);if(d)r=d;else{const n=s[0].document;if("@import"in n)throw new a("Invalid JSON-LD syntax: imported context must not include @import.","jsonld.SyntaxError",{code:"invalid context entry",context:t});for(const e in n)r.hasOwnProperty(e)||(r[e]=n[e]);s[0].setProcessed(e,r)}f.set("@import",!0)}f.set("@protected",r["@protected"]||!1);for(const e in r)if(y.createTermDefinition({activeCtx:x,localCtx:r,term:e,defined:f,options:n,overrideProtected:d}),s(r[e])&&"@context"in r[e]){const t=r[e]["@context"];let o=!0;if(i(t)){const e=h(n.base,t);u.has(e)?o=!1:u.add(e)}if(o)try{await y.process({activeCtx:x.clone(),localCtx:r[e]["@context"],overrideProtected:!0,options:n,cycles:u})}catch(t){throw new a("Invalid JSON-LD syntax; invalid scoped context.","jsonld.SyntaxError",{code:"invalid scoped context",context:r[e]["@context"],term:e})}}o.setProcessed(e,{context:x,events:g})}return x},y.createTermDefinition=({activeCtx:e,localCtx:t,term:n,defined:o,options:d,overrideProtected:w=!1})=>{if(o.has(n)){if(o.get(n))return;throw new a("Cyclical context definition detected.","jsonld.CyclicalContext",{code:"cyclic IRI mapping",context:t,term:n})}let h;if(o.set(n,!1),t.hasOwnProperty(n)&&(h=t[n]),"@type"===n&&s(h)&&"@set"===(h["@container"]||"@set")&&y.processingMode(e,1.1)){const e=["@container","@id","@protected"],o=Object.keys(h);if(0===o.length||o.some((t=>!e.includes(t))))throw new a("Invalid JSON-LD syntax; keywords cannot be overridden.","jsonld.SyntaxError",{code:"keyword redefinition",context:t,term:n})}else{if(y.isKeyword(n))throw new a("Invalid JSON-LD syntax; keywords cannot be overridden.","jsonld.SyntaxError",{code:"keyword redefinition",context:t,term:n});if(n.match(u))return void(d.eventHandler&&c({event:{type:["JsonLdEvent"],code:"reserved term",level:"warning",message:'Terms beginning with "@" are reserved for future use and dropped.',details:{term:n}},options:d}));if(""===n)throw new a("Invalid JSON-LD syntax; a term cannot be an empty string.","jsonld.SyntaxError",{code:"invalid term definition",context:t})}const p=e.mappings.get(n);e.mappings.has(n)&&e.mappings.delete(n);let m=!1;if((i(h)||null===h)&&(m=!0,h={"@id":h}),!s(h))throw new a("Invalid JSON-LD syntax; @context term values must be strings or objects.","jsonld.SyntaxError",{code:"invalid term definition",context:t});const g={};e.mappings.set(n,g),g.reverse=!1;const f=["@container","@id","@language","@reverse","@type"];y.processingMode(e,1.1)&&f.push("@context","@direction","@index","@nest","@prefix","@protected");for(const e in h)if(!f.includes(e))throw new a("Invalid JSON-LD syntax; a term definition must not contain "+e,"jsonld.SyntaxError",{code:"invalid term definition",context:t});const N=n.indexOf(":");if(g._termHasColon=N>0,"@reverse"in h){if("@id"in h)throw new a("Invalid JSON-LD syntax; a @reverse term definition must not contain @id.","jsonld.SyntaxError",{code:"invalid reverse property",context:t});if("@nest"in h)throw new a("Invalid JSON-LD syntax; a @reverse term definition must not contain @nest.","jsonld.SyntaxError",{code:"invalid reverse property",context:t});const r=h["@reverse"];if(!i(r))throw new a("Invalid JSON-LD syntax; a @context @reverse value must be a string.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:t});if(r.match(u))return d.eventHandler&&c({event:{type:["JsonLdEvent"],code:"reserved @reverse value",level:"warning",message:'@reverse values beginning with "@" are reserved for future use and dropped.',details:{reverse:r}},options:d}),void(p?e.mappings.set(n,p):e.mappings.delete(n));const s=v(e,r,{vocab:!0,base:!1},t,o,d);if(!l(s))throw new a("Invalid JSON-LD syntax; a @context @reverse value must be an absolute IRI or a blank node identifier.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:t});g["@id"]=s,g.reverse=!0}else if("@id"in h){let r=h["@id"];if(r&&!i(r))throw new a("Invalid JSON-LD syntax; a @context @id value must be an array of strings or a string.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:t});if(null===r)g["@id"]=null;else{if(!y.isKeyword(r)&&r.match(u))return d.eventHandler&&c({event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:'@id values beginning with "@" are reserved for future use and dropped.',details:{id:r}},options:d}),void(p?e.mappings.set(n,p):e.mappings.delete(n));if(r!==n){if(r=v(e,r,{vocab:!0,base:!1},t,o,d),!l(r)&&!y.isKeyword(r))throw new a("Invalid JSON-LD syntax; a @context @id value must be an absolute IRI, a blank node identifier, or a keyword.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:t});if(n.match(/(?::[^:])|\//)&&v(e,n,{vocab:!0,base:!1},t,new Map(o).set(n,!0),d)!==r)throw new a("Invalid JSON-LD syntax; term in form of IRI must expand to definition.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:t});g["@id"]=r,g._prefix=m&&!g._termHasColon&&null!==r.match(/[:\/\?#\[\]@]$/)}}}if(!("@id"in g))if(g._termHasColon){const a=n.substr(0,N);if(t.hasOwnProperty(a)&&y.createTermDefinition({activeCtx:e,localCtx:t,term:a,defined:o,options:d}),e.mappings.has(a)){const t=n.substr(N+1);g["@id"]=e.mappings.get(a)["@id"]+t}else g["@id"]=n}else if("@type"===n)g["@id"]=n;else{if(!("@vocab"in e))throw new a("Invalid JSON-LD syntax; @context terms must define an @id.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:t,term:n});g["@id"]=e["@vocab"]+n}if((!0===h["@protected"]||!0===o.get("@protected")&&!1!==h["@protected"])&&(e.protected[n]=!0,g.protected=!0),o.set(n,!0),"@type"in h){let n=h["@type"];if(!i(n))throw new a("Invalid JSON-LD syntax; an @context @type value must be a string.","jsonld.SyntaxError",{code:"invalid type mapping",context:t});if("@json"===n||"@none"===n){if(y.processingMode(e,1))throw new a(`Invalid JSON-LD syntax; an @context @type value must not be "${n}" in JSON-LD 1.0 mode.`,"jsonld.SyntaxError",{code:"invalid type mapping",context:t})}else if("@id"!==n&&"@vocab"!==n){if(n=v(e,n,{vocab:!0,base:!1},t,o,d),!l(n))throw new a("Invalid JSON-LD syntax; an @context @type value must be an absolute IRI.","jsonld.SyntaxError",{code:"invalid type mapping",context:t});if(0===n.indexOf("_:"))throw new a("Invalid JSON-LD syntax; an @context @type value must be an IRI, not a blank node identifier.","jsonld.SyntaxError",{code:"invalid type mapping",context:t})}g["@type"]=n}if("@container"in h){const n=i(h["@container"])?[h["@container"]]:h["@container"]||[],o=["@list","@set","@index","@language"];let s=!0;const d=n.includes("@set");if(y.processingMode(e,1.1)){if(o.push("@graph","@id","@type"),n.includes("@list")){if(1!==n.length)throw new a("Invalid JSON-LD syntax; @context @container with @list must have no other values","jsonld.SyntaxError",{code:"invalid container mapping",context:t})}else if(n.includes("@graph")){if(n.some((e=>"@graph"!==e&&"@id"!==e&&"@index"!==e&&"@set"!==e)))throw new a("Invalid JSON-LD syntax; @context @container with @graph must have no other values other than @id, @index, and @set","jsonld.SyntaxError",{code:"invalid container mapping",context:t})}else s&=n.length<=(d?2:1);if(n.includes("@type")&&(g["@type"]=g["@type"]||"@id",!["@id","@vocab"].includes(g["@type"])))throw new a("Invalid JSON-LD syntax; container: @type requires @type to be @id or @vocab.","jsonld.SyntaxError",{code:"invalid type mapping",context:t})}else s&=!r(h["@container"]),s&=n.length<=1;if(s&=n.every((e=>o.includes(e))),s&=!(d&&n.includes("@list")),!s)throw new a("Invalid JSON-LD syntax; @context @container value must be one of the following: "+o.join(", "),"jsonld.SyntaxError",{code:"invalid container mapping",context:t});if(g.reverse&&!n.every((e=>["@index","@set"].includes(e))))throw new a("Invalid JSON-LD syntax; @context @container value for a @reverse type definition must be @index or @set.","jsonld.SyntaxError",{code:"invalid reverse property",context:t});g["@container"]=n}if("@index"in h){if(!("@container"in h)||!g["@container"].includes("@index"))throw new a(`Invalid JSON-LD syntax; @index without @index in @container: "${h["@index"]}" on term "${n}".`,"jsonld.SyntaxError",{code:"invalid term definition",context:t});if(!i(h["@index"])||0===h["@index"].indexOf("@"))throw new a(`Invalid JSON-LD syntax; @index must expand to an IRI: "${h["@index"]}" on term "${n}".`,"jsonld.SyntaxError",{code:"invalid term definition",context:t});g["@index"]=h["@index"]}if("@context"in h&&(g["@context"]=h["@context"]),"@language"in h&&!("@type"in h)){let e=h["@language"];if(null!==e&&!i(e))throw new a("Invalid JSON-LD syntax; @context @language value must be a string or null.","jsonld.SyntaxError",{code:"invalid language mapping",context:t});null!==e&&(e=e.toLowerCase()),g["@language"]=e}if("@prefix"in h){if(n.match(/:|\//))throw new a("Invalid JSON-LD syntax; @context @prefix used on a compact IRI term","jsonld.SyntaxError",{code:"invalid term definition",context:t});if(y.isKeyword(g["@id"]))throw new a("Invalid JSON-LD syntax; keywords may not be used as prefixes","jsonld.SyntaxError",{code:"invalid term definition",context:t});if("boolean"!=typeof h["@prefix"])throw new a("Invalid JSON-LD syntax; @context value for @prefix must be boolean","jsonld.SyntaxError",{code:"invalid @prefix value",context:t});g._prefix=!0===h["@prefix"]}if("@direction"in h){const e=h["@direction"];if(null!==e&&"ltr"!==e&&"rtl"!==e)throw new a('Invalid JSON-LD syntax; @direction value must be null, "ltr", or "rtl".',"jsonld.SyntaxError",{code:"invalid base direction",context:t});g["@direction"]=e}if("@nest"in h){const e=h["@nest"];if(!i(e)||"@nest"!==e&&0===e.indexOf("@"))throw new a("Invalid JSON-LD syntax; @context @nest value must be a string which is not a keyword other than @nest.","jsonld.SyntaxError",{code:"invalid @nest value",context:t});g["@nest"]=e}const x=g["@id"];if("@context"===x||"@preserve"===x)throw new a("Invalid JSON-LD syntax; @context and @preserve cannot be aliased.","jsonld.SyntaxError",{code:"invalid keyword alias",context:t});if(p&&p.protected&&!w&&(e.protected[n]=!0,g.protected=!0,!b(p,g)))throw new a("Invalid JSON-LD syntax; tried to redefine a protected term.","jsonld.SyntaxError",{code:"protected term redefinition",context:t,term:n})},y.expandIri=(e,t,n,o)=>v(e,t,n,void 0,void 0,o),y.getInitialContext=e=>{const t=JSON.stringify({processingMode:e.processingMode}),n=f.get(t);if(n)return n;const a={processingMode:e.processingMode,mappings:new Map,inverse:null,getInverse:function(){const e=this;if(e.inverse)return e.inverse;const t=e.inverse={},n=e.fastCurieMap={},o={},a=(e["@language"]||"@none").toLowerCase(),i=e["@direction"],d=e.mappings,l=[...d.keys()].sort(g);for(const e of l){const r=d.get(e);if(null===r)continue;let l=r["@container"]||"@none";if(l=[].concat(l).sort().join(""),null===r["@id"])continue;const w=m(r["@id"]);for(const d of w){let w=t[d];const h=y.isKeyword(d);if(w)h||r._termHasColon||o[d].push(e);else if(t[d]=w={},!h&&!r._termHasColon){o[d]=[e];const t={iri:d,terms:o[d]};d[0]in n?n[d[0]].push(t):n[d[0]]=[t]}if(w[l]||(w[l]={"@language":{},"@type":{},"@any":{}}),w=w[l],s(e,w["@any"],"@none"),r.reverse)s(e,w["@type"],"@reverse");else if("@none"===r["@type"])s(e,w["@any"],"@none"),s(e,w["@language"],"@none"),s(e,w["@type"],"@none");else if("@type"in r)s(e,w["@type"],r["@type"]);else if("@language"in r&&"@direction"in r){const t=r["@language"],n=r["@direction"];s(e,w["@language"],t&&n?`${t}_${n}`.toLowerCase():t?t.toLowerCase():n?`_${n}`:"@null")}else"@language"in r?s(e,w["@language"],(r["@language"]||"@null").toLowerCase()):"@direction"in r?r["@direction"]?s(e,w["@language"],`_${r["@direction"]}`):s(e,w["@language"],"@none"):i?(s(e,w["@language"],`_${i}`),s(e,w["@language"],"@none"),s(e,w["@type"],"@none")):(s(e,w["@language"],a),s(e,w["@language"],"@none"),s(e,w["@type"],"@none"))}}for(const e in n)r(n,e,1);return t},clone:function(){const e={};return e.mappings=o.clone(this.mappings),e.clone=this.clone,e.inverse=null,e.getInverse=this.getInverse,e.protected=o.clone(this.protected),this.previousContext&&(e.previousContext=this.previousContext.clone()),e.revertToPreviousContext=this.revertToPreviousContext,"@base"in this&&(e["@base"]=this["@base"]),"@language"in this&&(e["@language"]=this["@language"]),"@vocab"in this&&(e["@vocab"]=this["@vocab"]),e},revertToPreviousContext:function(){return this.previousContext?this.previousContext.clone():this},protected:{}};return 1e4===f.size&&f.clear(),f.set(t,a),a;function r(e,t,n){const o=e[t],a=e[t]={};let s,i;for(const e of o)s=e.iri,i=n>=s.length?"":s[n],i in a?a[i].push(e):a[i]=[e];for(const e in a)""!==e&&r(a,e,n+1)}function s(e,t,n){t.hasOwnProperty(n)||(t[n]=e)}},y.getContextValue=(e,t,n)=>{if(null===t){if("@context"===n)return;return null}if(e.mappings.has(t)){const o=e.mappings.get(t);if(d(n))return o;if(o.hasOwnProperty(n))return o[n]}return"@language"===n&&n in e||"@direction"===n&&n in e?e[n]:"@context"!==n?null:void 0},y.processingMode=(e,t)=>t.toString()>="1.1"?!e.processingMode||e.processingMode>="json-ld-"+t.toString():"json-ld-1.0"===e.processingMode,y.isKeyword=e=>{if(!i(e)||"@"!==e[0])return!1;switch(e){case"@base":case"@container":case"@context":case"@default":case"@direction":case"@embed":case"@explicit":case"@graph":case"@id":case"@included":case"@index":case"@json":case"@language":case"@list":case"@nest":case"@none":case"@omitDefault":case"@prefix":case"@preserve":case"@protected":case"@requireAll":case"@reverse":case"@set":case"@type":case"@value":case"@version":case"@vocab":return!0}return!1}},8831:(e,t,n)=>{const{parseLinkHeader:o,buildHeaders:a}=n(1055),{LINK_HEADER_CONTEXT:r}=n(3770),s=n(4093),i=n(533),{prependBase:d}=n(2278),l=/(^|(\r\n))link:/i;e.exports=({secure:e,headers:t={},xhr:n}={headers:{}})=>(t=a(t),(new i).wrapLoader((async function a(i){if(0!==i.indexOf("http:")&&0!==i.indexOf("https:"))throw new s('URL could not be dereferenced; only "http" and "https" URLs are supported.',"jsonld.InvalidUrl",{code:"loading document failed",url:i});if(e&&0!==i.indexOf("https"))throw new s('URL could not be dereferenced; secure mode is enabled and the URL\'s scheme is not "https".',"jsonld.InvalidUrl",{code:"loading document failed",url:i});let w;try{w=await function(e,t,n){const o=new(e=e||XMLHttpRequest);return new Promise(((e,a)=>{o.onload=()=>e(o),o.onerror=e=>a(e),o.open("GET",t,!0);for(const e in n)o.setRequestHeader(e,n[e]);o.send()}))}(n,i,t)}catch(e){throw new s("URL could not be dereferenced, an error occurred.","jsonld.LoadDocumentError",{code:"loading document failed",url:i,cause:e})}if(w.status>=400)throw new s("URL could not be dereferenced: "+w.statusText,"jsonld.LoadDocumentError",{code:"loading document failed",url:i,httpStatusCode:w.status});let h={contextUrl:null,documentUrl:i,document:w.response},c=null;const p=w.getResponseHeader("Content-Type");let u;if(l.test(w.getAllResponseHeaders())&&(u=w.getResponseHeader("Link")),u&&"application/ld+json"!==p){const e=o(u),t=e[r];if(Array.isArray(t))throw new s("URL could not be dereferenced, it has more than one associated HTTP Link Header.","jsonld.InvalidUrl",{code:"multiple context link headers",url:i});t&&(h.contextUrl=t.target),c=e.alternate,c&&"application/ld+json"==c.type&&!(p||"").match(/^application\/(\w*\+)?json$/)&&(h=await a(d(i,c.target)))}return h})))},1696:(e,t,n)=>{const o=n(4093),{isArray:a}=n(832),{asArray:r}=n(1055),s={};function i({event:e,handlers:t}){let n=!0;for(let r=0;n&&r<t.length;++r){n=!1;const s=t[r];if(a(s))n=i({event:e,handlers:s});else if("function"==typeof s)s({event:e,next:()=>{n=!0}});else{if("object"!=typeof s)throw new o("Invalid event handler.","jsonld.InvalidEventHandler",{event:e});e.code in s?s[e.code]({event:e,next:()=>{n=!0}}):n=!0}}return n}e.exports=s,s.defaultEventHandler=null,s.setupEventHandler=({options:e={}})=>{const t=[].concat(e.safe?s.safeEventHandler:[],e.eventHandler?r(e.eventHandler):[],s.defaultEventHandler?s.defaultEventHandler:[]);return 0===t.length?null:t},s.handleEvent=({event:e,options:t})=>{i({event:e,handlers:t.eventHandler})};const d=new Set(["empty object","free-floating scalar","invalid @language value","invalid property","null @id value","null @value value","object with only @id","object with only @language","object with only @list","object with only @value","relative @id reference","relative @type reference","relative @vocab reference","reserved @id value","reserved @reverse value","reserved term","blank node predicate","relative graph reference","relative object reference","relative predicate reference","relative subject reference","rdfDirection not set"]);s.safeEventHandler=function({event:e,next:t}){if("warning"===e.level&&d.has(e.code))throw new o("Safe mode validation error.","jsonld.ValidationError",{event:e});t()},s.logEventHandler=function({event:e,next:t}){console.log(`EVENT: ${e.message}`,{event:e}),t()},s.logWarningEventHandler=function({event:e,next:t}){"warning"===e.level&&console.warn(`WARNING: ${e.message}`,{event:e}),t()},s.unhandledEventHandler=function({event:e}){throw new o("No handler for event.","jsonld.UnhandledEvent",{event:e})},s.setDefaultEventHandler=function({eventHandler:e}={}){s.defaultEventHandler=e?r(e):null}},2759:(e,t,n)=>{const o=n(4093),{isArray:a,isObject:r,isEmptyObject:s,isString:i,isUndefined:d}=n(832),{isList:l,isValue:w,isGraph:h,isSubject:c}=n(8463),{expandIri:p,getContextValue:u,isKeyword:m,process:g,processingMode:f}=n(4131),{isAbsolute:y}=n(2278),{REGEX_BCP47:v,REGEX_KEYWORD:b,addValue:N,asArray:x,getValues:_,validateTypeValue:C}=n(1055),{handleEvent:S}=n(1696),E={};function q({value:e,count:t,options:n}){if(0===t||"@value"in e||"@list"in e||1===t&&"@id"in e){if(n.eventHandler){let o,a;0===t?(o="empty object",a="Dropping empty object."):"@value"in e?(o="object with only @value",a="Dropping object with only @value."):"@list"in e?(o="object with only @list",a="Dropping object with only @list."):1===t&&"@id"in e&&(o="object with only @id",a="Dropping object with only @id."),S({event:{type:["JsonLdEvent"],code:o,level:"warning",message:a,details:{value:e}},options:n})}return null}return e}async function I({activeCtx:e,activeProperty:t,expandedActiveProperty:n,element:h,expandedParent:b,options:_={},insideList:T,typeKey:L,typeScopedContext:j}){const P=Object.keys(h).sort(),k=[];let O;const D=h[L]&&"@json"===p(e,a(h[L])?h[L][0]:h[L],{vocab:!0},{..._,typeExpansion:!0});for(const I of P){let T,L=h[I];if("@context"===I)continue;const P=p(e,I,{vocab:!0},_);if(null===P||!y(P)&&!m(P)){_.eventHandler&&S({event:{type:["JsonLdEvent"],code:"invalid property",level:"warning",message:"Dropping property that did not expand into an absolute IRI or keyword.",details:{property:I,expandedProperty:P}},options:_});continue}if(m(P)){if("@reverse"===n)throw new o("Invalid JSON-LD syntax; a keyword cannot be used as a @reverse property.","jsonld.SyntaxError",{code:"invalid reverse property map",value:L});if(P in b&&"@included"!==P&&"@type"!==P)throw new o("Invalid JSON-LD syntax; colliding keywords detected.","jsonld.SyntaxError",{code:"colliding keywords",keyword:P})}if("@id"===P){if(!i(L)){if(!_.isFrame)throw new o('Invalid JSON-LD syntax; "@id" value must a string.',"jsonld.SyntaxError",{code:"invalid @id value",value:L});if(r(L)){if(!s(L))throw new o('Invalid JSON-LD syntax; "@id" value an empty object or array of strings, if framing',"jsonld.SyntaxError",{code:"invalid @id value",value:L})}else{if(!a(L))throw new o('Invalid JSON-LD syntax; "@id" value an empty object or array of strings, if framing',"jsonld.SyntaxError",{code:"invalid @id value",value:L});if(!L.every((e=>i(e))))throw new o('Invalid JSON-LD syntax; "@id" value an empty object or array of strings, if framing',"jsonld.SyntaxError",{code:"invalid @id value",value:L})}}N(b,"@id",x(L).map((t=>{if(i(t)){const n=p(e,t,{base:!0},_);return _.eventHandler&&(null===n?S(null===t?{event:{type:["JsonLdEvent"],code:"null @id value",level:"warning",message:"Null @id found.",details:{id:t}},options:_}:{event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:"Reserved @id found.",details:{id:t}},options:_}):y(n)||S({event:{type:["JsonLdEvent"],code:"relative @id reference",level:"warning",message:"Relative @id reference found.",details:{id:t,expandedId:n}},options:_})),n}return t})),{propertyIsArray:_.isFrame});continue}if("@type"===P){r(L)&&(L=Object.fromEntries(Object.entries(L).map((([e,t])=>[p(j,e,{vocab:!0}),x(t).map((e=>p(j,e,{base:!0,vocab:!0},{..._,typeExpansion:!0})))])))),C(L,_.isFrame),N(b,"@type",x(L).map((e=>{if(i(e)){const t=p(j,e,{base:!0,vocab:!0},{..._,typeExpansion:!0});return"@json"===t||y(t)||_.eventHandler&&S({event:{type:["JsonLdEvent"],code:"relative @type reference",level:"warning",message:"Relative @type reference found.",details:{type:e}},options:_}),t}return e})),{propertyIsArray:!!_.isFrame});continue}if("@included"===P&&f(e,1.1)){const n=x(await E.expand({activeCtx:e,activeProperty:t,element:L,options:_}));if(!n.every((e=>c(e))))throw new o("Invalid JSON-LD syntax; values of @included must expand to node objects.","jsonld.SyntaxError",{code:"invalid @included value",value:L});N(b,"@included",n,{propertyIsArray:!0});continue}if("@graph"===P&&!r(L)&&!a(L))throw new o('Invalid JSON-LD syntax; "@graph" value must not be an object or an array.',"jsonld.SyntaxError",{code:"invalid @graph value",value:L});if("@value"===P){O=L,D&&f(e,1.1)?b["@value"]=L:N(b,"@value",L,{propertyIsArray:_.isFrame});continue}if("@language"===P){if(null===L)continue;if(!i(L)&&!_.isFrame)throw new o('Invalid JSON-LD syntax; "@language" value must be a string.',"jsonld.SyntaxError",{code:"invalid language-tagged string",value:L});L=x(L).map((e=>i(e)?e.toLowerCase():e));for(const e of L)i(e)&&!e.match(v)&&_.eventHandler&&S({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:e}},options:_});N(b,"@language",L,{propertyIsArray:_.isFrame});continue}if("@direction"===P){if(!i(L)&&!_.isFrame)throw new o('Invalid JSON-LD syntax; "@direction" value must be a string.',"jsonld.SyntaxError",{code:"invalid base direction",value:L});L=x(L);for(const e of L)if(i(e)&&"ltr"!==e&&"rtl"!==e)throw new o('Invalid JSON-LD syntax; "@direction" must be "ltr" or "rtl".',"jsonld.SyntaxError",{code:"invalid base direction",value:L});N(b,"@direction",L,{propertyIsArray:_.isFrame});continue}if("@index"===P){if(!i(L))throw new o('Invalid JSON-LD syntax; "@index" value must be a string.',"jsonld.SyntaxError",{code:"invalid @index value",value:L});N(b,"@index",L);continue}if("@reverse"===P){if(!r(L))throw new o('Invalid JSON-LD syntax; "@reverse" value must be an object.',"jsonld.SyntaxError",{code:"invalid @reverse value",value:L});if(T=await E.expand({activeCtx:e,activeProperty:"@reverse",element:L,options:_}),"@reverse"in T)for(const e in T["@reverse"])N(b,e,T["@reverse"][e],{propertyIsArray:!0});let t=b["@reverse"]||null;for(const e in T){if("@reverse"===e)continue;null===t&&(t=b["@reverse"]={}),N(t,e,[],{propertyIsArray:!0});const n=T[e];for(let a=0;a<n.length;++a){const r=n[a];if(w(r)||l(r))throw new o('Invalid JSON-LD syntax; "@reverse" value must not be a @value or an @list.',"jsonld.SyntaxError",{code:"invalid reverse property value",value:T});N(t,e,r,{propertyIsArray:!0})}}continue}if("@nest"===P){k.push(I);continue}let $=e;const M=u(e,I,"@context");d(M)||($=await g({activeCtx:e,localCtx:M,propagate:!0,overrideProtected:!0,options:_}));const B=u($,I,"@container")||[];if(B.includes("@language")&&r(L))T=R($,L,u($,I,"@direction"),_);else if(B.includes("@index")&&r(L)){const t=B.includes("@graph"),n=u($,I,"@index")||"@index",o="@index"!==n&&p(e,n,{vocab:!0},_);T=await A({activeCtx:$,options:_,activeProperty:I,value:L,asGraph:t,indexKey:n,propertyIndex:o})}else if(B.includes("@id")&&r(L)){const e=B.includes("@graph");T=await A({activeCtx:$,options:_,activeProperty:I,value:L,asGraph:e,indexKey:"@id"})}else if(B.includes("@type")&&r(L))T=await A({activeCtx:$.revertToPreviousContext(),options:_,activeProperty:I,value:L,asGraph:!1,indexKey:"@type"});else{const o="@list"===P;if(o||"@set"===P){let e=t;o&&"@graph"===n&&(e=null),T=await E.expand({activeCtx:$,activeProperty:e,element:L,options:_,insideList:o})}else T="@json"===u(e,I,"@type")?{"@type":"@json","@value":L}:await E.expand({activeCtx:$,activeProperty:I,element:L,options:_,insideList:!1})}if(null!==T||"@value"===P){if("@list"!==P&&!l(T)&&B.includes("@list")&&(T={"@list":x(T)}),B.includes("@graph")&&!B.some((e=>"@id"===e||"@index"===e))){if(T=x(T),_.isFrame||(T=T.filter((e=>null!==q({value:e,count:Object.keys(e).length,options:_})))),0===T.length)continue;T=T.map((e=>({"@graph":x(e)})))}if($.mappings.has(I)&&$.mappings.get(I).reverse){const e=b["@reverse"]=b["@reverse"]||{};T=x(T);for(let t=0;t<T.length;++t){const n=T[t];if(w(n)||l(n))throw new o('Invalid JSON-LD syntax; "@reverse" value must not be a @value or an @list.',"jsonld.SyntaxError",{code:"invalid reverse property value",value:T});N(e,P,n,{propertyIsArray:!0})}}else N(b,P,T,{propertyIsArray:!0})}}if("@value"in b)if("@json"===b["@type"]&&f(e,1.1));else if((r(O)||a(O))&&!_.isFrame)throw new o('Invalid JSON-LD syntax; "@value" value must not be an object or an array.',"jsonld.SyntaxError",{code:"invalid value object value",value:O});for(const s of k){const i=a(h[s])?h[s]:[h[s]];for(const a of i){if(!r(a)||Object.keys(a).some((t=>"@value"===p(e,t,{vocab:!0},_))))throw new o("Invalid JSON-LD syntax; nested value must be a node object.","jsonld.SyntaxError",{code:"invalid @nest value",value:a});await I({activeCtx:e,activeProperty:t,expandedActiveProperty:n,element:a,expandedParent:b,options:_,insideList:T,typeScopedContext:j,typeKey:L})}}}function T({activeCtx:e,activeProperty:t,value:n,options:o}){if(null==n)return null;const a=p(e,t,{vocab:!0},o);if("@id"===a)return p(e,n,{base:!0},o);if("@type"===a)return p(e,n,{vocab:!0,base:!0},{...o,typeExpansion:!0});const r=u(e,t,"@type");if(("@id"===r||"@graph"===a)&&i(n)){const a=p(e,n,{base:!0},o);return null===a&&n.match(b)&&o.eventHandler&&S({event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:"Reserved @id found.",details:{id:t}},options:o}),{"@id":a}}if("@vocab"===r&&i(n))return{"@id":p(e,n,{vocab:!0,base:!0},o)};if(m(a))return n;const s={};if(r&&!["@id","@vocab","@none"].includes(r))s["@type"]=r;else if(i(n)){const n=u(e,t,"@language");null!==n&&(s["@language"]=n);const o=u(e,t,"@direction");null!==o&&(s["@direction"]=o)}return["boolean","number","string"].includes(typeof n)||(n=n.toString()),s["@value"]=n,s}function R(e,t,n,r){const s=[],d=Object.keys(t).sort();for(const l of d){const d=p(e,l,{vocab:!0},r);let w=t[l];a(w)||(w=[w]);for(const e of w){if(null===e)continue;if(!i(e))throw new o("Invalid JSON-LD syntax; language map values must be strings.","jsonld.SyntaxError",{code:"invalid language map value",languageMap:t});const a={"@value":e};"@none"!==d&&(l.match(v)||r.eventHandler&&S({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:l}},options:r}),a["@language"]=l.toLowerCase()),n&&(a["@direction"]=n),s.push(a)}}return s}async function A({activeCtx:e,options:t,activeProperty:n,value:r,asGraph:s,indexKey:i,propertyIndex:l}){const c=[],m=Object.keys(r).sort(),f="@type"===i;for(let y of m){if(f){const n=u(e,y,"@context");d(n)||(e=await g({activeCtx:e,localCtx:n,propagate:!1,options:t}))}let m,v=r[y];a(v)||(v=[v]),v=await E.expand({activeCtx:e,activeProperty:n,element:v,options:t,insideList:!1,insideIndex:!0}),m=l?"@none"===y?"@none":T({activeCtx:e,activeProperty:i,value:y,options:t}):p(e,y,{vocab:!0},t),"@id"===i?y=p(e,y,{base:!0},t):f&&(y=m);for(let e of v){if(s&&!h(e)&&(e={"@graph":[e]}),"@type"===i)"@none"===m||(e["@type"]?e["@type"]=[y].concat(e["@type"]):e["@type"]=[y]);else{if(w(e)&&!["@language","@type","@index"].includes(i))throw new o(`Invalid JSON-LD syntax; Attempt to add illegal key to value object: "${i}".`,"jsonld.SyntaxError",{code:"invalid value object",value:e});l?"@none"!==m&&N(e,l,m,{propertyIsArray:!0,prependValue:!0}):"@none"===m||i in e||(e[i]=y)}c.push(e)}}return c}e.exports=E,E.expand=async({activeCtx:e,activeProperty:t=null,element:n,options:l={},insideList:w=!1,insideIndex:h=!1,typeScopedContext:c=null})=>{if(null==n)return null;if("@default"===t&&(l=Object.assign({},l,{isFrame:!1})),!a(n)&&!r(n))return w||null!==t&&"@graph"!==p(e,t,{vocab:!0},l)?T({activeCtx:e,activeProperty:t,value:n,options:l}):(l.eventHandler&&S({event:{type:["JsonLdEvent"],code:"free-floating scalar",level:"warning",message:"Dropping free-floating scalar not in a list.",details:{value:n}},options:l}),null);if(a(n)){let o=[];const r=u(e,t,"@container")||[];w=w||r.includes("@list");for(let r=0;r<n.length;++r){let s=await E.expand({activeCtx:e,activeProperty:t,element:n[r],options:l,insideIndex:h,typeScopedContext:c});w&&a(s)&&(s={"@list":s}),null!==s&&(a(s)?o=o.concat(s):o.push(s))}return o}const m=p(e,t,{vocab:!0},l),v=u(e,t,"@context");c=c||(e.previousContext?e:null);let b=Object.keys(n).sort(),N=!h;if(N&&c&&b.length<=2&&!b.includes("@context"))for(const t of b){const n=p(c,t,{vocab:!0},l);if("@value"===n){N=!1,e=c;break}if("@id"===n&&1===b.length){N=!1;break}}N&&(e=e.revertToPreviousContext()),d(v)||(e=await g({activeCtx:e,localCtx:v,propagate:!0,overrideProtected:!0,options:l})),"@context"in n&&(e=await g({activeCtx:e,localCtx:n["@context"],options:l})),c=e;let C=null;for(const t of b)if("@type"===p(e,t,{vocab:!0},l)){C=C||t;const o=n[t],a=Array.isArray(o)?o.length>1?o.slice().sort():o:[o];for(const t of a){const n=u(c,t,"@context");d(n)||(e=await g({activeCtx:e,localCtx:n,options:l,propagate:!1}))}}let R={};await I({activeCtx:e,activeProperty:t,expandedActiveProperty:m,element:n,expandedParent:R,options:l,insideList:w,typeKey:C,typeScopedContext:c}),b=Object.keys(R);let A=b.length;if("@value"in R){if("@type"in R&&("@language"in R||"@direction"in R))throw new o('Invalid JSON-LD syntax; an element containing "@value" may not contain both "@type" and either "@language" or "@direction".',"jsonld.SyntaxError",{code:"invalid value object",element:R});let t=A-1;if("@type"in R&&(t-=1),"@index"in R&&(t-=1),"@language"in R&&(t-=1),"@direction"in R&&(t-=1),0!==t)throw new o('Invalid JSON-LD syntax; an element containing "@value" may only have an "@index" property and either "@type" or either or both "@language" or "@direction".',"jsonld.SyntaxError",{code:"invalid value object",element:R});const n=null===R["@value"]?[]:x(R["@value"]),a=_(R,"@type");if(f(e,1.1)&&a.includes("@json")&&1===a.length);else if(0===n.length)l.eventHandler&&S({event:{type:["JsonLdEvent"],code:"null @value value",level:"warning",message:"Dropping null @value value.",details:{value:R}},options:l}),R=null;else{if(!n.every((e=>i(e)||s(e)))&&"@language"in R)throw new o("Invalid JSON-LD syntax; only strings may be language-tagged.","jsonld.SyntaxError",{code:"invalid language-tagged value",element:R});if(!a.every((e=>y(e)&&!(i(e)&&0===e.indexOf("_:"))||s(e))))throw new o('Invalid JSON-LD syntax; an element containing "@value" and "@type" must have an absolute IRI for the value of "@type".',"jsonld.SyntaxError",{code:"invalid typed value",element:R})}}else if("@type"in R&&!a(R["@type"]))R["@type"]=[R["@type"]];else if("@set"in R||"@list"in R){if(A>1&&(2!==A||!("@index"in R)))throw new o('Invalid JSON-LD syntax; if an element has the property "@set" or "@list", then it can have at most one other property that is "@index".',"jsonld.SyntaxError",{code:"invalid set or list object",element:R});"@set"in R&&(R=R["@set"],b=Object.keys(R),A=b.length)}else 1===A&&"@language"in R&&(l.eventHandler&&S({event:{type:["JsonLdEvent"],code:"object with only @language",level:"warning",message:"Dropping object with only @language.",details:{value:R}},options:l}),R=null);return!r(R)||l.keepFreeFloatingNodes||w||null!==t&&"@graph"!==m&&!(u(e,t,"@container")||[]).includes("@graph")||(R=q({value:R,count:A,options:l})),R}},1565:(e,t,n)=>{const{isSubjectReference:o}=n(8463),{createMergedNodeMap:a}=n(2664),r={};e.exports=r,r.flatten=e=>{const t=a(e),n=[],r=Object.keys(t).sort();for(let e=0;e<r.length;++e){const a=t[r[e]];o(a)||n.push(a)}return n}},3859:(e,t,n)=>{const{isKeyword:o}=n(4131),a=n(8463),r=n(832),s=n(1055),i=n(2278),d=n(4093),{createNodeMap:l,mergeNodeMapGraphs:w}=n(2664),h={};function c(e){const t={};for(const n in e)void 0!==e[n]&&(t["@"+n]=[e[n]]);return[t]}function p(e,t,n){for(let o=n.length-1;o>=0;--o){const a=n[o];if(a.graph===t&&a.subject["@id"]===e["@id"])return!0}return!1}function u(e,t,n){const o="@"+n;let a=o in e?e[o][0]:t[n];if("embed"===n)if(!0===a)a="@once";else if(!1===a)a="@never";else if("@always"!==a&&"@never"!==a&&"@link"!==a&&"@first"!==a&&"@last"!==a&&"@once"!==a)throw new d("Invalid JSON-LD syntax; invalid value of @embed.","jsonld.SyntaxError",{code:"invalid @embed value",frame:e});return a}function m(e){if(!r.isArray(e)||1!==e.length||!r.isObject(e[0]))throw new d("Invalid JSON-LD syntax; a JSON-LD frame must be a single object.","jsonld.SyntaxError",{frame:e});if("@id"in e[0])for(const t of s.asArray(e[0]["@id"]))if(!r.isObject(t)&&!i.isAbsolute(t)||r.isString(t)&&0===t.indexOf("_:"))throw new d("Invalid JSON-LD syntax; invalid @id in frame.","jsonld.SyntaxError",{code:"invalid frame",frame:e});if("@type"in e[0])for(const t of s.asArray(e[0]["@type"]))if(!r.isObject(t)&&!i.isAbsolute(t)&&"@json"!==t||r.isString(t)&&0===t.indexOf("_:"))throw new d("Invalid JSON-LD syntax; invalid @type in frame.","jsonld.SyntaxError",{code:"invalid frame",frame:e})}function g(e,t,n,i){let d=!0,l=!1;for(const w in n){let h=!1;const c=s.getValues(t,w),p=0===s.getValues(n,w).length;if("@id"===w){if(r.isEmptyObject(n["@id"][0]||{})?h=!0:n["@id"].length>=0&&(h=n["@id"].includes(c[0])),!i.requireAll)return h}else if("@type"===w){if(d=!1,p){if(c.length>0)return!1;h=!0}else if(1===n["@type"].length&&r.isEmptyObject(n["@type"][0]))h=c.length>0;else for(const e of n["@type"])h=!(!r.isObject(e)||!("@default"in e))||h||c.some((t=>t===e));if(!i.requireAll)return h}else{if(o(w))continue;{const t=s.getValues(n,w)[0];let o=!1;if(t&&(m([t]),o="@default"in t),d=!1,0===c.length&&o)continue;if(c.length>0&&p)return!1;if(void 0===t){if(c.length>0)return!1;h=!0}else if(a.isList(t)){const n=t["@list"][0];if(a.isList(c[0])){const t=c[0]["@list"];a.isValue(n)?h=t.some((e=>N(n,e))):(a.isSubject(n)||a.isSubjectReference(n))&&(h=t.some((t=>b(e,n,t,i))))}}else h=a.isValue(t)?c.some((e=>N(t,e))):a.isSubjectReference(t)?c.some((n=>b(e,t,n,i))):!!r.isObject(t)&&c.length>0}}if(!h&&i.requireAll)return!1;l=l||h}return d||l}function f(e,t){const n=e.uniqueEmbeds[e.graph],o=n[t],a=o.parent,i=o.property,d={"@id":t};if(r.isArray(a)){for(let e=0;e<a.length;++e)if(s.compareValues(a[e],d)){a[e]=d;break}}else{const e=r.isArray(a[i]);s.removeValue(a,i,d,{propertyIsArray:e}),s.addValue(a,i,d,{propertyIsArray:e})}const l=e=>{const t=Object.keys(n);for(const o of t)o in n&&r.isObject(n[o].parent)&&n[o].parent["@id"]===e&&(delete n[o],l(o))};l(t)}function y(e,t){if(r.isArray(e))return e.map((e=>y(e,t)));if(r.isObject(e)){if("@preserve"in e)return e["@preserve"][0];if(a.isValue(e))return e;if(a.isList(e))return e["@list"]=y(e["@list"],t),e;if("@id"in e){const n=e["@id"];if(t.link.hasOwnProperty(n)){const o=t.link[n].indexOf(e);if(-1!==o)return t.link[n][o];t.link[n].push(e)}else t.link[n]=[e]}for(const n in e)"@id"===n&&t.bnodesToClear.includes(e[n])?delete e["@id"]:e[n]=y(e[n],t)}return e}function v(e,t,n){r.isObject(e)?s.addValue(e,t,n,{propertyIsArray:!0}):e.push(n)}function b(e,t,n,o){if(!("@id"in n))return!1;const a=e.subjects[n["@id"]];return a&&g(e,a,t,o)}function N(e,t){const n=t["@value"],o=t["@type"],a=t["@language"],s=e["@value"]?r.isArray(e["@value"])?e["@value"]:[e["@value"]]:[],i=e["@type"]?r.isArray(e["@type"])?e["@type"]:[e["@type"]]:[],d=e["@language"]?r.isArray(e["@language"])?e["@language"]:[e["@language"]]:[];return 0===s.length&&0===i.length&&0===d.length||!(!s.includes(n)&&!r.isEmptyObject(s[0]))&&!!(!o&&0===i.length||i.includes(o)||o&&r.isEmptyObject(i[0]))&&!!(!a&&0===d.length||d.includes(a)||a&&r.isEmptyObject(d[0]))}e.exports=h,h.frameMergedOrDefault=(e,t,n)=>{const o={options:n,embedded:!1,graph:"@default",graphMap:{"@default":{}},subjectStack:[],link:{},bnodeMap:{}},a=new s.IdentifierIssuer("_:b");l(e,o.graphMap,"@default",a),n.merged&&(o.graphMap["@merged"]=w(o.graphMap),o.graph="@merged"),o.subjects=o.graphMap[o.graph];const r=[];return h.frame(o,Object.keys(o.subjects).sort(),t,r),n.pruneBlankNodeIdentifiers&&(n.bnodesToClear=Object.keys(o.bnodeMap).filter((e=>1===o.bnodeMap[e].length))),n.link={},y(r,n)},h.frame=(e,t,n,i,l=null)=>{m(n),n=n[0];const w=e.options,y={embed:u(n,w,"embed"),explicit:u(n,w,"explicit"),requireAll:u(n,w,"requireAll")};e.link.hasOwnProperty(e.graph)||(e.link[e.graph]={});const b=e.link[e.graph],x=function(e,t,n,o){const a={};for(const r of t){const t=e.graphMap[e.graph][r];g(e,t,n,o)&&(a[r]=t)}return a}(e,t,n,y),_=Object.keys(x).sort();for(const m of _){const g=x[m];if(null===l?e.uniqueEmbeds={[e.graph]:{}}:e.uniqueEmbeds[e.graph]=e.uniqueEmbeds[e.graph]||{},"@link"===y.embed&&m in b){v(i,l,b[m]);continue}const _={"@id":m};if(0===m.indexOf("_:")&&s.addValue(e.bnodeMap,m,_,{propertyIsArray:!0}),b[m]=_,("@first"===y.embed||"@last"===y.embed)&&e.is11)throw new d("Invalid JSON-LD syntax; invalid value of @embed.","jsonld.SyntaxError",{code:"invalid @embed value",frame:n});if(e.embedded||!e.uniqueEmbeds[e.graph].hasOwnProperty(m))if(!e.embedded||"@never"!==y.embed&&!p(g,e.graph,e.subjectStack))if(!e.embedded||"@first"!=y.embed&&"@once"!=y.embed||!e.uniqueEmbeds[e.graph].hasOwnProperty(m)){if("@last"===y.embed&&m in e.uniqueEmbeds[e.graph]&&f(e,m),e.uniqueEmbeds[e.graph][m]={parent:i,property:l},e.subjectStack.push({subject:g,graph:e.graph}),m in e.graphMap){let t=!1,o=null;"@graph"in n?(o=n["@graph"][0],t=!("@merged"===m||"@default"===m),r.isObject(o)||(o={})):(t="@merged"!==e.graph,o={}),t&&h.frame({...e,graph:m,embedded:!1},Object.keys(e.graphMap[m]).sort(),[o],_,"@graph")}"@included"in n&&h.frame({...e,embedded:!1},t,n["@included"],_,"@included");for(const t of Object.keys(g).sort())if(o(t)){if(_[t]=s.clone(g[t]),"@type"===t)for(const t of g["@type"])0===t.indexOf("_:")&&s.addValue(e.bnodeMap,t,_,{propertyIsArray:!0})}else if(!y.explicit||t in n)for(const o of g[t]){const r=t in n?n[t]:c(y);if(a.isList(o)){const r=n[t]&&n[t][0]&&n[t][0]["@list"]?n[t][0]["@list"]:c(y),i={"@list":[]};v(_,t,i);const d=o["@list"];for(const t of d)a.isSubjectReference(t)?h.frame({...e,embedded:!0},[t["@id"]],r,i,"@list"):v(i,"@list",s.clone(t))}else a.isSubjectReference(o)?h.frame({...e,embedded:!0},[o["@id"]],r,_,t):N(r[0],o)&&v(_,t,s.clone(o))}for(const e of Object.keys(n).sort()){if("@type"===e){if(!r.isObject(n[e][0])||!("@default"in n[e][0]))continue}else if(o(e))continue;const t=n[e][0]||{};if(!u(t,w,"omitDefault")&&!(e in _)){let n="@null";"@default"in t&&(n=s.clone(t["@default"])),r.isArray(n)||(n=[n]),_[e]=[{"@preserve":n}]}}for(const t of Object.keys(n["@reverse"]||{}).sort()){const o=n["@reverse"][t];for(const n of Object.keys(e.subjects))s.getValues(e.subjects[n],t).some((e=>e["@id"]===m))&&(_["@reverse"]=_["@reverse"]||{},s.addValue(_["@reverse"],t,[],{propertyIsArray:!0}),h.frame({...e,embedded:!0},[n],o,_["@reverse"][t],l))}v(i,l,_),e.subjectStack.pop()}else v(i,l,_);else v(i,l,_)}},h.cleanupNull=(e,t)=>{if(r.isArray(e))return e.map((e=>h.cleanupNull(e,t))).filter((e=>e));if("@null"===e)return null;if(r.isObject(e)){if("@id"in e){const n=e["@id"];if(t.link.hasOwnProperty(n)){const o=t.link[n].indexOf(e);if(-1!==o)return t.link[n][o];t.link[n].push(e)}else t.link[n]=[e]}for(const n in e)e[n]=h.cleanupNull(e[n],t)}return e}},5076:(e,t,n)=>{const o=n(4093),a=n(8463),r=n(832),{REGEX_BCP47:s,addValue:i}=n(1055),{handleEvent:d}=n(1696),{RDF_LIST:l,RDF_FIRST:w,RDF_REST:h,RDF_NIL:c,RDF_TYPE:p,RDF_JSON_LITERAL:u,XSD_BOOLEAN:m,XSD_DOUBLE:g,XSD_INTEGER:f,XSD_STRING:y}=n(3770),v={};function b(e,t,n,a){if(e.termType.endsWith("Node"))return{"@id":e.value};const i={"@value":e.value};if(e.language)e.language.match(s)||a.eventHandler&&d({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:e.language}},options:a}),i["@language"]=e.language;else{let l=e.datatype.value;if(l||(l=y),l===u){l="@json";try{i["@value"]=JSON.parse(i["@value"])}catch(e){throw new o("JSON literal could not be parsed.","jsonld.InvalidJsonLiteral",{code:"invalid JSON literal",value:i["@value"],cause:e})}}if(t){if(l===m)"true"===i["@value"]?i["@value"]=!0:"false"===i["@value"]&&(i["@value"]=!1);else if(r.isNumeric(i["@value"]))if(l===f){const e=parseInt(i["@value"],10);e.toFixed(0)===i["@value"]&&(i["@value"]=e)}else l===g&&(i["@value"]=parseFloat(i["@value"]));[m,f,g,y].includes(l)||(i["@type"]=l)}else if("i18n-datatype"===n&&l.startsWith("https://www.w3.org/ns/i18n#")){const[,e,t]=l.split(/[#_]/);e.length>0&&(i["@language"]=e,e.match(s)||a.eventHandler&&d({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:e}},options:a})),i["@direction"]=t}else l!==y&&(i["@type"]=l)}return i}e.exports=v,v.fromRDF=async(e,t)=>{const{useRdfType:n=!1,useNativeTypes:s=!1,rdfDirection:d=null}=t,u={},m={"@default":u},g={};if(d){if("compound-literal"===d)throw new o("Unsupported rdfDirection value.","jsonld.InvalidRdfDirection",{value:d});if("i18n-datatype"!==d)throw new o("Unknown rdfDirection value.","jsonld.InvalidRdfDirection",{value:d})}for(const o of e){const e="DefaultGraph"===o.graph.termType?"@default":o.graph.value;e in m||(m[e]={}),"@default"===e||e in u||(u[e]={"@id":e});const a=m[e],r=o.subject.value,l=o.predicate.value,w=o.object;r in a||(a[r]={"@id":r});const h=a[r],f=w.termType.endsWith("Node");if(f&&!(w.value in a)&&(a[w.value]={"@id":w.value}),l===p&&!n&&f){i(h,"@type",w.value,{propertyIsArray:!0});continue}const y=b(w,s,d,t);if(i(h,l,y,{propertyIsArray:!0}),f)if(w.value===c){const e=a[w.value];"usages"in e||(e.usages=[]),e.usages.push({node:h,property:l,value:y})}else w.value in g?g[w.value]=!1:g[w.value]={node:h,property:l,value:y}}for(const e in m){const t=m[e];if(!(c in t))continue;const n=t[c];if(n.usages){for(let e of n.usages){let n=e.node,o=e.property,s=e.value;const i=[],d=[];let c=Object.keys(n).length;for(;o===h&&r.isObject(g[n["@id"]])&&r.isArray(n[w])&&1===n[w].length&&r.isArray(n[h])&&1===n[h].length&&(3===c||4===c&&r.isArray(n["@type"])&&1===n["@type"].length&&n["@type"][0]===l)&&(i.push(n[w][0]),d.push(n["@id"]),e=g[n["@id"]],n=e.node,o=e.property,s=e.value,c=Object.keys(n).length,a.isBlankNode(n)););delete s["@id"],s["@list"]=i.reverse();for(const e of d)delete t[e]}delete n.usages}}const f=[],y=Object.keys(u).sort();for(const e of y){const t=u[e];if(e in m){const n=t["@graph"]=[],o=m[e],r=Object.keys(o).sort();for(const e of r){const t=o[e];a.isSubjectReference(t)||n.push(t)}}a.isSubjectReference(t)||f.push(t)}return f}},8463:(e,t,n)=>{const o=n(832),a={};e.exports=a,a.isSubject=e=>!(!o.isObject(e)||"@value"in e||"@set"in e||"@list"in e)&&(Object.keys(e).length>1||!("@id"in e)),a.isSubjectReference=e=>o.isObject(e)&&1===Object.keys(e).length&&"@id"in e,a.isValue=e=>o.isObject(e)&&"@value"in e,a.isList=e=>o.isObject(e)&&"@list"in e,a.isGraph=e=>o.isObject(e)&&"@graph"in e&&1===Object.keys(e).filter((e=>"@id"!==e&&"@index"!==e)).length,a.isSimpleGraph=e=>a.isGraph(e)&&!("@id"in e),a.isBlankNode=e=>{if(o.isObject(e)){if("@id"in e){const t=e["@id"];return!o.isString(t)||0===t.indexOf("_:")}return 0===Object.keys(e).length||!("@value"in e||"@set"in e||"@list"in e)}return!1}},6805:(e,t,n)=>{const o=n(7055),a=n(7222),r=n(1055),s=n(8058),i=r.IdentifierIssuer,d=n(4093),l=n(9593),w=n(9048),{expand:h}=n(2759),{flatten:c}=n(1565),{fromRDF:p}=n(5076),{toRDF:u}=n(9382),{frameMergedOrDefault:m,cleanupNull:g}=n(3859),{isArray:f,isObject:y,isString:v}=n(832),{isSubjectReference:b}=n(8463),{expandIri:N,getInitialContext:x,process:_,processingMode:C}=n(4131),{compact:S,compactIri:E}=n(3251),{createNodeMap:q,createMergedNodeMap:I,mergeNodeMaps:T}=n(2664),{logEventHandler:R,logWarningEventHandler:A,safeEventHandler:L,setDefaultEventHandler:j,setupEventHandler:P,strictEventHandler:k,unhandledEventHandler:O}=n(1696),D=function(e){const t={},D=new l({max:100});function $(t,{documentLoader:n=e.documentLoader,...o}){if(t&&"compactionMap"in t)throw new d('"compactionMap" not supported.',"jsonld.OptionsError");if(t&&"expansionMap"in t)throw new d('"expansionMap" not supported.',"jsonld.OptionsError");return Object.assign({},{documentLoader:n},o,t,{eventHandler:P({options:t})})}return e.compact=async function(t,n,o){if(arguments.length<2)throw new TypeError("Could not compact, too few arguments.");if(null===n)throw new d("The compaction context must not be null.","jsonld.CompactError",{code:"invalid local context"});if(null===t)return null;let a;(o=$(o,{base:v(t)?t:"",compactArrays:!0,compactToRelative:!0,graph:!1,skipExpansion:!1,link:!1,issuer:new i("_:b"),contextResolver:new s({sharedCache:D})})).link&&(o.skipExpansion=!0),o.compactToRelative||delete o.base,a=o.skipExpansion?t:await e.expand(t,o);const l=await e.processContext(x(o),n,o);let w=await S({activeCtx:l,element:a,options:o});o.compactArrays&&!o.graph&&f(w)?1===w.length?w=w[0]:0===w.length&&(w={}):o.graph&&y(w)&&(w=[w]),y(n)&&"@context"in n&&(n=n["@context"]),n=r.clone(n),f(n)||(n=[n]);const h=n;n=[];for(let e=0;e<h.length;++e)(!y(h[e])||Object.keys(h[e]).length>0)&&n.push(h[e]);const c=n.length>0;if(1===n.length&&(n=n[0]),f(w)){const e=E({activeCtx:l,iri:"@graph",relativeTo:{vocab:!0}}),t=w;w={},c&&(w["@context"]=n),w[e]=t}else if(y(w)&&c){const e=w;w={"@context":n};for(const t in e)w[t]=e[t]}return w},e.expand=async function(t,n){if(arguments.length<1)throw new TypeError("Could not expand, too few arguments.");const o={},a=[];if("expandContext"in(n=$(n,{keepFreeFloatingNodes:!1,contextResolver:new s({sharedCache:D})}))){const e=r.clone(n.expandContext);y(e)&&"@context"in e?o.expandContext=e:o.expandContext={"@context":e},a.push(o.expandContext)}let i;if(v(t)){const r=await e.get(t,n);i=r.documentUrl,o.input=r.document,r.contextUrl&&(o.remoteContext={"@context":r.contextUrl},a.push(o.remoteContext))}else o.input=r.clone(t);"base"in n||(n.base=i||"");let d=x(n);for(const e of a)d=await _({activeCtx:d,localCtx:e,options:n});let l=await h({activeCtx:d,element:o.input,options:n});return y(l)&&"@graph"in l&&1===Object.keys(l).length?l=l["@graph"]:null===l&&(l=[]),f(l)||(l=[l]),l},e.flatten=async function(t,n,o){if(arguments.length<1)return new TypeError("Could not flatten, too few arguments.");n="function"==typeof n?null:n||null,o=$(o,{base:v(t)?t:"",contextResolver:new s({sharedCache:D})});const a=await e.expand(t,o),r=c(a);return null===n?r:(o.graph=!0,o.skipExpansion=!0,await e.compact(r,n,o))},e.frame=async function(t,n,o){if(arguments.length<2)throw new TypeError("Could not frame, too few arguments.");if(o=$(o,{base:v(t)?t:"",embed:"@once",explicit:!1,requireAll:!1,omitDefault:!1,bnodesToClear:[],contextResolver:new s({sharedCache:D})}),v(n)){const t=await e.get(n,o);if(n=t.document,t.contextUrl){let e=n["@context"];e?f(e)?e.push(t.contextUrl):e=[e,t.contextUrl]:e=t.contextUrl,n["@context"]=e}}const a=n&&n["@context"]||{},r=await e.processContext(x(o),a,o);o.hasOwnProperty("omitGraph")||(o.omitGraph=C(r,1.1)),o.hasOwnProperty("pruneBlankNodeIdentifiers")||(o.pruneBlankNodeIdentifiers=C(r,1.1));const i=await e.expand(t,o),d={...o};d.isFrame=!0,d.keepFreeFloatingNodes=!0;const l=await e.expand(n,d),w=Object.keys(n).map((e=>N(r,e,{vocab:!0})));d.merged=!w.includes("@graph"),d.is11=C(r,1.1);const h=m(i,l,d);d.graph=!o.omitGraph,d.skipExpansion=!0,d.link={},d.framing=!0;let c=await e.compact(h,a,d);return d.link={},c=g(c,d),c},e.link=async function(t,n,o){const a={};return n&&(a["@context"]=n),a["@embed"]="@link",e.frame(t,a,o)},e.normalize=e.canonize=async function(t,n){if(arguments.length<1)throw new TypeError("Could not canonize, too few arguments.");if("inputFormat"in(n=$(n,{base:v(t)?t:null,algorithm:"URDNA2015",skipExpansion:!1,safe:!0,contextResolver:new s({sharedCache:D})}))){if("application/n-quads"!==n.inputFormat&&"application/nquads"!==n.inputFormat)throw new d("Unknown canonicalization input format.","jsonld.CanonizeError");const e=w.parse(t);return o.canonize(e,n)}const a={...n};delete a.format,a.produceGeneralizedRdf=!1;const r=await e.toRDF(t,a);return o.canonize(r,n)},e.fromRDF=async function(e,n){if(arguments.length<1)throw new TypeError("Could not convert from RDF, too few arguments.");n=$(n,{format:v(e)?"application/n-quads":void 0});const{format:o}=n;let{rdfParser:a}=n;if(o){if(a=a||t[o],!a)throw new d("Unknown input format.","jsonld.UnknownFormat",{format:o})}else a=()=>e;const r=await a(e);return p(r,n)},e.toRDF=async function(t,n){if(arguments.length<1)throw new TypeError("Could not convert to RDF, too few arguments.");let o;o=(n=$(n,{base:v(t)?t:"",skipExpansion:!1,contextResolver:new s({sharedCache:D})})).skipExpansion?t:await e.expand(t,n);const a=u(o,n);if(n.format){if("application/n-quads"===n.format||"application/nquads"===n.format)return w.serialize(a);throw new d("Unknown output format.","jsonld.UnknownFormat",{format:n.format})}return a},e.createNodeMap=async function(t,n){if(arguments.length<1)throw new TypeError("Could not create node map, too few arguments.");n=$(n,{base:v(t)?t:"",contextResolver:new s({sharedCache:D})});const o=await e.expand(t,n);return I(o,n)},e.merge=async function(t,n,o){if(arguments.length<1)throw new TypeError("Could not merge, too few arguments.");if(!f(t))throw new TypeError('Could not merge, "docs" must be an array.');n="function"==typeof n?null:n||null,o=$(o,{contextResolver:new s({sharedCache:D})});const a=await Promise.all(t.map((t=>{const n={...o};return e.expand(t,n)})));let d=!0;"mergeNodes"in o&&(d=o.mergeNodes);const l=o.issuer||new i("_:b"),w={"@default":{}};for(let e=0;e<a.length;++e){const t=r.relabelBlankNodes(a[e],{issuer:new i("_:b"+e+"-")}),n=d||0===e?w:{"@default":{}};if(q(t,n,"@default",l),n!==w)for(const e in n){const t=n[e];if(!(e in w)){w[e]=t;continue}const o=w[e];for(const e in t)e in o||(o[e]=t[e])}}const h=T(w),c=[],p=Object.keys(h).sort();for(let e=0;e<p.length;++e){const t=h[p[e]];b(t)||c.push(t)}return null===n?c:(o.graph=!0,o.skipExpansion=!0,await e.compact(c,n,o))},Object.defineProperty(e,"documentLoader",{get:()=>e._documentLoader,set:t=>e._documentLoader=t}),e.documentLoader=async e=>{throw new d("Could not retrieve a JSON-LD document from the URL. URL dereferencing not implemented.","jsonld.LoadDocumentError",{code:"loading document failed",url:e})},e.get=async function(t,n){let o;o="function"==typeof n.documentLoader?n.documentLoader:e.documentLoader;const a=await o(t);try{if(!a.document)throw new d("No remote document found at the given URL.","jsonld.NullRemoteDocument");v(a.document)&&(a.document=JSON.parse(a.document))}catch(e){throw new d("Could not retrieve a JSON-LD document from the URL.","jsonld.LoadDocumentError",{code:"loading document failed",cause:e,remoteDoc:a})}return a},e.processContext=async function(e,t,n){return n=$(n,{base:"",contextResolver:new s({sharedCache:D})}),null===t?x(n):(t=r.clone(t),y(t)&&"@context"in t||(t={"@context":t}),_({activeCtx:e,localCtx:t,options:n}))},e.getContextValue=n(4131).getContextValue,e.documentLoaders={},e.useDocumentLoader=function(t){if(!(t in e.documentLoaders))throw new d('Unknown document loader type: "'+t+'"',"jsonld.UnknownDocumentLoader",{type:t});e.documentLoader=e.documentLoaders[t].apply(e,Array.prototype.slice.call(arguments,1))},e.registerRDFParser=function(e,n){t[e]=n},e.unregisterRDFParser=function(e){delete t[e]},e.registerRDFParser("application/n-quads",w.parse),e.registerRDFParser("application/nquads",w.parse),e.url=n(2278),e.logEventHandler=R,e.logWarningEventHandler=A,e.safeEventHandler=L,e.setDefaultEventHandler=j,e.strictEventHandler=k,e.unhandledEventHandler=O,e.util=r,Object.assign(e,r),e.promises=e,e.RequestQueue=n(533),e.JsonLdProcessor=n(731)(e),a.setupGlobals(e),a.setupDocumentLoaders(e),e},$=function(){return D((function(){return $()}))};D($),e.exports=$},2664:(e,t,n)=>{const{isKeyword:o}=n(4131),a=n(8463),r=n(832),s=n(1055),i=n(4093),d={};e.exports=d,d.createMergedNodeMap=(e,t)=>{const n=(t=t||{}).issuer||new s.IdentifierIssuer("_:b"),o={"@default":{}};return d.createNodeMap(e,o,"@default",n),d.mergeNodeMaps(o)},d.createNodeMap=(e,t,n,l,w,h)=>{if(r.isArray(e)){for(const o of e)d.createNodeMap(o,t,n,l,void 0,h);return}if(!r.isObject(e))return void(h&&h.push(e));if(a.isValue(e)){if("@type"in e){let t=e["@type"];0===t.indexOf("_:")&&(e["@type"]=t=l.getId(t))}return void(h&&h.push(e))}if(h&&a.isList(e)){const o=[];return d.createNodeMap(e["@list"],t,n,l,w,o),void h.push({"@list":o})}if("@type"in e){const t=e["@type"];for(const e of t)0===e.indexOf("_:")&&l.getId(e)}r.isUndefined(w)&&(w=a.isBlankNode(e)?l.getId(e["@id"]):e["@id"]),h&&h.push({"@id":w});const c=t[n],p=c[w]=c[w]||{};p["@id"]=w;const u=Object.keys(e).sort();for(let r of u){if("@id"===r)continue;if("@reverse"===r){const o={"@id":w},r=e["@reverse"];for(const e in r){const i=r[e];for(const r of i){let i=r["@id"];a.isBlankNode(r)&&(i=l.getId(i)),d.createNodeMap(r,t,n,l,i),s.addValue(c[i],e,o,{propertyIsArray:!0,allowDuplicate:!1})}}continue}if("@graph"===r){w in t||(t[w]={}),d.createNodeMap(e[r],t,w,l);continue}if("@included"===r){d.createNodeMap(e[r],t,n,l);continue}if("@type"!==r&&o(r)){if("@index"===r&&r in p&&(e[r]!==p[r]||e[r]["@id"]!==p[r]["@id"]))throw new i("Invalid JSON-LD syntax; conflicting @index property detected.","jsonld.SyntaxError",{code:"conflicting indexes",subject:p});p[r]=e[r];continue}const h=e[r];if(0===r.indexOf("_:")&&(r=l.getId(r)),0!==h.length)for(let e of h)if("@type"===r&&(e=0===e.indexOf("_:")?l.getId(e):e),a.isSubject(e)||a.isSubjectReference(e)){if("@id"in e&&!e["@id"])continue;const o=a.isBlankNode(e)?l.getId(e["@id"]):e["@id"];s.addValue(p,r,{"@id":o},{propertyIsArray:!0,allowDuplicate:!1}),d.createNodeMap(e,t,n,l,o)}else if(a.isValue(e))s.addValue(p,r,e,{propertyIsArray:!0,allowDuplicate:!1});else if(a.isList(e)){const o=[];d.createNodeMap(e["@list"],t,n,l,w,o),e={"@list":o},s.addValue(p,r,e,{propertyIsArray:!0,allowDuplicate:!1})}else d.createNodeMap(e,t,n,l,w),s.addValue(p,r,e,{propertyIsArray:!0,allowDuplicate:!1});else s.addValue(p,r,[],{propertyIsArray:!0})}},d.mergeNodeMapGraphs=e=>{const t={};for(const n of Object.keys(e).sort())for(const a of Object.keys(e[n]).sort()){const r=e[n][a];a in t||(t[a]={"@id":a});const i=t[a];for(const e of Object.keys(r).sort())if(o(e)&&"@type"!==e)i[e]=s.clone(r[e]);else for(const t of r[e])s.addValue(i,e,s.clone(t),{propertyIsArray:!0,allowDuplicate:!1})}return t},d.mergeNodeMaps=e=>{const t=e["@default"],n=Object.keys(e).sort();for(const o of n){if("@default"===o)continue;const n=e[o];let r=t[o];r?"@graph"in r||(r["@graph"]=[]):t[o]=r={"@id":o,"@graph":[]};const s=r["@graph"];for(const e of Object.keys(n).sort()){const t=n[e];a.isSubjectReference(t)||s.push(t)}}return t}},7222:(e,t,n)=>{const o=n(8831),a={};e.exports=a,a.setupDocumentLoaders=function(e){"undefined"!=typeof XMLHttpRequest&&(e.documentLoaders.xhr=o,e.useDocumentLoader("xhr"))},a.setupGlobals=function(e){void 0===globalThis.JsonLdProcessor&&Object.defineProperty(globalThis,"JsonLdProcessor",{writable:!0,enumerable:!1,configurable:!0,value:e.JsonLdProcessor})}},9382:(e,t,n)=>{const{createNodeMap:o}=n(2664),{isKeyword:a}=n(4131),r=n(8463),s=n(5456),i=n(4093),d=n(832),l=n(1055),{handleEvent:w}=n(1696),{RDF_FIRST:h,RDF_REST:c,RDF_NIL:p,RDF_TYPE:u,RDF_JSON_LITERAL:m,RDF_LANGSTRING:g,XSD_BOOLEAN:f,XSD_DOUBLE:y,XSD_INTEGER:v,XSD_STRING:b}=n(3770),{isAbsolute:N}=n(2278),x={};function _(e,t,n,o,r){const s=Object.keys(t).sort();for(const i of s){const s=t[i],d=Object.keys(s).sort();for(let t of d){const d=s[t];if("@type"===t)t=u;else if(a(t))continue;for(const a of d){const s={termType:i.startsWith("_:")?"BlankNode":"NamedNode",value:i};if(!N(i)){r.eventHandler&&w({event:{type:["JsonLdEvent"],code:"relative subject reference",level:"warning",message:"Relative subject reference found.",details:{subject:i}},options:r});continue}const d={termType:t.startsWith("_:")?"BlankNode":"NamedNode",value:t};if(!N(t)){r.eventHandler&&w({event:{type:["JsonLdEvent"],code:"relative predicate reference",level:"warning",message:"Relative predicate reference found.",details:{predicate:t}},options:r});continue}if("BlankNode"===d.termType&&!r.produceGeneralizedRdf){r.eventHandler&&w({event:{type:["JsonLdEvent"],code:"blank node predicate",level:"warning",message:"Dropping blank node predicate.",details:{property:o.getOldIds().find((e=>o.getId(e)===t))}},options:r});continue}const l=C(a,o,e,n,r.rdfDirection,r);l&&e.push({subject:s,predicate:d,object:l,graph:n})}}}}function C(e,t,n,o,a,l){const u={};if(r.isValue(e)){u.termType="Literal",u.value=void 0,u.datatype={termType:"NamedNode"};let t=e["@value"];const n=e["@type"]||null;if("@json"===n)u.value=s(t),u.datatype.value=m;else if(d.isBoolean(t))u.value=t.toString(),u.datatype.value=n||f;else if(d.isDouble(t)||n===y)d.isDouble(t)||(t=parseFloat(t)),u.value=t.toExponential(15).replace(/(\d)0*e\+?/,"$1E"),u.datatype.value=n||y;else if(d.isNumber(t))u.value=t.toFixed(0),u.datatype.value=n||v;else if("@direction"in e&&"i18n-datatype"===a){const n=`https://www.w3.org/ns/i18n#${(e["@language"]||"").toLowerCase()}_${e["@direction"]}`;u.datatype.value=n,u.value=t}else{if("@direction"in e&&"compound-literal"===a)throw new i("Unsupported rdfDirection value.","jsonld.InvalidRdfDirection",{value:a});if("@direction"in e&&a)throw new i("Unknown rdfDirection value.","jsonld.InvalidRdfDirection",{value:a});"@language"in e?("@direction"in e&&!a&&l.eventHandler&&w({event:{type:["JsonLdEvent"],code:"rdfDirection not set",level:"warning",message:"rdfDirection not set for @direction.",details:{object:u.value}},options:l}),u.value=t,u.datatype.value=n||g,u.language=e["@language"]):("@direction"in e&&!a&&l.eventHandler&&w({event:{type:["JsonLdEvent"],code:"rdfDirection not set",level:"warning",message:"rdfDirection not set for @direction.",details:{object:u.value}},options:l}),u.value=t,u.datatype.value=n||b)}}else if(r.isList(e)){const r=function(e,t,n,o,a,r){const s={termType:"NamedNode",value:h},i={termType:"NamedNode",value:c},d={termType:"NamedNode",value:p},l=e.pop(),w=l?{termType:"BlankNode",value:t.getId()}:d;let u=w;for(const d of e){const e=C(d,t,n,o,a,r),l={termType:"BlankNode",value:t.getId()};n.push({subject:u,predicate:s,object:e,graph:o}),n.push({subject:u,predicate:i,object:l,graph:o}),u=l}if(l){const e=C(l,t,n,o,a,r);n.push({subject:u,predicate:s,object:e,graph:o}),n.push({subject:u,predicate:i,object:d,graph:o})}return w}(e["@list"],t,n,o,a,l);u.termType=r.termType,u.value=r.value}else{const t=d.isObject(e)?e["@id"]:e;u.termType=t.startsWith("_:")?"BlankNode":"NamedNode",u.value=t}return"NamedNode"!==u.termType||N(u.value)?u:(l.eventHandler&&w({event:{type:["JsonLdEvent"],code:"relative object reference",level:"warning",message:"Relative object reference found.",details:{object:u.value}},options:l}),null)}e.exports=x,x.toRDF=(e,t)=>{const n=new l.IdentifierIssuer("_:b"),a={"@default":{}};o(e,a,"@default",n);const r=[],s=Object.keys(a).sort();for(const e of s){let o;if("@default"===e)o={termType:"DefaultGraph",value:""};else{if(!N(e)){t.eventHandler&&w({event:{type:["JsonLdEvent"],code:"relative graph reference",level:"warning",message:"Relative graph reference found.",details:{graph:e}},options:t});continue}o=e.startsWith("_:")?{termType:"BlankNode"}:{termType:"NamedNode"},o.value=e}_(r,a[e],o,n,t)}return r}},832:e=>{const t={};e.exports=t,t.isArray=Array.isArray,t.isBoolean=e=>"boolean"==typeof e||"[object Boolean]"===Object.prototype.toString.call(e),t.isDouble=e=>t.isNumber(e)&&(-1!==String(e).indexOf(".")||Math.abs(e)>=1e21),t.isEmptyObject=e=>t.isObject(e)&&0===Object.keys(e).length,t.isNumber=e=>"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e),t.isNumeric=e=>!isNaN(parseFloat(e))&&isFinite(e),t.isObject=e=>"[object Object]"===Object.prototype.toString.call(e),t.isString=e=>"string"==typeof e||"[object String]"===Object.prototype.toString.call(e),t.isUndefined=e=>void 0===e},2278:(e,t,n)=>{const o=n(832),a={};e.exports=a,a.parsers={simple:{keys:["href","scheme","authority","path","query","fragment"],regex:/^(?:([^:\/?#]+):)?(?:\/\/([^\/?#]*))?([^?#]*)(?:\?([^#]*))?(?:#(.*))?/},full:{keys:["href","protocol","scheme","authority","auth","user","password","hostname","port","path","directory","file","query","fragment"],regex:/^(([a-zA-Z][a-zA-Z0-9+-.]*):)?(?:\/\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?(?:(((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/}},a.parse=(e,t)=>{const n={},o=a.parsers[t||"full"],r=o.regex.exec(e);let s=o.keys.length;for(;s--;)n[o.keys[s]]=void 0===r[s]?null:r[s];return("https"===n.scheme&&"443"===n.port||"http"===n.scheme&&"80"===n.port)&&(n.href=n.href.replace(":"+n.port,""),n.authority=n.authority.replace(":"+n.port,""),n.port=null),n.normalizedPath=a.removeDotSegments(n.path),n},a.prependBase=(e,t)=>{if(null===e)return t;if(a.isAbsolute(t))return t;e&&!o.isString(e)||(e=a.parse(e||""));const n=a.parse(t),r={protocol:e.protocol||""};if(null!==n.authority)r.authority=n.authority,r.path=n.path,r.query=n.query;else if(r.authority=e.authority,""===n.path)r.path=e.path,null!==n.query?r.query=n.query:r.query=e.query;else{if(0===n.path.indexOf("/"))r.path=n.path;else{let t=e.path;t=t.substr(0,t.lastIndexOf("/")+1),(t.length>0||e.authority)&&"/"!==t.substr(-1)&&(t+="/"),t+=n.path,r.path=t}r.query=n.query}""!==n.path&&(r.path=a.removeDotSegments(r.path));let s=r.protocol;return null!==r.authority&&(s+="//"+r.authority),s+=r.path,null!==r.query&&(s+="?"+r.query),null!==n.fragment&&(s+="#"+n.fragment),""===s&&(s="./"),s},a.removeBase=(e,t)=>{if(null===e)return t;e&&!o.isString(e)||(e=a.parse(e||""));let n="";if(""!==e.href?n+=(e.protocol||"")+"//"+(e.authority||""):t.indexOf("//")&&(n+="//"),0!==t.indexOf(n))return t;const r=a.parse(t.substr(n.length)),s=e.normalizedPath.split("/"),i=r.normalizedPath.split("/"),d=r.fragment||r.query?0:1;for(;s.length>0&&i.length>d&&s[0]===i[0];)s.shift(),i.shift();let l="";if(s.length>0){s.pop();for(let e=0;e<s.length;++e)l+="../"}return l+=i.join("/"),null!==r.query&&(l+="?"+r.query),null!==r.fragment&&(l+="#"+r.fragment),""===l&&(l="./"),l},a.removeDotSegments=e=>{if(0===e.length)return"";const t=e.split("/"),n=[];for(;t.length>0;){const e=t.shift(),o=0===t.length;"."!==e?".."!==e?n.push(e):(n.pop(),o&&n.push("")):o&&n.push("")}return"/"===e[0]&&n.length>0&&""!==n[0]&&n.unshift(""),1===n.length&&""===n[0]?"/":n.join("/")};const r=/^([A-Za-z][A-Za-z0-9+-.]*|_):[^\s]*$/;a.isAbsolute=e=>o.isString(e)&&r.test(e),a.isRelative=e=>o.isString(e)},1055:(e,t,n)=>{const o=n(8463),a=n(832),r=n(7055).IdentifierIssuer,s=n(4093),i=/(?:<[^>]*?>|"[^"]*?"|[^,])+/g,d=/\s*<([^>]*?)>\s*(?:;\s*(.*))?/,l=/(.*?)=(?:(?:"([^"]*?)")|([^"]*?))\s*(?:(?:;\s*)|$)/g,w="application/ld+json, application/json",h={};function c(e,t){if(a.isArray(t))for(let n=0;n<t.length;++n)t[n]=c(e,t[n]);else if(o.isList(t))t["@list"]=c(e,t["@list"]);else if(a.isObject(t)){o.isBlankNode(t)&&(t["@id"]=e.getId(t["@id"]));const n=Object.keys(t).sort();for(let o=0;o<n.length;++o){const a=n[o];"@id"!==a&&(t[a]=c(e,t[a]))}}return t}e.exports=h,h.IdentifierIssuer=r,h.REGEX_BCP47=/^[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*$/,h.REGEX_KEYWORD=/^@[a-zA-Z]+$/,h.clone=function(e){if(e&&"object"==typeof e){let t;if(a.isArray(e)){t=[];for(let n=0;n<e.length;++n)t[n]=h.clone(e[n])}else if(e instanceof Map){t=new Map;for(const[n,o]of e)t.set(n,h.clone(o))}else if(e instanceof Set){t=new Set;for(const n of e)t.add(h.clone(n))}else if(a.isObject(e)){t={};for(const n in e)t[n]=h.clone(e[n])}else t=e.toString();return t}return e},h.asArray=function(e){return Array.isArray(e)?e:[e]},h.buildHeaders=(e={})=>{if(Object.keys(e).some((e=>"accept"===e.toLowerCase())))throw new RangeError('Accept header may not be specified; only "'+w+'" is supported.');return Object.assign({Accept:w},e)},h.parseLinkHeader=e=>{const t={},n=e.match(i);for(let e=0;e<n.length;++e){let o=n[e].match(d);if(!o)continue;const a={target:o[1]},r=o[2];for(;o=l.exec(r);)a[o[1]]=void 0===o[2]?o[3]:o[2];const s=a.rel||"";Array.isArray(t[s])?t[s].push(a):t.hasOwnProperty(s)?t[s]=[t[s],a]:t[s]=a}return t},h.validateTypeValue=(e,t)=>{if(!(a.isString(e)||a.isArray(e)&&e.every((e=>a.isString(e))))){if(t&&a.isObject(e))switch(Object.keys(e).length){case 0:return;case 1:if("@default"in e&&h.asArray(e["@default"]).every((e=>a.isString(e))))return}throw new s('Invalid JSON-LD syntax; "@type" value must a string, an array of strings, an empty object, or a default object.',"jsonld.SyntaxError",{code:"invalid type value",value:e})}},h.hasProperty=(e,t)=>{if(e.hasOwnProperty(t)){const n=e[t];return!a.isArray(n)||n.length>0}return!1},h.hasValue=(e,t,n)=>{if(h.hasProperty(e,t)){let r=e[t];const s=o.isList(r);if(a.isArray(r)||s){s&&(r=r["@list"]);for(let e=0;e<r.length;++e)if(h.compareValues(n,r[e]))return!0}else if(!a.isArray(n))return h.compareValues(n,r)}return!1},h.addValue=(e,t,n,o)=>{if("propertyIsArray"in(o=o||{})||(o.propertyIsArray=!1),"valueIsArray"in o||(o.valueIsArray=!1),"allowDuplicate"in o||(o.allowDuplicate=!0),"prependValue"in o||(o.prependValue=!1),o.valueIsArray)e[t]=n;else if(a.isArray(n)){0===n.length&&o.propertyIsArray&&!e.hasOwnProperty(t)&&(e[t]=[]),o.prependValue&&(n=n.concat(e[t]),e[t]=[]);for(let a=0;a<n.length;++a)h.addValue(e,t,n[a],o)}else if(e.hasOwnProperty(t)){const r=!o.allowDuplicate&&h.hasValue(e,t,n);a.isArray(e[t])||r&&!o.propertyIsArray||(e[t]=[e[t]]),r||(o.prependValue?e[t].unshift(n):e[t].push(n))}else e[t]=o.propertyIsArray?[n]:n},h.getValues=(e,t)=>[].concat(e[t]||[]),h.removeProperty=(e,t)=>{delete e[t]},h.removeValue=(e,t,n,o)=>{"propertyIsArray"in(o=o||{})||(o.propertyIsArray=!1);const a=h.getValues(e,t).filter((e=>!h.compareValues(e,n)));0===a.length?h.removeProperty(e,t):1!==a.length||o.propertyIsArray?e[t]=a:e[t]=a[0]},h.relabelBlankNodes=(e,t)=>c((t=t||{}).issuer||new r("_:b"),e),h.compareValues=(e,t)=>e===t||!(!o.isValue(e)||!o.isValue(t)||e["@value"]!==t["@value"]||e["@type"]!==t["@type"]||e["@language"]!==t["@language"]||e["@index"]!==t["@index"])||!!(a.isObject(e)&&"@id"in e&&a.isObject(t)&&"@id"in t)&&e["@id"]===t["@id"],h.compareShortestLeast=(e,t)=>e.length<t.length?-1:t.length<e.length?1:e===t?0:e<t?-1:1},9593:(e,t,n)=>{const o=n(4411),a=Symbol("max"),r=Symbol("length"),s=Symbol("lengthCalculator"),i=Symbol("allowStale"),d=Symbol("maxAge"),l=Symbol("dispose"),w=Symbol("noDisposeOnSet"),h=Symbol("lruList"),c=Symbol("cache"),p=Symbol("updateAgeOnGet"),u=()=>1,m=(e,t,n)=>{const o=e[c].get(t);if(o){const t=o.value;if(g(e,t)){if(y(e,o),!e[i])return}else n&&(e[p]&&(o.value.now=Date.now()),e[h].unshiftNode(o));return t.value}},g=(e,t)=>{if(!t||!t.maxAge&&!e[d])return!1;const n=Date.now()-t.now;return t.maxAge?n>t.maxAge:e[d]&&n>e[d]},f=e=>{if(e[r]>e[a])for(let t=e[h].tail;e[r]>e[a]&&null!==t;){const n=t.prev;y(e,t),t=n}},y=(e,t)=>{if(t){const n=t.value;e[l]&&e[l](n.key,n.value),e[r]-=n.length,e[c].delete(n.key),e[h].removeNode(t)}};class v{constructor(e,t,n,o,a){this.key=e,this.value=t,this.length=n,this.now=o,this.maxAge=a||0}}const b=(e,t,n,o)=>{let a=n.value;g(e,a)&&(y(e,n),e[i]||(a=void 0)),a&&t.call(o,a.value,a.key,e)};e.exports=class{constructor(e){if("number"==typeof e&&(e={max:e}),e||(e={}),e.max&&("number"!=typeof e.max||e.max<0))throw new TypeError("max must be a non-negative number");this[a]=e.max||1/0;const t=e.length||u;if(this[s]="function"!=typeof t?u:t,this[i]=e.stale||!1,e.maxAge&&"number"!=typeof e.maxAge)throw new TypeError("maxAge must be a number");this[d]=e.maxAge||0,this[l]=e.dispose,this[w]=e.noDisposeOnSet||!1,this[p]=e.updateAgeOnGet||!1,this.reset()}set max(e){if("number"!=typeof e||e<0)throw new TypeError("max must be a non-negative number");this[a]=e||1/0,f(this)}get max(){return this[a]}set allowStale(e){this[i]=!!e}get allowStale(){return this[i]}set maxAge(e){if("number"!=typeof e)throw new TypeError("maxAge must be a non-negative number");this[d]=e,f(this)}get maxAge(){return this[d]}set lengthCalculator(e){"function"!=typeof e&&(e=u),e!==this[s]&&(this[s]=e,this[r]=0,this[h].forEach((e=>{e.length=this[s](e.value,e.key),this[r]+=e.length}))),f(this)}get lengthCalculator(){return this[s]}get length(){return this[r]}get itemCount(){return this[h].length}rforEach(e,t){t=t||this;for(let n=this[h].tail;null!==n;){const o=n.prev;b(this,e,n,t),n=o}}forEach(e,t){t=t||this;for(let n=this[h].head;null!==n;){const o=n.next;b(this,e,n,t),n=o}}keys(){return this[h].toArray().map((e=>e.key))}values(){return this[h].toArray().map((e=>e.value))}reset(){this[l]&&this[h]&&this[h].length&&this[h].forEach((e=>this[l](e.key,e.value))),this[c]=new Map,this[h]=new o,this[r]=0}dump(){return this[h].map((e=>!g(this,e)&&{k:e.key,v:e.value,e:e.now+(e.maxAge||0)})).toArray().filter((e=>e))}dumpLru(){return this[h]}set(e,t,n){if((n=n||this[d])&&"number"!=typeof n)throw new TypeError("maxAge must be a number");const o=n?Date.now():0,i=this[s](t,e);if(this[c].has(e)){if(i>this[a])return y(this,this[c].get(e)),!1;const s=this[c].get(e).value;return this[l]&&(this[w]||this[l](e,s.value)),s.now=o,s.maxAge=n,s.value=t,this[r]+=i-s.length,s.length=i,this.get(e),f(this),!0}const p=new v(e,t,i,o,n);return p.length>this[a]?(this[l]&&this[l](e,t),!1):(this[r]+=p.length,this[h].unshift(p),this[c].set(e,this[h].head),f(this),!0)}has(e){if(!this[c].has(e))return!1;const t=this[c].get(e).value;return!g(this,t)}get(e){return m(this,e,!0)}peek(e){return m(this,e,!1)}pop(){const e=this[h].tail;return e?(y(this,e),e.value):null}del(e){y(this,this[c].get(e))}load(e){this.reset();const t=Date.now();for(let n=e.length-1;n>=0;n--){const o=e[n],a=o.e||0;if(0===a)this.set(o.k,o.v);else{const e=a-t;e>0&&this.set(o.k,o.v,e)}}}prune(){this[c].forEach(((e,t)=>m(this,t,!1)))}}},7824:e=>{var t=1e3,n=60*t,o=60*n,a=24*o;function r(e,t,n,o){var a=t>=1.5*n;return Math.round(e/n)+" "+o+(a?"s":"")}e.exports=function(e,s){s=s||{};var i,d,l=typeof e;if("string"===l&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var r=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(r){var s=parseFloat(r[1]);switch((r[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*s;case"weeks":case"week":case"w":return 6048e5*s;case"days":case"day":case"d":return s*a;case"hours":case"hour":case"hrs":case"hr":case"h":return s*o;case"minutes":case"minute":case"mins":case"min":case"m":return s*n;case"seconds":case"second":case"secs":case"sec":case"s":return s*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}}}(e);if("number"===l&&isFinite(e))return s.long?(i=e,(d=Math.abs(i))>=a?r(i,d,a,"day"):d>=o?r(i,d,o,"hour"):d>=n?r(i,d,n,"minute"):d>=t?r(i,d,t,"second"):i+" ms"):function(e){var r=Math.abs(e);return r>=a?Math.round(e/a)+"d":r>=o?Math.round(e/o)+"h":r>=n?Math.round(e/n)+"m":r>=t?Math.round(e/t)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},4155:e=>{var t,n,o=e.exports={};function a(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function s(e){if(t===setTimeout)return setTimeout(e,0);if((t===a||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(n){try{return t.call(null,e,0)}catch(n){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:a}catch(e){t=a}try{n="function"==typeof clearTimeout?clearTimeout:r}catch(e){n=r}}();var i,d=[],l=!1,w=-1;function h(){l&&i&&(l=!1,i.length?d=i.concat(d):w=-1,d.length&&c())}function c(){if(!l){var e=s(h);l=!0;for(var t=d.length;t;){for(i=d,d=[];++w<t;)i&&i[w].run();w=-1,t=d.length}i=null,l=!1,function(e){if(n===clearTimeout)return clearTimeout(e);if((n===r||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(e);try{return n(e)}catch(t){try{return n.call(null,e)}catch(t){return n.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function u(){}o.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];d.push(new p(e,t)),1!==d.length||l||s(c)},p.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=u,o.addListener=u,o.once=u,o.off=u,o.removeListener=u,o.removeAllListeners=u,o.emit=u,o.prependListener=u,o.prependOnceListener=u,o.listeners=function(e){return[]},o.binding=function(e){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(e){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},4375:(e,t,n)=>{let o;e.exports="function"==typeof queueMicrotask?queueMicrotask.bind("undefined"!=typeof window?window:n.g):e=>(o||(o=Promise.resolve())).then(e).catch((e=>setTimeout((()=>{throw e}),0)))},7055:(e,t,n)=>{e.exports=n(9344)},2401:e=>{e.exports=class e{constructor(e,t=new Map,n=0){this.prefix=e,this._existing=t,this.counter=n}clone(){const{prefix:t,_existing:n,counter:o}=this;return new e(t,new Map(n),o)}getId(e){const t=e&&this._existing.get(e);if(t)return t;const n=this.prefix+this.counter;return this.counter++,e&&this._existing.set(e,n),n}hasId(e){return this._existing.has(e)}getOldIds(){return[...this._existing.keys()]}}},5947:(e,t,n)=>{n(4889);const o=self.crypto||self.msCrypto;e.exports=class{constructor(e){if(!o||!o.subtle)throw new Error("crypto.subtle not found.");if("sha256"===e)this.algorithm={name:"SHA-256"};else{if("sha1"!==e)throw new Error(`Unsupported algorithm "${e}".`);this.algorithm={name:"SHA-1"}}this._content=""}update(e){this._content+=e}async digest(){const e=(new TextEncoder).encode(this._content),t=new Uint8Array(await o.subtle.digest(this.algorithm,e));let n="";for(let e=0;e<t.length;++e)n+=t[e].toString(16).padStart(2,"0");return n}}},9980:e=>{const t="http://www.w3.org/1999/02/22-rdf-syntax-ns#langString",n="http://www.w3.org/2001/XMLSchema#string",o="NamedNode",a="BlankNode",r="Literal",s="DefaultGraph",i={};(()=>{const e="(?:<([^:]+:[^>]*)>)",t="A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ--⁰-Ⰰ-、-豈-﷏ﷰ-�_",n=t+"0-9-·̀-ͯ‿-⁀",o="(_:(?:["+t+"0-9])(?:(?:["+n+".])*(?:["+n+"]))?)",a="[ \\t]+",r="[ \\t]*",s="(?:"+e+"|"+o+")"+a,d=e+a,l="(?:"+e+"|"+o+'|(?:"([^"\\\\]*(?:\\\\.[^"\\\\]*)*)"(?:(?:\\^\\^'+e+")|(?:@([a-zA-Z]+(?:-[a-zA-Z0-9]+)*)))?))"+r,w="(?:\\.|(?:(?:"+e+"|"+o+")"+r+"\\.))";i.eoln=/(?:\r\n)|(?:\n)|(?:\r)/g,i.empty=new RegExp("^"+r+"$"),i.quad=new RegExp("^"+r+s+d+l+w+r+"$")})(),e.exports=class e{static parse(e){const d=[],w={},h=e.split(i.eoln);let c=0;for(const e of h){if(c++,i.empty.test(e))continue;const h=e.match(i.quad);if(null===h)throw new Error("N-Quads parse error on line "+c+".");const m={subject:null,predicate:null,object:null,graph:null};if(void 0!==h[1]?m.subject={termType:o,value:h[1]}:m.subject={termType:a,value:h[2]},m.predicate={termType:o,value:h[3]},void 0!==h[4]?m.object={termType:o,value:h[4]}:void 0!==h[5]?m.object={termType:a,value:h[5]}:(m.object={termType:r,value:void 0,datatype:{termType:o}},void 0!==h[7]?m.object.datatype.value=h[7]:void 0!==h[8]?(m.object.datatype.value=t,m.object.language=h[8]):m.object.datatype.value=n,m.object.value=h[6].replace(l,(function(e,t,n,o){if(t)switch(t){case"t":return"\t";case"b":return"\b";case"n":return"\n";case"r":return"\r";case"f":return"\f";case'"':return'"';case"'":return"'";case"\\":return"\\"}if(n)return String.fromCharCode(parseInt(n,16));if(o)throw new Error("Unsupported U escape")}))),void 0!==h[9]?m.graph={termType:o,value:h[9]}:void 0!==h[10]?m.graph={termType:a,value:h[10]}:m.graph={termType:s,value:""},m.graph.value in w){let e=!0;const t=w[m.graph.value];for(const n of t)if(u=m,(p=n).subject.termType===u.subject.termType&&p.object.termType===u.object.termType&&p.subject.value===u.subject.value&&p.predicate.value===u.predicate.value&&p.object.value===u.object.value&&(p.object.termType!==r||p.object.datatype.termType===u.object.datatype.termType&&p.object.language===u.object.language&&p.object.datatype.value===u.object.datatype.value)){e=!1;break}e&&(t.push(m),d.push(m))}else w[m.graph.value]=[m],d.push(m)}var p,u;return d}static serialize(t){Array.isArray(t)||(t=e.legacyDatasetToQuads(t));const n=[];for(const o of t)n.push(e.serializeQuad(o));return n.sort().join("")}static serializeQuadComponents(e,r,s,i){let l="";return e.termType===o?l+=`<${e.value}>`:l+=`${e.value}`,l+=` <${r.value}> `,s.termType===o?l+=`<${s.value}>`:s.termType===a?l+=s.value:(l+=`"${function(e){return e.replace(d,(function(e){switch(e){case'"':return'\\"';case"\\":return"\\\\";case"\n":return"\\n";case"\r":return"\\r"}}))}(s.value)}"`,s.datatype.value===t?s.language&&(l+=`@${s.language}`):s.datatype.value!==n&&(l+=`^^<${s.datatype.value}>`)),i.termType===o?l+=` <${i.value}>`:i.termType===a&&(l+=` ${i.value}`),l+=" .\n",l}static serializeQuad(t){return e.serializeQuadComponents(t.subject,t.predicate,t.object,t.graph)}static legacyDatasetToQuads(e){const i=[],d={"blank node":a,IRI:o,literal:r};for(const l in e)e[l].forEach((e=>{const w={};for(const a in e){const s=e[a],i={termType:d[s.type],value:s.value};i.termType===r&&(i.datatype={termType:o},"datatype"in s&&(i.datatype.value=s.datatype),"language"in s?("datatype"in s||(i.datatype.value=t),i.language=s.language):"datatype"in s||(i.datatype.value=n)),w[a]=i}w.graph="@default"===l?{termType:s,value:""}:{termType:l.startsWith("_:")?a:o,value:l},i.push(w)}));return i}};const d=/["\\\n\r]/g,l=/(?:\\([tbnrf"'\\]))|(?:\\u([0-9A-Fa-f]{4}))|(?:\\U([0-9A-Fa-f]{8}))/g},8326:e=>{e.exports=class{constructor(e){this.current=e.sort(),this.done=!1,this.dir=new Map;for(let t=0;t<e.length;++t)this.dir.set(e[t],!0)}hasNext(){return!this.done}next(){const{current:e,dir:t}=this,n=e.slice();let o=null,a=0;const r=e.length;for(let n=0;n<r;++n){const s=e[n],i=t.get(s);(null===o||s>o)&&(i&&n>0&&s>e[n-1]||!i&&n<r-1&&s>e[n+1])&&(o=s,a=n)}if(null===o)this.done=!0;else{const n=t.get(o)?a-1:a+1;e[a]=e[n],e[n]=o;for(const n of e)n>o&&t.set(n,!t.get(n))}return n}}},3445:(e,t,n)=>{const o=n(2401),a=n(5947),r=n(8326),s=n(9980);function i(e,t){return e.hash<t.hash?-1:e.hash>t.hash?1:0}e.exports=class{constructor({createMessageDigest:e=(()=>new a("sha256")),canonicalIdMap:t=new Map,maxDeepIterations:n=1/0}={}){this.name="URDNA2015",this.blankNodeInfo=new Map,this.canonicalIssuer=new o("_:c14n",t),this.createMessageDigest=e,this.maxDeepIterations=n,this.quads=null,this.deepIterations=null}async main(e){this.deepIterations=new Map,this.quads=e;for(const t of e)this._addBlankNodeQuadInfo({quad:t,component:t.subject}),this._addBlankNodeQuadInfo({quad:t,component:t.object}),this._addBlankNodeQuadInfo({quad:t,component:t.graph});const t=new Map,n=[...this.blankNodeInfo.keys()];let a=0;for(const e of n)++a%100==0&&await this._yield(),await this._hashAndTrackBlankNode({id:e,hashToBlankNodes:t});const r=[...t.keys()].sort(),d=[];for(const e of r){const n=t.get(e);if(n.length>1){d.push(n);continue}const o=n[0];this.canonicalIssuer.getId(o)}for(const e of d){const t=[];for(const n of e){if(this.canonicalIssuer.hasId(n))continue;const e=new o("_:b");e.getId(n);const a=await this.hashNDegreeQuads(n,e);t.push(a)}t.sort(i);for(const e of t){const t=e.issuer.getOldIds();for(const e of t)this.canonicalIssuer.getId(e)}}const l=[];for(const e of this.quads){const t=s.serializeQuadComponents(this._componentWithCanonicalId(e.subject),e.predicate,this._componentWithCanonicalId(e.object),this._componentWithCanonicalId(e.graph));l.push(t)}return l.sort(),l.join("")}async hashFirstDegreeQuads(e){const t=[],n=this.blankNodeInfo.get(e),o=n.quads;for(const n of o){const o={subject:null,predicate:n.predicate,object:null,graph:null};o.subject=this.modifyFirstDegreeComponent(e,n.subject,"subject"),o.object=this.modifyFirstDegreeComponent(e,n.object,"object"),o.graph=this.modifyFirstDegreeComponent(e,n.graph,"graph"),t.push(s.serializeQuad(o))}t.sort();const a=this.createMessageDigest();for(const e of t)a.update(e);return n.hash=await a.digest(),n.hash}async hashRelatedBlankNode(e,t,n,o){let a;a=this.canonicalIssuer.hasId(e)?this.canonicalIssuer.getId(e):n.hasId(e)?n.getId(e):this.blankNodeInfo.get(e).hash;const r=this.createMessageDigest();return r.update(o),"g"!==o&&r.update(this.getRelatedPredicate(t)),r.update(a),r.digest()}async hashNDegreeQuads(e,t){const n=this.deepIterations.get(e)||0;if(n>this.maxDeepIterations)throw new Error(`Maximum deep iterations (${this.maxDeepIterations}) exceeded.`);this.deepIterations.set(e,n+1);const o=this.createMessageDigest(),a=await this.createHashToRelated(e,t),s=[...a.keys()].sort();for(const e of s){o.update(e);let n,s="";const i=new r(a.get(e));let d=0;for(;i.hasNext();){const e=i.next();++d%3==0&&await this._yield();let o=t.clone(),a="";const r=[];let l=!1;for(const t of e)if(this.canonicalIssuer.hasId(t)?a+=this.canonicalIssuer.getId(t):(o.hasId(t)||r.push(t),a+=o.getId(t)),0!==s.length&&a>s){l=!0;break}if(!l){for(const e of r){const t=await this.hashNDegreeQuads(e,o);if(a+=o.getId(e),a+=`<${t.hash}>`,o=t.issuer,0!==s.length&&a>s){l=!0;break}}l||(0===s.length||a<s)&&(s=a,n=o)}}o.update(s),t=n}return{hash:await o.digest(),issuer:t}}modifyFirstDegreeComponent(e,t){return"BlankNode"!==t.termType?t:{termType:"BlankNode",value:t.value===e?"_:a":"_:z"}}getRelatedPredicate(e){return`<${e.predicate.value}>`}async createHashToRelated(e,t){const n=new Map,o=this.blankNodeInfo.get(e).quads;let a=0;for(const r of o)++a%100==0&&await this._yield(),await Promise.all([this._addRelatedBlankNodeHash({quad:r,component:r.subject,position:"s",id:e,issuer:t,hashToRelated:n}),this._addRelatedBlankNodeHash({quad:r,component:r.object,position:"o",id:e,issuer:t,hashToRelated:n}),this._addRelatedBlankNodeHash({quad:r,component:r.graph,position:"g",id:e,issuer:t,hashToRelated:n})]);return n}async _hashAndTrackBlankNode({id:e,hashToBlankNodes:t}){const n=await this.hashFirstDegreeQuads(e),o=t.get(n);o?o.push(e):t.set(n,[e])}_addBlankNodeQuadInfo({quad:e,component:t}){if("BlankNode"!==t.termType)return;const n=t.value,o=this.blankNodeInfo.get(n);o?o.quads.add(e):this.blankNodeInfo.set(n,{quads:new Set([e]),hash:null})}async _addRelatedBlankNodeHash({quad:e,component:t,position:n,id:o,issuer:a,hashToRelated:r}){if("BlankNode"!==t.termType||t.value===o)return;const s=t.value,i=await this.hashRelatedBlankNode(s,e,a,n),d=r.get(i);d?d.push(s):r.set(i,[s])}_componentWithCanonicalId(e){return"BlankNode"!==e.termType||e.value.startsWith(this.canonicalIssuer.prefix)?e:{termType:"BlankNode",value:this.canonicalIssuer.getId(e.value)}}async _yield(){return new Promise((e=>setImmediate(e)))}}},5643:(e,t,n)=>{const o=n(2401),a=n(5947),r=n(8326),s=n(9980);function i(e,t){return e.hash<t.hash?-1:e.hash>t.hash?1:0}e.exports=class{constructor({createMessageDigest:e=(()=>new a("sha256")),canonicalIdMap:t=new Map,maxDeepIterations:n=1/0}={}){this.name="URDNA2015",this.blankNodeInfo=new Map,this.canonicalIssuer=new o("_:c14n",t),this.createMessageDigest=e,this.maxDeepIterations=n,this.quads=null,this.deepIterations=null}main(e){this.deepIterations=new Map,this.quads=e;for(const t of e)this._addBlankNodeQuadInfo({quad:t,component:t.subject}),this._addBlankNodeQuadInfo({quad:t,component:t.object}),this._addBlankNodeQuadInfo({quad:t,component:t.graph});const t=new Map,n=[...this.blankNodeInfo.keys()];for(const e of n)this._hashAndTrackBlankNode({id:e,hashToBlankNodes:t});const a=[...t.keys()].sort(),r=[];for(const e of a){const n=t.get(e);if(n.length>1){r.push(n);continue}const o=n[0];this.canonicalIssuer.getId(o)}for(const e of r){const t=[];for(const n of e){if(this.canonicalIssuer.hasId(n))continue;const e=new o("_:b");e.getId(n);const a=this.hashNDegreeQuads(n,e);t.push(a)}t.sort(i);for(const e of t){const t=e.issuer.getOldIds();for(const e of t)this.canonicalIssuer.getId(e)}}const d=[];for(const e of this.quads){const t=s.serializeQuadComponents(this._componentWithCanonicalId({component:e.subject}),e.predicate,this._componentWithCanonicalId({component:e.object}),this._componentWithCanonicalId({component:e.graph}));d.push(t)}return d.sort(),d.join("")}hashFirstDegreeQuads(e){const t=[],n=this.blankNodeInfo.get(e),o=n.quads;for(const n of o){const o={subject:null,predicate:n.predicate,object:null,graph:null};o.subject=this.modifyFirstDegreeComponent(e,n.subject,"subject"),o.object=this.modifyFirstDegreeComponent(e,n.object,"object"),o.graph=this.modifyFirstDegreeComponent(e,n.graph,"graph"),t.push(s.serializeQuad(o))}t.sort();const a=this.createMessageDigest();for(const e of t)a.update(e);return n.hash=a.digest(),n.hash}hashRelatedBlankNode(e,t,n,o){let a;a=this.canonicalIssuer.hasId(e)?this.canonicalIssuer.getId(e):n.hasId(e)?n.getId(e):this.blankNodeInfo.get(e).hash;const r=this.createMessageDigest();return r.update(o),"g"!==o&&r.update(this.getRelatedPredicate(t)),r.update(a),r.digest()}hashNDegreeQuads(e,t){const n=this.deepIterations.get(e)||0;if(n>this.maxDeepIterations)throw new Error(`Maximum deep iterations (${this.maxDeepIterations}) exceeded.`);this.deepIterations.set(e,n+1);const o=this.createMessageDigest(),a=this.createHashToRelated(e,t),s=[...a.keys()].sort();for(const e of s){o.update(e);let n,s="";const i=new r(a.get(e));for(;i.hasNext();){const e=i.next();let o=t.clone(),a="";const r=[];let d=!1;for(const t of e)if(this.canonicalIssuer.hasId(t)?a+=this.canonicalIssuer.getId(t):(o.hasId(t)||r.push(t),a+=o.getId(t)),0!==s.length&&a>s){d=!0;break}if(!d){for(const e of r){const t=this.hashNDegreeQuads(e,o);if(a+=o.getId(e),a+=`<${t.hash}>`,o=t.issuer,0!==s.length&&a>s){d=!0;break}}d||(0===s.length||a<s)&&(s=a,n=o)}}o.update(s),t=n}return{hash:o.digest(),issuer:t}}modifyFirstDegreeComponent(e,t){return"BlankNode"!==t.termType?t:{termType:"BlankNode",value:t.value===e?"_:a":"_:z"}}getRelatedPredicate(e){return`<${e.predicate.value}>`}createHashToRelated(e,t){const n=new Map,o=this.blankNodeInfo.get(e).quads;for(const a of o)this._addRelatedBlankNodeHash({quad:a,component:a.subject,position:"s",id:e,issuer:t,hashToRelated:n}),this._addRelatedBlankNodeHash({quad:a,component:a.object,position:"o",id:e,issuer:t,hashToRelated:n}),this._addRelatedBlankNodeHash({quad:a,component:a.graph,position:"g",id:e,issuer:t,hashToRelated:n});return n}_hashAndTrackBlankNode({id:e,hashToBlankNodes:t}){const n=this.hashFirstDegreeQuads(e),o=t.get(n);o?o.push(e):t.set(n,[e])}_addBlankNodeQuadInfo({quad:e,component:t}){if("BlankNode"!==t.termType)return;const n=t.value,o=this.blankNodeInfo.get(n);o?o.quads.add(e):this.blankNodeInfo.set(n,{quads:new Set([e]),hash:null})}_addRelatedBlankNodeHash({quad:e,component:t,position:n,id:o,issuer:a,hashToRelated:r}){if("BlankNode"!==t.termType||t.value===o)return;const s=t.value,i=this.hashRelatedBlankNode(s,e,a,n),d=r.get(i);d?d.push(s):r.set(i,[s])}_componentWithCanonicalId({component:e}){return"BlankNode"!==e.termType||e.value.startsWith(this.canonicalIssuer.prefix)?e:{termType:"BlankNode",value:this.canonicalIssuer.getId(e.value)}}}},9201:(e,t,n)=>{const o=n(5947),a=n(3445);e.exports=class extends a{constructor(){super(),this.name="URGNA2012",this.createMessageDigest=()=>new o("sha1")}modifyFirstDegreeComponent(e,t,n){return"BlankNode"!==t.termType?t:"graph"===n?{termType:"BlankNode",value:"_:g"}:{termType:"BlankNode",value:t.value===e?"_:a":"_:z"}}getRelatedPredicate(e){return e.predicate.value}async createHashToRelated(e,t){const n=new Map,o=this.blankNodeInfo.get(e).quads;let a=0;for(const r of o){let o,s;if("BlankNode"===r.subject.termType&&r.subject.value!==e)s=r.subject.value,o="p";else{if("BlankNode"!==r.object.termType||r.object.value===e)continue;s=r.object.value,o="r"}++a%100==0&&await this._yield();const i=await this.hashRelatedBlankNode(s,r,t,o),d=n.get(i);d?d.push(s):n.set(i,[s])}return n}}},7702:(e,t,n)=>{const o=n(5947),a=n(5643);e.exports=class extends a{constructor(){super(),this.name="URGNA2012",this.createMessageDigest=()=>new o("sha1")}modifyFirstDegreeComponent(e,t,n){return"BlankNode"!==t.termType?t:"graph"===n?{termType:"BlankNode",value:"_:g"}:{termType:"BlankNode",value:t.value===e?"_:a":"_:z"}}getRelatedPredicate(e){return e.predicate.value}createHashToRelated(e,t){const n=new Map,o=this.blankNodeInfo.get(e).quads;for(const a of o){let o,r;if("BlankNode"===a.subject.termType&&a.subject.value!==e)r=a.subject.value,o="p";else{if("BlankNode"!==a.object.termType||a.object.value===e)continue;r=a.object.value,o="r"}const s=this.hashRelatedBlankNode(r,a,t,o),i=n.get(s);i?i.push(r):n.set(s,[r])}return n}}},9344:(e,t,n)=>{const o=n(3445),a=n(9201),r=n(5643),s=n(7702);let i;try{i=n(7670)}catch(e){}function d(e){return Array.isArray(e)?e:t.NQuads.legacyDatasetToQuads(e)}t.NQuads=n(9980),t.IdentifierIssuer=n(2401),t._rdfCanonizeNative=function(e){return e&&(i=e),i},t.canonize=async function(e,t){const n=d(e);if(t.useNative){if(!i)throw new Error("rdf-canonize-native not available");if(t.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "useNative".');return new Promise(((e,o)=>i.canonize(n,t,((t,n)=>t?o(t):e(n)))))}if("URDNA2015"===t.algorithm)return new o(t).main(n);if("URGNA2012"===t.algorithm){if(t.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "URGNA2012".');return new a(t).main(n)}if(!("algorithm"in t))throw new Error("No RDF Dataset Canonicalization algorithm specified.");throw new Error("Invalid RDF Dataset Canonicalization algorithm: "+t.algorithm)},t._canonizeSync=function(e,t){const n=d(e);if(t.useNative){if(!i)throw new Error("rdf-canonize-native not available");if(t.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "useNative".');return i.canonizeSync(n,t)}if("URDNA2015"===t.algorithm)return new r(t).main(n);if("URGNA2012"===t.algorithm){if(t.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "URGNA2012".');return new s(t).main(n)}if(!("algorithm"in t))throw new Error("No RDF Dataset Canonicalization algorithm specified.");throw new Error("Invalid RDF Dataset Canonicalization algorithm: "+t.algorithm)}},1640:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n),Object.defineProperty(e,o,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),a=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),a(n(7970),t),a(n(7498),t),a(n(6381),t),a(n(2808),t),a(n(2016),t),a(n(3387),t),a(n(1573),t)},7970:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.BlankNode=void 0,t.BlankNode=class{constructor(e){this.termType="BlankNode",this.value=e}equals(e){return!!e&&"BlankNode"===e.termType&&e.value===this.value}}},7498:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.DataFactory=void 0;const o=n(7970),a=n(6381),r=n(2808),s=n(2016),i=n(3387),d=n(1573);let l=0;t.DataFactory=class{constructor(e){this.blankNodeCounter=0,e=e||{},this.blankNodePrefix=e.blankNodePrefix||`df_${l++}_`}namedNode(e){return new s.NamedNode(e)}blankNode(e){return new o.BlankNode(e||`${this.blankNodePrefix}${this.blankNodeCounter++}`)}literal(e,t){return new r.Literal(e,t)}variable(e){return new d.Variable(e)}defaultGraph(){return a.DefaultGraph.INSTANCE}quad(e,t,n,o){return new i.Quad(e,t,n,o||this.defaultGraph())}fromTerm(e){switch(e.termType){case"NamedNode":return this.namedNode(e.value);case"BlankNode":return this.blankNode(e.value);case"Literal":return e.language?this.literal(e.value,e.language):e.datatype.equals(r.Literal.XSD_STRING)?this.literal(e.value):this.literal(e.value,this.fromTerm(e.datatype));case"Variable":return this.variable(e.value);case"DefaultGraph":return this.defaultGraph();case"Quad":return this.quad(this.fromTerm(e.subject),this.fromTerm(e.predicate),this.fromTerm(e.object),this.fromTerm(e.graph))}}fromQuad(e){return this.fromTerm(e)}resetBlankNodeCounter(){this.blankNodeCounter=0}}},6381:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.DefaultGraph=void 0;class n{constructor(){this.termType="DefaultGraph",this.value=""}equals(e){return!!e&&"DefaultGraph"===e.termType}}t.DefaultGraph=n,n.INSTANCE=new n},2808:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Literal=void 0;const o=n(2016);class a{constructor(e,t){this.termType="Literal",this.value=e,"string"==typeof t?(this.language=t,this.datatype=a.RDF_LANGUAGE_STRING):t?(this.language="",this.datatype=t):(this.language="",this.datatype=a.XSD_STRING)}equals(e){return!!e&&"Literal"===e.termType&&e.value===this.value&&e.language===this.language&&this.datatype.equals(e.datatype)}}t.Literal=a,a.RDF_LANGUAGE_STRING=new o.NamedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),a.XSD_STRING=new o.NamedNode("http://www.w3.org/2001/XMLSchema#string")},2016:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.NamedNode=void 0,t.NamedNode=class{constructor(e){this.termType="NamedNode",this.value=e}equals(e){return!!e&&"NamedNode"===e.termType&&e.value===this.value}}},3387:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Quad=void 0,t.Quad=class{constructor(e,t,n,o){this.termType="Quad",this.value="",this.subject=e,this.predicate=t,this.object=n,this.graph=o}equals(e){return!!e&&("Quad"===e.termType||!e.termType)&&this.subject.equals(e.subject)&&this.predicate.equals(e.predicate)&&this.object.equals(e.object)&&this.graph.equals(e.graph)}}},1573:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Variable=void 0,t.Variable=class{constructor(e){this.termType="Variable",this.value=e}equals(e){return!!e&&"Variable"===e.termType&&e.value===this.value}}},7945:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n),Object.defineProperty(e,o,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),a=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.getSupportedJavaScriptPrimitives=t.getSupportedRdfDatatypes=t.getTermRaw=t.toRdf=t.fromRdf=void 0;const r=n(1640),s=n(3295),i=n(38);a(n(3295),t),a(n(5425),t),a(n(38),t);const d=new r.DataFactory,l=new i.Translator;function w(e,t){return l.fromRdf(e,t)}l.registerHandler(new s.TypeHandlerString,s.TypeHandlerString.TYPES.map((e=>d.namedNode(e))),["string"]),l.registerHandler(new s.TypeHandlerBoolean,[s.TypeHandlerBoolean.TYPE].map((e=>d.namedNode(e))),["boolean"]),l.registerHandler(new s.TypeHandlerNumberDouble,s.TypeHandlerNumberDouble.TYPES.map((e=>d.namedNode(e))),["number"]),l.registerHandler(new s.TypeHandlerNumberInteger,s.TypeHandlerNumberInteger.TYPES.map((e=>d.namedNode(e))),["number"]),l.registerHandler(new s.TypeHandlerDate,s.TypeHandlerDate.TYPES.map((e=>d.namedNode(e))),["object"]),t.fromRdf=w,t.toRdf=function(e,t){return t&&"namedNode"in t&&(t={dataFactory:t}),(t=t||{})&&!t.dataFactory&&(t.dataFactory=d),l.toRdf(e,t)},t.getTermRaw=function(e,t){return"Literal"===e.termType?w(e,t):e.value},t.getSupportedRdfDatatypes=function(){return l.getSupportedRdfDatatypes()},t.getSupportedJavaScriptPrimitives=function(){return l.getSupportedJavaScriptPrimitives()}},5425:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},38:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Translator=void 0,t.Translator=class{constructor(){this.supportedRdfDatatypes=[],this.fromRdfHandlers={},this.toRdfHandlers={}}static incorrectRdfDataType(e){throw new Error(`Invalid RDF ${e.datatype.value} value: '${e.value}'`)}registerHandler(e,t,n){for(const n of t)this.supportedRdfDatatypes.push(n),this.fromRdfHandlers[n.value]=e;for(const t of n){let n=this.toRdfHandlers[t];n||(this.toRdfHandlers[t]=n=[]),n.push(e)}}fromRdf(e,t){const n=this.fromRdfHandlers[e.datatype.value];return n?n.fromRdf(e,t):e.value}toRdf(e,t){const n=this.toRdfHandlers[typeof e];if(n)for(const o of n){const n=o.toRdf(e,t);if(n)return n}throw new Error(`Invalid JavaScript value: '${e}'`)}getSupportedRdfDatatypes(){return this.supportedRdfDatatypes}getSupportedJavaScriptPrimitives(){return Object.keys(this.toRdfHandlers)}}},3737:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TypeHandlerBoolean=void 0;const o=n(38);class a{fromRdf(e,t){switch(e.value){case"true":case"1":return!0;case"false":case"0":return!1}return t&&o.Translator.incorrectRdfDataType(e),!1}toRdf(e,{datatype:t,dataFactory:n}){return n.literal(e?"true":"false",t||n.namedNode(a.TYPE))}}t.TypeHandlerBoolean=a,a.TYPE="http://www.w3.org/2001/XMLSchema#boolean"},3896:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TypeHandlerDate=void 0;const o=n(38);class a{fromRdf(e,t){switch(t&&!e.value.match(a.VALIDATORS[e.datatype.value.substr(33,e.datatype.value.length)])&&o.Translator.incorrectRdfDataType(e),e.datatype.value){case"http://www.w3.org/2001/XMLSchema#gDay":return new Date(0,0,parseInt(e.value,10));case"http://www.w3.org/2001/XMLSchema#gMonthDay":const t=e.value.split("-");return new Date(0,parseInt(t[0],10)-1,parseInt(t[1],10));case"http://www.w3.org/2001/XMLSchema#gYear":return new Date(e.value+"-01-01");case"http://www.w3.org/2001/XMLSchema#gYearMonth":return new Date(e.value+"-01");default:return new Date(e.value)}}toRdf(e,{datatype:t,dataFactory:n}){if(t=t||n.namedNode(a.TYPES[0]),!(e instanceof Date))return null;const o=e;let r;switch(t.value){case"http://www.w3.org/2001/XMLSchema#gDay":r=String(o.getUTCDate());break;case"http://www.w3.org/2001/XMLSchema#gMonthDay":r=o.getUTCMonth()+1+"-"+o.getUTCDate();break;case"http://www.w3.org/2001/XMLSchema#gYear":r=String(o.getUTCFullYear());break;case"http://www.w3.org/2001/XMLSchema#gYearMonth":r=o.getUTCFullYear()+"-"+(o.getUTCMonth()+1);break;case"http://www.w3.org/2001/XMLSchema#date":r=o.toISOString().replace(/T.*$/,"");break;default:r=o.toISOString()}return n.literal(r,t)}}t.TypeHandlerDate=a,a.TYPES=["http://www.w3.org/2001/XMLSchema#dateTime","http://www.w3.org/2001/XMLSchema#date","http://www.w3.org/2001/XMLSchema#gDay","http://www.w3.org/2001/XMLSchema#gMonthDay","http://www.w3.org/2001/XMLSchema#gYear","http://www.w3.org/2001/XMLSchema#gYearMonth"],a.VALIDATORS={date:/^[0-9]+-[0-9][0-9]-[0-9][0-9]Z?$/,dateTime:/^[0-9]+-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9](\.[0-9][0-9][0-9])?((Z?)|([\+-][0-9][0-9]:[0-9][0-9]))$/,gDay:/^[0-9]+$/,gMonthDay:/^[0-9]+-[0-9][0-9]$/,gYear:/^[0-9]+$/,gYearMonth:/^[0-9]+-[0-9][0-9]$/}},340:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TypeHandlerNumberDouble=void 0;const o=n(38);class a{fromRdf(e,t){const n=parseFloat(e.value);return t&&isNaN(n)&&o.Translator.incorrectRdfDataType(e),n}toRdf(e,{datatype:t,dataFactory:n}){return t=t||n.namedNode(a.TYPES[0]),isNaN(e)?n.literal("NaN",t):isFinite(e)?e%1==0?null:n.literal(e.toExponential(15).replace(/(\d)0*e\+?/,"$1E"),t):n.literal(e>0?"INF":"-INF",t)}}t.TypeHandlerNumberDouble=a,a.TYPES=["http://www.w3.org/2001/XMLSchema#double","http://www.w3.org/2001/XMLSchema#decimal","http://www.w3.org/2001/XMLSchema#float"]},9736:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TypeHandlerNumberInteger=void 0;const o=n(38);class a{fromRdf(e,t){const n=parseInt(e.value,10);return t&&(isNaN(n)||e.value.indexOf(".")>=0)&&o.Translator.incorrectRdfDataType(e),n}toRdf(e,{datatype:t,dataFactory:n}){return n.literal(String(e),t||(e<=a.MAX_INT&&e>=a.MIN_INT?n.namedNode(a.TYPES[0]):n.namedNode(a.TYPES[1])))}}t.TypeHandlerNumberInteger=a,a.TYPES=["http://www.w3.org/2001/XMLSchema#integer","http://www.w3.org/2001/XMLSchema#long","http://www.w3.org/2001/XMLSchema#int","http://www.w3.org/2001/XMLSchema#byte","http://www.w3.org/2001/XMLSchema#short","http://www.w3.org/2001/XMLSchema#negativeInteger","http://www.w3.org/2001/XMLSchema#nonNegativeInteger","http://www.w3.org/2001/XMLSchema#nonPositiveInteger","http://www.w3.org/2001/XMLSchema#positiveInteger","http://www.w3.org/2001/XMLSchema#unsignedByte","http://www.w3.org/2001/XMLSchema#unsignedInt","http://www.w3.org/2001/XMLSchema#unsignedLong","http://www.w3.org/2001/XMLSchema#unsignedShort"],a.MAX_INT=2147483647,a.MIN_INT=-2147483648},7968:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TypeHandlerString=void 0;class n{fromRdf(e){return e.value}toRdf(e,{datatype:t,dataFactory:n}){return n.literal(e,t)}}t.TypeHandlerString=n,n.TYPES=["http://www.w3.org/2001/XMLSchema#string","http://www.w3.org/2001/XMLSchema#normalizedString","http://www.w3.org/2001/XMLSchema#anyURI","http://www.w3.org/2001/XMLSchema#base64Binary","http://www.w3.org/2001/XMLSchema#language","http://www.w3.org/2001/XMLSchema#Name","http://www.w3.org/2001/XMLSchema#NCName","http://www.w3.org/2001/XMLSchema#NMTOKEN","http://www.w3.org/2001/XMLSchema#token","http://www.w3.org/2001/XMLSchema#hexBinary","http://www.w3.org/1999/02/22-rdf-syntax-ns#langString","http://www.w3.org/2001/XMLSchema#time","http://www.w3.org/2001/XMLSchema#duration"]},3295:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n),Object.defineProperty(e,o,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),a=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),a(n(3737),t),a(n(3896),t),a(n(340),t),a(n(9736),t),a(n(7968),t)},1623:(e,t,n)=>{const o=n(7906),a=n(5632),r=n(3643);e.exports={validators:o,validateTerm:a,validateQuad:r}},6904:(e,t,n)=>{const o=n(3402);e.exports={csvw:o("http://www.w3.org/ns/csvw#"),rdf:o("http://www.w3.org/1999/02/22-rdf-syntax-ns#"),rdfs:o("http://www.w3.org/2000/01/rdf-schema#"),xsd:o("http://www.w3.org/2001/XMLSchema#")}},3643:(e,t,n)=>{const o=n(5632);e.exports=function(e){return"Literal"!==e.object.termType||o(e.object)}},5632:(e,t,n)=>{const o=n(7906);e.exports=function(e){if("Literal"!==e.termType)throw new Error("Cannot validate non-literal terms");const t=o.find(e.datatype);return!t||t(e.value)}},7906:(e,t,n)=>{const{csvw:o,rdf:a,xsd:r}=n(6904),s=n(6083),i=new class{constructor(){this.validators=new Map}register(e,t){this.validators.set(s(e),t)}find(e){return e?this.validators.get(s(e)):null}};function d(e){return!["\n","\r","\t"].some((t=>e.includes(t)))}i.register(r.anySimpleType,(e=>!0)),i.register(r.anyAtomicType,(e=>!0)),i.register(r.string,(e=>!0)),i.register(r.normalizedString,(e=>d(e))),i.register(r.token,(e=>d(e)&&!e.startsWith(" ")&&!e.endsWith(" ")&&!e.includes(" ")));const l=/^[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*$/;i.register(r.language,(e=>l.test(e)));const w=/^[^\ufffe\uffff]*$/;i.register(r.anyURI,(e=>w.test(e)));const h="(\\+|-)?",c=new RegExp(`^${h}\\d+$`);i.register(r.integer,(e=>c.test(e))),i.register(r.nonNegativeInteger,(e=>c.test(e)&&BigInt(e)>=BigInt("0"))),i.register(r.positiveInteger,(e=>c.test(e)&&BigInt(e)>BigInt("0"))),i.register(r.nonPositiveInteger,(e=>c.test(e)&&BigInt(e)<=BigInt("0"))),i.register(r.negativeInteger,(e=>c.test(e)&&BigInt(e)<BigInt("0"))),i.register(r.int,(e=>c.test(e)&&BigInt(e)>=BigInt("-2147483647")&&BigInt(e)<=BigInt("2147483648"))),i.register(r.unsignedInt,(e=>c.test(e)&&BigInt(e)>=BigInt("0")&&BigInt(e)<=BigInt("4294967295"))),i.register(r.long,(e=>c.test(e)&&BigInt(e)>=BigInt("-9223372036854775808")&&BigInt(e)<=BigInt("9223372036854775807"))),i.register(r.unsignedLong,(e=>c.test(e)&&BigInt(e)>=BigInt("0")&&BigInt(e)<=BigInt("18446744073709551615"))),i.register(r.short,(e=>c.test(e)&&BigInt(e)>=BigInt("-32768")&&BigInt(e)<=BigInt("32767"))),i.register(r.unsignedShort,(e=>c.test(e)&&BigInt(e)>=BigInt("0")&&BigInt(e)<=BigInt("65535"))),i.register(r.byte,(e=>c.test(e)&&BigInt(e)>=BigInt("-128")&&BigInt(e)<=BigInt("127"))),i.register(r.unsignedByte,(e=>c.test(e)&&BigInt(e)>=BigInt("0")&&BigInt(e)<=BigInt("255"))),i.register(r.boolean,(e=>"1"===e||"true"===e||"0"===e||"false"===e));const p=`${h}\\d+(\\.\\d+)?`,u=new RegExp(`^${h}${p}$`);i.register(r.decimal,(e=>u.test(e))),i.register(r.float,g),i.register(r.double,g);const m=new RegExp(`^${h}${p}((E|e)(\\+|-)?\\d+)?$`);function g(e){return"INF"===e||"-INF"===e||"NaN"===e||m.test(e)}const f="-?",y="\\d+M",v="\\d+M",b="\\d+(\\.\\d+)?S",N=`(\\d+Y(${y})?|${y})`,x=`T((\\d+H(${v})?(${b})?)|(${v}(${b})?)|${b})`,_=`(\\d+D(${x})?|${x})`,C=new RegExp(`^${f}P((${N}(${_})?)|${_})$`);i.register(r.duration,(e=>C.test(e)));const S=new RegExp(`^${f}P${_}$`);i.register(r.dayTimeDuration,(e=>S.test(e)));const E=new RegExp(`^${f}P${N}$`);i.register(r.yearMonthDuration,(e=>E.test(e)));const q=`${f}(([1-9]\\d{3,})|(0\\d{3}))`,I="(((\\+|-)\\d{2}:\\d{2})|Z)",T="\\d{2}",R="\\d{2}",A=`${q}-${T}-${R}`,L="\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?",j=new RegExp(`^${A}T${L}${I}?$`);i.register(r.dateTime,(e=>j.test(e)));const P=new RegExp(`^${A}T${L}${I}$`);i.register(r.dateTimeStamp,(e=>P.test(e)));const k=new RegExp(`^${A}${I}?$`);i.register(r.date,(e=>k.test(e)));const O=new RegExp(`^${R}${I}?$`);i.register(r.gDay,(e=>O.test(e)));const D=new RegExp(`^--${T}${I}?$`);i.register(r.gMonth,(e=>D.test(e)));const $=new RegExp(`^${T}-${R}${I}?$`);i.register(r.gMonthDay,(e=>$.test(e)));const M=new RegExp(`^${q}${I}?$`);i.register(r.gYear,(e=>M.test(e)));const B=new RegExp(`^${q}-${T}${I}?$`);i.register(r.gYearMonth,(e=>B.test(e)));const F=new RegExp(`^${L}${I}?$`);i.register(r.time,(e=>F.test(e)));const V=/^([0-9a-fA-F]{2})*$/;i.register(r.hexBinary,(e=>V.test(e)));const U="[A-Za-z0-9+/]",z=`(${U} ?)`,Q=new RegExp(`^((${z}{4})*((${z}{3}${U})|(${z}{2}([AEIMQUYcgkosw048] ?)=)|(${z}([AQgw] ?)= ?=)))?$`);i.register(r.base64Binary,(e=>Q.test(e))),i.register(o.JSON,(e=>{try{return JSON.parse(e),!0}catch(e){return!1}})),i.register(r.NOTATION,(e=>!0)),i.register(r.QName,(e=>!0)),i.register(r.Name,(e=>!0)),i.register(r.NCName,(e=>!0)),i.register(r.ENTITY,(e=>!0)),i.register(r.ID,(e=>!0)),i.register(r.IDREF,(e=>!0)),i.register(r.NMTOKEN,(e=>!0)),i.register(r.ENTITIES,(e=>!0)),i.register(r.IDREFS,(e=>!0)),i.register(r.NMTOKENS,(e=>!0)),i.register(a.XMLLiteral,(e=>!0)),i.register(a.HTML,(e=>!0)),e.exports=i},1989:(e,t,n)=>{const o=n(5717),{prepareNamespaces:a}=n(8782),r=n(6653),s=n(7322),i=n(3086);e.exports=class{constructor(e,t){t=t||{},this.factory=t.factory||n(6521),this.ns=a(this.factory),this.allowNamedNodeInList=void 0!==t.allowNamedNodeInList&&t.allowNamedNodeInList,this.loadShapes(e),this.validationEngine=new s(this,t),this.depth=0}validate(e){return this.$data=o({dataset:e,factory:this.factory}),this.validationEngine.validateAll(this.$data),this.validationEngine.getReport()}validateNode(e,t,n){return this.$data=o({dataset:e,factory:this.factory}),this.nodeConformsToShape(t,n),this.validationEngine.getReport()}loadShapes(e){const t=i(this.factory),n=this.factory.dataset(t.concat([...e]));this.$shapes=o({dataset:n,factory:this.factory}),this.shapesGraph=new r(this)}nodeConformsToShape(e,t){const n=this.shapesGraph.getShape(t);try{return this.depth++,!this.validationEngine.validateNodeAgainstShape(e,n,this.$data)}finally{this.depth--}}}},5586:(e,t,n)=>{const o=n(2635),a=n(9349);function r(e,t){const n=e.in(t.rdfs.subClassOf),o=n.toArray().reduce(((e,n)=>{const o=r(n,t);return e.addAll(o),e}),new a);return new a([...n.terms,...o])}e.exports={extractStructure:function e(t,n,a=new o){if("BlankNode"!==n.termType||a.has(n))return[];a.add(n);const r=[...t.match(n,null,null)],s=r.map((n=>e(t,n.object,a)));return r.concat(...s)},getInstancesOf:function(e,t){const n=r(e,t);return n.add(e.term),[...n].reduce(((n,o)=>{const a=e.node(o).in(t.rdf.type).terms;return n.addAll(a),n}),new a)},getSubClassesOf:r,isInstanceOf:function(e,t,n){const o=r(t,n);return o.add(t.term),e.out(n.rdf.type).terms.some((e=>o.has(e)))},rdfListToArray:function(e){return[...e.list()].map((({term:e})=>e))}}},8782:(e,t,n)=>{const o=n(3402),a=e=>({sh:o("http://www.w3.org/ns/shacl#",{factory:e}),xsd:o("http://www.w3.org/2001/XMLSchema#",{factory:e}),rdf:o("http://www.w3.org/1999/02/22-rdf-syntax-ns#",{factory:e}),rdfs:o("http://www.w3.org/2000/01/rdf-schema#",{factory:e})}),r=a();e.exports={...r,prepareNamespaces:a}},9349:(e,t,n)=>{const o=n(2635);e.exports=class extends o{addAll(e){for(const t of e)this.add(t)}}},8277:(e,t,n)=>{const o=n(9349);function a(e,t,n){return[...r(e,t,n)]}function r(e,t,n){if("NamedNode"===n.termType)return function(e,t,n){return new o(e.node(t).out(n).terms)}(e,t,n);if(Array.isArray(n))return function(e,t,n){let r=new o([t]);for(const t of n)r=new o(i(r,(n=>a(e,n,t))));return r}(e,t,n);if(n.or)return function(e,t,n){return new o(i(n.or,(n=>a(e,t,n))))}(e,t,n);if(n.inverse)return function(e,t,n){if("NamedNode"!==n.inverse.termType)throw new Error("Unsupported: Inverse paths only work for named nodes");return new o(e.node(t).in(n.inverse).terms)}(e,t,n);if(n.zeroOrOne)return function(e,t,n){const o=r(e,t,n.zeroOrOne);return o.add(t),o}(e,t,n);if(n.zeroOrMore)return function(e,t,n){const o=s(e,t,n.zeroOrMore);return o.add(t),o}(e,t,n);if(n.oneOrMore)return function(e,t,n){return s(e,t,n.oneOrMore)}(e,t,n);throw new Error(`Unsupported path object: ${n}`)}function s(e,t,n,a){(a=a||new o).add(t);const d=r(e,t,n),l=i(d,(t=>a.has(t)?[]:[...s(e,t,n,a)]));return d.addAll(l),d}function i(e,t){return[...e].reduce(((e,n)=>e.concat(t(n))),[])}e.exports={extractPropertyPath:function e(t,n,o){if("NamedNode"===t.term.termType&&!o)return t.term;if("BlankNode"===t.term.termType||"NamedNode"===t.term.termType){if(t.out(n.rdf.first).term)return[...t.list()].map((t=>e(t,n,o)));const a=t.out(n.sh.alternativePath);if(a.term)return{or:[...a.list()].map((t=>e(t,n,o)))};const r=t.out(n.sh.zeroOrMorePath);if(r.term)return{zeroOrMore:e(r,n,o)};const s=t.out(n.sh.oneOrMorePath);if(s.term)return{oneOrMore:e(s,n,o)};const i=t.out(n.sh.zeroOrOnePath);if(i.term)return{zeroOrOne:e(i,n,o)};const d=t.out(n.sh.inversePath);return d.term?{inverse:e(d,n,o)}:t.term}throw new Error(`Unsupported SHACL path: ${t.term.value}`)},getPathObjects:a}},6653:(e,t,n)=>{const o=n(9349),a=n(3319),r=n(7747),{extractPropertyPath:s,getPathObjects:i}=n(8277),{getInstancesOf:d,isInstanceOf:l}=n(5586);class w{constructor(e,t,n,o){this.shape=e,this.component=t,this.paramValue=n,this.shapeNodePointer=o.node(e.shapeNode)}getParameterValue(e){return this.paramValue||this.shapeNodePointer.out(e).term}get validationFunction(){return this.shape.isPropertyShape?this.component.propertyValidationFunction:this.component.nodeValidationFunction}get isValidationFunctionGeneric(){return this.shape.isPropertyShape?this.component.propertyValidationFunctionGeneric:this.component.nodeValidationFunctionGeneric}get componentMessages(){return this.component.getMessages(this.shape)}}class h{constructor(e,t){const{$shapes:n,factory:o,ns:a}=t,{sh:r,xsd:s}=a;this.context=t,this.node=e,this.nodePointer=n.node(e),this.parameters=[],this.parameterNodes=[],this.requiredParameters=[],this.optionals={};const i=o.literal("true",s.boolean);this.nodePointer.out(r.parameter).forEach((e=>{const t=e.term;e.out(r.path).forEach((({term:e})=>{this.parameters.push(e),this.parameterNodes.push(t),n.dataset.match(t,r.optional,i).size>0?this.optionals[e.value]=!0:this.requiredParameters.push(e)}))})),this.nodeValidationFunction=this.findValidationFunction(r.nodeValidator),this.nodeValidationFunction||(this.nodeValidationFunction=this.findValidationFunction(r.validator),this.nodeValidationFunctionGeneric=!0),this.propertyValidationFunction=this.findValidationFunction(r.propertyValidator),this.propertyValidationFunction||(this.propertyValidationFunction=this.findValidationFunction(r.validator),this.propertyValidationFunctionGeneric=!0)}findValidationFunction(e){const t=e.value.split("#").slice(-1)[0],n=this.findValidator(t);return n?new a(this.context,n.func.name,n.func):null}getMessages(e){const t=(e.isPropertyShape?this.propertyValidationFunctionGeneric:this.nodeValidationFunctionGeneric)?"validator":e.isPropertyShape?"propertyValidator":"nodeValidator",n=this.findValidator(t);if(!n)return[];const o=n.message;return o?[o]:[]}findValidator(e){const t=r[this.node.value];return t&&t[e]||null}isComplete(e){return!this.parameters.some((t=>this.isRequired(t.value)&&0===this.context.$shapes.dataset.match(e,t,null).size))}isRequired(e){return!this.optionals[e]}}class c{constructor(e,t){const{$shapes:n,ns:a,shapesGraph:r}=e,{sh:s}=a;this.context=e,this.shapeNode=t,this.shapeNodePointer=n.node(t),this.severity=this.shapeNodePointer.out(s.severity).term||s.Violation,this.deactivated="true"===this.shapeNodePointer.out(s.deactivated).value,this.path=this.shapeNodePointer.out(s.path).term,this.isPropertyShape=null!=this.path,this._pathObject=void 0,this.constraints=[];const i=new o;[...n.dataset.match(t,null,null)].forEach((e=>{const o=r.getComponentWithParameter(e.predicate);o&&!i.has(o.node)&&(1===o.parameters.length?this.constraints.push(new w(this,o,e.object,n)):o.isComplete(t)&&(this.constraints.push(new w(this,o,void 0,n)),i.add(o.node)))}))}get pathObject(){const{$shapes:e,ns:t,allowNamedNodeInList:n}=this.context;return void 0===this._pathObject&&(this._pathObject=this.path?s(e.node(this.path),t,n):null),this._pathObject}getTargetNodes(e){const{$shapes:t,ns:n}=this.context,{rdfs:a,sh:r}=n,s=new o;l(t.node(this.shapeNode),t.node(a.Class),n)&&s.addAll(d(e.node(this.shapeNode),n)),[...t.dataset.match(this.shapeNode,r.targetClass,null)].forEach((({object:t})=>{s.addAll(d(e.node(t),n))}));const i=this.shapeNodePointer.out(r.targetNode).terms.filter((t=>e.dataset.match(t).size>0||e.dataset.match(null,t).size>0||e.dataset.match(null,null,t).size>0));return s.addAll(i),this.shapeNodePointer.out(r.targetSubjectsOf).terms.forEach((t=>{const n=[...e.dataset.match(null,t,null)].map((({subject:e})=>e));s.addAll(n)})),this.shapeNodePointer.out(r.targetObjectsOf).terms.forEach((t=>{const n=[...e.dataset.match(null,t,null)].map((({object:e})=>e));s.addAll(n)})),[...s]}getValueNodes(e,t){return this.path?i(t,e,this.pathObject):[e]}}e.exports=class{constructor(e){this.context=e;const{sh:t}=e.ns,n=d(e.$shapes.node(t.ConstraintComponent),e.ns);this._components=[...n].map((t=>new h(t,e))),this._parametersMap=new Map;for(const e of this._components)for(const t of e.parameters)this._parametersMap.set(t.value,e);this._shapes=new Map}getComponentWithParameter(e){return this._parametersMap.get(e.value)}getShape(e){if(!this._shapes.has(e.value)){const t=new c(this.context,e);this._shapes.set(e.value,t)}return this._shapes.get(e.value)}get shapeNodesWithConstraints(){if(!this._shapeNodesWithConstraints){const e=new o;for(const t of this._components){const n=t.requiredParameters;for(const t of n){const n=[...this.context.$shapes.dataset.match(null,t,null)].map((({subject:e})=>e));e.addAll(n)}}this._shapeNodesWithConstraints=[...e]}return this._shapeNodesWithConstraints}get shapesWithTarget(){const{$shapes:e,ns:t}=this.context,{rdfs:n,sh:o}=t;return this._shapesWithTarget||(this._shapesWithTarget=this.shapeNodesWithConstraints.filter((a=>l(e.node(a),e.node(n.Class),t)||e.node(a).out([o.targetClass,o.targetNode,o.targetSubjectsOf,o.targetObjectsOf,o.target]).terms.length>0)).map((e=>this.getShape(e)))),this._shapesWithTarget}}},7322:(e,t,n)=>{const o=n(5717),a=n(968),{extractStructure:r}=n(5586),s=n(1227)("validation-enging::error");function i(e,t,n){for(const n of e.dataset)t.dataset.add(n);t.addOut(n,e)}e.exports=class{constructor(e,t){this.context=e,this.factory=e.factory,this.maxErrors=t.maxErrors,this.initReport(),this.recordErrorsLevel=0,this.violationsCount=0,this.validationError=null,this.nestedResults={}}initReport(){const{rdf:e,sh:t}=this.context.ns;this.reportPointer=o({dataset:this.factory.dataset(),factory:this.factory,term:this.factory.blankNode("report")}).addOut(e.type,t.ValidationReport)}validateAll(e){if(this.maxErrorsReached())return!0;this.validationError=null;try{this.initReport();let t=!1;const n=this.context.shapesGraph.shapesWithTarget;for(const o of n){const n=o.getTargetNodes(e);for(const a of n)this.validateNodeAgainstShape(a,o,e)&&(t=!0)}return t}catch(e){return this.validationError=e,!0}}validateNodeAgainstShape(e,t,n){if(this.maxErrorsReached())return!0;if(t.deactivated)return!1;const o=t.getValueNodes(e,n);let a=!1;for(const r of t.constraints)this.validateNodeAgainstConstraint(e,o,r,n)&&(a=!0);return a}validateNodeAgainstConstraint(e,t,n,o){const{sh:a}=this.context.ns;if(this.maxErrorsReached())return!0;if(a.PropertyConstraintComponent.equals(n.component.node)){let e=!1;for(const a of t)this.validateNodeAgainstShape(a,this.context.shapesGraph.getShape(n.paramValue),o)&&(e=!0);return e}if(!n.validationFunction)throw new Error("Cannot find validator for constraint component "+n.component.node.value);if(n.isValidationFunctionGeneric){let o=!1;for(const a of t){if(this.maxErrorsReached())break;const t=this.validateValueNodeAgainstConstraint(e,a,n);t&&this.violationsCount++,o=o||t}return o}return this.validateValueNodeAgainstConstraint(e,null,n)}validateValueNodeAgainstConstraint(e,t,n){const{sh:o}=this.context.ns;this.recordErrorsLevel++;const a=n.validationFunction.execute(e,t,n),r=(Array.isArray(a)?a:[a]).map((o=>this.createResultFromObject(o,n,e,t))).filter(Boolean);if(1===this.recordErrorsLevel)for(const e of r)i(e,this.reportPointer,o.result);else this.nestedResults[this.recordErrorsLevel]=(this.nestedResults[this.recordErrorsLevel]||[]).concat(r);return this.recordErrorsLevel--,r.length>0}maxErrorsReached(){return!!this.maxErrors&&this.violationsCount>=this.maxErrors}getReport(){if(this.validationError)throw s("Validation Failure: "+this.validationError),this.validationError;return new a(this.reportPointer,{factory:this.factory,ns:this.context.ns})}createResultFromObject(e,t,n,o){const{sh:a}=this.context.ns,r=this.normalizeValidationResult(e,o);if(!r)return null;const s=this.createResult(t,n);r.path?(s.addOut(a.resultPath,r.path),this.copyNestedStructure(r.path,s)):t.shape.isPropertyShape&&(s.addOut(a.resultPath,t.shape.path),this.copyNestedStructure(t.shape.path,s)),r.value?(s.addOut(a.value,r.value),this.copyNestedStructure(r.value,s)):o&&(s.addOut(a.value,o),this.copyNestedStructure(o,s));const i=this.createResultMessages(r,t);for(const e of i)s.addOut(a.resultMessage,e);return s}normalizeValidationResult(e,t){return!1===e?{value:t}:"string"==typeof e?{message:e,value:t}:"object"==typeof e?e:null}createResult(e,t){const{rdf:n,sh:a}=this.context.ns,r=e.shape.severity,s=e.component.node,d=e.shape.shapeNode,l=this.factory.blankNode(),w=o({dataset:this.factory.dataset(),term:l});w.addOut(n.type,a.ValidationResult).addOut(a.resultSeverity,r).addOut(a.sourceConstraintComponent,s).addOut(a.sourceShape,d).addOut(a.focusNode,t),this.copyNestedStructure(d,w),this.copyNestedStructure(t,w);const h=this.nestedResults[this.recordErrorsLevel+1];if(h){if(s.equals(a.NodeConstraintComponent))for(const e of h)i(e,w,a.detail);this.nestedResults[this.recordErrorsLevel+1]=[]}return w}copyNestedStructure(e,t){const n=r(this.context.$shapes.dataset,e);for(const e of n)t.dataset.add(e)}createResultMessages(e,t){const{$shapes:n,ns:o}=this.context,{sh:a}=o;let r=[];return e.message&&(r=[this.factory.literal(e.message)]),0===r.length&&(r=n.node(t.shape.shapeNode).out(a.message).terms),0===r.length&&(r=t.componentMessages.map((e=>this.factory.literal(e)))),0===r.length&&(r=n.node(t.component.node).out(a.message).terms),r.map((e=>function(e,t,n){const o=t.component.parameters.reduce(((e,n)=>{const o=function(e){let t=e.lastIndexOf("#");if(t<0&&(t=e.lastIndexOf("/")),t<0)throw new Error(`Cannot get local name of ${e}`);return e.substring(t+1)}(n.value),a=(r=t.getParameterValue(n))?"NamedNode"===r.termType?"<"+r.value+">":"BlankNode"===r.termType?"Blank node "+r.value:r.value:"NULL";var r;return e.replace(`{$${o}}`,a).replace(`{?${o}}`,a)}),e.value);return n.literal(o,e.language||e.datatype)}(e,t,this.factory)))}}},3319:(e,t,n)=>{const o="undefined"!=typeof window?window:n.g;e.exports=class{constructor(e,t,n){this.context=e,this.funcName=t,this.func=n}execute(e,t,n){return this.func.apply(o,[this.context,e,t,n])}}},968:(e,t,n)=>{const{prepareNamespaces:o}=n(8782);class a{constructor(e,t){this.pointer=e,this.term=e.term,this.dataset=e.dataset,this.ns=t}get message(){return this.pointer.out(this.ns.sh.resultMessage).terms||[]}get path(){return this.pointer.out(this.ns.sh.resultPath).term||null}get focusNode(){return this.pointer.out(this.ns.sh.focusNode).term||null}get severity(){return this.pointer.out(this.ns.sh.resultSeverity).term||null}get sourceConstraintComponent(){return this.pointer.out(this.ns.sh.sourceConstraintComponent).term||null}get sourceShape(){return this.pointer.out(this.ns.sh.sourceShape).term||null}get value(){return this.pointer.out(this.ns.sh.value).term||null}get detail(){return this.pointer.out(this.ns.sh.detail).map((e=>new a(e,this.ns)))}}e.exports=class{constructor(e,t){t=t||{},this.factory=t.factory||n(6521),this.ns=t.ns||o(this.factory);const{sh:r,xsd:s}=this.ns;this.pointer=e,this.term=e.term,this.dataset=e.dataset;const i=e.out(r.result),d=0===i.terms.length;e.addOut(r.conforms,this.factory.literal(d.toString(),s.boolean)),this.conforms=d,this.results=i.toArray().map((e=>new a(e,this.ns)))}}},7747:(e,t,n)=>{const o=n(4817),{sh:a}=n(8782);e.exports={[a.AndConstraintComponent.value]:{validator:{func:o.validateAnd}},[a.ClassConstraintComponent.value]:{validator:{func:o.validateClass}},[a.ClosedConstraintComponent.value]:{validator:{func:o.validateClosed,message:"Predicate is not allowed (closed shape)"}},[a.DatatypeConstraintComponent.value]:{validator:{func:o.validateDatatype,message:"Value does not have datatype {$datatype}"}},[a.DisjointConstraintComponent.value]:{validator:{func:o.validateDisjoint,message:"Value node must not also be one of the values of {$disjoint}"}},[a.EqualsConstraintComponent.value]:{nodeValidator:{func:o.validateEqualsNode,message:"Must have same values as {$equals}"},propertyValidator:{func:o.validateEqualsProperty,message:"Must have same values as {$equals}"}},[a.HasValueConstraintComponent.value]:{nodeValidator:{func:o.validateHasValueNode,message:"Value must be {$hasValue}"},propertyValidator:{func:o.validateHasValueProperty,message:"Missing expected value {$hasValue}"}},[a.InConstraintComponent.value]:{validator:{func:o.validateIn,message:"Value is not in {$in}"}},[a.LanguageInConstraintComponent.value]:{validator:{func:o.validateLanguageIn,message:"Language does not match any of {$languageIn}"}},[a.LessThanConstraintComponent.value]:{propertyValidator:{func:o.validateLessThanProperty,message:"Value is not less than value of {$lessThan}"}},[a.LessThanOrEqualsConstraintComponent.value]:{propertyValidator:{func:o.validateLessThanOrEqualsProperty,message:"Value is not less than or equal to value of {$lessThanOrEquals}"}},[a.MaxCountConstraintComponent.value]:{propertyValidator:{func:o.validateMaxCountProperty,message:"More than {$maxCount} values"}},[a.MaxExclusiveConstraintComponent.value]:{validator:{func:o.validateMaxExclusive,message:"Value is not less than {$maxExclusive}"}},[a.MaxInclusiveConstraintComponent.value]:{validator:{func:o.validateMaxInclusive,message:"Value is not less than or equal to {$maxInclusive}"}},[a.MaxLengthConstraintComponent.value]:{validator:{func:o.validateMaxLength,message:"Value has more than {$maxLength} characters"}},[a.MinCountConstraintComponent.value]:{propertyValidator:{func:o.validateMinCountProperty,message:"Less than {$minCount} values"}},[a.MinExclusiveConstraintComponent.value]:{validator:{func:o.validateMinExclusive,message:"Value is not greater than {$minExclusive}"}},[a.MinInclusiveConstraintComponent.value]:{validator:{func:o.validateMinInclusive,message:"Value is not greater than or equal to {$minInclusive}"}},[a.MinLengthConstraintComponent.value]:{validator:{func:o.validateMinLength,message:"Value has less than {$minLength} characters"}},[a.NodeConstraintComponent.value]:{validator:{func:o.validateNode,message:"Value does not have shape {$node}"}},[a.NodeKindConstraintComponent.value]:{validator:{func:o.validateNodeKind,message:"Value does not have node kind {$nodeKind}"}},[a.NotConstraintComponent.value]:{validator:{func:o.validateNot,message:"Value does have shape {$not}"}},[a.OrConstraintComponent.value]:{validator:{func:o.validateOr}},[a.PatternConstraintComponent.value]:{validator:{func:o.validatePattern,message:'Value does not match pattern "{$pattern}"'}},[a.QualifiedMaxCountConstraintComponent.value]:{propertyValidator:{func:o.validateQualifiedMaxCountProperty,message:"More than {$qualifiedMaxCount} values have shape {$qualifiedValueShape}"}},[a.QualifiedMinCountConstraintComponent.value]:{propertyValidator:{func:o.validateQualifiedMinCountProperty,message:"Less than {$qualifiedMinCount} values have shape {$qualifiedValueShape}"}},[a.UniqueLangConstraintComponent.value]:{propertyValidator:{func:o.validateUniqueLangProperty,message:'Language "{?lang}" used more than once'}},[a.XoneConstraintComponent.value]:{validator:{func:o.validateXone}}}},4817:(e,t,n)=>{const{validateTerm:o}=n(1623),{fromRdf:a}=n(7945),r=n(9349),{getPathObjects:s}=n(8277),{isInstanceOf:i,rdfListToArray:d}=n(5586);function l(e,t,n){const{sh:o,xsd:a}=e.ns,i=n.shape.shapeNode,d=n.getParameterValue(o.qualifiedValueShapesDisjoint),l=n.getParameterValue(o.qualifiedValueShape),w=e.factory.literal("true",a.boolean),h=new r;if(w.equals(d)){const t=e.$shapes.node(i).in(o.property).out(o.property).out(o.qualifiedValueShape).filter((({term:e})=>!e.equals(l))).terms;h.addAll(t)}const c=n.shape.pathObject;return s(e.$data,t,c).filter((t=>e.nodeConformsToShape(t,l)&&!function(e,t,n){for(let o=0;o<n.length;o++)if(e.nodeConformsToShape(t,n[o]))return!0;return!1}(e,t,[...h]))).length}function w(e,t,n){if(!e||!t||"Literal"!==e.termType||"Literal"!==t.termType)return null;if(h(e,n)!==h(t,n))return null;const o=a(e),r=a(t);return typeof o!=typeof r?null:"string"==typeof o?o.localeCompare(r):o-r}function h(e,t){return t.xsd.dateTime.equals(e.datatype)&&/^.*(((\+|-)\d{2}:\d{2})|Z)$/.test(e.value)}e.exports={validateAnd:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.and);return d(e.$shapes.node(r)).every((t=>e.nodeConformsToShape(n,t)))},validateClass:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.class);return i(e.$data.node(n),e.$data.node(r),e.ns)},validateClosed:function(e,t,n,o){const{sh:a,xsd:s}=e.ns,i=o.getParameterValue(a.closed),l=o.getParameterValue(a.ignoredProperties),w=o.shape.shapeNode;if(!e.factory.literal("true",s.boolean).equals(i))return;const h=new r(e.$shapes.node(w).out(a.property).out(a.path).terms.filter((e=>"NamedNode"===e.termType)));l&&h.addAll(d(e.$shapes.node(l)));const c=[];return[...e.$data.dataset.match(n,null,null)].filter((({predicate:e})=>!h.has(e))).forEach((({predicate:e,object:t})=>{c.push({path:e,value:t})})),c},validateDatatype:function(e,t,n,a){const{sh:r}=e.ns,s=a.getParameterValue(r.datatype);return"Literal"===n.termType&&s.equals(n.datatype)&&o(n)},validateDisjoint:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.disjoint);return 0===e.$data.dataset.match(t,r,n).size},validateEqualsNode:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.equals),i=[];let d=0;return s(e.$data,t,r).forEach((e=>{d++,e.equals(t)||i.push({value:e})})),0===i.length&&0===d&&i.push({value:t}),i},validateEqualsProperty:function(e,t,n,o){const{sh:a}=e.ns,r=o.shape.pathObject,i=o.getParameterValue(a.equals),d=[];return s(e.$data,t,r).forEach((n=>{0===e.$data.dataset.match(t,i,n).size&&d.push({value:n})})),[...e.$data.dataset.match(t,i,null)].forEach((({object:n})=>{const o=n;s(e.$data,t,r).some((e=>e.equals(o)))||d.push({value:o})})),d},validateHasValueNode:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.hasValue);return t.equals(r)},validateHasValueProperty:function(e,t,n,o){const{sh:a}=e.ns,r=o.shape.pathObject,i=o.getParameterValue(a.hasValue);return s(e.$data,t,r).some((e=>e.equals(i)))},validateIn:function(e,t,n,o){const{sh:a}=e.ns,s=o.getParameterValue(a.in);return new r(d(e.$shapes.node(s))).has(n)},validateLanguageIn:function(e,t,n,o){const{sh:a}=e.ns;if("Literal"!==n.termType)return!1;const r=n.language;if(!r||""===r)return!1;const s=o.getParameterValue(a.languageIn);return d(e.$shapes.node(s)).some((e=>r.startsWith(e.value)))},validateLessThanProperty:function(e,t,n,o){const{sh:a}=e.ns,r=o.shape.pathObject,i=s(e.$data,t,r),d=o.getParameterValue(a.lessThan),l=e.$data.node(t).out(d).terms,h=[];for(const t of i)for(const n of l){const o=w(t,n,e.ns);(null===o||o>=0)&&h.push({value:t})}return h},validateLessThanOrEqualsProperty:function(e,t,n,o){const{sh:a}=e.ns,r=o.shape.pathObject,i=s(e.$data,t,r),d=o.getParameterValue(a.lessThanOrEquals),l=e.$data.node(t).out(d).terms,h=[];for(const t of i)for(const n of l){const o=w(t,n,e.ns);(null===o||o>0)&&h.push({value:t})}return h},validateMaxCountProperty:function(e,t,n,o){const{sh:a}=e.ns,r=o.shape.pathObject,i=s(e.$data,t,r).length,d=o.getParameterValue(a.maxCount);return i<=Number(d.value)},validateMaxExclusive:function(e,t,n,o){const{sh:a}=e.ns,r=w(n,o.getParameterValue(a.maxExclusive),e.ns);return null!==r&&r<0},validateMaxInclusive:function(e,t,n,o){const{sh:a}=e.ns,r=w(n,o.getParameterValue(a.maxInclusive),e.ns);return null!==r&&r<=0},validateMaxLength:function(e,t,n,o){if("BlankNode"===n.termType)return!1;const{sh:a}=e.ns,r=o.getParameterValue(a.maxLength);return n.value.length<=Number(r.value)},validateMinCountProperty:function(e,t,n,o){const{sh:a}=e.ns,r=o.shape.pathObject,i=s(e.$data,t,r).length,d=o.getParameterValue(a.minCount);return i>=Number(d.value)},validateMinExclusive:function(e,t,n,o){const{sh:a}=e.ns,r=w(n,o.getParameterValue(a.minExclusive),e.ns);return null!==r&&r>0},validateMinInclusive:function(e,t,n,o){const{sh:a}=e.ns,r=w(n,o.getParameterValue(a.minInclusive),e.ns);return null!==r&&r>=0},validateMinLength:function(e,t,n,o){if("BlankNode"===n.termType)return!1;const{sh:a}=e.ns,r=o.getParameterValue(a.minLength);return n.value.length>=Number(r.value)},validateNode:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.node);return e.nodeConformsToShape(n,r)},validateNodeKind:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.nodeKind);return"BlankNode"===n.termType?a.BlankNode.equals(r)||a.BlankNodeOrIRI.equals(r)||a.BlankNodeOrLiteral.equals(r):"NamedNode"===n.termType?a.IRI.equals(r)||a.BlankNodeOrIRI.equals(r)||a.IRIOrLiteral.equals(r):"Literal"===n.termType?a.Literal.equals(r)||a.BlankNodeOrLiteral.equals(r)||a.IRIOrLiteral.equals(r):void 0},validateNot:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.not);return!e.nodeConformsToShape(n,r)},validateOr:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.or);return d(e.$shapes.node(r)).some((t=>e.nodeConformsToShape(n,t)))},validatePattern:function(e,t,n,o){if("BlankNode"===n.termType)return!1;const{sh:a}=e.ns,r=o.getParameterValue(a.flags),s=o.getParameterValue(a.pattern);return(r?new RegExp(s.value,r.value):new RegExp(s.value)).test(n.value)},validateQualifiedMaxCountProperty:function(e,t,n,o){const{sh:a}=e.ns,r=l(e,t,o),s=o.getParameterValue(a.qualifiedMaxCount);return"Literal"===s.termType&&r<=Number(s.value)},validateQualifiedMinCountProperty:function(e,t,n,o){const{sh:a}=e.ns,r=l(e,t,o),s=o.getParameterValue(a.qualifiedMinCount);return"Literal"===s.termType&&r>=Number(s.value)},validateUniqueLangProperty:function(e,t,n,o){const{sh:a,xsd:r}=e.ns,i=o.getParameterValue(a.uniqueLang);if(!e.factory.literal("true",r.boolean).equals(i))return;const d=o.shape.pathObject,l={};s(e.$data,t,d).forEach((e=>{const t=e.language;if(t&&""!==t){const e=l[t];l[t]=e?e+1:1}}));const w=[];for(const e in l)if(Object.prototype.hasOwnProperty.call(l,e)){const t=l[e];t>1&&w.push('Language "'+e+'" has been used by '+t+" values")}return w},validateXone:function(e,t,n,o){const{sh:a}=e.ns,r=o.getParameterValue(a.xone);return 1===d(e.$shapes.node(r)).map((t=>e.nodeConformsToShape(n,t))).filter(Boolean).length}}},3086:e=>{e.exports=e=>{const t={b0_c14n3:e.namedNode("urn:rdf-validate-shacl:blank-ICrbDblpRlstcUSwjBAYZ"),b0_c14n6:e.namedNode("urn:rdf-validate-shacl:blank-pFK9KYtN26DN0NMXyH8Ar"),b0_c14n0:e.namedNode("urn:rdf-validate-shacl:blank-78BxHlZRiJnXywWTF5cqq"),b0_c14n1:e.namedNode("urn:rdf-validate-shacl:blank-x54-DFCLtSR8nEZND8Bk3"),b0_c14n5:e.namedNode("urn:rdf-validate-shacl:blank-31XwBcULxRTIx9l5dbYMx"),b0_c14n2:e.namedNode("urn:rdf-validate-shacl:blank-JIQGzDSBoYQOBoFXDRJb9"),b0_c14n4:e.namedNode("urn:rdf-validate-shacl:blank-DzoWy3baN0DSUzrH2JFJ8")};return[e.quad(e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2002/07/owl#Ontology"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("This vocabulary defines terms used in SHACL, the W3C Shapes Constraint Language.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("W3C Shapes Constraint Language (SHACL) Vocabulary","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#declare"),t.b0_c14n3,e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#suggestedShapesGraph"),e.namedNode("http://www.w3.org/ns/shacl-shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The base class of validation results, typically not instantiated directly.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Abstract result","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent-and"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent-and"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent-and"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#and"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to test whether a value node conforms to all members of a provided list of shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("And constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#AndConstraintComponent-and"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNode"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The node kind of all blank nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Blank node","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrIRI"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrIRI"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The node kind of all blank nodes or IRIs.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrIRI"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrIRI"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Blank node or IRI","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrLiteral"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrLiteral"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The node kind of all blank nodes or literals.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrLiteral"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrLiteral"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Blank node or literal","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent-class"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent-class"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent-class"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent-class"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that each value node is an instance of a given type.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Class constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#ClassConstraintComponent-class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-closed"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-closed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-closed"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-closed"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#closed"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-ignoredProperties"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-ignoredProperties"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-ignoredProperties"),e.namedNode("http://www.w3.org/ns/shacl#optional"),e.literal("true",e.namedNode("http://www.w3.org/2001/XMLSchema#boolean")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-ignoredProperties"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#ignoredProperties"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to indicate that focus nodes must only have values for those properties that have been explicitly enumerated via sh:property/sh:path.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Closed constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-closed"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#ClosedConstraintComponent-ignoredProperties"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of constraint components.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent-datatype"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent-datatype"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent-datatype"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent-datatype"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent-datatype"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the datatype of all value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Datatype constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#DatatypeConstraintComponent-datatype"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent-disjoint"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent-disjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent-disjoint"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent-disjoint"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#disjoint"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that the set of value nodes is disjoint with the the set of nodes that have the focus node as subject and the value of a given property as predicate.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Disjoint constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#DisjointConstraintComponent-disjoint"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent-equals"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent-equals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent-equals"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent-equals"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#equals"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that the set of value nodes is equal to the set of nodes that have the focus node as subject and the value of a given property as predicate.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Equals constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#EqualsConstraintComponent-equals"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent-expression"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent-expression"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent-expression"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#expression"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that a given node expression produces true for all value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Expression constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#ExpressionConstraintComponent-expression"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Function"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Function"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SHACL functions.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Function"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Function"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Function","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Function"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent-hasValue"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent-hasValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent-hasValue"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#hasValue"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that one of the value nodes is a given RDF node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Has-value constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#HasValueConstraintComponent-hasValue"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The node kind of all IRIs.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("IRI","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#IRIOrLiteral"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#IRIOrLiteral"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The node kind of all IRIs or literals.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#IRIOrLiteral"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#IRIOrLiteral"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("IRI or literal","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent-in"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent-in"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent-in"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent-in"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#in"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to exclusively enumerate the permitted value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("In constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#InConstraintComponent-in"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Info"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Info"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The severity for an informational validation result.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Info"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Info"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Info","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraint-js"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraint-js"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraint-js"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#js"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraint"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of constraints backed by a JavaScript function.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript-based constraint","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component with the parameter sh:js linking to a sh:JSConstraint containing a sh:script.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#JSConstraint-js"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Abstract base class of resources that declare an executable JavaScript.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript executable","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSFunction"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SHACL functions that execute a JavaScript function when called.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript function","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Function"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSLibrary"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSLibrary"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Represents a JavaScript library, typically identified by one or more URLs of files to include.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSLibrary"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSLibrary"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript library","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSLibrary"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSRule"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SHACL rules expressed using JavaScript.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript rule","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTarget"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of targets that are based on JavaScript functions.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript target","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Target"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTargetType"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (meta) class for parameterizable targets that are based on JavaScript functions.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript target type","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#TargetType"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSValidator"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A SHACL validator based on JavaScript. This can be used to declare SHACL constraint components that perform JavaScript-based validation when used.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript validator","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#JSValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent-languageIn"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent-languageIn"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent-languageIn"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent-languageIn"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#languageIn"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to enumerate language tags that all value nodes must have.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Language-in constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#LanguageInConstraintComponent-languageIn"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent-lessThan"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent-lessThan"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent-lessThan"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent-lessThan"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#lessThan"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that each value node is smaller than all the nodes that have the focus node as subject and the value of a given property as predicate.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Less-than constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#LessThanConstraintComponent-lessThan"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent-lessThanOrEquals"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent-lessThanOrEquals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent-lessThanOrEquals"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent-lessThanOrEquals"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#lessThanOrEquals"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that every value node is smaller than all the nodes that have the focus node as subject and the value of a given property as predicate.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("less-than-or-equals constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent-lessThanOrEquals"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The node kind of all literals.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Literal","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent-maxCount"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent-maxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent-maxCount"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent-maxCount"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent-maxCount"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the maximum number of value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Max-count constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#MaxCountConstraintComponent-maxCount"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent-maxExclusive"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent-maxExclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent-maxExclusive"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent-maxExclusive"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent-maxExclusive"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#maxExclusive"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the range of value nodes with a maximum exclusive value.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Max-exclusive constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent-maxExclusive"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent-maxInclusive"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent-maxInclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent-maxInclusive"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent-maxInclusive"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent-maxInclusive"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#maxInclusive"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the range of value nodes with a maximum inclusive value.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Max-inclusive constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent-maxInclusive"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent-maxLength"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent-maxLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent-maxLength"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent-maxLength"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent-maxLength"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#maxLength"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the maximum string length of value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Max-length constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#MaxLengthConstraintComponent-maxLength"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent-minCount"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent-minCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent-minCount"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent-minCount"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent-minCount"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#minCount"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the minimum number of value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Min-count constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#MinCountConstraintComponent-minCount"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent-minExclusive"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent-minExclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent-minExclusive"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent-minExclusive"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent-minExclusive"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#minExclusive"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the range of value nodes with a minimum exclusive value.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Min-exclusive constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent-minExclusive"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent-minInclusive"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent-minInclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent-minInclusive"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent-minInclusive"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent-minInclusive"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#minInclusive"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the range of value nodes with a minimum inclusive value.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Min-inclusive constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent-minInclusive"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent-minLength"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent-minLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent-minLength"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent-minLength"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent-minLength"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#minLength"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the minimum string length of value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Min-length constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#MinLengthConstraintComponent-minLength"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent-node"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent-node"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent-node"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#node"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that all value nodes conform to the given node shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Node constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#NodeConstraintComponent-node"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of all node kinds, including sh:BlankNode, sh:IRI, sh:Literal or the combinations of these: sh:BlankNodeOrIRI, sh:BlankNodeOrLiteral, sh:IRIOrLiteral.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Node kind","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent-nodeKind"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent-nodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent-nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#in"),t.b0_c14n6,e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent-nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent-nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the RDF node kind of each value node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Node-kind constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#NodeKindConstraintComponent-nodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeShape"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A node shape is a shape that specifies constraint that need to be met with respect to focus nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Node shape","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NodeShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent-not"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent-not"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent-not"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#not"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that value nodes do not conform to a given shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Not constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#NotConstraintComponent-not"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent-or"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent-or"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent-or"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#or"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the value nodes so that they conform to at least one out of several provided shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Or constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#OrConstraintComponent-or"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of parameter declarations, consisting of a path predicate and (possibly) information about allowed value type, cardinality and other characteristics.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Parameter","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Superclass of components that can take parameters, especially functions and constraint components.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Parameterizable","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-flags"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-flags"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-flags"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-flags"),e.namedNode("http://www.w3.org/ns/shacl#optional"),e.literal("true",e.namedNode("http://www.w3.org/2001/XMLSchema#boolean")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-flags"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#flags"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-pattern"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-pattern"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-pattern"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-pattern"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#pattern"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that every value node matches a given regular expression.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Pattern constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-flags"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#PatternConstraintComponent-pattern"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PrefixDeclaration"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PrefixDeclaration"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of prefix declarations, consisting of pairs of a prefix with a namespace.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PrefixDeclaration"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PrefixDeclaration"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Prefix declaration","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PrefixDeclaration"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent-property"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent-property"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent-property"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that all value nodes conform to the given property shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Property constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#PropertyConstraintComponent-property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyGroup"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyGroup"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Instances of this class represent groups of property shapes that belong together.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyGroup"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyGroup"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Property group","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyGroup"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A property shape is a shape that specifies constraints on the values of a focus node for a given property or path.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Property shape","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedMaxCount"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedMaxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedMaxCount"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedMaxCount"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#qualifiedMaxCount"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShape"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShape"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#optional"),e.literal("true",e.namedNode("http://www.w3.org/2001/XMLSchema#boolean")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that a specified maximum number of value nodes conforms to a given shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Qualified-max-count constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedMaxCount"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedMinCount"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedMinCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedMinCount"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedMinCount"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#qualifiedMinCount"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShape"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShape"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#optional"),e.literal("true",e.namedNode("http://www.w3.org/2001/XMLSchema#boolean")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to verify that a specified minimum number of value nodes conforms to a given shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Qualified-min-count constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedMinCount"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A class of result annotations, which define the rules to derive the values of a given annotation property as extra values for a validation result.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Result annotation","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SHACL rules. Never instantiated directly.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Rule","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SPARQL executables that are based on an ASK query.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL ASK executable","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskValidator"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of validators based on SPARQL ASK queries. The queries are evaluated for each value node and are supposed to return true if the given node conforms.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL ASK validator","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraint"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of constraints based on SPARQL SELECT queries.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL constraint","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent-sparql"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent-sparql"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent-sparql"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#sparql"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to define constraints based on SPARQL queries.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraintComponent-sparql"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstructExecutable"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstructExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SPARQL executables that are based on a CONSTRUCT query.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstructExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstructExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL CONSTRUCT executable","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstructExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of resources that encapsulate a SPARQL query.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL executable","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLFunction"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A function backed by a SPARQL query - either ASK or SELECT.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL function","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Function"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLFunction"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLRule"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SHACL rules based on SPARQL CONSTRUCT queries.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL CONSTRUCT rule","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstructExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SPARQL executables based on a SELECT query.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL SELECT executable","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectValidator"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of validators based on SPARQL SELECT queries. The queries are evaluated for each focus node and are supposed to produce bindings for all focus nodes that do not conform.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL SELECT validator","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTarget"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of targets that are based on SPARQL queries.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL target","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTarget"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Target"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTargetType"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (meta) class for parameterizable targets that are based on SPARQL queries.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL target type","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLTargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#TargetType"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLUpdateExecutable"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLUpdateExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SPARQL executables based on a SPARQL UPDATE.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLUpdateExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLUpdateExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("SPARQL UPDATE executable","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#SPARQLUpdateExecutable"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of validation result severity levels, including violation and warning levels.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Severity","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A shape is a collection of constraints that may be targeted for certain nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Shape","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Target"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The base class of targets such as those based on SPARQL queries.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Target","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TargetType"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (meta) class for parameterizable targets.\tInstances of this are instantiated as values of the sh:target property.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Target type","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TargetType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TripleRule"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TripleRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TripleRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("A rule based on triple (subject, predicate, object) pattern.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#TripleRule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent-uniqueLang"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent-uniqueLang"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent-uniqueLang"),e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent-uniqueLang"),e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.literal("1",e.namedNode("http://www.w3.org/2001/XMLSchema#integer")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent-uniqueLang"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#uniqueLang"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to specify that no pair of value nodes may use the same language tag.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Unique-languages constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#UniqueLangConstraintComponent-uniqueLang"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationReport"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationReport"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of SHACL validation reports.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationReport"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationReport"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Validation report","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationReport"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationResult"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationResult"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of validation results.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationResult"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationResult"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Validation result","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ValidationResult"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The class of validators, which provide instructions on how to process a constraint definition. This class serves as base class for the SPARQL-based validators and other possible implementations.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Validator","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Violation"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Violation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The severity for a violation validation result.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Violation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Violation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Violation","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Warning"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Warning"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The severity for a warning validation result.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Warning"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#Warning"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Warning","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent-xone"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent-xone"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent-xone"),e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/ns/shacl#xone"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A constraint component that can be used to restrict the value nodes so that they conform to exactly one out of several provided shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("Exactly one constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/ns/shacl#XoneConstraintComponent-xone"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#alternativePath"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#alternativePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (single) value of this property must be a list of path elements, representing the elements of alternative paths.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#alternativePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#alternativePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("alternative path","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#alternativePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#List"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#and"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#and"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("RDF list of shapes to validate the value nodes against.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#and"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#and"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("and","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#and"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#List"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationProperty"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationProperty"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The annotation property that shall be set.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationProperty"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationProperty"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationProperty"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("annotation property","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationProperty"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationValue"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (default) values of the annotation property.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("annotation value","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationVarName"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationVarName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The name of the SPARQL variable from the SELECT clause that shall be used for the values.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationVarName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationVarName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationVarName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("annotation variable name","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#annotationVarName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ask"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ask"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The SPARQL ASK query to execute.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ask"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLAskExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ask"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ask"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("ask","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ask"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#class"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#class"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The type that all value nodes must have.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#class"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#class"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("class","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#class"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#closed"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#closed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("If set to true then the shape is closed.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#closed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#closed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("closed","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#closed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#condition"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#condition"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The shapes that the focus nodes need to conform to before a rule is executed on them.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#condition"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#condition"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#condition"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("condition","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#condition"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#conforms"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#conforms"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("True if the validation did not produce any validation results, and false otherwise.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#conforms"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ValidationReport"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#conforms"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#conforms"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("conforms","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#conforms"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#construct"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#construct"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The SPARQL CONSTRUCT query to execute.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#construct"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstructExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#construct"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#construct"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("construct","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#construct"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies an RDF datatype that all value nodes must have.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("datatype","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#datatype"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Datatype"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#deactivated"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#deactivated"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("If set to true then all nodes conform to this.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#deactivated"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#deactivated"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("deactivated","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#deactivated"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#declare"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#declare"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a resource with its namespace prefix declarations.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#declare"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/2002/07/owl#Ontology"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#declare"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#declare"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("declare","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#declare"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#PrefixDeclaration"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#defaultValue"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#defaultValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A default value for a property, for example for user interface tools to pre-populate input fields.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#defaultValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#defaultValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#defaultValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("default value","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#description"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#description"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Human-readable descriptions for the property in the context of the surrounding shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#description"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#description"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#description"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("description","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#detail"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#detail"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a result with other results that provide more details, for example to describe violations against nested shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#detail"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#detail"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#detail"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("detail","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#detail"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#disjoint"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#disjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a property where the set of values must be disjoint with the value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#disjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#disjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("disjoint","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#disjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#entailment"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#entailment"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("An entailment regime that indicates what kind of inferencing is required by a shapes graph.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#entailment"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/2002/07/owl#Ontology"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#entailment"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#entailment"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("entailment","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#entailment"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#equals"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#equals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a property that must have the same values as the value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#equals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#equals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("equals","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#equals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#expression"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#expression"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The node expression that must return true for the value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#expression"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#expression"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("expression","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#filterShape"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#filterShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The shape that all input nodes of the expression need to conform to.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#filterShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#filterShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("filter shape","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#filterShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#flags"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#flags"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("An optional flag to be used with regular expression pattern matching.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#flags"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#flags"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("flags","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#flags"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#focusNode"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#focusNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The focus node that was validated when the result was produced.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#focusNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#focusNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#focusNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("focus node","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#group"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#group"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Can be used to link to a property group to indicate that a property shape belongs to a group of related property shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#group"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#group"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#group"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("group","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#group"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#PropertyGroup"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#hasValue"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#hasValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a value that must be among the value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#hasValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#hasValue"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("has value","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ignoredProperties"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ignoredProperties"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("An optional RDF list of properties that are also permitted in addition to those explicitly enumerated via sh:property/sh:path.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ignoredProperties"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ignoredProperties"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("ignored properties","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#ignoredProperties"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#List"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#in"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#in"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a list of allowed values so that each value node must be among the members of the given list.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#in"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#in"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("in","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#in"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#List"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#intersection"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#intersection"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A list of node expressions that shall be intersected.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#intersection"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#intersection"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("intersection","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#inversePath"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#inversePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (single) value of this property represents an inverse path (object to subject).","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#inversePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#inversePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("inverse path","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#inversePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#js"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#js"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Constraints expressed in JavaScript.",e.namedNode("http://www.w3.org/2001/XMLSchema#string")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#js"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#js"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript constraint","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#js"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#JSConstraint"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsFunctionName"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsFunctionName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The name of the JavaScript function to execute.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsFunctionName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#JSExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsFunctionName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsFunctionName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript function name","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsFunctionName"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibrary"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibrary"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Declares which JavaScript libraries are needed to execute this.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibrary"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibrary"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript library","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibrary"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#JSLibrary"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibraryURL"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibraryURL"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Declares the URLs of a JavaScript library. This should be the absolute URL of a JavaScript file. Implementations may redirect those to local files.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibraryURL"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#JSLibrary"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibraryURL"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibraryURL"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("JavaScript library URL","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#jsLibraryURL"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#anyURI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#labelTemplate"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#labelTemplate"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Outlines how human-readable labels of instances of the associated Parameterizable shall be produced. The values can contain {?paramName} as placeholders for the actual values of the given parameter.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#labelTemplate"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#labelTemplate"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#labelTemplate"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("label template","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#languageIn"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#languageIn"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a list of language tags that all value nodes must have.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#languageIn"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#languageIn"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("language in","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#languageIn"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#List"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThan"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThan"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a property that must have smaller values than the value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThan"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThan"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("less than","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThan"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThanOrEquals"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThanOrEquals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a property that must have smaller or equal values than the value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThanOrEquals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThanOrEquals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("less than or equals","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#lessThanOrEquals"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the maximum number of values in the set of value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("max count","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxExclusive"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxExclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the maximum exclusive value of each value node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxExclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxExclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("max exclusive","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxInclusive"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxInclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the maximum inclusive value of each value node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxInclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxInclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("max inclusive","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxLength"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the maximum string length of each value node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("max length","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#maxLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#message"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#message"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A human-readable message (possibly with placeholders for variables) explaining the cause of the result.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#message"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#message"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("message","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minCount"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the minimum number of values in the set of value nodes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("min count","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minExclusive"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minExclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the minimum exclusive value of each value node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minExclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minExclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("min exclusive","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minInclusive"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minInclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the minimum inclusive value of each value node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minInclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minInclusive"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("min inclusive","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minLength"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the minimum string length of each value node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("min length","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#minLength"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#name"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#name"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Human-readable labels for the property in the context of the surrounding shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#name"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#name"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#name"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("name","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#namespace"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#namespace"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The namespace associated with a prefix in a prefix declaration.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#namespace"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#PrefixDeclaration"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#namespace"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#namespace"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("namespace","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#namespace"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#anyURI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#node"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#node"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the node shape that all value nodes must conform to.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#node"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#node"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("node","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#node"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#NodeShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the node kind (e.g. IRI or literal) each value node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("node kind","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeKind"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#NodeKind"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeValidator"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The validator(s) used to evaluate a constraint in the context of a node shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("shape validator","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodeValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodes"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodes"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The node expression producing the input nodes of a filter shape expression.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodes"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#nodes"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("nodes","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#not"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#not"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a shape that the value nodes must not conform to.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#not"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#not"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("not","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#not"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#object"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#object"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("An expression producing the nodes that shall be inferred as objects.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#object"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#TripleRule"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#object"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#object"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("object","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#oneOrMorePath"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#oneOrMorePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (single) value of this property represents a path that is matched one or more times.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#oneOrMorePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#oneOrMorePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("one or more path","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#oneOrMorePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#optional"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#optional"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Indicates whether a parameter is optional.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#optional"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#optional"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#optional"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("optional","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#optional"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#or"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#or"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a list of shapes so that the value nodes must conform to at least one of the shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#or"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#or"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("or","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#or"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#List"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#order"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#order"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the relative order of this compared to its siblings. For example use 0 for the first, 1 for the second.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#order"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#order"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("order","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The parameters of a function or constraint component.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Parameterizable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("parameter","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#parameter"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Parameter"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies the property path of a property shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("path","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#path"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#pattern"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#pattern"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a regular expression pattern that the string representations of the value nodes must match.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#pattern"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#pattern"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("pattern","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#pattern"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#predicate"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#predicate"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("An expression producing the properties that shall be inferred as predicates.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#predicate"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#TripleRule"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#predicate"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#predicate"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("predicate","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefix"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefix"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The prefix of a prefix declaration.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefix"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#PrefixDeclaration"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefix"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefix"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("prefix","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefix"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefixes"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefixes"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The prefixes that shall be applied before parsing the associated SPARQL query.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefixes"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefixes"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefixes"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("prefixes","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#prefixes"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2002/07/owl#Ontology"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#property"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#property"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a shape to its property shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#property"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#property"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#property"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("property","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#property"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#PropertyShape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#propertyValidator"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#propertyValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The validator(s) used to evaluate a constraint in the context of a property shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#propertyValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#propertyValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#propertyValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("property validator","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#propertyValidator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMaxCount"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMaxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The maximum number of value nodes that can conform to the shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMaxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMaxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("qualified max count","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMaxCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMinCount"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMinCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The minimum number of value nodes that must conform to the shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMinCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMinCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("qualified min count","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedMinCount"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#integer"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShape"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The shape that a specified number of values must conform to.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("qualified value shape","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Can be used to mark the qualified value shape to be disjoint with its sibling shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("qualified value shapes disjoint","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#result"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#result"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The validation results contained in a validation report.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#result"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ValidationReport"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#result"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#result"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("result","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#result"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#ValidationResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultAnnotation"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a SPARQL validator with zero or more sh:ResultAnnotation instances, defining how to derive additional result properties based on the variables of the SELECT query.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectValidator"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("result annotation","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultAnnotation"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#ResultAnnotation"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultMessage"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultMessage"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Human-readable messages explaining the cause of the result.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultMessage"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultMessage"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultMessage"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("result message","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultPath"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultPath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The path of a validation result, based on the path of the validated property shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultPath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultPath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultPath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("result path","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultPath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultSeverity"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultSeverity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The severity of the result, e.g. warning.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultSeverity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultSeverity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultSeverity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("result severity","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#resultSeverity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#returnType"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#returnType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The expected type of values returned by the associated function.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#returnType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Function"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#returnType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#returnType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("return type","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#returnType"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#rule"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The rules linked to a shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("rule","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#rule"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Rule"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#select"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#select"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The SPARQL SELECT query to execute.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#select"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLSelectExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#select"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#select"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("select","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#select"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#severity"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Defines the severity that validation results produced by a shape must have. Defaults to sh:Violation.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("severity","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#severity"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Severity"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraph"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Shapes graphs that should be used when validating this data graph.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/2002/07/owl#Ontology"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("shapes graph","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2002/07/owl#Ontology"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraphWellFormed"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraphWellFormed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("If true then the validation engine was certain that the shapes graph has passed all SHACL syntax requirements during the validation process.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraphWellFormed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ValidationReport"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraphWellFormed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraphWellFormed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("shapes graph well-formed","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#shapesGraphWellFormed"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraint"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The constraint that was validated when the result was produced.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraint"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("source constraint","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraintComponent"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The constraint component that is the source of the result.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("source constraint component","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceConstraintComponent"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceShape"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The shape that is was validated when the result was produced.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("source shape","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sourceShape"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sparql"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sparql"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a shape with SPARQL constraints.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sparql"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sparql"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sparql"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("constraint (in SPARQL)","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#sparql"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLConstraint"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#subject"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#subject"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("An expression producing the resources that shall be inferred as subjects.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#subject"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#TripleRule"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#subject"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#subject"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("subject","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#suggestedShapesGraph"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#suggestedShapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Suggested shapes graphs for this ontology. The values of this property may be used in the absence of specific sh:shapesGraph statements.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#suggestedShapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/2002/07/owl#Ontology"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#suggestedShapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#suggestedShapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("suggested shapes graph","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#suggestedShapesGraph"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2002/07/owl#Ontology"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#target"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a shape to a target specified by an extension language, for example instances of sh:SPARQLTarget.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("target","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#target"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Target"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetClass"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetClass"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a shape to a class, indicating that all instances of the class must conform to the shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetClass"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetClass"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetClass"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("target class","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetClass"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Class"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetNode"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a shape to individual nodes, indicating that these nodes must conform to the shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetNode"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("target node","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetObjectsOf"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetObjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a shape to a property, indicating that all all objects of triples that have the given property as their predicate must conform to the shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetObjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetObjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetObjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("target objects of","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetObjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetSubjectsOf"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetSubjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Links a shape to a property, indicating that all subjects of triples that have the given property as their predicate must conform to the shape.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetSubjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#Shape"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetSubjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetSubjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("target subjects of","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#targetSubjectsOf"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#this"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#this"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A node expression that represents the current focus node.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#this"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#this"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("this","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#union"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#union"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("A list of node expressions that shall be used together.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#union"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#union"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("union","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#uniqueLang"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#uniqueLang"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies whether all node values must have a unique (or no) language tag.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#uniqueLang"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#uniqueLang"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("unique languages","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#uniqueLang"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#update"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#update"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The SPARQL UPDATE to execute.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#update"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#SPARQLUpdateExecutable"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#update"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#update"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("update","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#update"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2001/XMLSchema#string"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#validator"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The validator(s) used to evaluate constraints of either node or property shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#ConstraintComponent"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("validator","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#validator"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/ns/shacl#Validator"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#value"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#value"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("An RDF node that has caused the result.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#value"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),e.namedNode("http://www.w3.org/ns/shacl#AbstractResult"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#value"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#value"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("value","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#xone"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#xone"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("Specifies a list of shapes so that the value nodes must conform to exactly one of the shapes.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#xone"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#xone"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("exactly one","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#xone"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#List"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrMorePath"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrMorePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (single) value of this property represents a path that is matched zero or more times.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrMorePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrMorePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("zero or more path","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrMorePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrOnePath"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrOnePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#comment"),e.literal("The (single) value of this property represents a path that is matched zero or one times.","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrOnePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"),e.namedNode("http://www.w3.org/ns/shacl#"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrOnePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#label"),e.literal("zero or one path","en"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(e.namedNode("http://www.w3.org/ns/shacl#zeroOrOnePath"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),e.namedNode("http://www.w3.org/2000/01/rdf-schema#Resource"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n0,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#first"),e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrIRI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n0,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"),t.b0_c14n1,e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n1,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#first"),e.namedNode("http://www.w3.org/ns/shacl#BlankNodeOrLiteral"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n1,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"),t.b0_c14n5,e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n2,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#first"),e.namedNode("http://www.w3.org/ns/shacl#Literal"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n2,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"),t.b0_c14n0,e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n3,e.namedNode("http://www.w3.org/ns/shacl#namespace"),e.literal("http://www.w3.org/ns/shacl#",e.namedNode("http://www.w3.org/2001/XMLSchema#string")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n3,e.namedNode("http://www.w3.org/ns/shacl#prefix"),e.literal("sh",e.namedNode("http://www.w3.org/2001/XMLSchema#string")),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n4,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#first"),e.namedNode("http://www.w3.org/ns/shacl#IRI"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n4,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"),t.b0_c14n2,e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n5,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#first"),e.namedNode("http://www.w3.org/ns/shacl#IRIOrLiteral"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n5,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"),e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n6,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#first"),e.namedNode("http://www.w3.org/ns/shacl#BlankNode"),e.namedNode("http://www.w3.org/ns/shacl#")),e.quad(t.b0_c14n6,e.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"),t.b0_c14n4,e.namedNode("http://www.w3.org/ns/shacl#"))]}},196:(e,t,n)=>{const{AbortError:o,codes:a}=n(4381),{isNodeStream:r,isWebStream:s,kControllerErrorFunction:i}=n(5874),d=n(8610),{ERR_INVALID_ARG_TYPE:l}=a;e.exports.addAbortSignal=function(t,n){if(((e,t)=>{if("object"!=typeof e||!("aborted"in e))throw new l("signal","AbortSignal",e)})(t),!r(n)&&!s(n))throw new l("stream",["ReadableStream","WritableStream","Stream"],n);return e.exports.addAbortSignalNoValidate(t,n)},e.exports.addAbortSignalNoValidate=function(e,t){if("object"!=typeof e||!("aborted"in e))return t;const n=r(t)?()=>{t.destroy(new o(void 0,{cause:e.reason}))}:()=>{t[i](new o(void 0,{cause:e.reason}))};return e.aborted?n():(e.addEventListener("abort",n),d(t,(()=>e.removeEventListener("abort",n)))),t}},7327:(e,t,n)=>{const{StringPrototypeSlice:o,SymbolIterator:a,TypedArrayPrototypeSet:r,Uint8Array:s}=n(9061),{Buffer:i}=n(8764),{inspect:d}=n(6087);e.exports=class{constructor(){this.head=null,this.tail=null,this.length=0}push(e){const t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length}unshift(e){const t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length}shift(){if(0===this.length)return;const e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}clear(){this.head=this.tail=null,this.length=0}join(e){if(0===this.length)return"";let t=this.head,n=""+t.data;for(;null!==(t=t.next);)n+=e+t.data;return n}concat(e){if(0===this.length)return i.alloc(0);const t=i.allocUnsafe(e>>>0);let n=this.head,o=0;for(;n;)r(t,n.data,o),o+=n.data.length,n=n.next;return t}consume(e,t){const n=this.head.data;if(e<n.length){const t=n.slice(0,e);return this.head.data=n.slice(e),t}return e===n.length?this.shift():t?this._getString(e):this._getBuffer(e)}first(){return this.head.data}*[a](){for(let e=this.head;e;e=e.next)yield e.data}_getString(e){let t="",n=this.head,a=0;do{const r=n.data;if(!(e>r.length)){e===r.length?(t+=r,++a,n.next?this.head=n.next:this.head=this.tail=null):(t+=o(r,0,e),this.head=n,n.data=o(r,e));break}t+=r,e-=r.length,++a}while(null!==(n=n.next));return this.length-=a,t}_getBuffer(e){const t=i.allocUnsafe(e),n=e;let o=this.head,a=0;do{const i=o.data;if(!(e>i.length)){e===i.length?(r(t,i,n-e),++a,o.next?this.head=o.next:this.head=this.tail=null):(r(t,new s(i.buffer,i.byteOffset,e),n-e),this.head=o,o.data=i.slice(e));break}r(t,i,n-e),e-=i.length,++a}while(null!==(o=o.next));return this.length-=a,t}[Symbol.for("nodejs.util.inspect.custom")](e,t){return d(this,{...t,depth:0,customInspect:!1})}}},299:(e,t,n)=>{const{pipeline:o}=n(9946),a=n(8672),{destroyer:r}=n(1195),{isNodeStream:s,isReadable:i,isWritable:d,isWebStream:l,isTransformStream:w,isWritableStream:h,isReadableStream:c}=n(5874),{AbortError:p,codes:{ERR_INVALID_ARG_VALUE:u,ERR_MISSING_ARGS:m}}=n(4381),g=n(8610);e.exports=function(...e){if(0===e.length)throw new m("streams");if(1===e.length)return a.from(e[0]);const t=[...e];if("function"==typeof e[0]&&(e[0]=a.from(e[0])),"function"==typeof e[e.length-1]){const t=e.length-1;e[t]=a.from(e[t])}for(let n=0;n<e.length;++n)if(s(e[n])||l(e[n])){if(n<e.length-1&&!(i(e[n])||c(e[n])||w(e[n])))throw new u(`streams[${n}]`,t[n],"must be readable");if(n>0&&!(d(e[n])||h(e[n])||w(e[n])))throw new u(`streams[${n}]`,t[n],"must be writable")}let n,f,y,v,b;const N=e[0],x=o(e,(function(e){const t=v;v=null,t?t(e):e?b.destroy(e):C||_||b.destroy()})),_=!!(d(N)||h(N)||w(N)),C=!!(i(x)||c(x)||w(x));if(b=new a({writableObjectMode:!(null==N||!N.writableObjectMode),readableObjectMode:!(null==x||!x.writableObjectMode),writable:_,readable:C}),_){if(s(N))b._write=function(e,t,o){N.write(e,t)?o():n=o},b._final=function(e){N.end(),f=e},N.on("drain",(function(){if(n){const e=n;n=null,e()}}));else if(l(N)){const e=(w(N)?N.writable:N).getWriter();b._write=async function(t,n,o){try{await e.ready,e.write(t).catch((()=>{})),o()}catch(e){o(e)}},b._final=async function(t){try{await e.ready,e.close().catch((()=>{})),f=t}catch(e){t(e)}}}const e=w(x)?x.readable:x;g(e,(()=>{if(f){const e=f;f=null,e()}}))}if(C)if(s(x))x.on("readable",(function(){if(y){const e=y;y=null,e()}})),x.on("end",(function(){b.push(null)})),b._read=function(){for(;;){const e=x.read();if(null===e)return void(y=b._read);if(!b.push(e))return}};else if(l(x)){const e=(w(x)?x.readable:x).getReader();b._read=async function(){for(;;)try{const{value:t,done:n}=await e.read();if(!b.push(t))return;if(n)return void b.push(null)}catch{return}}}return b._destroy=function(e,t){e||null===v||(e=new p),y=null,n=null,f=null,null===v?t(e):(v=t,s(x)&&r(x,e))},b}},1195:(e,t,n)=>{const o=n(4155),{aggregateTwoErrors:a,codes:{ERR_MULTIPLE_CALLBACK:r},AbortError:s}=n(4381),{Symbol:i}=n(9061),{kDestroyed:d,isDestroyed:l,isFinished:w,isServerRequest:h}=n(5874),c=i("kDestroy"),p=i("kConstruct");function u(e,t,n){e&&(e.stack,t&&!t.errored&&(t.errored=e),n&&!n.errored&&(n.errored=e))}function m(e,t,n){let a=!1;function r(t){if(a)return;a=!0;const r=e._readableState,s=e._writableState;u(t,s,r),s&&(s.closed=!0),r&&(r.closed=!0),"function"==typeof n&&n(t),t?o.nextTick(g,e,t):o.nextTick(f,e)}try{e._destroy(t||null,r)}catch(t){r(t)}}function g(e,t){y(e,t),f(e)}function f(e){const t=e._readableState,n=e._writableState;n&&(n.closeEmitted=!0),t&&(t.closeEmitted=!0),(null!=n&&n.emitClose||null!=t&&t.emitClose)&&e.emit("close")}function y(e,t){const n=e._readableState,o=e._writableState;null!=o&&o.errorEmitted||null!=n&&n.errorEmitted||(o&&(o.errorEmitted=!0),n&&(n.errorEmitted=!0),e.emit("error",t))}function v(e,t,n){const a=e._readableState,r=e._writableState;if(null!=r&&r.destroyed||null!=a&&a.destroyed)return this;null!=a&&a.autoDestroy||null!=r&&r.autoDestroy?e.destroy(t):t&&(t.stack,r&&!r.errored&&(r.errored=t),a&&!a.errored&&(a.errored=t),n?o.nextTick(y,e,t):y(e,t))}function b(e){let t=!1;function n(n){if(t)return void v(e,null!=n?n:new r);t=!0;const a=e._readableState,s=e._writableState,i=s||a;a&&(a.constructed=!0),s&&(s.constructed=!0),i.destroyed?e.emit(c,n):n?v(e,n,!0):o.nextTick(N,e)}try{e._construct((e=>{o.nextTick(n,e)}))}catch(e){o.nextTick(n,e)}}function N(e){e.emit(p)}function x(e){return(null==e?void 0:e.setHeader)&&"function"==typeof e.abort}function _(e){e.emit("close")}function C(e,t){e.emit("error",t),o.nextTick(_,e)}e.exports={construct:function(e,t){if("function"!=typeof e._construct)return;const n=e._readableState,a=e._writableState;n&&(n.constructed=!1),a&&(a.constructed=!1),e.once(p,t),e.listenerCount(p)>1||o.nextTick(b,e)},destroyer:function(e,t){e&&!l(e)&&(t||w(e)||(t=new s),h(e)?(e.socket=null,e.destroy(t)):x(e)?e.abort():x(e.req)?e.req.abort():"function"==typeof e.destroy?e.destroy(t):"function"==typeof e.close?e.close():t?o.nextTick(C,e,t):o.nextTick(_,e),e.destroyed||(e[d]=!0))},destroy:function(e,t){const n=this._readableState,o=this._writableState,r=o||n;return null!=o&&o.destroyed||null!=n&&n.destroyed?("function"==typeof t&&t(),this):(u(e,o,n),o&&(o.destroyed=!0),n&&(n.destroyed=!0),r.constructed?m(this,e,t):this.once(c,(function(n){m(this,a(n,e),t)})),this)},undestroy:function(){const e=this._readableState,t=this._writableState;e&&(e.constructed=!0,e.closed=!1,e.closeEmitted=!1,e.destroyed=!1,e.errored=null,e.errorEmitted=!1,e.reading=!1,e.ended=!1===e.readable,e.endEmitted=!1===e.readable),t&&(t.constructed=!0,t.destroyed=!1,t.closed=!1,t.closeEmitted=!1,t.errored=null,t.errorEmitted=!1,t.finalCalled=!1,t.prefinished=!1,t.ended=!1===t.writable,t.ending=!1===t.writable,t.finished=!1===t.writable)},errorOrDestroy:v}},8672:(e,t,n)=>{const{ObjectDefineProperties:o,ObjectGetOwnPropertyDescriptor:a,ObjectKeys:r,ObjectSetPrototypeOf:s}=n(9061);e.exports=l;const i=n(911),d=n(6304);s(l.prototype,i.prototype),s(l,i);{const e=r(d.prototype);for(let t=0;t<e.length;t++){const n=e[t];l.prototype[n]||(l.prototype[n]=d.prototype[n])}}function l(e){if(!(this instanceof l))return new l(e);i.call(this,e),d.call(this,e),e?(this.allowHalfOpen=!1!==e.allowHalfOpen,!1===e.readable&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),!1===e.writable&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)):this.allowHalfOpen=!0}let w,h;function c(){return void 0===w&&(w={}),w}o(l.prototype,{writable:{__proto__:null,...a(d.prototype,"writable")},writableHighWaterMark:{__proto__:null,...a(d.prototype,"writableHighWaterMark")},writableObjectMode:{__proto__:null,...a(d.prototype,"writableObjectMode")},writableBuffer:{__proto__:null,...a(d.prototype,"writableBuffer")},writableLength:{__proto__:null,...a(d.prototype,"writableLength")},writableFinished:{__proto__:null,...a(d.prototype,"writableFinished")},writableCorked:{__proto__:null,...a(d.prototype,"writableCorked")},writableEnded:{__proto__:null,...a(d.prototype,"writableEnded")},writableNeedDrain:{__proto__:null,...a(d.prototype,"writableNeedDrain")},destroyed:{__proto__:null,get(){return void 0!==this._readableState&&void 0!==this._writableState&&this._readableState.destroyed&&this._writableState.destroyed},set(e){this._readableState&&this._writableState&&(this._readableState.destroyed=e,this._writableState.destroyed=e)}}}),l.fromWeb=function(e,t){return c().newStreamDuplexFromReadableWritablePair(e,t)},l.toWeb=function(e){return c().newReadableWritablePairFromDuplex(e)},l.from=function(e){return h||(h=n(7946)),h(e,"body")}},7946:(e,t,n)=>{const o=n(4155),a=n(8764),{isReadable:r,isWritable:s,isIterable:i,isNodeStream:d,isReadableNodeStream:l,isWritableNodeStream:w,isDuplexNodeStream:h}=n(5874),c=n(8610),{AbortError:p,codes:{ERR_INVALID_ARG_TYPE:u,ERR_INVALID_RETURN_VALUE:m}}=n(4381),{destroyer:g}=n(1195),f=n(8672),y=n(911),{createDeferredPromise:v}=n(6087),b=n(6307),N=globalThis.Blob||a.Blob,x=void 0!==N?function(e){return e instanceof N}:function(e){return!1},_=globalThis.AbortController||n(8599).AbortController,{FunctionPrototypeCall:C}=n(9061);class S extends f{constructor(e){super(e),!1===(null==e?void 0:e.readable)&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),!1===(null==e?void 0:e.writable)&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)}}function E(e){const t=e.readable&&"function"!=typeof e.readable.read?y.wrap(e.readable):e.readable,n=e.writable;let o,a,i,d,l,w=!!r(t),h=!!s(n);function u(e){const t=d;d=null,t?t(e):e&&l.destroy(e)}return l=new S({readableObjectMode:!(null==t||!t.readableObjectMode),writableObjectMode:!(null==n||!n.writableObjectMode),readable:w,writable:h}),h&&(c(n,(e=>{h=!1,e&&g(t,e),u(e)})),l._write=function(e,t,a){n.write(e,t)?a():o=a},l._final=function(e){n.end(),a=e},n.on("drain",(function(){if(o){const e=o;o=null,e()}})),n.on("finish",(function(){if(a){const e=a;a=null,e()}}))),w&&(c(t,(e=>{w=!1,e&&g(t,e),u(e)})),t.on("readable",(function(){if(i){const e=i;i=null,e()}})),t.on("end",(function(){l.push(null)})),l._read=function(){for(;;){const e=t.read();if(null===e)return void(i=l._read);if(!l.push(e))return}}),l._destroy=function(e,r){e||null===d||(e=new p),i=null,o=null,a=null,null===d?r(e):(d=r,g(n,e),g(t,e))},l}e.exports=function e(t,n){if(h(t))return t;if(l(t))return E({readable:t});if(w(t))return E({writable:t});if(d(t))return E({writable:!1,readable:!1});if("function"==typeof t){const{value:e,write:a,final:r,destroy:s}=function(e){let{promise:t,resolve:n}=v();const a=new _,r=a.signal;return{value:e(async function*(){for(;;){const e=t;t=null;const{chunk:a,done:s,cb:i}=await e;if(o.nextTick(i),s)return;if(r.aborted)throw new p(void 0,{cause:r.reason});({promise:t,resolve:n}=v()),yield a}}(),{signal:r}),write(e,t,o){const a=n;n=null,a({chunk:e,done:!1,cb:o})},final(e){const t=n;n=null,t({done:!0,cb:e})},destroy(e,t){a.abort(),t(e)}}}(t);if(i(e))return b(S,e,{objectMode:!0,write:a,final:r,destroy:s});const d=null==e?void 0:e.then;if("function"==typeof d){let t;const n=C(d,e,(e=>{if(null!=e)throw new m("nully","body",e)}),(e=>{g(t,e)}));return t=new S({objectMode:!0,readable:!1,write:a,final(e){r((async()=>{try{await n,o.nextTick(e,null)}catch(t){o.nextTick(e,t)}}))},destroy:s})}throw new m("Iterable, AsyncIterable or AsyncFunction",n,e)}if(x(t))return e(t.arrayBuffer());if(i(t))return b(S,t,{objectMode:!0,writable:!1});if("object"==typeof(null==t?void 0:t.writable)||"object"==typeof(null==t?void 0:t.readable))return E({readable:null!=t&&t.readable?l(null==t?void 0:t.readable)?null==t?void 0:t.readable:e(t.readable):void 0,writable:null!=t&&t.writable?w(null==t?void 0:t.writable)?null==t?void 0:t.writable:e(t.writable):void 0});const a=null==t?void 0:t.then;if("function"==typeof a){let e;return C(a,t,(t=>{null!=t&&e.push(t),e.push(null)}),(t=>{g(e,t)})),e=new S({objectMode:!0,writable:!1,read(){}})}throw new u(n,["Blob","ReadableStream","WritableStream","Stream","Iterable","AsyncIterable","Function","{ readable, writable } pair","Promise"],t)}},8610:(e,t,n)=>{const o=n(4155),{AbortError:a,codes:r}=n(4381),{ERR_INVALID_ARG_TYPE:s,ERR_STREAM_PREMATURE_CLOSE:i}=r,{kEmptyObject:d,once:l}=n(6087),{validateAbortSignal:w,validateFunction:h,validateObject:c,validateBoolean:p}=n(6547),{Promise:u,PromisePrototypeThen:m}=n(9061),{isClosed:g,isReadable:f,isReadableNodeStream:y,isReadableStream:v,isReadableFinished:b,isReadableErrored:N,isWritable:x,isWritableNodeStream:_,isWritableStream:C,isWritableFinished:S,isWritableErrored:E,isNodeStream:q,willEmitClose:I,kIsClosedPromise:T}=n(5874),R=()=>{};function A(e,t,n){var r,p;if(2===arguments.length?(n=t,t=d):null==t?t=d:c(t,"options"),h(n,"callback"),w(t.signal,"options.signal"),n=l(n),v(e)||C(e))return function(e,t,n){let r=!1,s=R;if(t.signal)if(s=()=>{r=!0,n.call(e,new a(void 0,{cause:t.signal.reason}))},t.signal.aborted)o.nextTick(s);else{const o=n;n=l(((...n)=>{t.signal.removeEventListener("abort",s),o.apply(e,n)})),t.signal.addEventListener("abort",s)}const i=(...t)=>{r||o.nextTick((()=>n.apply(e,t)))};return m(e[T].promise,i,i),R}(e,t,n);if(!q(e))throw new s("stream",["ReadableStream","WritableStream","Stream"],e);const u=null!==(r=t.readable)&&void 0!==r?r:y(e),A=null!==(p=t.writable)&&void 0!==p?p:_(e),L=e._writableState,j=e._readableState,P=()=>{e.writable||D()};let k=I(e)&&y(e)===u&&_(e)===A,O=S(e,!1);const D=()=>{O=!0,e.destroyed&&(k=!1),(!k||e.readable&&!u)&&(u&&!$||n.call(e))};let $=b(e,!1);const M=()=>{$=!0,e.destroyed&&(k=!1),(!k||e.writable&&!A)&&(A&&!O||n.call(e))},B=t=>{n.call(e,t)};let F=g(e);const V=()=>{F=!0;const t=E(e)||N(e);return t&&"boolean"!=typeof t?n.call(e,t):u&&!$&&y(e,!0)&&!b(e,!1)?n.call(e,new i):!A||O||S(e,!1)?void n.call(e):n.call(e,new i)},U=()=>{F=!0;const t=E(e)||N(e);if(t&&"boolean"!=typeof t)return n.call(e,t);n.call(e)},z=()=>{e.req.on("finish",D)};!function(e){return e.setHeader&&"function"==typeof e.abort}(e)?A&&!L&&(e.on("end",P),e.on("close",P)):(e.on("complete",D),k||e.on("abort",V),e.req?z():e.on("request",z)),k||"boolean"!=typeof e.aborted||e.on("aborted",V),e.on("end",M),e.on("finish",D),!1!==t.error&&e.on("error",B),e.on("close",V),F?o.nextTick(V):null!=L&&L.errorEmitted||null!=j&&j.errorEmitted?k||o.nextTick(U):(u||k&&!f(e)||!O&&!1!==x(e))&&(A||k&&!x(e)||!$&&!1!==f(e))?j&&e.req&&e.aborted&&o.nextTick(U):o.nextTick(U);const Q=()=>{n=R,e.removeListener("aborted",V),e.removeListener("complete",D),e.removeListener("abort",V),e.removeListener("request",z),e.req&&e.req.removeListener("finish",D),e.removeListener("end",P),e.removeListener("close",P),e.removeListener("finish",D),e.removeListener("end",M),e.removeListener("error",B),e.removeListener("close",V)};if(t.signal&&!F){const r=()=>{const o=n;Q(),o.call(e,new a(void 0,{cause:t.signal.reason}))};if(t.signal.aborted)o.nextTick(r);else{const o=n;n=l(((...n)=>{t.signal.removeEventListener("abort",r),o.apply(e,n)})),t.signal.addEventListener("abort",r)}}return Q}e.exports=A,e.exports.finished=function(e,t){var n;let o=!1;return null===t&&(t=d),null!==(n=t)&&void 0!==n&&n.cleanup&&(p(t.cleanup,"cleanup"),o=t.cleanup),new u(((n,a)=>{const r=A(e,t,(e=>{o&&r(),e?a(e):n()}))}))}},6307:(e,t,n)=>{const o=n(4155),{PromisePrototypeThen:a,SymbolAsyncIterator:r,SymbolIterator:s}=n(9061),{Buffer:i}=n(8764),{ERR_INVALID_ARG_TYPE:d,ERR_STREAM_NULL_VALUES:l}=n(4381).codes;e.exports=function(e,t,n){let w,h;if("string"==typeof t||t instanceof i)return new e({objectMode:!0,...n,read(){this.push(t),this.push(null)}});if(t&&t[r])h=!0,w=t[r]();else{if(!t||!t[s])throw new d("iterable",["Iterable"],t);h=!1,w=t[s]()}const c=new e({objectMode:!0,highWaterMark:1,...n});let p=!1;return c._read=function(){p||(p=!0,async function(){for(;;){try{const{value:e,done:t}=h?await w.next():w.next();if(t)c.push(null);else{const t=e&&"function"==typeof e.then?await e:e;if(null===t)throw p=!1,new l;if(c.push(t))continue;p=!1}}catch(e){c.destroy(e)}break}}())},c._destroy=function(e,t){a(async function(e){const t=null!=e,n="function"==typeof w.throw;if(t&&n){const{value:t,done:n}=await w.throw(e);if(await t,n)return}if("function"==typeof w.return){const{value:e}=await w.return();await e}}(e),(()=>o.nextTick(t,e)),(n=>o.nextTick(t,n||e)))},c}},4870:(e,t,n)=>{const{ArrayIsArray:o,ObjectSetPrototypeOf:a}=n(9061),{EventEmitter:r}=n(7187);function s(e){r.call(this,e)}function i(e,t,n){if("function"==typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events[t]?o(e._events[t])?e._events[t].unshift(n):e._events[t]=[n,e._events[t]]:e.on(t,n)}a(s.prototype,r.prototype),a(s,r),s.prototype.pipe=function(e,t){const n=this;function o(t){e.writable&&!1===e.write(t)&&n.pause&&n.pause()}function a(){n.readable&&n.resume&&n.resume()}n.on("data",o),e.on("drain",a),e._isStdio||t&&!1===t.end||(n.on("end",d),n.on("close",l));let s=!1;function d(){s||(s=!0,e.end())}function l(){s||(s=!0,"function"==typeof e.destroy&&e.destroy())}function w(e){h(),0===r.listenerCount(this,"error")&&this.emit("error",e)}function h(){n.removeListener("data",o),e.removeListener("drain",a),n.removeListener("end",d),n.removeListener("close",l),n.removeListener("error",w),e.removeListener("error",w),n.removeListener("end",h),n.removeListener("close",h),e.removeListener("close",h)}return i(n,"error",w),i(e,"error",w),n.on("end",h),n.on("close",h),e.on("close",h),e.emit("pipe",n),e},e.exports={Stream:s,prependListener:i}},4382:(e,t,n)=>{const o=globalThis.AbortController||n(8599).AbortController,{codes:{ERR_INVALID_ARG_VALUE:a,ERR_INVALID_ARG_TYPE:r,ERR_MISSING_ARGS:s,ERR_OUT_OF_RANGE:i},AbortError:d}=n(4381),{validateAbortSignal:l,validateInteger:w,validateObject:h}=n(6547),c=n(9061).Symbol("kWeak"),{finished:p}=n(8610),u=n(299),{addAbortSignalNoValidate:m}=n(196),{isWritable:g,isNodeStream:f}=n(5874),{ArrayPrototypePush:y,MathFloor:v,Number:b,NumberIsNaN:N,Promise:x,PromiseReject:_,PromisePrototypeThen:C,Symbol:S}=n(9061),E=S("kEmpty"),q=S("kEof");function I(e,t){if("function"!=typeof e)throw new r("fn",["Function","AsyncFunction"],e);null!=t&&h(t,"options"),null!=(null==t?void 0:t.signal)&&l(t.signal,"options.signal");let n=1;return null!=(null==t?void 0:t.concurrency)&&(n=v(t.concurrency)),w(n,"concurrency",1),async function*(){var a,r;const s=new o,i=this,l=[],w=s.signal,h={signal:w},c=()=>s.abort();let p,u;null!=t&&null!==(a=t.signal)&&void 0!==a&&a.aborted&&c(),null==t||null===(r=t.signal)||void 0===r||r.addEventListener("abort",c);let m=!1;function g(){m=!0}!async function(){try{for await(let t of i){var o;if(m)return;if(w.aborted)throw new d;try{t=e(t,h)}catch(e){t=_(e)}t!==E&&("function"==typeof(null===(o=t)||void 0===o?void 0:o.catch)&&t.catch(g),l.push(t),p&&(p(),p=null),!m&&l.length&&l.length>=n&&await new x((e=>{u=e})))}l.push(q)}catch(e){const t=_(e);C(t,void 0,g),l.push(t)}finally{var a;m=!0,p&&(p(),p=null),null==t||null===(a=t.signal)||void 0===a||a.removeEventListener("abort",c)}}();try{for(;;){for(;l.length>0;){const e=await l[0];if(e===q)return;if(w.aborted)throw new d;e!==E&&(yield e),l.shift(),u&&(u(),u=null)}await new x((e=>{p=e}))}}finally{s.abort(),m=!0,u&&(u(),u=null)}}.call(this)}async function T(e,t=void 0){for await(const n of R.call(this,e,t))return!0;return!1}function R(e,t){if("function"!=typeof e)throw new r("fn",["Function","AsyncFunction"],e);return I.call(this,(async function(t,n){return await e(t,n)?t:E}),t)}class A extends s{constructor(){super("reduce"),this.message="Reduce of an empty stream requires an initial value"}}function L(e){if(e=b(e),N(e))return 0;if(e<0)throw new i("number",">= 0",e);return e}e.exports.streamReturningOperators={asIndexedPairs:function(e=void 0){return null!=e&&h(e,"options"),null!=(null==e?void 0:e.signal)&&l(e.signal,"options.signal"),async function*(){let t=0;for await(const o of this){var n;if(null!=e&&null!==(n=e.signal)&&void 0!==n&&n.aborted)throw new d({cause:e.signal.reason});yield[t++,o]}}.call(this)},drop:function(e,t=void 0){return null!=t&&h(t,"options"),null!=(null==t?void 0:t.signal)&&l(t.signal,"options.signal"),e=L(e),async function*(){var n;if(null!=t&&null!==(n=t.signal)&&void 0!==n&&n.aborted)throw new d;for await(const n of this){var o;if(null!=t&&null!==(o=t.signal)&&void 0!==o&&o.aborted)throw new d;e--<=0&&(yield n)}}.call(this)},filter:R,flatMap:function(e,t){const n=I.call(this,e,t);return async function*(){for await(const e of n)yield*e}.call(this)},map:I,take:function(e,t=void 0){return null!=t&&h(t,"options"),null!=(null==t?void 0:t.signal)&&l(t.signal,"options.signal"),e=L(e),async function*(){var n;if(null!=t&&null!==(n=t.signal)&&void 0!==n&&n.aborted)throw new d;for await(const n of this){var o;if(null!=t&&null!==(o=t.signal)&&void 0!==o&&o.aborted)throw new d;if(!(e-- >0))return;yield n}}.call(this)},compose:function(e,t){if(null!=t&&h(t,"options"),null!=(null==t?void 0:t.signal)&&l(t.signal,"options.signal"),f(e)&&!g(e))throw new a("stream",e,"must be writable");const n=u(this,e);return null!=t&&t.signal&&m(t.signal,n),n}},e.exports.promiseReturningOperators={every:async function(e,t=void 0){if("function"!=typeof e)throw new r("fn",["Function","AsyncFunction"],e);return!await T.call(this,(async(...t)=>!await e(...t)),t)},forEach:async function(e,t){if("function"!=typeof e)throw new r("fn",["Function","AsyncFunction"],e);for await(const n of I.call(this,(async function(t,n){return await e(t,n),E}),t));},reduce:async function(e,t,n){var a;if("function"!=typeof e)throw new r("reducer",["Function","AsyncFunction"],e);null!=n&&h(n,"options"),null!=(null==n?void 0:n.signal)&&l(n.signal,"options.signal");let s=arguments.length>1;if(null!=n&&null!==(a=n.signal)&&void 0!==a&&a.aborted){const e=new d(void 0,{cause:n.signal.reason});throw this.once("error",(()=>{})),await p(this.destroy(e)),e}const i=new o,w=i.signal;if(null!=n&&n.signal){const e={once:!0,[c]:this};n.signal.addEventListener("abort",(()=>i.abort()),e)}let u=!1;try{for await(const o of this){var m;if(u=!0,null!=n&&null!==(m=n.signal)&&void 0!==m&&m.aborted)throw new d;s?t=await e(t,o,{signal:w}):(t=o,s=!0)}if(!u&&!s)throw new A}finally{i.abort()}return t},toArray:async function(e){null!=e&&h(e,"options"),null!=(null==e?void 0:e.signal)&&l(e.signal,"options.signal");const t=[];for await(const o of this){var n;if(null!=e&&null!==(n=e.signal)&&void 0!==n&&n.aborted)throw new d(void 0,{cause:e.signal.reason});y(t,o)}return t},some:T,find:async function(e,t){for await(const n of R.call(this,e,t))return n}}},917:(e,t,n)=>{const{ObjectSetPrototypeOf:o}=n(9061);e.exports=r;const a=n(1161);function r(e){if(!(this instanceof r))return new r(e);a.call(this,e)}o(r.prototype,a.prototype),o(r,a),r.prototype._transform=function(e,t,n){n(null,e)}},9946:(e,t,n)=>{const o=n(4155),{ArrayIsArray:a,Promise:r,SymbolAsyncIterator:s}=n(9061),i=n(8610),{once:d}=n(6087),l=n(1195),w=n(8672),{aggregateTwoErrors:h,codes:{ERR_INVALID_ARG_TYPE:c,ERR_INVALID_RETURN_VALUE:p,ERR_MISSING_ARGS:u,ERR_STREAM_DESTROYED:m,ERR_STREAM_PREMATURE_CLOSE:g},AbortError:f}=n(4381),{validateFunction:y,validateAbortSignal:v}=n(6547),{isIterable:b,isReadable:N,isReadableNodeStream:x,isNodeStream:_,isTransformStream:C,isWebStream:S,isReadableStream:E,isReadableEnded:q}=n(5874),I=globalThis.AbortController||n(8599).AbortController;let T,R;function A(e,t,n){let o=!1;return e.on("close",(()=>{o=!0})),{destroy:t=>{o||(o=!0,l.destroyer(e,t||new m("pipe")))},cleanup:i(e,{readable:t,writable:n},(e=>{o=!e}))}}function L(e){if(b(e))return e;if(x(e))return async function*(e){R||(R=n(911)),yield*R.prototype[s].call(e)}(e);throw new c("val",["Readable","Iterable","AsyncIterable"],e)}async function j(e,t,n,{end:o}){let a,s=null;const d=e=>{if(e&&(a=e),s){const e=s;s=null,e()}},l=()=>new r(((e,t)=>{a?t(a):s=()=>{a?t(a):e()}}));t.on("drain",d);const w=i(t,{readable:!1},d);try{t.writableNeedDrain&&await l();for await(const n of e)t.write(n)||await l();o&&t.end(),await l(),n()}catch(e){n(a!==e?h(a,e):e)}finally{w(),t.off("drain",d)}}async function P(e,t,n,{end:o}){C(t)&&(t=t.writable);const a=t.getWriter();try{for await(const t of e)await a.ready,a.write(t).catch((()=>{}));await a.ready,o&&await a.close(),n()}catch(e){try{await a.abort(e),n(e)}catch(e){n(e)}}}function k(e,t,r){if(1===e.length&&a(e[0])&&(e=e[0]),e.length<2)throw new u("streams");const s=new I,i=s.signal,d=null==r?void 0:r.signal,l=[];function h(){D(new f)}let m,g;v(d,"options.signal"),null==d||d.addEventListener("abort",h);const y=[];let q,R=0;function k(e){D(e,0==--R)}function D(e,n){if(!e||m&&"ERR_STREAM_PREMATURE_CLOSE"!==m.code||(m=e),m||n){for(;y.length;)y.shift()(m);null==d||d.removeEventListener("abort",h),s.abort(),n&&(m||l.forEach((e=>e())),o.nextTick(t,m,g))}}for(let B=0;B<e.length;B++){const F=e[B],V=B<e.length-1,U=B>0,z=V||!1!==(null==r?void 0:r.end),Q=B===e.length-1;if(_(F)){if(z){const{destroy:H,cleanup:J}=A(F,V,U);y.push(H),N(F)&&Q&&l.push(J)}function G(e){e&&"AbortError"!==e.name&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code&&k(e)}F.on("error",G),N(F)&&Q&&l.push((()=>{F.removeListener("error",G)}))}if(0===B)if("function"==typeof F){if(q=F({signal:i}),!b(q))throw new p("Iterable, AsyncIterable or Stream","source",q)}else q=b(F)||x(F)||C(F)?F:w.from(F);else if("function"==typeof F){var $;if(q=C(q)?L(null===($=q)||void 0===$?void 0:$.readable):L(q),q=F(q,{signal:i}),V){if(!b(q,!0))throw new p("AsyncIterable",`transform[${B-1}]`,q)}else{var M;T||(T=n(917));const W=new T({objectMode:!0}),X=null===(M=q)||void 0===M?void 0:M.then;if("function"==typeof X)R++,X.call(q,(e=>{g=e,null!=e&&W.write(e),z&&W.end(),o.nextTick(k)}),(e=>{W.destroy(e),o.nextTick(k,e)}));else if(b(q,!0))R++,j(q,W,k,{end:z});else{if(!E(q)&&!C(q))throw new p("AsyncIterable or Promise","destination",q);{const Z=q.readable||q;R++,j(Z,W,k,{end:z})}}q=W;const{destroy:K,cleanup:Y}=A(q,!1,!0);y.push(K),Q&&l.push(Y)}}else if(_(F)){if(x(q)){R+=2;const ee=O(q,F,k,{end:z});N(F)&&Q&&l.push(ee)}else if(C(q)||E(q)){const te=q.readable||q;R++,j(te,F,k,{end:z})}else{if(!b(q))throw new c("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],q);R++,j(q,F,k,{end:z})}q=F}else if(S(F)){if(x(q))R++,P(L(q),F,k,{end:z});else if(E(q)||b(q))R++,P(q,F,k,{end:z});else{if(!C(q))throw new c("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],q);R++,P(q.readable,F,k,{end:z})}q=F}else q=w.from(F)}return(null!=i&&i.aborted||null!=d&&d.aborted)&&o.nextTick(h),q}function O(e,t,n,{end:a}){let r=!1;if(t.on("close",(()=>{r||n(new g)})),e.pipe(t,{end:!1}),a){function s(){r=!0,t.end()}q(e)?o.nextTick(s):e.once("end",s)}else n();return i(e,{readable:!0,writable:!1},(t=>{const o=e._readableState;t&&"ERR_STREAM_PREMATURE_CLOSE"===t.code&&o&&o.ended&&!o.errored&&!o.errorEmitted?e.once("end",n).once("error",n):n(t)})),i(t,{readable:!1,writable:!0},n)}e.exports={pipelineImpl:k,pipeline:function(...e){return k(e,d(function(e){return y(e[e.length-1],"streams[stream.length - 1]"),e.pop()}(e)))}}},911:(e,t,n)=>{const o=n(4155),{ArrayPrototypeIndexOf:a,NumberIsInteger:r,NumberIsNaN:s,NumberParseInt:i,ObjectDefineProperties:d,ObjectKeys:l,ObjectSetPrototypeOf:w,Promise:h,SafeSet:c,SymbolAsyncIterator:p,Symbol:u}=n(9061);e.exports=M,M.ReadableState=$;const{EventEmitter:m}=n(7187),{Stream:g,prependListener:f}=n(4870),{Buffer:y}=n(8764),{addAbortSignal:v}=n(196),b=n(8610);let N=n(6087).debuglog("stream",(e=>{N=e}));const x=n(7327),_=n(1195),{getHighWaterMark:C,getDefaultHighWaterMark:S}=n(2457),{aggregateTwoErrors:E,codes:{ERR_INVALID_ARG_TYPE:q,ERR_METHOD_NOT_IMPLEMENTED:I,ERR_OUT_OF_RANGE:T,ERR_STREAM_PUSH_AFTER_EOF:R,ERR_STREAM_UNSHIFT_AFTER_END_EVENT:A}}=n(4381),{validateObject:L}=n(6547),j=u("kPaused"),{StringDecoder:P}=n(2553),k=n(6307);w(M.prototype,g.prototype),w(M,g);const O=()=>{},{errorOrDestroy:D}=_;function $(e,t,o){"boolean"!=typeof o&&(o=t instanceof n(8672)),this.objectMode=!(!e||!e.objectMode),o&&(this.objectMode=this.objectMode||!(!e||!e.readableObjectMode)),this.highWaterMark=e?C(this,e,"readableHighWaterMark",o):S(!1),this.buffer=new x,this.length=0,this.pipes=[],this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.constructed=!0,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this[j]=null,this.errorEmitted=!1,this.emitClose=!e||!1!==e.emitClose,this.autoDestroy=!e||!1!==e.autoDestroy,this.destroyed=!1,this.errored=null,this.closed=!1,this.closeEmitted=!1,this.defaultEncoding=e&&e.defaultEncoding||"utf8",this.awaitDrainWriters=null,this.multiAwaitDrain=!1,this.readingMore=!1,this.dataEmitted=!1,this.decoder=null,this.encoding=null,e&&e.encoding&&(this.decoder=new P(e.encoding),this.encoding=e.encoding)}function M(e){if(!(this instanceof M))return new M(e);const t=this instanceof n(8672);this._readableState=new $(e,this,t),e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy),"function"==typeof e.construct&&(this._construct=e.construct),e.signal&&!t&&v(e.signal,this)),g.call(this,e),_.construct(this,(()=>{this._readableState.needReadable&&Q(this,this._readableState)}))}function B(e,t,n,o){N("readableAddChunk",t);const a=e._readableState;let r;if(a.objectMode||("string"==typeof t?(n=n||a.defaultEncoding,a.encoding!==n&&(o&&a.encoding?t=y.from(t,n).toString(a.encoding):(t=y.from(t,n),n=""))):t instanceof y?n="":g._isUint8Array(t)?(t=g._uint8ArrayToBuffer(t),n=""):null!=t&&(r=new q("chunk",["string","Buffer","Uint8Array"],t))),r)D(e,r);else if(null===t)a.reading=!1,function(e,t){if(N("onEofChunk"),!t.ended){if(t.decoder){const e=t.decoder.end();e&&e.length&&(t.buffer.push(e),t.length+=t.objectMode?1:e.length)}t.ended=!0,t.sync?U(e):(t.needReadable=!1,t.emittedReadable=!0,z(e))}}(e,a);else if(a.objectMode||t&&t.length>0)if(o)if(a.endEmitted)D(e,new A);else{if(a.destroyed||a.errored)return!1;F(e,a,t,!0)}else if(a.ended)D(e,new R);else{if(a.destroyed||a.errored)return!1;a.reading=!1,a.decoder&&!n?(t=a.decoder.write(t),a.objectMode||0!==t.length?F(e,a,t,!1):Q(e,a)):F(e,a,t,!1)}else o||(a.reading=!1,Q(e,a));return!a.ended&&(a.length<a.highWaterMark||0===a.length)}function F(e,t,n,o){t.flowing&&0===t.length&&!t.sync&&e.listenerCount("data")>0?(t.multiAwaitDrain?t.awaitDrainWriters.clear():t.awaitDrainWriters=null,t.dataEmitted=!0,e.emit("data",n)):(t.length+=t.objectMode?1:n.length,o?t.buffer.unshift(n):t.buffer.push(n),t.needReadable&&U(e)),Q(e,t)}function V(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:s(e)?t.flowing&&t.length?t.buffer.first().length:t.length:e<=t.length?e:t.ended?t.length:0}function U(e){const t=e._readableState;N("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(N("emitReadable",t.flowing),t.emittedReadable=!0,o.nextTick(z,e))}function z(e){const t=e._readableState;N("emitReadable_",t.destroyed,t.length,t.ended),t.destroyed||t.errored||!t.length&&!t.ended||(e.emit("readable"),t.emittedReadable=!1),t.needReadable=!t.flowing&&!t.ended&&t.length<=t.highWaterMark,X(e)}function Q(e,t){!t.readingMore&&t.constructed&&(t.readingMore=!0,o.nextTick(G,e,t))}function G(e,t){for(;!t.reading&&!t.ended&&(t.length<t.highWaterMark||t.flowing&&0===t.length);){const n=t.length;if(N("maybeReadMore read 0"),e.read(0),n===t.length)break}t.readingMore=!1}function H(e){const t=e._readableState;t.readableListening=e.listenerCount("readable")>0,t.resumeScheduled&&!1===t[j]?t.flowing=!0:e.listenerCount("data")>0?e.resume():t.readableListening||(t.flowing=null)}function J(e){N("readable nexttick read 0"),e.read(0)}function W(e,t){N("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),X(e),t.flowing&&!t.reading&&e.read(0)}function X(e){const t=e._readableState;for(N("flow",t.flowing);t.flowing&&null!==e.read(););}function K(e,t){"function"!=typeof e.read&&(e=M.wrap(e,{objectMode:!0}));const n=async function*(e,t){let n,o=O;function a(t){this===e?(o(),o=O):o=t}e.on("readable",a);const r=b(e,{writable:!1},(e=>{n=e?E(n,e):null,o(),o=O}));try{for(;;){const t=e.destroyed?null:e.read();if(null!==t)yield t;else{if(n)throw n;if(null===n)return;await new h(a)}}}catch(e){throw n=E(n,e),n}finally{!n&&!1===(null==t?void 0:t.destroyOnReturn)||void 0!==n&&!e._readableState.autoDestroy?(e.off("readable",a),r()):_.destroyer(e,null)}}(e,t);return n.stream=e,n}function Y(e,t){if(0===t.length)return null;let n;return t.objectMode?n=t.buffer.shift():!e||e>=t.length?(n=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):n=t.buffer.consume(e,t.decoder),n}function Z(e){const t=e._readableState;N("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,o.nextTick(ee,t,e))}function ee(e,t){if(N("endReadableNT",e.endEmitted,e.length),!e.errored&&!e.closeEmitted&&!e.endEmitted&&0===e.length)if(e.endEmitted=!0,t.emit("end"),t.writable&&!1===t.allowHalfOpen)o.nextTick(te,t);else if(e.autoDestroy){const e=t._writableState;(!e||e.autoDestroy&&(e.finished||!1===e.writable))&&t.destroy()}}function te(e){e.writable&&!e.writableEnded&&!e.destroyed&&e.end()}let ne;function oe(){return void 0===ne&&(ne={}),ne}M.prototype.destroy=_.destroy,M.prototype._undestroy=_.undestroy,M.prototype._destroy=function(e,t){t(e)},M.prototype[m.captureRejectionSymbol]=function(e){this.destroy(e)},M.prototype.push=function(e,t){return B(this,e,t,!1)},M.prototype.unshift=function(e,t){return B(this,e,t,!0)},M.prototype.isPaused=function(){const e=this._readableState;return!0===e[j]||!1===e.flowing},M.prototype.setEncoding=function(e){const t=new P(e);this._readableState.decoder=t,this._readableState.encoding=this._readableState.decoder.encoding;const n=this._readableState.buffer;let o="";for(const e of n)o+=t.write(e);return n.clear(),""!==o&&n.push(o),this._readableState.length=o.length,this},M.prototype.read=function(e){N("read",e),void 0===e?e=NaN:r(e)||(e=i(e,10));const t=this._readableState,n=e;if(e>t.highWaterMark&&(t.highWaterMark=function(e){if(e>1073741824)throw new T("size","<= 1GiB",e);return e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,++e}(e)),0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&((0!==t.highWaterMark?t.length>=t.highWaterMark:t.length>0)||t.ended))return N("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?Z(this):U(this),null;if(0===(e=V(e,t))&&t.ended)return 0===t.length&&Z(this),null;let o,a=t.needReadable;if(N("need readable",a),(0===t.length||t.length-e<t.highWaterMark)&&(a=!0,N("length less than watermark",a)),t.ended||t.reading||t.destroyed||t.errored||!t.constructed)a=!1,N("reading, ended or constructing",a);else if(a){N("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0);try{this._read(t.highWaterMark)}catch(e){D(this,e)}t.sync=!1,t.reading||(e=V(n,t))}return o=e>0?Y(e,t):null,null===o?(t.needReadable=t.length<=t.highWaterMark,e=0):(t.length-=e,t.multiAwaitDrain?t.awaitDrainWriters.clear():t.awaitDrainWriters=null),0===t.length&&(t.ended||(t.needReadable=!0),n!==e&&t.ended&&Z(this)),null===o||t.errorEmitted||t.closeEmitted||(t.dataEmitted=!0,this.emit("data",o)),o},M.prototype._read=function(e){throw new I("_read()")},M.prototype.pipe=function(e,t){const n=this,a=this._readableState;1===a.pipes.length&&(a.multiAwaitDrain||(a.multiAwaitDrain=!0,a.awaitDrainWriters=new c(a.awaitDrainWriters?[a.awaitDrainWriters]:[]))),a.pipes.push(e),N("pipe count=%d opts=%j",a.pipes.length,t);const r=t&&!1===t.end||e===o.stdout||e===o.stderr?m:s;function s(){N("onend"),e.end()}let i;a.endEmitted?o.nextTick(r):n.once("end",r),e.on("unpipe",(function t(o,r){N("onunpipe"),o===n&&r&&!1===r.hasUnpiped&&(r.hasUnpiped=!0,N("cleanup"),e.removeListener("close",p),e.removeListener("finish",u),i&&e.removeListener("drain",i),e.removeListener("error",h),e.removeListener("unpipe",t),n.removeListener("end",s),n.removeListener("end",m),n.removeListener("data",w),d=!0,i&&a.awaitDrainWriters&&(!e._writableState||e._writableState.needDrain)&&i())}));let d=!1;function l(){d||(1===a.pipes.length&&a.pipes[0]===e?(N("false write response, pause",0),a.awaitDrainWriters=e,a.multiAwaitDrain=!1):a.pipes.length>1&&a.pipes.includes(e)&&(N("false write response, pause",a.awaitDrainWriters.size),a.awaitDrainWriters.add(e)),n.pause()),i||(i=function(e,t){return function(){const n=e._readableState;n.awaitDrainWriters===t?(N("pipeOnDrain",1),n.awaitDrainWriters=null):n.multiAwaitDrain&&(N("pipeOnDrain",n.awaitDrainWriters.size),n.awaitDrainWriters.delete(t)),n.awaitDrainWriters&&0!==n.awaitDrainWriters.size||!e.listenerCount("data")||e.resume()}}(n,e),e.on("drain",i))}function w(t){N("ondata");const n=e.write(t);N("dest.write",n),!1===n&&l()}function h(t){if(N("onerror",t),m(),e.removeListener("error",h),0===e.listenerCount("error")){const n=e._writableState||e._readableState;n&&!n.errorEmitted?D(e,t):e.emit("error",t)}}function p(){e.removeListener("finish",u),m()}function u(){N("onfinish"),e.removeListener("close",p),m()}function m(){N("unpipe"),n.unpipe(e)}return n.on("data",w),f(e,"error",h),e.once("close",p),e.once("finish",u),e.emit("pipe",n),!0===e.writableNeedDrain?a.flowing&&l():a.flowing||(N("pipe resume"),n.resume()),e},M.prototype.unpipe=function(e){const t=this._readableState;if(0===t.pipes.length)return this;if(!e){const e=t.pipes;t.pipes=[],this.pause();for(let t=0;t<e.length;t++)e[t].emit("unpipe",this,{hasUnpiped:!1});return this}const n=a(t.pipes,e);return-1===n||(t.pipes.splice(n,1),0===t.pipes.length&&this.pause(),e.emit("unpipe",this,{hasUnpiped:!1})),this},M.prototype.on=function(e,t){const n=g.prototype.on.call(this,e,t),a=this._readableState;return"data"===e?(a.readableListening=this.listenerCount("readable")>0,!1!==a.flowing&&this.resume()):"readable"===e&&(a.endEmitted||a.readableListening||(a.readableListening=a.needReadable=!0,a.flowing=!1,a.emittedReadable=!1,N("on readable",a.length,a.reading),a.length?U(this):a.reading||o.nextTick(J,this))),n},M.prototype.addListener=M.prototype.on,M.prototype.removeListener=function(e,t){const n=g.prototype.removeListener.call(this,e,t);return"readable"===e&&o.nextTick(H,this),n},M.prototype.off=M.prototype.removeListener,M.prototype.removeAllListeners=function(e){const t=g.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||o.nextTick(H,this),t},M.prototype.resume=function(){const e=this._readableState;return e.flowing||(N("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,o.nextTick(W,e,t))}(this,e)),e[j]=!1,this},M.prototype.pause=function(){return N("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(N("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState[j]=!0,this},M.prototype.wrap=function(e){let t=!1;e.on("data",(n=>{!this.push(n)&&e.pause&&(t=!0,e.pause())})),e.on("end",(()=>{this.push(null)})),e.on("error",(e=>{D(this,e)})),e.on("close",(()=>{this.destroy()})),e.on("destroy",(()=>{this.destroy()})),this._read=()=>{t&&e.resume&&(t=!1,e.resume())};const n=l(e);for(let t=1;t<n.length;t++){const o=n[t];void 0===this[o]&&"function"==typeof e[o]&&(this[o]=e[o].bind(e))}return this},M.prototype[p]=function(){return K(this)},M.prototype.iterator=function(e){return void 0!==e&&L(e,"options"),K(this,e)},d(M.prototype,{readable:{__proto__:null,get(){const e=this._readableState;return!(!e||!1===e.readable||e.destroyed||e.errorEmitted||e.endEmitted)},set(e){this._readableState&&(this._readableState.readable=!!e)}},readableDidRead:{__proto__:null,enumerable:!1,get:function(){return this._readableState.dataEmitted}},readableAborted:{__proto__:null,enumerable:!1,get:function(){return!(!1===this._readableState.readable||!this._readableState.destroyed&&!this._readableState.errored||this._readableState.endEmitted)}},readableHighWaterMark:{__proto__:null,enumerable:!1,get:function(){return this._readableState.highWaterMark}},readableBuffer:{__proto__:null,enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}},readableFlowing:{__proto__:null,enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}},readableLength:{__proto__:null,enumerable:!1,get(){return this._readableState.length}},readableObjectMode:{__proto__:null,enumerable:!1,get(){return!!this._readableState&&this._readableState.objectMode}},readableEncoding:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.encoding:null}},errored:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.errored:null}},closed:{__proto__:null,get(){return!!this._readableState&&this._readableState.closed}},destroyed:{__proto__:null,enumerable:!1,get(){return!!this._readableState&&this._readableState.destroyed},set(e){this._readableState&&(this._readableState.destroyed=e)}},readableEnded:{__proto__:null,enumerable:!1,get(){return!!this._readableState&&this._readableState.endEmitted}}}),d($.prototype,{pipesCount:{__proto__:null,get(){return this.pipes.length}},paused:{__proto__:null,get(){return!1!==this[j]},set(e){this[j]=!!e}}}),M._fromList=Y,M.from=function(e,t){return k(M,e,t)},M.fromWeb=function(e,t){return oe().newStreamReadableFromReadableStream(e,t)},M.toWeb=function(e,t){return oe().newReadableStreamFromStreamReadable(e,t)},M.wrap=function(e,t){var n,o;return new M({objectMode:null===(n=null!==(o=e.readableObjectMode)&&void 0!==o?o:e.objectMode)||void 0===n||n,...t,destroy(t,n){_.destroyer(e,t),n(t)}}).wrap(e)}},2457:(e,t,n)=>{const{MathFloor:o,NumberIsInteger:a}=n(9061),{ERR_INVALID_ARG_VALUE:r}=n(4381).codes;function s(e){return e?16:16384}e.exports={getHighWaterMark:function(e,t,n,i){const d=function(e,t,n){return null!=e.highWaterMark?e.highWaterMark:t?e[n]:null}(t,i,n);if(null!=d){if(!a(d)||d<0)throw new r(i?`options.${n}`:"options.highWaterMark",d);return o(d)}return s(e.objectMode)},getDefaultHighWaterMark:s}},1161:(e,t,n)=>{const{ObjectSetPrototypeOf:o,Symbol:a}=n(9061);e.exports=l;const{ERR_METHOD_NOT_IMPLEMENTED:r}=n(4381).codes,s=n(8672),{getHighWaterMark:i}=n(2457);o(l.prototype,s.prototype),o(l,s);const d=a("kCallback");function l(e){if(!(this instanceof l))return new l(e);const t=e?i(this,e,"readableHighWaterMark",!0):null;0===t&&(e={...e,highWaterMark:null,readableHighWaterMark:t,writableHighWaterMark:e.writableHighWaterMark||0}),s.call(this,e),this._readableState.sync=!1,this[d]=null,e&&("function"==typeof e.transform&&(this._transform=e.transform),"function"==typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",h)}function w(e){"function"!=typeof this._flush||this.destroyed?(this.push(null),e&&e()):this._flush(((t,n)=>{t?e?e(t):this.destroy(t):(null!=n&&this.push(n),this.push(null),e&&e())}))}function h(){this._final!==w&&w.call(this)}l.prototype._final=w,l.prototype._transform=function(e,t,n){throw new r("_transform()")},l.prototype._write=function(e,t,n){const o=this._readableState,a=this._writableState,r=o.length;this._transform(e,t,((e,t)=>{e?n(e):(null!=t&&this.push(t),a.ended||r===o.length||o.length<o.highWaterMark?n():this[d]=n)}))},l.prototype._read=function(){if(this[d]){const e=this[d];this[d]=null,e()}}},5874:(e,t,n)=>{const{Symbol:o,SymbolAsyncIterator:a,SymbolIterator:r,SymbolFor:s}=n(9061),i=o("kDestroyed"),d=o("kIsErrored"),l=o("kIsReadable"),w=o("kIsDisturbed"),h=s("nodejs.webstream.isClosedPromise"),c=s("nodejs.webstream.controllerErrorFunction");function p(e,t=!1){var n;return!(!e||"function"!=typeof e.pipe||"function"!=typeof e.on||t&&("function"!=typeof e.pause||"function"!=typeof e.resume)||e._writableState&&!1===(null===(n=e._readableState)||void 0===n?void 0:n.readable)||e._writableState&&!e._readableState)}function u(e){var t;return!(!e||"function"!=typeof e.write||"function"!=typeof e.on||e._readableState&&!1===(null===(t=e._writableState)||void 0===t?void 0:t.writable))}function m(e){return e&&(e._readableState||e._writableState||"function"==typeof e.write&&"function"==typeof e.on||"function"==typeof e.pipe&&"function"==typeof e.on)}function g(e){return!(!e||m(e)||"function"!=typeof e.pipeThrough||"function"!=typeof e.getReader||"function"!=typeof e.cancel)}function f(e){return!(!e||m(e)||"function"!=typeof e.getWriter||"function"!=typeof e.abort)}function y(e){return!(!e||m(e)||"object"!=typeof e.readable||"object"!=typeof e.writable)}function v(e){if(!m(e))return null;const t=e._writableState,n=e._readableState,o=t||n;return!!(e.destroyed||e[i]||null!=o&&o.destroyed)}function b(e){if(!u(e))return null;if(!0===e.writableEnded)return!0;const t=e._writableState;return(null==t||!t.errored)&&("boolean"!=typeof(null==t?void 0:t.ended)?null:t.ended)}function N(e,t){if(!p(e))return null;const n=e._readableState;return(null==n||!n.errored)&&("boolean"!=typeof(null==n?void 0:n.endEmitted)?null:!!(n.endEmitted||!1===t&&!0===n.ended&&0===n.length))}function x(e){return e&&null!=e[l]?e[l]:"boolean"!=typeof(null==e?void 0:e.readable)?null:!v(e)&&p(e)&&e.readable&&!N(e)}function _(e){return"boolean"!=typeof(null==e?void 0:e.writable)?null:!v(e)&&u(e)&&e.writable&&!b(e)}function C(e){return"boolean"==typeof e._closed&&"boolean"==typeof e._defaultKeepAlive&&"boolean"==typeof e._removedConnection&&"boolean"==typeof e._removedContLen}function S(e){return"boolean"==typeof e._sent100&&C(e)}e.exports={kDestroyed:i,isDisturbed:function(e){var t;return!(!e||!(null!==(t=e[w])&&void 0!==t?t:e.readableDidRead||e.readableAborted))},kIsDisturbed:w,isErrored:function(e){var t,n,o,a,r,s,i,l,w,h;return!(!e||!(null!==(t=null!==(n=null!==(o=null!==(a=null!==(r=null!==(s=e[d])&&void 0!==s?s:e.readableErrored)&&void 0!==r?r:e.writableErrored)&&void 0!==a?a:null===(i=e._readableState)||void 0===i?void 0:i.errorEmitted)&&void 0!==o?o:null===(l=e._writableState)||void 0===l?void 0:l.errorEmitted)&&void 0!==n?n:null===(w=e._readableState)||void 0===w?void 0:w.errored)&&void 0!==t?t:null===(h=e._writableState)||void 0===h?void 0:h.errored))},kIsErrored:d,isReadable:x,kIsReadable:l,kIsClosedPromise:h,kControllerErrorFunction:c,isClosed:function(e){if(!m(e))return null;if("boolean"==typeof e.closed)return e.closed;const t=e._writableState,n=e._readableState;return"boolean"==typeof(null==t?void 0:t.closed)||"boolean"==typeof(null==n?void 0:n.closed)?(null==t?void 0:t.closed)||(null==n?void 0:n.closed):"boolean"==typeof e._closed&&C(e)?e._closed:null},isDestroyed:v,isDuplexNodeStream:function(e){return!(!e||"function"!=typeof e.pipe||!e._readableState||"function"!=typeof e.on||"function"!=typeof e.write)},isFinished:function(e,t){return m(e)?!(!v(e)&&(!1!==(null==t?void 0:t.readable)&&x(e)||!1!==(null==t?void 0:t.writable)&&_(e))):null},isIterable:function(e,t){return null!=e&&(!0===t?"function"==typeof e[a]:!1===t?"function"==typeof e[r]:"function"==typeof e[a]||"function"==typeof e[r])},isReadableNodeStream:p,isReadableStream:g,isReadableEnded:function(e){if(!p(e))return null;if(!0===e.readableEnded)return!0;const t=e._readableState;return!(!t||t.errored)&&("boolean"!=typeof(null==t?void 0:t.ended)?null:t.ended)},isReadableFinished:N,isReadableErrored:function(e){var t,n;return m(e)?e.readableErrored?e.readableErrored:null!==(t=null===(n=e._readableState)||void 0===n?void 0:n.errored)&&void 0!==t?t:null:null},isNodeStream:m,isWebStream:function(e){return g(e)||f(e)||y(e)},isWritable:_,isWritableNodeStream:u,isWritableStream:f,isWritableEnded:b,isWritableFinished:function(e,t){if(!u(e))return null;if(!0===e.writableFinished)return!0;const n=e._writableState;return(null==n||!n.errored)&&("boolean"!=typeof(null==n?void 0:n.finished)?null:!!(n.finished||!1===t&&!0===n.ended&&0===n.length))},isWritableErrored:function(e){var t,n;return m(e)?e.writableErrored?e.writableErrored:null!==(t=null===(n=e._writableState)||void 0===n?void 0:n.errored)&&void 0!==t?t:null:null},isServerRequest:function(e){var t;return"boolean"==typeof e._consuming&&"boolean"==typeof e._dumped&&void 0===(null===(t=e.req)||void 0===t?void 0:t.upgradeOrConnect)},isServerResponse:S,willEmitClose:function(e){if(!m(e))return null;const t=e._writableState,n=e._readableState,o=t||n;return!o&&S(e)||!!(o&&o.autoDestroy&&o.emitClose&&!1===o.closed)},isTransformStream:y}},6304:(e,t,n)=>{const o=n(4155),{ArrayPrototypeSlice:a,Error:r,FunctionPrototypeSymbolHasInstance:s,ObjectDefineProperty:i,ObjectDefineProperties:d,ObjectSetPrototypeOf:l,StringPrototypeToLowerCase:w,Symbol:h,SymbolHasInstance:c}=n(9061);e.exports=P,P.WritableState=L;const{EventEmitter:p}=n(7187),u=n(4870).Stream,{Buffer:m}=n(8764),g=n(1195),{addAbortSignal:f}=n(196),{getHighWaterMark:y,getDefaultHighWaterMark:v}=n(2457),{ERR_INVALID_ARG_TYPE:b,ERR_METHOD_NOT_IMPLEMENTED:N,ERR_MULTIPLE_CALLBACK:x,ERR_STREAM_CANNOT_PIPE:_,ERR_STREAM_DESTROYED:C,ERR_STREAM_ALREADY_FINISHED:S,ERR_STREAM_NULL_VALUES:E,ERR_STREAM_WRITE_AFTER_END:q,ERR_UNKNOWN_ENCODING:I}=n(4381).codes,{errorOrDestroy:T}=g;function R(){}l(P.prototype,u.prototype),l(P,u);const A=h("kOnFinished");function L(e,t,o){"boolean"!=typeof o&&(o=t instanceof n(8672)),this.objectMode=!(!e||!e.objectMode),o&&(this.objectMode=this.objectMode||!(!e||!e.writableObjectMode)),this.highWaterMark=e?y(this,e,"writableHighWaterMark",o):v(!1),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;const a=!(!e||!1!==e.decodeStrings);this.decodeStrings=!a,this.defaultEncoding=e&&e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=$.bind(void 0,t),this.writecb=null,this.writelen=0,this.afterWriteTickInfo=null,j(this),this.pendingcb=0,this.constructed=!0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!e||!1!==e.emitClose,this.autoDestroy=!e||!1!==e.autoDestroy,this.errored=null,this.closed=!1,this.closeEmitted=!1,this[A]=[]}function j(e){e.buffered=[],e.bufferedIndex=0,e.allBuffers=!0,e.allNoop=!0}function P(e){const t=this instanceof n(8672);if(!t&&!s(P,this))return new P(e);this._writableState=new L(e,this,t),e&&("function"==typeof e.write&&(this._write=e.write),"function"==typeof e.writev&&(this._writev=e.writev),"function"==typeof e.destroy&&(this._destroy=e.destroy),"function"==typeof e.final&&(this._final=e.final),"function"==typeof e.construct&&(this._construct=e.construct),e.signal&&f(e.signal,this)),u.call(this,e),g.construct(this,(()=>{const e=this._writableState;e.writing||V(this,e),z(this,e)}))}function k(e,t,n,a){const r=e._writableState;if("function"==typeof n)a=n,n=r.defaultEncoding;else{if(n){if("buffer"!==n&&!m.isEncoding(n))throw new I(n)}else n=r.defaultEncoding;"function"!=typeof a&&(a=R)}if(null===t)throw new E;if(!r.objectMode)if("string"==typeof t)!1!==r.decodeStrings&&(t=m.from(t,n),n="buffer");else if(t instanceof m)n="buffer";else{if(!u._isUint8Array(t))throw new b("chunk",["string","Buffer","Uint8Array"],t);t=u._uint8ArrayToBuffer(t),n="buffer"}let s;return r.ending?s=new q:r.destroyed&&(s=new C("write")),s?(o.nextTick(a,s),T(e,s,!0),s):(r.pendingcb++,function(e,t,n,o,a){const r=t.objectMode?1:n.length;t.length+=r;const s=t.length<t.highWaterMark;return s||(t.needDrain=!0),t.writing||t.corked||t.errored||!t.constructed?(t.buffered.push({chunk:n,encoding:o,callback:a}),t.allBuffers&&"buffer"!==o&&(t.allBuffers=!1),t.allNoop&&a!==R&&(t.allNoop=!1)):(t.writelen=r,t.writecb=a,t.writing=!0,t.sync=!0,e._write(n,o,t.onwrite),t.sync=!1),s&&!t.errored&&!t.destroyed}(e,r,t,n,a))}function O(e,t,n,o,a,r,s){t.writelen=o,t.writecb=s,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new C("write")):n?e._writev(a,t.onwrite):e._write(a,r,t.onwrite),t.sync=!1}function D(e,t,n,o){--t.pendingcb,o(n),F(t),T(e,n)}function $(e,t){const n=e._writableState,a=n.sync,r=n.writecb;"function"==typeof r?(n.writing=!1,n.writecb=null,n.length-=n.writelen,n.writelen=0,t?(t.stack,n.errored||(n.errored=t),e._readableState&&!e._readableState.errored&&(e._readableState.errored=t),a?o.nextTick(D,e,n,t,r):D(e,n,t,r)):(n.buffered.length>n.bufferedIndex&&V(e,n),a?null!==n.afterWriteTickInfo&&n.afterWriteTickInfo.cb===r?n.afterWriteTickInfo.count++:(n.afterWriteTickInfo={count:1,cb:r,stream:e,state:n},o.nextTick(M,n.afterWriteTickInfo)):B(e,n,1,r))):T(e,new x)}function M({stream:e,state:t,count:n,cb:o}){return t.afterWriteTickInfo=null,B(e,t,n,o)}function B(e,t,n,o){for(!t.ending&&!e.destroyed&&0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"));n-- >0;)t.pendingcb--,o();t.destroyed&&F(t),z(e,t)}function F(e){if(e.writing)return;for(let n=e.bufferedIndex;n<e.buffered.length;++n){var t;const{chunk:o,callback:a}=e.buffered[n],r=e.objectMode?1:o.length;e.length-=r,a(null!==(t=e.errored)&&void 0!==t?t:new C("write"))}const n=e[A].splice(0);for(let t=0;t<n.length;t++){var o;n[t](null!==(o=e.errored)&&void 0!==o?o:new C("end"))}j(e)}function V(e,t){if(t.corked||t.bufferProcessing||t.destroyed||!t.constructed)return;const{buffered:n,bufferedIndex:o,objectMode:r}=t,s=n.length-o;if(!s)return;let i=o;if(t.bufferProcessing=!0,s>1&&e._writev){t.pendingcb-=s-1;const o=t.allNoop?R:e=>{for(let t=i;t<n.length;++t)n[t].callback(e)},r=t.allNoop&&0===i?n:a(n,i);r.allBuffers=t.allBuffers,O(e,t,!0,t.length,r,"",o),j(t)}else{do{const{chunk:o,encoding:a,callback:s}=n[i];n[i++]=null,O(e,t,!1,r?1:o.length,o,a,s)}while(i<n.length&&!t.writing);i===n.length?j(t):i>256?(n.splice(0,i),t.bufferedIndex=0):t.bufferedIndex=i}t.bufferProcessing=!1}function U(e){return e.ending&&!e.destroyed&&e.constructed&&0===e.length&&!e.errored&&0===e.buffered.length&&!e.finished&&!e.writing&&!e.errorEmitted&&!e.closeEmitted}function z(e,t,n){U(t)&&(function(e,t){t.prefinished||t.finalCalled||("function"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit("prefinish")):(t.finalCalled=!0,function(e,t){let n=!1;function a(a){if(n)T(e,null!=a?a:x());else if(n=!0,t.pendingcb--,a){const n=t[A].splice(0);for(let e=0;e<n.length;e++)n[e](a);T(e,a,t.sync)}else U(t)&&(t.prefinished=!0,e.emit("prefinish"),t.pendingcb++,o.nextTick(Q,e,t))}t.sync=!0,t.pendingcb++;try{e._final(a)}catch(e){a(e)}t.sync=!1}(e,t)))}(e,t),0===t.pendingcb&&(n?(t.pendingcb++,o.nextTick(((e,t)=>{U(t)?Q(e,t):t.pendingcb--}),e,t)):U(t)&&(t.pendingcb++,Q(e,t))))}function Q(e,t){t.pendingcb--,t.finished=!0;const n=t[A].splice(0);for(let e=0;e<n.length;e++)n[e]();if(e.emit("finish"),t.autoDestroy){const t=e._readableState;(!t||t.autoDestroy&&(t.endEmitted||!1===t.readable))&&e.destroy()}}L.prototype.getBuffer=function(){return a(this.buffered,this.bufferedIndex)},i(L.prototype,"bufferedRequestCount",{__proto__:null,get(){return this.buffered.length-this.bufferedIndex}}),i(P,c,{__proto__:null,value:function(e){return!!s(this,e)||this===P&&e&&e._writableState instanceof L}}),P.prototype.pipe=function(){T(this,new _)},P.prototype.write=function(e,t,n){return!0===k(this,e,t,n)},P.prototype.cork=function(){this._writableState.corked++},P.prototype.uncork=function(){const e=this._writableState;e.corked&&(e.corked--,e.writing||V(this,e))},P.prototype.setDefaultEncoding=function(e){if("string"==typeof e&&(e=w(e)),!m.isEncoding(e))throw new I(e);return this._writableState.defaultEncoding=e,this},P.prototype._write=function(e,t,n){if(!this._writev)throw new N("_write()");this._writev([{chunk:e,encoding:t}],n)},P.prototype._writev=null,P.prototype.end=function(e,t,n){const a=this._writableState;let s;if("function"==typeof e?(n=e,e=null,t=null):"function"==typeof t&&(n=t,t=null),null!=e){const n=k(this,e,t);n instanceof r&&(s=n)}return a.corked&&(a.corked=1,this.uncork()),s||(a.errored||a.ending?a.finished?s=new S("end"):a.destroyed&&(s=new C("end")):(a.ending=!0,z(this,a,!0),a.ended=!0)),"function"==typeof n&&(s||a.finished?o.nextTick(n,s):a[A].push(n)),this},d(P.prototype,{closed:{__proto__:null,get(){return!!this._writableState&&this._writableState.closed}},destroyed:{__proto__:null,get(){return!!this._writableState&&this._writableState.destroyed},set(e){this._writableState&&(this._writableState.destroyed=e)}},writable:{__proto__:null,get(){const e=this._writableState;return!(!e||!1===e.writable||e.destroyed||e.errored||e.ending||e.ended)},set(e){this._writableState&&(this._writableState.writable=!!e)}},writableFinished:{__proto__:null,get(){return!!this._writableState&&this._writableState.finished}},writableObjectMode:{__proto__:null,get(){return!!this._writableState&&this._writableState.objectMode}},writableBuffer:{__proto__:null,get(){return this._writableState&&this._writableState.getBuffer()}},writableEnded:{__proto__:null,get(){return!!this._writableState&&this._writableState.ending}},writableNeedDrain:{__proto__:null,get(){const e=this._writableState;return!!e&&!e.destroyed&&!e.ending&&e.needDrain}},writableHighWaterMark:{__proto__:null,get(){return this._writableState&&this._writableState.highWaterMark}},writableCorked:{__proto__:null,get(){return this._writableState?this._writableState.corked:0}},writableLength:{__proto__:null,get(){return this._writableState&&this._writableState.length}},errored:{__proto__:null,enumerable:!1,get(){return this._writableState?this._writableState.errored:null}},writableAborted:{__proto__:null,enumerable:!1,get:function(){return!(!1===this._writableState.writable||!this._writableState.destroyed&&!this._writableState.errored||this._writableState.finished)}}});const G=g.destroy;let H;function J(){return void 0===H&&(H={}),H}P.prototype.destroy=function(e,t){const n=this._writableState;return!n.destroyed&&(n.bufferedIndex<n.buffered.length||n[A].length)&&o.nextTick(F,n),G.call(this,e,t),this},P.prototype._undestroy=g.undestroy,P.prototype._destroy=function(e,t){t(e)},P.prototype[p.captureRejectionSymbol]=function(e){this.destroy(e)},P.fromWeb=function(e,t){return J().newStreamWritableFromWritableStream(e,t)},P.toWeb=function(e){return J().newWritableStreamFromStreamWritable(e)}},6547:(e,t,n)=>{const{ArrayIsArray:o,ArrayPrototypeIncludes:a,ArrayPrototypeJoin:r,ArrayPrototypeMap:s,NumberIsInteger:i,NumberIsNaN:d,NumberMAX_SAFE_INTEGER:l,NumberMIN_SAFE_INTEGER:w,NumberParseInt:h,ObjectPrototypeHasOwnProperty:c,RegExpPrototypeExec:p,String:u,StringPrototypeToUpperCase:m,StringPrototypeTrim:g}=n(9061),{hideStackFrames:f,codes:{ERR_SOCKET_BAD_PORT:y,ERR_INVALID_ARG_TYPE:v,ERR_INVALID_ARG_VALUE:b,ERR_OUT_OF_RANGE:N,ERR_UNKNOWN_SIGNAL:x}}=n(4381),{normalizeEncoding:_}=n(6087),{isAsyncFunction:C,isArrayBufferView:S}=n(6087).types,E={},q=/^[0-7]+$/,I=f(((e,t,n=w,o=l)=>{if("number"!=typeof e)throw new v(t,"number",e);if(!i(e))throw new N(t,"an integer",e);if(e<n||e>o)throw new N(t,`>= ${n} && <= ${o}`,e)})),T=f(((e,t,n=-2147483648,o=2147483647)=>{if("number"!=typeof e)throw new v(t,"number",e);if(!i(e))throw new N(t,"an integer",e);if(e<n||e>o)throw new N(t,`>= ${n} && <= ${o}`,e)})),R=f(((e,t,n=!1)=>{if("number"!=typeof e)throw new v(t,"number",e);if(!i(e))throw new N(t,"an integer",e);const o=n?1:0,a=4294967295;if(e<o||e>a)throw new N(t,`>= ${o} && <= ${a}`,e)}));function A(e,t){if("string"!=typeof e)throw new v(t,"string",e)}const L=f(((e,t,n)=>{if(!a(n,e)){const o=r(s(n,(e=>"string"==typeof e?`'${e}'`:u(e))),", ");throw new b(t,e,"must be one of: "+o)}}));function j(e,t){if("boolean"!=typeof e)throw new v(t,"boolean",e)}function P(e,t,n){return null!=e&&c(e,t)?e[t]:n}const k=f(((e,t,n=null)=>{const a=P(n,"allowArray",!1),r=P(n,"allowFunction",!1);if(!P(n,"nullable",!1)&&null===e||!a&&o(e)||"object"!=typeof e&&(!r||"function"!=typeof e))throw new v(t,"Object",e)})),O=f(((e,t)=>{if(null!=e&&"object"!=typeof e&&"function"!=typeof e)throw new v(t,"a dictionary",e)})),D=f(((e,t,n=0)=>{if(!o(e))throw new v(t,"Array",e);if(e.length<n)throw new b(t,e,`must be longer than ${n}`)})),$=f(((e,t="buffer")=>{if(!S(e))throw new v(t,["Buffer","TypedArray","DataView"],e)})),M=f(((e,t)=>{if(void 0!==e&&(null===e||"object"!=typeof e||!("aborted"in e)))throw new v(t,"AbortSignal",e)})),B=f(((e,t)=>{if("function"!=typeof e)throw new v(t,"Function",e)})),F=f(((e,t)=>{if("function"!=typeof e||C(e))throw new v(t,"Function",e)})),V=f(((e,t)=>{if(void 0!==e)throw new v(t,"undefined",e)})),U=/^(?:<[^>]*>)(?:\s*;\s*[^;"\s]+(?:=(")?[^;"\s]*\1)?)*$/;function z(e,t){if(void 0===e||!p(U,e))throw new b(t,e,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}e.exports={isInt32:function(e){return e===(0|e)},isUint32:function(e){return e===e>>>0},parseFileMode:function(e,t,n){if(void 0===e&&(e=n),"string"==typeof e){if(null===p(q,e))throw new b(t,e,"must be a 32-bit unsigned integer or an octal string");e=h(e,8)}return R(e,t),e},validateArray:D,validateStringArray:function(e,t){D(e,t);for(let n=0;n<e.length;n++)A(e[n],`${t}[${n}]`)},validateBooleanArray:function(e,t){D(e,t);for(let n=0;n<e.length;n++)j(e[n],`${t}[${n}]`)},validateBoolean:j,validateBuffer:$,validateDictionary:O,validateEncoding:function(e,t){const n=_(t),o=e.length;if("hex"===n&&o%2!=0)throw new b("encoding",t,`is invalid for data of length ${o}`)},validateFunction:B,validateInt32:T,validateInteger:I,validateNumber:function(e,t,n=void 0,o){if("number"!=typeof e)throw new v(t,"number",e);if(null!=n&&e<n||null!=o&&e>o||(null!=n||null!=o)&&d(e))throw new N(t,`${null!=n?`>= ${n}`:""}${null!=n&&null!=o?" && ":""}${null!=o?`<= ${o}`:""}`,e)},validateObject:k,validateOneOf:L,validatePlainFunction:F,validatePort:function(e,t="Port",n=!0){if("number"!=typeof e&&"string"!=typeof e||"string"==typeof e&&0===g(e).length||+e!=+e>>>0||e>65535||0===e&&!n)throw new y(t,e,n);return 0|e},validateSignalName:function(e,t="signal"){if(A(e,t),void 0===E[e]){if(void 0!==E[m(e)])throw new x(e+" (signals must use all capital letters)");throw new x(e)}},validateString:A,validateUint32:R,validateUndefined:V,validateUnion:function(e,t,n){if(!a(n,e))throw new v(t,`('${r(n,"|")}')`,e)},validateAbortSignal:M,validateLinkHeaderValue:function(e){if("string"==typeof e)return z(e,"hints"),e;if(o(e)){const t=e.length;let n="";if(0===t)return n;for(let o=0;o<t;o++){const a=e[o];z(a,"hints"),n+=a,o!==t-1&&(n+=", ")}return n}throw new b("hints",e,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}}},9827:(e,t,n)=>{const o=n(5099),a=n(7854),r=o.Readable.destroy;e.exports=o.Readable,e.exports._uint8ArrayToBuffer=o._uint8ArrayToBuffer,e.exports._isUint8Array=o._isUint8Array,e.exports.isDisturbed=o.isDisturbed,e.exports.isErrored=o.isErrored,e.exports.isReadable=o.isReadable,e.exports.Readable=o.Readable,e.exports.Writable=o.Writable,e.exports.Duplex=o.Duplex,e.exports.Transform=o.Transform,e.exports.PassThrough=o.PassThrough,e.exports.addAbortSignal=o.addAbortSignal,e.exports.finished=o.finished,e.exports.destroy=o.destroy,e.exports.destroy=r,e.exports.pipeline=o.pipeline,e.exports.compose=o.compose,Object.defineProperty(o,"promises",{configurable:!0,enumerable:!0,get:()=>a}),e.exports.Stream=o.Stream,e.exports.default=e.exports},4381:(e,t,n)=>{const{format:o,inspect:a,AggregateError:r}=n(6087),s=globalThis.AggregateError||r,i=Symbol("kIsNodeError"),d=["string","function","number","object","Function","Object","boolean","bigint","symbol"],l=/^([A-Z][a-z0-9]*)+$/,w={};function h(e,t){if(!e)throw new w.ERR_INTERNAL_ASSERTION(t)}function c(e){let t="",n=e.length;const o="-"===e[0]?1:0;for(;n>=o+4;n-=3)t=`_${e.slice(n-3,n)}${t}`;return`${e.slice(0,n)}${t}`}function p(e,t,n){n||(n=Error);class a extends n{constructor(...n){super(function(e,t,n){if("function"==typeof t)return h(t.length<=n.length,`Code: ${e}; The provided arguments length (${n.length}) does not match the required ones (${t.length}).`),t(...n);const a=(t.match(/%[dfijoOs]/g)||[]).length;return h(a===n.length,`Code: ${e}; The provided arguments length (${n.length}) does not match the required ones (${a}).`),0===n.length?t:o(t,...n)}(e,t,n))}toString(){return`${this.name} [${e}]: ${this.message}`}}Object.defineProperties(a.prototype,{name:{value:n.name,writable:!0,enumerable:!1,configurable:!0},toString:{value(){return`${this.name} [${e}]: ${this.message}`},writable:!0,enumerable:!1,configurable:!0}}),a.prototype.code=e,a.prototype[i]=!0,w[e]=a}function u(e){const t="__node_internal_"+e.name;return Object.defineProperty(e,"name",{value:t}),e}class m extends Error{constructor(e="The operation was aborted",t=void 0){if(void 0!==t&&"object"!=typeof t)throw new w.ERR_INVALID_ARG_TYPE("options","Object",t);super(e,t),this.code="ABORT_ERR",this.name="AbortError"}}p("ERR_ASSERTION","%s",Error),p("ERR_INVALID_ARG_TYPE",((e,t,n)=>{h("string"==typeof e,"'name' must be a string"),Array.isArray(t)||(t=[t]);let o="The ";e.endsWith(" argument")?o+=`${e} `:o+=`"${e}" ${e.includes(".")?"property":"argument"} `,o+="must be ";const r=[],s=[],i=[];for(const e of t)h("string"==typeof e,"All expected entries have to be of type string"),d.includes(e)?r.push(e.toLowerCase()):l.test(e)?s.push(e):(h("object"!==e,'The value "object" should be written as "Object"'),i.push(e));if(s.length>0){const e=r.indexOf("object");-1!==e&&(r.splice(r,e,1),s.push("Object"))}if(r.length>0){switch(r.length){case 1:o+=`of type ${r[0]}`;break;case 2:o+=`one of type ${r[0]} or ${r[1]}`;break;default:{const e=r.pop();o+=`one of type ${r.join(", ")}, or ${e}`}}(s.length>0||i.length>0)&&(o+=" or ")}if(s.length>0){switch(s.length){case 1:o+=`an instance of ${s[0]}`;break;case 2:o+=`an instance of ${s[0]} or ${s[1]}`;break;default:{const e=s.pop();o+=`an instance of ${s.join(", ")}, or ${e}`}}i.length>0&&(o+=" or ")}switch(i.length){case 0:break;case 1:i[0].toLowerCase()!==i[0]&&(o+="an "),o+=`${i[0]}`;break;case 2:o+=`one of ${i[0]} or ${i[1]}`;break;default:{const e=i.pop();o+=`one of ${i.join(", ")}, or ${e}`}}if(null==n)o+=`. Received ${n}`;else if("function"==typeof n&&n.name)o+=`. Received function ${n.name}`;else if("object"==typeof n){var w;null!==(w=n.constructor)&&void 0!==w&&w.name?o+=`. Received an instance of ${n.constructor.name}`:o+=`. Received ${a(n,{depth:-1})}`}else{let e=a(n,{colors:!1});e.length>25&&(e=`${e.slice(0,25)}...`),o+=`. Received type ${typeof n} (${e})`}return o}),TypeError),p("ERR_INVALID_ARG_VALUE",((e,t,n="is invalid")=>{let o=a(t);return o.length>128&&(o=o.slice(0,128)+"..."),`The ${e.includes(".")?"property":"argument"} '${e}' ${n}. Received ${o}`}),TypeError),p("ERR_INVALID_RETURN_VALUE",((e,t,n)=>{var o;return`Expected ${e} to be returned from the "${t}" function but got ${null!=n&&null!==(o=n.constructor)&&void 0!==o&&o.name?`instance of ${n.constructor.name}`:"type "+typeof n}.`}),TypeError),p("ERR_MISSING_ARGS",((...e)=>{let t;h(e.length>0,"At least one arg needs to be specified");const n=e.length;switch(e=(Array.isArray(e)?e:[e]).map((e=>`"${e}"`)).join(" or "),n){case 1:t+=`The ${e[0]} argument`;break;case 2:t+=`The ${e[0]} and ${e[1]} arguments`;break;default:{const n=e.pop();t+=`The ${e.join(", ")}, and ${n} arguments`}}return`${t} must be specified`}),TypeError),p("ERR_OUT_OF_RANGE",((e,t,n)=>{let o;return h(t,'Missing "range" argument'),Number.isInteger(n)&&Math.abs(n)>2**32?o=c(String(n)):"bigint"==typeof n?(o=String(n),(n>2n**32n||n<-(2n**32n))&&(o=c(o)),o+="n"):o=a(n),`The value of "${e}" is out of range. It must be ${t}. Received ${o}`}),RangeError),p("ERR_MULTIPLE_CALLBACK","Callback called multiple times",Error),p("ERR_METHOD_NOT_IMPLEMENTED","The %s method is not implemented",Error),p("ERR_STREAM_ALREADY_FINISHED","Cannot call %s after a stream was finished",Error),p("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable",Error),p("ERR_STREAM_DESTROYED","Cannot call %s after a stream was destroyed",Error),p("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),p("ERR_STREAM_PREMATURE_CLOSE","Premature close",Error),p("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF",Error),p("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event",Error),p("ERR_STREAM_WRITE_AFTER_END","write after end",Error),p("ERR_UNKNOWN_ENCODING","Unknown encoding: %s",TypeError),e.exports={AbortError:m,aggregateTwoErrors:u((function(e,t){if(e&&t&&e!==t){if(Array.isArray(t.errors))return t.errors.push(e),t;const n=new s([t,e],t.message);return n.code=t.code,n}return e||t})),hideStackFrames:u,codes:w}},9061:e=>{e.exports={ArrayIsArray:e=>Array.isArray(e),ArrayPrototypeIncludes:(e,t)=>e.includes(t),ArrayPrototypeIndexOf:(e,t)=>e.indexOf(t),ArrayPrototypeJoin:(e,t)=>e.join(t),ArrayPrototypeMap:(e,t)=>e.map(t),ArrayPrototypePop:(e,t)=>e.pop(t),ArrayPrototypePush:(e,t)=>e.push(t),ArrayPrototypeSlice:(e,t,n)=>e.slice(t,n),Error,FunctionPrototypeCall:(e,t,...n)=>e.call(t,...n),FunctionPrototypeSymbolHasInstance:(e,t)=>Function.prototype[Symbol.hasInstance].call(e,t),MathFloor:Math.floor,Number,NumberIsInteger:Number.isInteger,NumberIsNaN:Number.isNaN,NumberMAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER,NumberMIN_SAFE_INTEGER:Number.MIN_SAFE_INTEGER,NumberParseInt:Number.parseInt,ObjectDefineProperties:(e,t)=>Object.defineProperties(e,t),ObjectDefineProperty:(e,t,n)=>Object.defineProperty(e,t,n),ObjectGetOwnPropertyDescriptor:(e,t)=>Object.getOwnPropertyDescriptor(e,t),ObjectKeys:e=>Object.keys(e),ObjectSetPrototypeOf:(e,t)=>Object.setPrototypeOf(e,t),Promise,PromisePrototypeCatch:(e,t)=>e.catch(t),PromisePrototypeThen:(e,t,n)=>e.then(t,n),PromiseReject:e=>Promise.reject(e),ReflectApply:Reflect.apply,RegExpPrototypeTest:(e,t)=>e.test(t),SafeSet:Set,String,StringPrototypeSlice:(e,t,n)=>e.slice(t,n),StringPrototypeToLowerCase:e=>e.toLowerCase(),StringPrototypeToUpperCase:e=>e.toUpperCase(),StringPrototypeTrim:e=>e.trim(),Symbol,SymbolFor:Symbol.for,SymbolAsyncIterator:Symbol.asyncIterator,SymbolHasInstance:Symbol.hasInstance,SymbolIterator:Symbol.iterator,TypedArrayPrototypeSet:(e,t,n)=>e.set(t,n),Uint8Array}},6087:(e,t,n)=>{const o=n(8764),a=Object.getPrototypeOf((async function(){})).constructor,r=globalThis.Blob||o.Blob,s=void 0!==r?function(e){return e instanceof r}:function(e){return!1};class i extends Error{constructor(e){if(!Array.isArray(e))throw new TypeError("Expected input to be an Array, got "+typeof e);let t="";for(let n=0;n<e.length;n++)t+=` ${e[n].stack}\n`;super(t),this.name="AggregateError",this.errors=e}}e.exports={AggregateError:i,kEmptyObject:Object.freeze({}),once(e){let t=!1;return function(...n){t||(t=!0,e.apply(this,n))}},createDeferredPromise:function(){let e,t;return{promise:new Promise(((n,o)=>{e=n,t=o})),resolve:e,reject:t}},promisify:e=>new Promise(((t,n)=>{e(((e,...o)=>e?n(e):t(...o)))})),debuglog:()=>function(){},format:(e,...t)=>e.replace(/%([sdifj])/g,(function(...[e,n]){const o=t.shift();return"f"===n?o.toFixed(6):"j"===n?JSON.stringify(o):"s"===n&&"object"==typeof o?`${o.constructor!==Object?o.constructor.name:""} {}`.trim():o.toString()})),inspect(e){switch(typeof e){case"string":if(e.includes("'")){if(!e.includes('"'))return`"${e}"`;if(!e.includes("`")&&!e.includes("${"))return`\`${e}\``}return`'${e}'`;case"number":return isNaN(e)?"NaN":Object.is(e,-0)?String(e):e;case"bigint":return`${String(e)}n`;case"boolean":case"undefined":return String(e);case"object":return"{}"}},types:{isAsyncFunction:e=>e instanceof a,isArrayBufferView:e=>ArrayBuffer.isView(e)},isBlob:s},e.exports.promisify.custom=Symbol.for("nodejs.util.promisify.custom")},5099:(e,t,n)=>{const{Buffer:o}=n(8764),{ObjectDefineProperty:a,ObjectKeys:r,ReflectApply:s}=n(9061),{promisify:{custom:i}}=n(6087),{streamReturningOperators:d,promiseReturningOperators:l}=n(4382),{codes:{ERR_ILLEGAL_CONSTRUCTOR:w}}=n(4381),h=n(299),{pipeline:c}=n(9946),{destroyer:p}=n(1195),u=n(8610),m=n(7854),g=n(5874),f=e.exports=n(4870).Stream;f.isDisturbed=g.isDisturbed,f.isErrored=g.isErrored,f.isReadable=g.isReadable,f.Readable=n(911);for(const v of r(d)){const b=d[v];function N(...e){if(new.target)throw w();return f.Readable.from(s(b,this,e))}a(N,"name",{__proto__:null,value:b.name}),a(N,"length",{__proto__:null,value:b.length}),a(f.Readable.prototype,v,{__proto__:null,value:N,enumerable:!1,configurable:!0,writable:!0})}for(const x of r(l)){const _=l[x];function C(...e){if(new.target)throw w();return s(_,this,e)}a(C,"name",{__proto__:null,value:_.name}),a(C,"length",{__proto__:null,value:_.length}),a(f.Readable.prototype,x,{__proto__:null,value:C,enumerable:!1,configurable:!0,writable:!0})}f.Writable=n(6304),f.Duplex=n(8672),f.Transform=n(1161),f.PassThrough=n(917),f.pipeline=c;const{addAbortSignal:y}=n(196);f.addAbortSignal=y,f.finished=u,f.destroy=p,f.compose=h,a(f,"promises",{__proto__:null,configurable:!0,enumerable:!0,get:()=>m}),a(c,i,{__proto__:null,enumerable:!0,get:()=>m.pipeline}),a(u,i,{__proto__:null,enumerable:!0,get:()=>m.finished}),f.Stream=f,f._isUint8Array=function(e){return e instanceof Uint8Array},f._uint8ArrayToBuffer=function(e){return o.from(e.buffer,e.byteOffset,e.byteLength)}},7854:(e,t,n)=>{const{ArrayPrototypePop:o,Promise:a}=n(9061),{isIterable:r,isNodeStream:s,isWebStream:i}=n(5874),{pipelineImpl:d}=n(9946),{finished:l}=n(8610);n(5099),e.exports={finished:l,pipeline:function(...e){return new a(((t,n)=>{let a,l;const w=e[e.length-1];if(w&&"object"==typeof w&&!s(w)&&!r(w)&&!i(w)){const t=o(e);a=t.signal,l=t.end}d(e,((e,o)=>{e?n(e):t(o)}),{signal:a,end:l})}))}}},9509:(e,t,n)=>{var o=n(8764),a=o.Buffer;function r(e,t){for(var n in e)t[n]=e[n]}function s(e,t,n){return a(e,t,n)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=o:(r(o,t),t.Buffer=s),s.prototype=Object.create(a.prototype),r(a,s),s.from=function(e,t,n){if("number"==typeof e)throw new TypeError("Argument must not be a number");return a(e,t,n)},s.alloc=function(e,t,n){if("number"!=typeof e)throw new TypeError("Argument must be a number");var o=a(e);return void 0!==t?"string"==typeof n?o.fill(t,n):o.fill(t):o.fill(0),o},s.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return a(e)},s.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return o.SlowBuffer(e)}},4889:function(e,t,n){!function(e,t){if(!e.setImmediate){var n,o,a,r,s,i=1,d={},l=!1,w=e.document,h=Object.getPrototypeOf&&Object.getPrototypeOf(e);h=h&&h.setTimeout?h:e,"[object process]"==={}.toString.call(e.process)?n=function(e){process.nextTick((function(){p(e)}))}:function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?(r="setImmediate$"+Math.random()+"$",s=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(r)&&p(+t.data.slice(r.length))},e.addEventListener?e.addEventListener("message",s,!1):e.attachEvent("onmessage",s),n=function(t){e.postMessage(r+t,"*")}):e.MessageChannel?((a=new MessageChannel).port1.onmessage=function(e){p(e.data)},n=function(e){a.port2.postMessage(e)}):w&&"onreadystatechange"in w.createElement("script")?(o=w.documentElement,n=function(e){var t=w.createElement("script");t.onreadystatechange=function(){p(e),t.onreadystatechange=null,o.removeChild(t),t=null},o.appendChild(t)}):n=function(e){setTimeout(p,0,e)},h.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),o=0;o<t.length;o++)t[o]=arguments[o+1];var a={callback:e,args:t};return d[i]=a,n(i),i++},h.clearImmediate=c}function c(e){delete d[e]}function p(e){if(l)setTimeout(p,0,e);else{var t=d[e];if(t){l=!0;try{!function(e){var t=e.callback,n=e.args;switch(n.length){case 0:t();break;case 1:t(n[0]);break;case 2:t(n[0],n[1]);break;case 3:t(n[0],n[1],n[2]);break;default:t.apply(undefined,n)}}(t)}finally{c(e),l=!1}}}}}("undefined"==typeof self?void 0===n.g?this:n.g:self)},2553:(e,t,n)=>{var o=n(9509).Buffer,a=o.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function r(e){var t;switch(this.encoding=function(e){var t=function(e){if(!e)return"utf8";for(var t;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(e);if("string"!=typeof t&&(o.isEncoding===a||!a(e)))throw new Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=d,this.end=l,t=4;break;case"utf8":this.fillLast=i,t=4;break;case"base64":this.text=w,this.end=h,t=3;break;default:return this.write=c,void(this.end=p)}this.lastNeed=0,this.lastTotal=0,this.lastChar=o.allocUnsafe(t)}function s(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1:-2}function i(e){var t=this.lastTotal-this.lastNeed,n=function(e,t,n){if(128!=(192&t[0]))return e.lastNeed=0,"�";if(e.lastNeed>1&&t.length>1){if(128!=(192&t[1]))return e.lastNeed=1,"�";if(e.lastNeed>2&&t.length>2&&128!=(192&t[2]))return e.lastNeed=2,"�"}}(this,e);return void 0!==n?n:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function d(e,t){if((e.length-t)%2==0){var n=e.toString("utf16le",t);if(n){var o=n.charCodeAt(n.length-1);if(o>=55296&&o<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],n.slice(0,-1)}return n}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function l(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var n=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,n)}return t}function w(e,t){var n=(e.length-t)%3;return 0===n?e.toString("base64",t):(this.lastNeed=3-n,this.lastTotal=3,1===n?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-n))}function h(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function c(e){return e.toString(this.encoding)}function p(e){return e&&e.length?this.write(e):""}t.StringDecoder=r,r.prototype.write=function(e){if(0===e.length)return"";var t,n;if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";n=this.lastNeed,this.lastNeed=0}else n=0;return n<e.length?t?t+this.text(e,n):this.text(e,n):t||""},r.prototype.end=function(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"�":t},r.prototype.text=function(e,t){var n=function(e,t,n){var o=t.length-1;if(o<n)return 0;var a=s(t[o]);return a>=0?(a>0&&(e.lastNeed=a-1),a):--o<n||-2===a?0:(a=s(t[o]))>=0?(a>0&&(e.lastNeed=a-2),a):--o<n||-2===a?0:(a=s(t[o]))>=0?(a>0&&(2===a?a=0:e.lastNeed=a-3),a):0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=n;var o=e.length-(n-this.lastNeed);return e.copy(this.lastChar,0,o),e.toString("utf8",t,o)},r.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},9602:e=>{e.exports=function(e){e.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}},4411:(e,t,n)=>{function o(e){var t=this;if(t instanceof o||(t=new o),t.tail=null,t.head=null,t.length=0,e&&"function"==typeof e.forEach)e.forEach((function(e){t.push(e)}));else if(arguments.length>0)for(var n=0,a=arguments.length;n<a;n++)t.push(arguments[n]);return t}function a(e,t,n){var o=t===e.head?new i(n,null,t,e):new i(n,t,t.next,e);return null===o.next&&(e.tail=o),null===o.prev&&(e.head=o),e.length++,o}function r(e,t){e.tail=new i(t,e.tail,null,e),e.head||(e.head=e.tail),e.length++}function s(e,t){e.head=new i(t,null,e.head,e),e.tail||(e.tail=e.head),e.length++}function i(e,t,n,o){if(!(this instanceof i))return new i(e,t,n,o);this.list=o,this.value=e,t?(t.next=this,this.prev=t):this.prev=null,n?(n.prev=this,this.next=n):this.next=null}e.exports=o,o.Node=i,o.create=o,o.prototype.removeNode=function(e){if(e.list!==this)throw new Error("removing node which does not belong to this list");var t=e.next,n=e.prev;return t&&(t.prev=n),n&&(n.next=t),e===this.head&&(this.head=t),e===this.tail&&(this.tail=n),e.list.length--,e.next=null,e.prev=null,e.list=null,t},o.prototype.unshiftNode=function(e){if(e!==this.head){e.list&&e.list.removeNode(e);var t=this.head;e.list=this,e.next=t,t&&(t.prev=e),this.head=e,this.tail||(this.tail=e),this.length++}},o.prototype.pushNode=function(e){if(e!==this.tail){e.list&&e.list.removeNode(e);var t=this.tail;e.list=this,e.prev=t,t&&(t.next=e),this.tail=e,this.head||(this.head=e),this.length++}},o.prototype.push=function(){for(var e=0,t=arguments.length;e<t;e++)r(this,arguments[e]);return this.length},o.prototype.unshift=function(){for(var e=0,t=arguments.length;e<t;e++)s(this,arguments[e]);return this.length},o.prototype.pop=function(){if(this.tail){var e=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,e}},o.prototype.shift=function(){if(this.head){var e=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,e}},o.prototype.forEach=function(e,t){t=t||this;for(var n=this.head,o=0;null!==n;o++)e.call(t,n.value,o,this),n=n.next},o.prototype.forEachReverse=function(e,t){t=t||this;for(var n=this.tail,o=this.length-1;null!==n;o--)e.call(t,n.value,o,this),n=n.prev},o.prototype.get=function(e){for(var t=0,n=this.head;null!==n&&t<e;t++)n=n.next;if(t===e&&null!==n)return n.value},o.prototype.getReverse=function(e){for(var t=0,n=this.tail;null!==n&&t<e;t++)n=n.prev;if(t===e&&null!==n)return n.value},o.prototype.map=function(e,t){t=t||this;for(var n=new o,a=this.head;null!==a;)n.push(e.call(t,a.value,this)),a=a.next;return n},o.prototype.mapReverse=function(e,t){t=t||this;for(var n=new o,a=this.tail;null!==a;)n.push(e.call(t,a.value,this)),a=a.prev;return n},o.prototype.reduce=function(e,t){var n,o=this.head;if(arguments.length>1)n=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");o=this.head.next,n=this.head.value}for(var a=0;null!==o;a++)n=e(n,o.value,a),o=o.next;return n},o.prototype.reduceReverse=function(e,t){var n,o=this.tail;if(arguments.length>1)n=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");o=this.tail.prev,n=this.tail.value}for(var a=this.length-1;null!==o;a--)n=e(n,o.value,a),o=o.prev;return n},o.prototype.toArray=function(){for(var e=new Array(this.length),t=0,n=this.head;null!==n;t++)e[t]=n.value,n=n.next;return e},o.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,n=this.tail;null!==n;t++)e[t]=n.value,n=n.prev;return e},o.prototype.slice=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var n=new o;if(t<e||t<0)return n;e<0&&(e=0),t>this.length&&(t=this.length);for(var a=0,r=this.head;null!==r&&a<e;a++)r=r.next;for(;null!==r&&a<t;a++,r=r.next)n.push(r.value);return n},o.prototype.sliceReverse=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var n=new o;if(t<e||t<0)return n;e<0&&(e=0),t>this.length&&(t=this.length);for(var a=this.length,r=this.tail;null!==r&&a>t;a--)r=r.prev;for(;null!==r&&a>e;a--,r=r.prev)n.push(r.value);return n},o.prototype.splice=function(e,t,...n){e>this.length&&(e=this.length-1),e<0&&(e=this.length+e);for(var o=0,r=this.head;null!==r&&o<e;o++)r=r.next;var s=[];for(o=0;r&&o<t;o++)s.push(r.value),r=this.removeNode(r);for(null===r&&(r=this.tail),r!==this.head&&r!==this.tail&&(r=r.prev),o=0;o<n.length;o++)r=a(this,r,n[o]);return s},o.prototype.reverse=function(){for(var e=this.head,t=this.tail,n=e;null!==n;n=n.prev){var o=n.prev;n.prev=n.next,n.next=o}return this.head=t,this.tail=e,this};try{n(9602)(o)}catch(e){}},7670:()=>{}},t={};function n(o){var a=t[o];if(void 0!==a)return a.exports;var r=t[o]={exports:{}};return e[o].call(r.exports,r,r.exports,n),r.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var o={};(()=>{n.d(o,{B:()=>va});const e="http://www.w3.org/1999/02/22-rdf-syntax-ns#",t="http://www.w3.org/2001/XMLSchema#",a="http://www.w3.org/2000/10/swap/",r={xsd:{decimal:`${t}decimal`,boolean:`${t}boolean`,double:`${t}double`,integer:`${t}integer`,string:`${t}string`},rdf:{type:`${e}type`,nil:`${e}nil`,first:`${e}first`,rest:`${e}rest`,langString:`${e}langString`},owl:{sameAs:"http://www.w3.org/2002/07/owl#sameAs"},r:{forSome:`${a}reify#forSome`,forAll:`${a}reify#forAll`},log:{implies:`${a}log#implies`}};function s(e){return!!e&&"DefaultGraph"===e.termType}const{rdf:i,xsd:d}=r;let l,w=0;const h=/^"(.*".*)(?="[^"]*$)/,c=/^<<("(?:""|[^"])*"[^ ]*|[^ ]+) ("(?:""|[^"])*"[^ ]*|[^ ]+) ("(?:""|[^"])*"[^ ]*|[^ ]+) ?("(?:""|[^"])*"[^ ]*|[^ ]+)?>>$/,p={namedNode:function(e){return new g(e)},blankNode:function(e){return new y(e||"n3-"+w++)},variable:function(e){return new v(e)},literal:function(e,t){if("string"==typeof t)return new f(`"${e}"@${t.toLowerCase()}`);let n=t?t.value:"";return""===n&&("boolean"==typeof e?n=d.boolean:"number"==typeof e&&(Number.isFinite(e)?n=Number.isInteger(e)?d.integer:d.double:(n=d.double,Number.isNaN(e)||(e=e>0?"INF":"-INF")))),""===n||n===d.string?new f(`"${e}"`):new f(`"${e}"^^${n}`)},defaultGraph:function(){return l},quad:S,triple:S},u=p;class m{constructor(e){this.id=e}get value(){return this.id}equals(e){return e instanceof m?this.id===e.id:!!e&&this.termType===e.termType&&this.value===e.value}hashCode(){return 0}toJSON(){return{termType:this.termType,value:this.value}}}class g extends m{get termType(){return"NamedNode"}}class f extends m{get termType(){return"Literal"}get value(){return this.id.substring(1,this.id.lastIndexOf('"'))}get language(){const e=this.id;let t=e.lastIndexOf('"')+1;return t<e.length&&"@"===e[t++]?e.substr(t).toLowerCase():""}get datatype(){return new g(this.datatypeString)}get datatypeString(){const e=this.id,t=e.lastIndexOf('"')+1,n=t<e.length?e[t]:"";return"^"===n?e.substr(t+2):"@"!==n?d.string:i.langString}equals(e){return e instanceof f?this.id===e.id:!!e&&!!e.datatype&&this.termType===e.termType&&this.value===e.value&&this.language===e.language&&this.datatype.value===e.datatype.value}toJSON(){return{termType:this.termType,value:this.value,language:this.language,datatype:{termType:"NamedNode",value:this.datatypeString}}}}class y extends m{constructor(e){super(`_:${e}`)}get termType(){return"BlankNode"}get value(){return this.id.substr(2)}}class v extends m{constructor(e){super(`?${e}`)}get termType(){return"Variable"}get value(){return this.id.substr(1)}}function b(e,t){if(t=t||p,!e)return t.defaultGraph();switch(e[0]){case"?":return t.variable(e.substr(1));case"_":return t.blankNode(e.substr(2));case'"':if(t===p)return new f(e);if('"'===e[e.length-1])return t.literal(e.substr(1,e.length-2));const n=e.lastIndexOf('"',e.length-1);return t.literal(e.substr(1,n-1),"@"===e[n+1]?e.substr(n+2):t.namedNode(e.substr(n+3)));case"<":const o=c.exec(e);return t.quad(b(C(o[1]),t),b(C(o[2]),t),b(C(o[3]),t),o[4]&&b(C(o[4]),t));default:return t.namedNode(e)}}function N(e){if("string"==typeof e)return e;if(e instanceof m&&"Quad"!==e.termType)return e.id;if(!e)return l.id;switch(e.termType){case"NamedNode":return e.value;case"BlankNode":return`_:${e.value}`;case"Variable":return`?${e.value}`;case"DefaultGraph":return"";case"Literal":return`"${e.value}"${e.language?`@${e.language}`:e.datatype&&e.datatype.value!==d.string?`^^${e.datatype.value}`:""}`;case"Quad":return`<<${_(N(e.subject))} ${_(N(e.predicate))} ${_(N(e.object))}${s(e.graph)?"":` ${N(e.graph)}`}>>`;default:throw new Error(`Unexpected termType: ${e.termType}`)}}l=new class extends m{constructor(){return super(""),l||this}get termType(){return"DefaultGraph"}equals(e){return this===e||!!e&&this.termType===e.termType}};class x extends m{constructor(e,t,n,o){super(""),this._subject=e,this._predicate=t,this._object=n,this._graph=o||l}get termType(){return"Quad"}get subject(){return this._subject}get predicate(){return this._predicate}get object(){return this._object}get graph(){return this._graph}toJSON(){return{termType:this.termType,subject:this._subject.toJSON(),predicate:this._predicate.toJSON(),object:this._object.toJSON(),graph:this._graph.toJSON()}}equals(e){return!!e&&this._subject.equals(e.subject)&&this._predicate.equals(e.predicate)&&this._object.equals(e.object)&&this._graph.equals(e.graph)}}function _(e){return e.replace(h,((e,t)=>`"${t.replace(/"/g,'""')}`))}function C(e){return e.replace(h,((e,t)=>`"${t.replace(/""/g,'"')}`))}function S(e,t,n,o){return new x(e,t,n,o)}const E="http://www.w3.org/ns/shacl#",q="http://www.w3.org/2001/XMLSchema#",I="http://www.w3.org/1999/02/22-rdf-syntax-ns#",T="http://www.w3.org/2000/01/rdf-schema#",R="http://www.w3.org/2004/02/skos/core#",A="http://www.w3.org/2002/07/owl#",L=u.namedNode("shapes"),j=u.namedNode(A+"imports"),P=u.namedNode(I+"type"),k=u.namedNode(T+"subClassOf"),O=u.namedNode(R+"broader"),D=u.namedNode(A+"NamedIndividual"),$=u.namedNode(E+"NodeShape"),M=u.namedNode(E+"class"),B=u.namedNode(E+"targetClass");function F(e,t,n=E,o){let a="";const r=function(e,t,n=E,o){let a;const r=n+t;for(const t of e)if(t.predicate.value===r){if(!o)return t.object;if(t.object.id.endsWith(`@${o}`))return t.object;t.object.id.indexOf("@")<0?a=t.object:a||(a=t.object)}return a}(e,t,n,o);return r&&(a=r.value),a}function V(e,t){return F(e,"prefLabel",R,t)||F(e,"label",T,t)}function U(e,t,n){const o=[];for(const a of e)o.push({value:a,label:V(t.getQuads(a,null,null,null),n)});return o}function z(e,t){for(const n in t)e=e.replace(t[n],"");return e}function Q(e,t){const n=U(t.shapesGraph.getSubjects(P,e,null),t.shapesGraph,t.attributes.language);for(const o of t.shapesGraph.getSubjects(k,e,null))n.push(...Q(o,t));if(t.shapesGraph.has(new x(e,P,D,L))){n.push(...U([e],t.shapesGraph,t.attributes.language));for(const o of t.shapesGraph.getSubjects(O,e,null))n.push(...Q(o,t))}return n}function G(e){let t;try{t=new URL(e)}catch(e){return!1}return"http:"===t.protocol||"https:"===t.protocol}function H(e,t,n){const o=document.createElement("div");o.classList.add("shacl-or-constraint");const a=[];if(a.push({label:"--- please choose ---",value:""}),t instanceof le){const r=[];for(let o=0;o<e.length;o++){const s=new Z(e[o],n,t.nodeId);r.push(s),a.push({label:s.template.label,value:o.toString()})}const s=n.theme.createListEditor("Please choose",null,!1,a),i=s.querySelector(".editor");i.onchange=()=>{i.value&&o.replaceWith(r[parseInt(i.value)])},o.appendChild(s)}else{const r=[];for(let t=0;t<e.length;t++){const o=n.shapesGraph.getQuads(e[t],null,null,L);o.length&&(r.push(o),a.push({label:V(o,n.attributes.language)||z(o[0].predicate.value,n.prefixes)+" = "+z(o[0].object.value,n.prefixes),value:t.toString()}))}const s=n.theme.createListEditor(t.template.label+"?",null,!1,a,t.template),i=s.querySelector(".editor");i.onchange=()=>{i.value&&o.replaceWith(ee(t.template.clone().merge(r[parseInt(i.value)]),void 0,!0))},o.appendChild(s)}return o}const J={[`${E}name`]:(e,t)=>{const n=t;e.name&&n.language!==e.config.attributes.language||(e.name=n)},[`${E}description`]:(e,t)=>{const n=t;e.description&&n.language!==e.config.attributes.language||(e.description=n)},[`${E}path`]:(e,t)=>{e.path=t.value},[`${E}node`]:(e,t)=>{e.node=t},[`${E}datatype`]:(e,t)=>{e.datatype=t},[`${E}nodeKind`]:(e,t)=>{e.nodeKind=t},[`${E}minCount`]:(e,t)=>{e.minCount=parseInt(t.value)},[`${E}maxCount`]:(e,t)=>{e.maxCount=parseInt(t.value)},[`${E}minLength`]:(e,t)=>{e.minLength=parseInt(t.value)},[`${E}maxLength`]:(e,t)=>{e.maxLength=parseInt(t.value)},[`${E}minInclusive`]:(e,t)=>{e.minInclusive=parseInt(t.value)},[`${E}maxInclusive`]:(e,t)=>{e.maxInclusive=parseInt(t.value)},[`${E}minExclusive`]:(e,t)=>{e.minExclusive=parseInt(t.value)},[`${E}maxExclusive`]:(e,t)=>{e.maxExclusive=parseInt(t.value)},[`${E}pattern`]:(e,t)=>{e.pattern=t.value},[`${E}order`]:(e,t)=>{e.order=t.value},"http://datashapes.org/dash#singleLine":(e,t)=>{e.singleLine="true"===t.value},[`${E}in`]:(e,t)=>{e.shaclIn=t.value},[`${E}languageIn`]:(e,t)=>{e.languageIn=e.config.lists[t.value],e.datatype=u.namedNode(I+"langString")},[`${E}defaultValue`]:(e,t)=>{e.defaultValue=t},[`${E}hasValue`]:(e,t)=>{e.hasValue=t},[M.value]:(e,t)=>{e.class=t;const n=e.config.shapesGraph.getSubjects(B,t,L);n.length>0&&(e.node=n[0])},[`${E}or`]:(e,t)=>{const n=e.config.lists[t.value];(null==n?void 0:n.length)?e.shaclOr=n:console.error("list not found:",t.value,"existing lists:",e.config.lists)}};class W{constructor(e,t,n){this.label="",this.config=n,this.nodeId=t,this.merge(e)}merge(e){var t,n;for(const n of e)null===(t=J[n.predicate.id])||void 0===t||t.call(this,this,n.object);return this.label=(null===(n=this.name)||void 0===n?void 0:n.value)||V(e,this.config.attributes.language),this.label||this.node||(this.label=this.path?z(this.path,this.config.prefixes):"unknown"),this}clone(){const e=Object.assign({},this);return e.merge=this.merge.bind(e),e.clone=this.clone.bind(e),e}}class X{constructor(e){let t=":host { padding-left: 1em; box-sizing: border-box; display:block; --label-width: 8em; }\n:host *, :host ::after, :host ::before { box-sizing: inherit; }\nshacl-node, :host .shacl-group { display: flex; flex-direction: column; width: 100%; position: relative; }\nshacl-node .control-button { cursor: pointer; }\nshacl-node .control-button:not(:hover) { border-color: transparent; background: 0; }\nshacl-node .remove-button { margin-left: 4px; }\nshacl-node .add-button { font-size: 0.7rem; color: #555; margin-right: 24px; text-decoration:none; padding: 6px 0; }\nshacl-node .add-button:before { content: '+'; margin-right: 0.2em; }\nshacl-node .add-button:hover { color: inherit; }\nshacl-node h1 { font-size: 1.1rem; border-bottom: 1px solid; margin-top: 4px; color: #555; }\nshacl-property { display: flex; flex-direction: column; align-items: end; position: relative; }\nshacl-property:not(.may-add) > .add-button { display: none; }\nshacl-property:not(.may-remove) > .property-instance > .remove-button:not(.persistent) { visibility: hidden; }\nshacl-property:not(.may-remove) > .shacl-or-constraint > .remove-button:not(.persistent) { visibility: hidden; }\n:host .shacl-group { margin-bottom: 1em; padding-bottom: 1em; }\n:host .property-instance, :host .shacl-or-constraint { display: flex; align-items: flex-start; padding: 4px 0; width: 100%; position: relative; }\n:host .shacl-or-constraint label { display: inline-block; word-break: break-word; width: var(--label-width); line-height: 1em; padding-top: 0.15em; padding-right: 1em; flex-shrink: 0; position: relative; }\n:host .property-instance label[title] { cursor: help; text-decoration: underline dashed #AAA; }\n:host .mode-edit .property-instance label.required::before { color: red; content: '\\2736'; font-size: 0.6rem; position: absolute; left: -1.4em; top: 0.15rem; }\n:host .property-instance.valid::before { position: absolute; left: calc(var(--label-width) - 1em); top: 6px; color: green; content: '\\2713'; }\n:host .editor:not([type='checkbox']), :host .shacl-or-constraint select { flex-grow: 1; }\n:host .shacl-or-constraint select { border: 1px solid #DDD; padding: 2px 4px; }\n:host textarea.editor { resize: vertical; }\n:host .lang-chooser { position: absolute; top: 5px; right: 24px; border: 0; background-color: #e9e9ed; padding: 2px 4px; max-width: 40px; width: 40px; box-sizing: content-box; }\n:host .lang-chooser+.editor { padding-right: 55px; }\n:host .validation-error { position: absolute; left: calc(var(--label-width) - 1em); top: 6px; color: red; cursor: help; }\n:host .validation-error::before { content: '\\26a0' }\n:host .validation-error.node { left: -1em; }\n:host .invalid > .editor { border-color: red !important; }\n:host .ml-0 { margin-left: 0 !important; }\n:host .pr-0 { padding-right: 0 !important; }\n:host .mode-view .property-instance:not(:first-child) > label { visibility: hidden; }\n\n.lang { opacity: 0.65; font-size: 0.6em; }\na, a:visited { color: inherit; }\n\n.collapsible > .activator { cursor: pointer; width: 100%; padding: 8px 0; border: 0; }\n.collapsible > .activator:hover, .collapsible.open > .activator { background-color: #F5F5F5; }\n.collapsible > .activator::after { content: '\\25BC'; float: right; margin: 0 5px; font-size: 14px; }\n.collapsible.open > .activator::after { content: '\\25B2'; }\n/* .collapsible > *:not(.activator) { overflow: hidden; } */\n.collapsible:not(.open) > *:not(.activator) { display: none; }\n.collapsible shacl-node > h1 { display: none; }\n.collapsible.open > .property-instance:nth-child(odd) { background-color: #F5F5F5; }";e&&(t+="\n"+e),this.stylesheet=new CSSStyleSheet,this.stylesheet.replaceSync(t)}apply(e){}createViewer(e,t,n){const o=document.createElement("div"),a=document.createElement("label");a.innerHTML=e,n.description&&a.setAttribute("title",n.description.value),o.appendChild(a);let r,s=t.value;if(t instanceof g){const e=n.config.shapesGraph.getQuads(s,null,null,L);if(e.length){const t=V(e,n.config.attributes.language);t&&(s=t)}}else t instanceof f&&(t.language?s+='<span class="lang">@'+t.language+"</span>":t.datatype.value===`${q}date`?s=new Date(Date.parse(t.value)).toDateString():t.datatype.value===`${q}dateTime`&&(s=new Date(Date.parse(t.value)).toLocaleString()));return G(t.value)?(r=document.createElement("a"),r.setAttribute("href",t.value)):r=document.createElement("div"),r.innerHTML=s,o.appendChild(r),o}}function K(e){let t=e["shacl-datatype"],n=e.value;return n?e.dataset.class||e.dataset.nodeKind===E+"IRI"?u.namedNode(n):(e.dataset.lang?t=e.dataset.lang:"number"===e.type&&(n=parseFloat(n)),u.literal(n,t)):"checkbox"===e.type&&(e.checked||parseInt(e.dataset.minCount||"0")>0)?u.literal(e.checked?"true":"false",t):void 0}function Y(e,t){var n,o,a;if(e.config.editMode){const r=void 0!==e.minCount&&e.minCount>0;if(e.class)return e.config.theme.createListEditor(e.label,t,r,Q(e.class,e.config),e);if(e.shaclIn){const n=e.config.lists[e.shaclIn];if(null==n?void 0:n.length){const o=U(n,e.config.shapesGraph,e.config.attributes.language);return e.config.theme.createListEditor(e.label,t,r,o,e)}console.error("list not found:",e.shaclIn,"existing lists:",e.config.lists)}if((null===(n=e.datatype)||void 0===n?void 0:n.value)===`${I}langString`||(null===(o=e.languageIn)||void 0===o?void 0:o.length))return e.config.theme.createLangStringEditor(e.label,t,r,e);switch(null===(a=e.datatype)||void 0===a?void 0:a.value.replace(q,"")){case"integer":case"float":case"double":case"decimal":return e.config.theme.createNumberEditor(e.label,t,r,e);case"date":case"dateTime":return e.config.theme.createDateEditor(e.label,t,r,e);case"boolean":return e.config.theme.createBooleanEditor(e.label,t,r,e)}return e.config.theme.createTextEditor(e.label,t,r,e)}{if(t)return e.config.theme.createViewer(e.label,t,e);const n=document.createElement("div");return n.innerHTML="No value",n}}class Z extends HTMLElement{constructor(e,t,n,o){if(super(),this.template=new W(t.shapesGraph.getQuads(e,null,null,L),n,t),this.dataset.nodeId=this.template.nodeId.id,this.template.order&&(this.style.order=this.template.order),t.editMode&&(this.addButton=document.createElement("a"),this.addButton.innerText=this.template.label,this.addButton.title="Add "+this.template.label,this.addButton.classList.add("control-button","add-button"),this.addButton.addEventListener("click",(e=>{const t=this.addPropertyInstance();this.updateControls(),function(e){var t;null===(t=e.querySelector("input,select,textarea"))||void 0===t||t.focus()}(t)})),this.appendChild(this.addButton)),this.template.path){const e=o?t.dataGraph.getQuads(o,this.template.path,null,null):[];let n=!1;for(const t of e)this.addPropertyInstance(t.object),this.template.hasValue&&t.object.equals(this.template.hasValue)&&(n=!0);t.editMode&&this.template.hasValue&&!n&&this.addPropertyInstance(this.template.hasValue)}if(t.editMode&&(this.addEventListener("change",(()=>{this.updateControls()})),this.updateControls()),this.template.node&&null!==this.template.config.attributes.collapse&&(!this.template.maxCount||this.template.maxCount>1)){const e=this;e.classList.add("collapsible"),"open"===this.template.config.attributes.collapse&&e.classList.add("open");const t=document.createElement("h1");t.classList.add("activator"),t.innerText=this.template.label,t.addEventListener("click",(()=>{e.classList.toggle("open")})),this.prepend(t)}}addPropertyInstance(e){var t;let n;return(null===(t=this.template.shaclOr)||void 0===t?void 0:t.length)?e?n=ee(function(e,t){if(!e.shaclOr)return console.warn("can't resolve sh:or because template has no options",e),e;if(t instanceof f){const n=t.datatype;for(const t of e.shaclOr){const o=e.config.shapesGraph.getQuads(t,null,null,L);for(const t of o)if(t.predicate.value===`${E}datatype`&&t.object.equals(n))return e.clone().merge(o)}}else{let n=e.config.dataGraph.getObjects(t,P,null);if(n.push(...e.config.shapesGraph.getObjects(t,P,L)),n.length>0)for(const t of e.shaclOr){const o=e.config.shapesGraph.getQuads(t,null,null,L);for(const t of o){if(t.predicate.value===`${E}node`)for(const a of n)if(e.config.shapesGraph.has(new x(t.object,B,a,L)))return e.clone().merge(o);if(t.predicate.equals(M))for(const a of n)if(t.object.equals(a))return e.clone().merge(o)}}}return console.error("couldn't resolve sh:or for value",t),e}(this.template,e),e,!0):(n=H(this.template.shaclOr,this,this.template.config),te(n,"")):n=ee(this.template,e),this.template.config.editMode?this.insertBefore(n,this.addButton):this.appendChild(n),n}updateControls(){let e,t=this.querySelectorAll(":scope > .property-instance, :scope > .shacl-or-constraint, :scope > shacl-node").length;0===t&&(!this.template.node||void 0!==this.template.minCount&&this.template.minCount>0)&&(this.addPropertyInstance(),t=this.querySelectorAll(":scope > .property-instance, :scope > .shacl-or-constraint, :scope > shacl-node").length),e=void 0!==this.template.minCount?t>this.template.minCount:void 0!==this.template.node||t>1;const n=void 0===this.template.maxCount||t<this.template.maxCount;this.classList.toggle("may-remove",e),this.classList.toggle("may-add",n)}toRDF(e,t){for(const n of this.querySelectorAll(":scope > .property-instance")){const o=u.namedNode(n.dataset.path);if(n.firstChild instanceof le){const a=e.size,r=n.firstChild.toRDF(e);e.size>a&&e.addQuad(t,o,r)}else{const a=K(n.querySelector(".editor"));a&&e.addQuad(t,o,a)}}}}function ee(e,t,n=!1){var o;let a;if(e.node)a=document.createElement("div"),a.classList.add("property-instance"),a.appendChild(new le(e.node,e.config,t,e.label));else{const n=e.config.plugins.find(e.path,null===(o=e.datatype)||void 0===o?void 0:o.value);a=n?e.config.editMode?n.createEditor(e,t):n.createViewer(e,t):Y(e,t||null),a.classList.add("property-instance")}return e.config.editMode&&te(a,e.label,n),a.dataset.path=e.path,a}function te(e,t,n=!1){const o=document.createElement("button");o.innerText="×",o.type="button",o.classList.add("control-button","btn","remove-button"),o.title="Remove "+t,o.addEventListener("click",(t=>{const n=e.parentElement;e.remove(),null==n||n.dispatchEvent(new Event("change",{bubbles:!0,cancelable:!0}))})),n&&o.classList.add("persistent"),e.appendChild(o)}function ne(e,t){const n=document.createElement("div");n.dataset.subject=e,n.classList.add("shacl-group");let o=e;const a=t.shapesGraph.getQuads(e,null,null,L),r=F(a,"label",T,t.attributes.language);r&&(o=r);const s=F(a,"order");s&&(n.style.order=s);const i=document.createElement("h1");return i.innerText=o,n.appendChild(i),null!==t.attributes.collapse&&(n.classList.add("collapsible"),"open"===t.attributes.collapse&&n.classList.add("open"),i.classList.add("activator"),i.addEventListener("click",(()=>{n.classList.toggle("open")}))),n}window.customElements.define("shacl-property",Z);const oe={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let ae;const re=new Uint8Array(16);function se(){if(!ae&&(ae="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!ae))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return ae(re)}const ie=[];for(let e=0;e<256;++e)ie.push((e+256).toString(16).slice(1));const de=function(e,t,n){if(oe.randomUUID&&!t&&!e)return oe.randomUUID();const o=(e=e||{}).random||(e.rng||se)();if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,t){n=n||0;for(let e=0;e<16;++e)t[n+e]=o[e];return t}return function(e,t=0){return ie[e[t+0]]+ie[e[t+1]]+ie[e[t+2]]+ie[e[t+3]]+"-"+ie[e[t+4]]+ie[e[t+5]]+"-"+ie[e[t+6]]+ie[e[t+7]]+"-"+ie[e[t+8]]+ie[e[t+9]]+"-"+ie[e[t+10]]+ie[e[t+11]]+ie[e[t+12]]+ie[e[t+13]]+ie[e[t+14]]+ie[e[t+15]]}(o)};class le extends HTMLElement{constructor(e,t,n,o){super(),this.config=t,this.shaclSubject=e,this.nodeId=n||u.blankNode(de());const a=t.shapesGraph.getQuads(e,null,null,L);let r;this.dataset.nodeId=this.nodeId.id;for(const e of a)switch(e.predicate.id){case`${E}property`:let o=this;const a=t.shapesGraph.getQuads(e.object,`${E}group`,null,L);if(a.length>0){const e=a[0].object.value;if(t.groups.indexOf(e)>-1){let n=this.querySelector(`:scope > .shacl-group[data-subject='${e}']`);n||(n=ne(e,t),this.appendChild(n)),o=n}else console.warn("ignoring unknown group reference",a[0])}o.appendChild(new Z(e.object,t,this.nodeId,n));break;case`${E}and`:if(r=t.lists[e.object.value],null==r?void 0:r.length)for(const e of r)this.prepend(new le(e,t,n));else console.error("list not found:",e.object.value,"existing lists:",t.lists);break;case`${E}node`:this.prepend(new le(e.object,t,n));break;case`${E}targetClass`:this.targetClass=e.object;break;case`${E}or`:r=t.lists[e.object.value],(null==r?void 0:r.length)?this.appendChild(H(r,this,t)):console.error("list not found:",e.object.value,"existing lists:",t.lists)}if(o||(o=V(a,t.attributes.language)),o){const e=document.createElement("h1");e.innerText=o,this.prepend(e)}}toRDF(e,t){t||(t=this.nodeId);for(const n of this.querySelectorAll(":scope > shacl-node, :scope > .shacl-group > shacl-node, :scope > shacl-property, :scope > .shacl-group > shacl-property"))n.toRDF(e,t);return this.targetClass&&e.addQuad(t,P,this.targetClass),this.closest("shacl-node shacl-node")||e.addQuad(t,P,this.shaclSubject),t}}window.customElements.define("shacl-node",le);var we=n(9827);class he{constructor(e,t){this._size=0,this._graphs=Object.create(null),this._id=0,this._ids=Object.create(null),this._ids["><"]=0,this._entities=Object.create(null),this._blankNodeIndex=0,t||!e||e[0]||(t=e,e=null),t=t||{},this._factory=t.factory||u,e&&this.addQuads(e)}get size(){let e=this._size;if(null!==e)return e;e=0;const t=this._graphs;let n,o;for(const a in t)for(const r in n=t[a].subjects)for(const t in o=n[r])e+=Object.keys(o[t]).length;return this._size=e}_addToIndex(e,t,n,o){const a=e[t]||(e[t]={}),r=a[n]||(a[n]={}),s=o in r;return s||(r[o]=null),!s}_removeFromIndex(e,t,n,o){const a=e[t],r=a[n];delete r[o];for(const e in r)return;delete a[n];for(const e in a)return;delete e[t]}*_findInIndex(e,t,n,o,a,r,s,i){let d,l,w;const h=this._entities,c=b(i,this._factory),p={subject:null,predicate:null,object:null};t&&((d=e,e={})[t]=d[t]);for(const t in e)if(l=e[t]){p[a]=b(h[t],this._factory),n&&((d=l,l={})[n]=d[n]);for(const e in l)if(w=l[e]){p[r]=b(h[e],this._factory);const t=o?o in w?[o]:[]:Object.keys(w);for(let e=0;e<t.length;e++)p[s]=b(h[t[e]],this._factory),yield this._factory.quad(p.subject,p.predicate,p.object,c)}}}_loop(e,t){for(const n in e)t(n)}_loopByKey0(e,t,n){let o,a;if(o=e[t])for(a in o)n(a)}_loopByKey1(e,t,n){let o,a;for(o in e)a=e[o],a[t]&&n(o)}_loopBy2Keys(e,t,n,o){let a,r,s;if((a=e[t])&&(r=a[n]))for(s in r)o(s)}_countInIndex(e,t,n,o){let a,r,s,i=0;t&&((a=e,e={})[t]=a[t]);for(const t in e)if(r=e[t]){n&&((a=r,r={})[n]=a[n]);for(const e in r)(s=r[e])&&(o?o in s&&i++:i+=Object.keys(s).length)}return i}_getGraphs(e){if(!ce(e))return this._graphs;const t={};return t[e]=this._graphs[e],t}_uniqueEntities(e){const t=Object.create(null);return n=>{n in t||(t[n]=!0,e(b(this._entities[n],this._factory)))}}add(e){return this.addQuad(e),this}addQuad(e,t,n,o){t||(o=e.graph,n=e.object,t=e.predicate,e=e.subject),e=N(e),t=N(t),n=N(n),o=N(o);let a=this._graphs[o];a||(a=this._graphs[o]={subjects:{},predicates:{},objects:{}},Object.freeze(a));const r=this._ids,s=this._entities;e=r[e]||(r[s[++this._id]=e]=this._id),t=r[t]||(r[s[++this._id]=t]=this._id),n=r[n]||(r[s[++this._id]=n]=this._id);const i=this._addToIndex(a.subjects,e,t,n);return this._addToIndex(a.predicates,t,n,e),this._addToIndex(a.objects,n,e,t),this._size=null,i}addQuads(e){for(let t=0;t<e.length;t++)this.addQuad(e[t])}delete(e){return this.removeQuad(e),this}has(e,t,n,o){return e&&e.subject&&({subject:e,predicate:t,object:n,graph:o}=e),!this.readQuads(e,t,n,o).next().done}import(e){return e.on("data",(e=>{this.addQuad(e)})),e}removeQuad(e,t,n,o){t||(o=e.graph,n=e.object,t=e.predicate,e=e.subject),e=N(e),t=N(t),n=N(n),o=N(o);const a=this._ids,r=this._graphs;let s,i,d;if(!((e=a[e])&&(t=a[t])&&(n=a[n])&&(s=r[o])&&(i=s.subjects[e])&&(d=i[t])&&n in d))return!1;for(e in this._removeFromIndex(s.subjects,e,t,n),this._removeFromIndex(s.predicates,t,n,e),this._removeFromIndex(s.objects,n,e,t),null!==this._size&&this._size--,s.subjects)return!0;return delete r[o],!0}removeQuads(e){for(let t=0;t<e.length;t++)this.removeQuad(e[t])}remove(e){return e.on("data",(e=>{this.removeQuad(e)})),e}removeMatches(e,t,n,o){const a=new we.Readable({objectMode:!0});return a._read=()=>{for(const r of this.readQuads(e,t,n,o))a.push(r);a.push(null)},this.remove(a)}deleteGraph(e){return this.removeMatches(null,null,null,e)}getQuads(e,t,n,o){return[...this.readQuads(e,t,n,o)]}*readQuads(e,t,n,o){e=e&&N(e),t=t&&N(t),n=n&&N(n),o=o&&N(o);const a=this._getGraphs(o),r=this._ids;let s,i,d,l;if(!(ce(e)&&!(i=r[e])||ce(t)&&!(d=r[t])||ce(n)&&!(l=r[n])))for(const e in a)(s=a[e])&&(i?l?yield*this._findInIndex(s.objects,l,i,d,"object","subject","predicate",e):yield*this._findInIndex(s.subjects,i,d,null,"subject","predicate","object",e):d?yield*this._findInIndex(s.predicates,d,l,null,"predicate","object","subject",e):l?yield*this._findInIndex(s.objects,l,null,null,"object","subject","predicate",e):yield*this._findInIndex(s.subjects,null,null,null,"subject","predicate","object",e))}match(e,t,n,o){return new pe(this,e,t,n,o)}countQuads(e,t,n,o){e=e&&N(e),t=t&&N(t),n=n&&N(n),o=o&&N(o);const a=this._getGraphs(o),r=this._ids;let s,i,d,l,w=0;if(ce(e)&&!(i=r[e])||ce(t)&&!(d=r[t])||ce(n)&&!(l=r[n]))return 0;for(const o in a)(s=a[o])&&(w+=e?n?this._countInIndex(s.objects,l,i,d):this._countInIndex(s.subjects,i,d,l):t?this._countInIndex(s.predicates,d,l,i):this._countInIndex(s.objects,l,i,d));return w}forEach(e,t,n,o,a){this.some((t=>(e(t),!1)),t,n,o,a)}every(e,t,n,o,a){let r=!1;const s=!this.some((t=>(r=!0,!e(t))),t,n,o,a);return r&&s}some(e,t,n,o,a){for(const r of this.readQuads(t,n,o,a))if(e(r))return!0;return!1}getSubjects(e,t,n){const o=[];return this.forSubjects((e=>{o.push(e)}),e,t,n),o}forSubjects(e,t,n,o){t=t&&N(t),n=n&&N(n),o=o&&N(o);const a=this._ids,r=this._getGraphs(o);let s,i,d;if(e=this._uniqueEntities(e),!(ce(t)&&!(i=a[t])||ce(n)&&!(d=a[n])))for(o in r)(s=r[o])&&(i?d?this._loopBy2Keys(s.predicates,i,d,e):this._loopByKey1(s.subjects,i,e):d?this._loopByKey0(s.objects,d,e):this._loop(s.subjects,e))}getPredicates(e,t,n){const o=[];return this.forPredicates((e=>{o.push(e)}),e,t,n),o}forPredicates(e,t,n,o){t=t&&N(t),n=n&&N(n),o=o&&N(o);const a=this._ids,r=this._getGraphs(o);let s,i,d;if(e=this._uniqueEntities(e),!(ce(t)&&!(i=a[t])||ce(n)&&!(d=a[n])))for(o in r)(s=r[o])&&(i?d?this._loopBy2Keys(s.objects,d,i,e):this._loopByKey0(s.subjects,i,e):d?this._loopByKey1(s.predicates,d,e):this._loop(s.predicates,e))}getObjects(e,t,n){const o=[];return this.forObjects((e=>{o.push(e)}),e,t,n),o}forObjects(e,t,n,o){t=t&&N(t),n=n&&N(n),o=o&&N(o);const a=this._ids,r=this._getGraphs(o);let s,i,d;if(e=this._uniqueEntities(e),!(ce(t)&&!(i=a[t])||ce(n)&&!(d=a[n])))for(o in r)(s=r[o])&&(i?d?this._loopBy2Keys(s.subjects,i,d,e):this._loopByKey1(s.objects,i,e):d?this._loopByKey0(s.predicates,d,e):this._loop(s.objects,e))}getGraphs(e,t,n){const o=[];return this.forGraphs((e=>{o.push(e)}),e,t,n),o}forGraphs(e,t,n,o){for(const a in this._graphs)this.some((t=>(e(t.graph),!0)),t,n,o,a)}createBlankNode(e){let t,n;if(e)for(t=e=`_:${e}`,n=1;this._ids[t];)t=e+n++;else do{t="_:b"+this._blankNodeIndex++}while(this._ids[t]);return this._ids[t]=++this._id,this._entities[this._id]=t,this._factory.blankNode(t.substr(2))}extractLists({remove:e=!1,ignoreErrors:t=!1}={}){const n={},o=t?()=>!0:(e,t)=>{throw new Error(`${e.value} ${t}`)},a=this.getQuads(null,r.rdf.rest,r.rdf.nil,null),s=e?[...a]:[];return a.forEach((t=>{const a=[];let i,d,l=!1;const w=t.graph;let h=t.subject;for(;h&&!l;){const e=this.getQuads(null,null,h,null),t=this.getQuads(h,null,null,null);let n,c=null,p=null,u=null;for(let a=0;a<t.length&&!l;a++)n=t[a],n.graph.equals(w)?i?l=o(h,"has non-list arcs out"):n.predicate.value===r.rdf.first?c?l=o(h,"has multiple rdf:first arcs"):s.push(c=n):n.predicate.value===r.rdf.rest?p?l=o(h,"has multiple rdf:rest arcs"):s.push(p=n):e.length?l=o(h,"can't be subject and object"):(i=n,d="subject"):l=o(h,"not confined to single graph");for(let t=0;t<e.length&&!l;++t)n=e[t],i?l=o(h,"can't have coreferences"):n.predicate.value===r.rdf.rest?u?l=o(h,"has incoming rdf:rest arcs"):u=n:(i=n,d="object");c?a.unshift(c.object):l=o(h,"has no list head"),h=u&&u.subject}l?e=!1:i&&(n[i[d].value]=a)})),e&&this.removeQuads(s),n}*[Symbol.iterator](){yield*this.readQuads()}}function ce(e){return"string"==typeof e||e instanceof String}class pe extends we.Readable{constructor(e,t,n,o,a){super({objectMode:!0}),Object.assign(this,{n3Store:e,subject:t,predicate:n,object:o,graph:a})}get filtered(){if(!this._filtered){const{n3Store:e,graph:t,object:n,predicate:o,subject:a}=this,r=this._filtered=new he({factory:e._factory});for(const s of e.readQuads(a,o,n,t))r.addQuad(s)}return this._filtered}get size(){return this.filtered.size}_read(){for(const e of this)this.push(e);this.push(null)}add(e){return this.filtered.add(e)}delete(e){return this.filtered.delete(e)}has(e){return this.filtered.has(e)}match(e,t,n,o){return new pe(this.filtered,e,t,n,o)}*[Symbol.iterator](){yield*this._filtered||this.n3Store.readQuads(this.subject,this.predicate,this.object,this.graph)}}class ue{constructor(){this.plugins={}}register(e){void 0===e.predicate&&void 0===e.datatype?console.warn('not registering plugin because it does neither define "predicate" nor "datatype"',e):this.plugins[`${e.predicate}^${e.datatype}`]=e}list(){return Object.entries(this.plugins).map((e=>e[1]))}find(e,t){let n=this.plugins[`${e}^${t}`];return n||(n=this.plugins[`${e}^undefined`],n||this.plugins[`undefined^${t}`])}}var me=n(4375),ge=n.n(me);const{xsd:fe}=r,ye=/\\u([a-fA-F0-9]{4})|\\U([a-fA-F0-9]{8})|\\([^])/g,ve={"\\":"\\","'":"'",'"':'"',n:"\n",r:"\r",t:"\t",f:"\f",b:"\b",_:"_","~":"~",".":".","-":"-","!":"!",$:"$","&":"&","(":"(",")":")","*":"*","+":"+",",":",",";":";","=":"=","/":"/","?":"?","#":"#","@":"@","%":"%"},be=/[\x00-\x20<>\\"\{\}\|\^\`]/,Ne={_iri:!0,_unescapedIri:!0,_simpleQuotedString:!0,_langcode:!0,_blank:!0,_newline:!0,_comment:!0,_whitespace:!0,_endOfFile:!0},xe=/$0^/;class _e{constructor(e){if(this._iri=/^<((?:[^ <>{}\\]|\\[uU])+)>[ \t]*/,this._unescapedIri=/^<([^\x00-\x20<>\\"\{\}\|\^\`]*)>[ \t]*/,this._simpleQuotedString=/^"([^"\\\r\n]*)"(?=[^"])/,this._simpleApostropheString=/^'([^'\\\r\n]*)'(?=[^'])/,this._langcode=/^@([a-z]+(?:-[a-z0-9]+)*)(?=[^a-z0-9\-])/i,this._prefix=/^((?:[A-Za-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)?:(?=[#\s<])/,this._prefixed=/^((?:[A-Za-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)?:((?:(?:[0-:A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~])(?:(?:[\.\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~])*(?:[\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~]))?)?)(?:[ \t]+|(?=\.?[,;!\^\s#()\[\]\{\}"'<>]))/,this._variable=/^\?(?:(?:[A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:[\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)(?=[.,;!\^\s#()\[\]\{\}"'<>])/,this._blank=/^_:((?:[0-9A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)(?:[ \t]+|(?=\.?[,;:\s#()\[\]\{\}"'<>]))/,this._number=/^[\-+]?(?:(\d+\.\d*|\.?\d+)[eE][\-+]?|\d*(\.)?)\d+(?=\.?[,;:\s#()\[\]\{\}"'<>])/,this._boolean=/^(?:true|false)(?=[.,;\s#()\[\]\{\}"'<>])/,this._keyword=/^@[a-z]+(?=[\s#<:])/i,this._sparqlKeyword=/^(?:PREFIX|BASE|GRAPH)(?=[\s#<])/i,this._shortPredicates=/^a(?=[\s#()\[\]\{\}"'<>])/,this._newline=/^[ \t]*(?:#[^\n\r]*)?(?:\r\n|\n|\r)[ \t]*/,this._comment=/#([^\n\r]*)/,this._whitespace=/^[ \t]+/,this._endOfFile=/^(?:#[^\n\r]*)?$/,e=e||{},this._lineMode=!!e.lineMode){this._n3Mode=!1;for(const e in this)!(e in Ne)&&this[e]instanceof RegExp&&(this[e]=xe)}else this._n3Mode=!1!==e.n3;this._comments=!!e.comments,this._literalClosingPos=0}_tokenizeToEnd(e,t){let n=this._input,o=n.length;for(;;){let e,s;for(;e=this._newline.exec(n);)this._comments&&(s=this._comment.exec(e[0]))&&a("comment",s[1],"",this._line,e[0].length),n=n.substr(e[0].length,n.length),o=n.length,this._line++;if(!e&&(e=this._whitespace.exec(n))&&(n=n.substr(e[0].length,n.length)),this._endOfFile.test(n))return t&&(this._comments&&(s=this._comment.exec(n))&&a("comment",s[1],"",this._line,n.length),n=null,a("eof","","",this._line,0)),this._input=n;const i=this._line,d=n[0];let l="",w="",h="",c=null,p=0,u=!1;switch(d){case"^":if(n.length<3)break;if("^"!==n[1]){this._n3Mode&&(p=1,l="^");break}if(this._previousMarker="^^",n=n.substr(2),"<"!==n[0]){u=!0;break}case"<":if(c=this._unescapedIri.exec(n))l="IRI",w=c[1];else if(c=this._iri.exec(n)){if(w=this._unescape(c[1]),null===w||be.test(w))return r(this);l="IRI"}else n.length>1&&"<"===n[1]?(l="<<",p=2):this._n3Mode&&n.length>1&&"="===n[1]&&(l="inverse",p=2,w=">");break;case">":n.length>1&&">"===n[1]&&(l=">>",p=2);break;case"_":((c=this._blank.exec(n))||t&&(c=this._blank.exec(`${n} `)))&&(l="blank",h="_",w=c[1]);break;case'"':if(c=this._simpleQuotedString.exec(n))w=c[1];else if(({value:w,matchLength:p}=this._parseLiteral(n)),null===w)return r(this);null===c&&0===p||(l="literal",this._literalClosingPos=0);break;case"'":if(!this._lineMode){if(c=this._simpleApostropheString.exec(n))w=c[1];else if(({value:w,matchLength:p}=this._parseLiteral(n)),null===w)return r(this);null===c&&0===p||(l="literal",this._literalClosingPos=0)}break;case"?":this._n3Mode&&(c=this._variable.exec(n))&&(l="var",w=c[0]);break;case"@":"literal"===this._previousMarker&&(c=this._langcode.exec(n))?(l="langcode",w=c[1]):(c=this._keyword.exec(n))&&(l=c[0]);break;case".":if(1===n.length?t:n[1]<"0"||n[1]>"9"){l=".",p=1;break}case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case"+":case"-":(c=this._number.exec(n)||t&&(c=this._number.exec(`${n} `)))&&(l="literal",w=c[0],h="string"==typeof c[1]?fe.double:"string"==typeof c[2]?fe.decimal:fe.integer);break;case"B":case"b":case"p":case"P":case"G":case"g":(c=this._sparqlKeyword.exec(n))?l=c[0].toUpperCase():u=!0;break;case"f":case"t":(c=this._boolean.exec(n))?(l="literal",w=c[0],h=fe.boolean):u=!0;break;case"a":(c=this._shortPredicates.exec(n))?(l="abbreviation",w="a"):u=!0;break;case"=":this._n3Mode&&n.length>1&&(l="abbreviation",">"!==n[1]?(p=1,w="="):(p=2,w=">"));break;case"!":if(!this._n3Mode)break;case",":case";":case"[":case"]":case"(":case")":case"}":this._lineMode||(p=1,l=d);break;case"{":!this._lineMode&&n.length>=2&&("|"===n[1]?(l="{|",p=2):(l=d,p=1));break;case"|":n.length>=2&&"}"===n[1]&&(l="|}",p=2);break;default:u=!0}if(u&&("@prefix"!==this._previousMarker&&"PREFIX"!==this._previousMarker||!(c=this._prefix.exec(n))?((c=this._prefixed.exec(n))||t&&(c=this._prefixed.exec(`${n} `)))&&(l="prefixed",h=c[1]||"",w=this._unescape(c[2])):(l="prefix",w=c[1]||"")),"^^"===this._previousMarker)switch(l){case"prefixed":l="type";break;case"IRI":l="typeIRI";break;default:l=""}if(!l)return t||!/^'''|^"""/.test(n)&&/\n|\r/.test(n)?r(this):this._input=n;const m=p||c[0].length,g=a(l,w,h,i,m);this.previousToken=g,this._previousMarker=l,n=n.substr(m,n.length)}function a(t,a,r,s,i){const d=n?o-n.length:o,l={type:t,value:a,prefix:r,line:s,start:d,end:d+i};return e(null,l),l}function r(t){e(t._syntaxError(/^\S*/.exec(n)[0]))}}_unescape(e){let t=!1;const n=e.replace(ye,((e,n,o,a)=>{if("string"==typeof n)return String.fromCharCode(Number.parseInt(n,16));if("string"==typeof o){let e=Number.parseInt(o,16);return e<=65535?String.fromCharCode(Number.parseInt(o,16)):String.fromCharCode(55296+((e-=65536)>>10),56320+(1023&e))}return a in ve?ve[a]:(t=!0,"")}));return t?null:n}_parseLiteral(e){if(e.length>=3){const t=e.match(/^(?:"""|"|'''|'|)/)[0],n=t.length;let o=Math.max(this._literalClosingPos,n);for(;(o=e.indexOf(t,o))>0;){let t=0;for(;"\\"===e[o-t-1];)t++;if(t%2==0){const t=e.substring(n,o),a=t.split(/\r\n|\r|\n/).length-1,r=o+n;if(1===n&&0!==a||3===n&&this._lineMode)break;return this._line+=a,{value:this._unescape(t),matchLength:r}}o++}this._literalClosingPos=e.length-n+1}return{value:"",matchLength:0}}_syntaxError(e){this._input=null;const t=new Error(`Unexpected "${e}" on line ${this._line}.`);return t.context={token:void 0,line:this._line,previousToken:this.previousToken},t}_readStartingBom(e){return e.startsWith("\ufeff")?e.substr(1):e}tokenize(e,t){if(this._line=1,"string"==typeof e){if(this._input=this._readStartingBom(e),"function"!=typeof t){const e=[];let t;if(this._tokenizeToEnd(((n,o)=>n?t=n:e.push(o)),!0),t)throw t;return e}ge()((()=>this._tokenizeToEnd(t,!0)))}else this._pendingBuffer=null,"function"==typeof e.setEncoding&&e.setEncoding("utf8"),e.on("data",(e=>{null!==this._input&&0!==e.length&&(this._pendingBuffer&&(e=Buffer.concat([this._pendingBuffer,e]),this._pendingBuffer=null),128&e[e.length-1]?this._pendingBuffer=e:(void 0===this._input?this._input=this._readStartingBom("string"==typeof e?e:e.toString()):this._input+=e,this._tokenizeToEnd(t,!1)))})),e.on("end",(()=>{"string"==typeof this._input&&this._tokenizeToEnd(t,!0)})),e.on("error",t)}}let Ce=0;class Se{constructor(e){this._contextStack=[],this._graph=null,e=e||{},this._setBase(e.baseIRI),e.factory&&qe(this,e.factory);const t="string"==typeof e.format?e.format.match(/\w*$/)[0].toLowerCase():"",n=/turtle/.test(t),o=/trig/.test(t),a=/triple/.test(t),r=/quad/.test(t),s=this._n3Mode=/n3/.test(t),i=a||r;(this._supportsNamedGraphs=!(n||s))||(this._readPredicateOrNamedGraph=this._readPredicate),this._supportsQuads=!(n||o||a||s),this._supportsRDFStar=""===t||/star|\*$/.test(t),i&&(this._resolveRelativeIRI=e=>null),this._blankNodePrefix="string"!=typeof e.blankNodePrefix?"":e.blankNodePrefix.replace(/^(?!_:)/,"_:"),this._lexer=e.lexer||new _e({lineMode:i,n3:s}),this._explicitQuantifiers=!!e.explicitQuantifiers}static _resetBlankNodePrefix(){Ce=0}_setBase(e){if(e){const t=e.indexOf("#");t>=0&&(e=e.substr(0,t)),this._base=e,this._basePath=e.indexOf("/")<0?e:e.replace(/[^\/?]*(?:\?.*)?$/,""),e=e.match(/^(?:([a-z][a-z0-9+.-]*:))?(?:\/\/[^\/]*)?/i),this._baseRoot=e[0],this._baseScheme=e[1]}else this._base="",this._basePath=""}_saveContext(e,t,n,o,a){const r=this._n3Mode;this._contextStack.push({type:e,subject:n,predicate:o,object:a,graph:t,inverse:!!r&&this._inversePredicate,blankPrefix:r?this._prefixes._:"",quantified:r?this._quantified:null}),r&&(this._inversePredicate=!1,this._prefixes._=this._graph?`${this._graph.value}.`:".",this._quantified=Object.create(this._quantified))}_restoreContext(e,t){const n=this._contextStack.pop();if(!n||n.type!==e)return this._error(`Unexpected ${t.type}`,t);this._subject=n.subject,this._predicate=n.predicate,this._object=n.object,this._graph=n.graph,this._n3Mode&&(this._inversePredicate=n.inverse,this._prefixes._=n.blankPrefix,this._quantified=n.quantified)}_readInTopContext(e){switch(e.type){case"eof":return null!==this._graph?this._error("Unclosed graph",e):(delete this._prefixes._,this._callback(null,null,this._prefixes));case"PREFIX":this._sparqlStyle=!0;case"@prefix":return this._readPrefix;case"BASE":this._sparqlStyle=!0;case"@base":return this._readBaseIRI;case"{":if(this._supportsNamedGraphs)return this._graph="",this._subject=null,this._readSubject;case"GRAPH":if(this._supportsNamedGraphs)return this._readNamedGraphLabel;default:return this._readSubject(e)}}_readEntity(e,t){let n;switch(e.type){case"IRI":case"typeIRI":const t=this._resolveIRI(e.value);if(null===t)return this._error("Invalid IRI",e);n=this._namedNode(t);break;case"type":case"prefixed":const o=this._prefixes[e.prefix];if(void 0===o)return this._error(`Undefined prefix "${e.prefix}:"`,e);n=this._namedNode(o+e.value);break;case"blank":n=this._blankNode(this._prefixes[e.prefix]+e.value);break;case"var":n=this._variable(e.value.substr(1));break;default:return this._error(`Expected entity but got ${e.type}`,e)}return!t&&this._n3Mode&&n.id in this._quantified&&(n=this._quantified[n.id]),n}_readSubject(e){switch(this._predicate=null,e.type){case"[":return this._saveContext("blank",this._graph,this._subject=this._blankNode(),null,null),this._readBlankNodeHead;case"(":return this._saveContext("list",this._graph,this.RDF_NIL,null,null),this._subject=null,this._readListItem;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._graph=this._blankNode(),null,null),this._readSubject):this._error("Unexpected graph",e);case"}":return this._readPunctuation(e);case"@forSome":return this._n3Mode?(this._subject=null,this._predicate=this.N3_FORSOME,this._quantifier=this._blankNode,this._readQuantifierList):this._error('Unexpected "@forSome"',e);case"@forAll":return this._n3Mode?(this._subject=null,this._predicate=this.N3_FORALL,this._quantifier=this._variable,this._readQuantifierList):this._error('Unexpected "@forAll"',e);case"literal":if(!this._n3Mode)return this._error("Unexpected literal",e);if(0===e.prefix.length)return this._literalValue=e.value,this._completeSubjectLiteral;this._subject=this._literal(e.value,this._namedNode(e.prefix));break;case"<<":return this._supportsRDFStar?(this._saveContext("<<",this._graph,null,null,null),this._graph=null,this._readSubject):this._error("Unexpected RDF* syntax",e);default:if(void 0===(this._subject=this._readEntity(e)))return;if(this._n3Mode)return this._getPathReader(this._readPredicateOrNamedGraph)}return this._readPredicateOrNamedGraph}_readPredicate(e){const t=e.type;switch(t){case"inverse":this._inversePredicate=!0;case"abbreviation":this._predicate=this.ABBREVIATIONS[e.value];break;case".":case"]":case"}":return null===this._predicate?this._error(`Unexpected ${t}`,e):(this._subject=null,"]"===t?this._readBlankNodeTail(e):this._readPunctuation(e));case";":return null!==this._predicate?this._readPredicate:this._error("Expected predicate but got ;",e);case"[":if(this._n3Mode)return this._saveContext("blank",this._graph,this._subject,this._subject=this._blankNode(),null),this._readBlankNodeHead;case"blank":if(!this._n3Mode)return this._error("Disallowed blank node as predicate",e);default:if(void 0===(this._predicate=this._readEntity(e)))return}return this._readObject}_readObject(e){switch(e.type){case"literal":if(0===e.prefix.length)return this._literalValue=e.value,this._readDataTypeOrLang;this._object=this._literal(e.value,this._namedNode(e.prefix));break;case"[":return this._saveContext("blank",this._graph,this._subject,this._predicate,this._subject=this._blankNode()),this._readBlankNodeHead;case"(":return this._saveContext("list",this._graph,this._subject,this._predicate,this.RDF_NIL),this._subject=null,this._readListItem;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._subject,this._predicate,this._graph=this._blankNode()),this._readSubject):this._error("Unexpected graph",e);case"<<":return this._supportsRDFStar?(this._saveContext("<<",this._graph,this._subject,this._predicate,null),this._graph=null,this._readSubject):this._error("Unexpected RDF* syntax",e);default:if(void 0===(this._object=this._readEntity(e)))return;if(this._n3Mode)return this._getPathReader(this._getContextEndReader())}return this._getContextEndReader()}_readPredicateOrNamedGraph(e){return"{"===e.type?this._readGraph(e):this._readPredicate(e)}_readGraph(e){return"{"!==e.type?this._error(`Expected graph but got ${e.type}`,e):(this._graph=this._subject,this._subject=null,this._readSubject)}_readBlankNodeHead(e){return"]"===e.type?(this._subject=null,this._readBlankNodeTail(e)):(this._predicate=null,this._readPredicate(e))}_readBlankNodeTail(e){if("]"!==e.type)return this._readBlankNodePunctuation(e);null!==this._subject&&this._emit(this._subject,this._predicate,this._object,this._graph);const t=null===this._predicate;return this._restoreContext("blank",e),null!==this._object?this._getContextEndReader():null!==this._predicate?this._readObject:t?this._readPredicateOrNamedGraph:this._readPredicateAfterBlank}_readPredicateAfterBlank(e){switch(e.type){case".":case"}":return this._subject=null,this._readPunctuation(e);default:return this._readPredicate(e)}}_readListItem(e){let t=null,n=null,o=this._readListItem;const a=this._subject,r=this._contextStack,s=r[r.length-1];switch(e.type){case"[":this._saveContext("blank",this._graph,n=this._blankNode(),this.RDF_FIRST,this._subject=t=this._blankNode()),o=this._readBlankNodeHead;break;case"(":this._saveContext("list",this._graph,n=this._blankNode(),this.RDF_FIRST,this.RDF_NIL),this._subject=null;break;case")":if(this._restoreContext("list",e),0!==r.length&&"list"===r[r.length-1].type&&this._emit(this._subject,this._predicate,this._object,this._graph),null===this._predicate){if(o=this._readPredicate,this._subject===this.RDF_NIL)return o}else if(o=this._getContextEndReader(),this._object===this.RDF_NIL)return o;n=this.RDF_NIL;break;case"literal":0===e.prefix.length?(this._literalValue=e.value,o=this._readListItemDataTypeOrLang):(t=this._literal(e.value,this._namedNode(e.prefix)),o=this._getContextEndReader());break;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._subject,this._predicate,this._graph=this._blankNode()),this._readSubject):this._error("Unexpected graph",e);default:if(void 0===(t=this._readEntity(e)))return}if(null===n&&(this._subject=n=this._blankNode()),null===a?null===s.predicate?s.subject=n:s.object=n:this._emit(a,this.RDF_REST,n,this._graph),null!==t){if(this._n3Mode&&("IRI"===e.type||"prefixed"===e.type))return this._saveContext("item",this._graph,n,this.RDF_FIRST,t),this._subject=t,this._predicate=null,this._getPathReader(this._readListItem);this._emit(n,this.RDF_FIRST,t,this._graph)}return o}_readDataTypeOrLang(e){return this._completeObjectLiteral(e,!1)}_readListItemDataTypeOrLang(e){return this._completeObjectLiteral(e,!0)}_completeLiteral(e){let t=this._literal(this._literalValue);switch(e.type){case"type":case"typeIRI":const n=this._readEntity(e);if(void 0===n)return;t=this._literal(this._literalValue,n),e=null;break;case"langcode":t=this._literal(this._literalValue,e.value),e=null}return{token:e,literal:t}}_completeSubjectLiteral(e){return this._subject=this._completeLiteral(e).literal,this._readPredicateOrNamedGraph}_completeObjectLiteral(e,t){const n=this._completeLiteral(e);if(n)return this._object=n.literal,t&&this._emit(this._subject,this.RDF_FIRST,this._object,this._graph),null===n.token?this._getContextEndReader():(this._readCallback=this._getContextEndReader(),this._readCallback(n.token))}_readFormulaTail(e){return"}"!==e.type?this._readPunctuation(e):(null!==this._subject&&this._emit(this._subject,this._predicate,this._object,this._graph),this._restoreContext("formula",e),null===this._object?this._readPredicate:this._getContextEndReader())}_readPunctuation(e){let t,n=this._graph;const o=this._subject,a=this._inversePredicate;switch(e.type){case"}":if(null===this._graph)return this._error("Unexpected graph closing",e);if(this._n3Mode)return this._readFormulaTail(e);this._graph=null;case".":this._subject=null,t=this._contextStack.length?this._readSubject:this._readInTopContext,a&&(this._inversePredicate=!1);break;case";":t=this._readPredicate;break;case",":t=this._readObject;break;case"{|":if(!this._supportsRDFStar)return this._error("Unexpected RDF* syntax",e);const r=this._predicate,s=this._object;this._subject=this._quad(o,r,s,this.DEFAULTGRAPH),t=this._readPredicate;break;case"|}":if("Quad"!==this._subject.termType)return this._error("Unexpected asserted triple closing",e);this._subject=null,t=this._readPunctuation;break;default:if(this._supportsQuads&&null===this._graph&&void 0!==(n=this._readEntity(e))){t=this._readQuadPunctuation;break}return this._error(`Expected punctuation to follow "${this._object.id}"`,e)}if(null!==o){const e=this._predicate,t=this._object;a?this._emit(t,e,o,n):this._emit(o,e,t,n)}return t}_readBlankNodePunctuation(e){let t;switch(e.type){case";":t=this._readPredicate;break;case",":t=this._readObject;break;default:return this._error(`Expected punctuation to follow "${this._object.id}"`,e)}return this._emit(this._subject,this._predicate,this._object,this._graph),t}_readQuadPunctuation(e){return"."!==e.type?this._error("Expected dot to follow quad",e):this._readInTopContext}_readPrefix(e){return"prefix"!==e.type?this._error("Expected prefix to follow @prefix",e):(this._prefix=e.value,this._readPrefixIRI)}_readPrefixIRI(e){if("IRI"!==e.type)return this._error(`Expected IRI to follow prefix "${this._prefix}:"`,e);const t=this._readEntity(e);return this._prefixes[this._prefix]=t.value,this._prefixCallback(this._prefix,t),this._readDeclarationPunctuation}_readBaseIRI(e){const t="IRI"===e.type&&this._resolveIRI(e.value);return t?(this._setBase(t),this._readDeclarationPunctuation):this._error("Expected valid IRI to follow base declaration",e)}_readNamedGraphLabel(e){switch(e.type){case"IRI":case"blank":case"prefixed":return this._readSubject(e),this._readGraph;case"[":return this._readNamedGraphBlankLabel;default:return this._error("Invalid graph label",e)}}_readNamedGraphBlankLabel(e){return"]"!==e.type?this._error("Invalid graph label",e):(this._subject=this._blankNode(),this._readGraph)}_readDeclarationPunctuation(e){return this._sparqlStyle?(this._sparqlStyle=!1,this._readInTopContext(e)):"."!==e.type?this._error("Expected declaration to end with a dot",e):this._readInTopContext}_readQuantifierList(e){let t;switch(e.type){case"IRI":case"prefixed":if(void 0!==(t=this._readEntity(e,!0)))break;default:return this._error(`Unexpected ${e.type}`,e)}return this._explicitQuantifiers?(null===this._subject?this._emit(this._graph||this.DEFAULTGRAPH,this._predicate,this._subject=this._blankNode(),this.QUANTIFIERS_GRAPH):this._emit(this._subject,this.RDF_REST,this._subject=this._blankNode(),this.QUANTIFIERS_GRAPH),this._emit(this._subject,this.RDF_FIRST,t,this.QUANTIFIERS_GRAPH)):this._quantified[t.id]=this._quantifier(this._blankNode().value),this._readQuantifierPunctuation}_readQuantifierPunctuation(e){return","===e.type?this._readQuantifierList:(this._explicitQuantifiers&&(this._emit(this._subject,this.RDF_REST,this.RDF_NIL,this.QUANTIFIERS_GRAPH),this._subject=null),this._readCallback=this._getContextEndReader(),this._readCallback(e))}_getPathReader(e){return this._afterPath=e,this._readPath}_readPath(e){switch(e.type){case"!":return this._readForwardPath;case"^":return this._readBackwardPath;default:const t=this._contextStack,n=t.length&&t[t.length-1];if(n&&"item"===n.type){const t=this._subject;this._restoreContext("item",e),this._emit(this._subject,this.RDF_FIRST,t,this._graph)}return this._afterPath(e)}}_readForwardPath(e){let t,n;const o=this._blankNode();if(void 0!==(n=this._readEntity(e)))return null===this._predicate?(t=this._subject,this._subject=o):(t=this._object,this._object=o),this._emit(t,n,o,this._graph),this._readPath}_readBackwardPath(e){const t=this._blankNode();let n,o;if(void 0!==(n=this._readEntity(e)))return null===this._predicate?(o=this._subject,this._subject=t):(o=this._object,this._object=t),this._emit(t,n,o,this._graph),this._readPath}_readRDFStarTailOrGraph(e){return">>"!==e.type?this._supportsQuads&&null===this._graph&&void 0!==(this._graph=this._readEntity(e))?this._readRDFStarTail:this._error(`Expected >> to follow "${this._object.id}"`,e):this._readRDFStarTail(e)}_readRDFStarTail(e){if(">>"!==e.type)return this._error(`Expected >> but got ${e.type}`,e);const t=this._quad(this._subject,this._predicate,this._object,this._graph||this.DEFAULTGRAPH);return this._restoreContext("<<",e),null===this._subject?(this._subject=t,this._readPredicate):(this._object=t,this._getContextEndReader())}_getContextEndReader(){const e=this._contextStack;if(!e.length)return this._readPunctuation;switch(e[e.length-1].type){case"blank":return this._readBlankNodeTail;case"list":return this._readListItem;case"formula":return this._readFormulaTail;case"<<":return this._readRDFStarTailOrGraph}}_emit(e,t,n,o){this._callback(null,this._quad(e,t,n,o||this.DEFAULTGRAPH))}_error(e,t){const n=new Error(`${e} on line ${t.line}.`);n.context={token:t,line:t.line,previousToken:this._lexer.previousToken},this._callback(n),this._callback=Ee}_resolveIRI(e){return/^[a-z][a-z0-9+.-]*:/i.test(e)?e:this._resolveRelativeIRI(e)}_resolveRelativeIRI(e){if(!e.length)return this._base;switch(e[0]){case"#":return this._base+e;case"?":return this._base.replace(/(?:\?.*)?$/,e);case"/":return("/"===e[1]?this._baseScheme:this._baseRoot)+this._removeDotSegments(e);default:return/^[^/:]*:/.test(e)?null:this._removeDotSegments(this._basePath+e)}}_removeDotSegments(e){if(!/(^|\/)\.\.?($|[/#?])/.test(e))return e;const t=e.length;let n="",o=-1,a=-1,r=0,s="/";for(;o<t;){switch(s){case":":if(a<0&&"/"===e[++o]&&"/"===e[++o])for(;(a=o+1)<t&&"/"!==e[a];)o=a;break;case"?":case"#":o=t;break;case"/":if("."===e[o+1])switch(s=e[1+ ++o],s){case"/":n+=e.substring(r,o-1),r=o+1;break;case void 0:case"?":case"#":return n+e.substring(r,o)+e.substr(o+1);case".":if(s=e[1+ ++o],void 0===s||"/"===s||"?"===s||"#"===s){if(n+=e.substring(r,o-2),(r=n.lastIndexOf("/"))>=a&&(n=n.substr(0,r)),"/"!==s)return`${n}/${e.substr(o+1)}`;r=o+1}}}s=e[++o]}return n+e.substring(r)}parse(e,t,n){if(this._readCallback=this._readInTopContext,this._sparqlStyle=!1,this._prefixes=Object.create(null),this._prefixes._=this._blankNodePrefix?this._blankNodePrefix.substr(2):`b${Ce++}_`,this._prefixCallback=n||Ee,this._inversePredicate=!1,this._quantified=Object.create(null),!t){const t=[];let n;if(this._callback=(e,o)=>{e?n=e:o&&t.push(o)},this._lexer.tokenize(e).every((e=>this._readCallback=this._readCallback(e))),n)throw n;return t}this._callback=t,this._lexer.tokenize(e,((e,t)=>{null!==e?(this._callback(e),this._callback=Ee):this._readCallback&&(this._readCallback=this._readCallback(t))}))}}function Ee(){}function qe(e,t){const n=t.namedNode;e._namedNode=n,e._blankNode=t.blankNode,e._literal=t.literal,e._variable=t.variable,e._quad=t.quad,e.DEFAULTGRAPH=t.defaultGraph(),e.RDF_FIRST=n(r.rdf.first),e.RDF_REST=n(r.rdf.rest),e.RDF_NIL=n(r.rdf.nil),e.N3_FORALL=n(r.r.forAll),e.N3_FORSOME=n(r.r.forSome),e.ABBREVIATIONS={a:n(r.rdf.type),"=":n(r.owl.sameAs),">":n(r.log.implies)},e.QUANTIFIERS_GRAPH=n("urn:n3:quantifiers")}qe(Se.prototype,u);var Ie=n(6805),Te=function(e,t,n,o){return new(n||(n=Promise))((function(a,r){function s(e){try{d(o.next(e))}catch(e){r(e)}}function i(e){try{d(o.throw(e))}catch(e){r(e)}}function d(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(s,i)}d((o=o.apply(e,t||[])).next())}))};class Re{constructor(e){this.abortController=null,this.loadedOwlImports=[],this.loadedClasses=[],this.config=e}loadGraphs(){return Te(this,void 0,void 0,(function*(){this.abortController&&this.abortController.abort(),this.abortController=new AbortController,this.loadedOwlImports=[],this.loadedClasses=[];const e=new he,t=new he;this.config.prefixes={},yield Promise.all([this.importRDF(this.config.attributes.shapes?this.config.attributes.shapes:this.config.attributes.shapesUrl?this.fetchRDF(this.config.attributes.shapesUrl):"",e,L),this.importRDF(this.config.attributes.values?this.config.attributes.values:this.config.attributes.valuesUrl?this.fetchRDF(this.config.attributes.valuesUrl):"",t,void 0,new Se({blankNodePrefix:""}))]),this.config.shapesGraph=e,this.config.dataGraph=t}))}importRDF(e,t,n,o){return Te(this,void 0,void 0,(function*(){const a=o||new Se,r=e=>Te(this,void 0,void 0,(function*(){const r=[];yield new Promise(((s,i)=>{a.parse(e,((e,a,d)=>{if(e)return i(e);if(a){if(t.add(new x(a.subject,a.predicate,a.object,n)),null===this.config.attributes.ignoreOwlImports&&j.equals(a.predicate)){const e=this.toURL(a.object.value);e&&this.loadedOwlImports.indexOf(e)<0&&(this.loadedOwlImports.push(e),r.push(this.importRDF(this.fetchRDF(e),t,n,o)))}this.config.classInstanceProvider&&M.equals(a.predicate)&&this.loadedClasses.indexOf(a.object.value)<0&&(this.loadedClasses.push(a.object.value),r.push(this.importRDF(this.config.classInstanceProvider(a.object.value),t,n,o)))}else d&&this.config.registerPrefixes(d),s(null)}))}));try{yield Promise.all(r)}catch(e){console.warn(e)}}));if(e instanceof Promise&&(e=yield e),e){try{e=Ie.toRDF(JSON.parse(e),{format:"application/n-quads"})}catch(e){}yield r(e)}}))}fetchRDF(e){var t;return Te(this,void 0,void 0,(function*(){try{const n=yield fetch(e,{headers:{Accept:"text/turtle, application/trig, application/n-triples, application/n-quads, text/n3, application/ld+json"},signal:null===(t=this.abortController)||void 0===t?void 0:t.signal});if(n.ok)return n.text()}catch(t){throw new Error("failed loading "+e+", reason:"+t)}throw new Error("failed loading "+e)}))}toURL(e){if(G(e))return e;if(this.config.prefixes){const t=e.split(":");if(2===t.length){const n=this.config.prefixes[t[0]];if(n&&G(e=e.replace(`${t[0]}:`,n)))return e}}return null}}class Ae{constructor(){this.shapes=null,this.shapesUrl=null,this.shapeSubject=null,this.values=null,this.valuesUrl=null,this.valueSubject=null,this.mode=null,this.language=navigator.language,this.loading="Loading…",this.ignoreOwlImports=null,this.collapse=null,this.submitButton=null}}class Le{constructor(e,t){this.attributes=new Ae,this.loader=new Re(this),this.prefixes={},this.plugins=new ue,this.editMode=!0,this.dataGraph=new he,this.lists={},this.groups=[],this._shapesGraph=new he,this.theme=e,this.form=t}updateAttributes(e){const t=new Ae;for(const n of Object.keys(t))void 0!==e.dataset[n]&&(t[n]=e.dataset[n]);this.editMode="view"!==t.mode,this.attributes=t}static dataAttributes(){const e=new Ae;return Object.keys(e).map((e=>(e=e.replace(/[A-Z]/g,(e=>"-"+e.toLowerCase())),"data-"+e)))}get shapesGraph(){return this._shapesGraph}set shapesGraph(e){this._shapesGraph=e,this.lists=e.extractLists(),this.groups=[],e.getQuads(null,P,`${E}PropertyGroup`,L).forEach((e=>{this.groups.push(e.subject.value)}))}registerPrefixes(e){for(const t in e)t&&(this.prefixes[t]=e[t])}}const je=u.defaultGraph(),{rdf:Pe,xsd:ke}=r,Oe=/["\\\t\n\r\b\f\u0000-\u0019\ud800-\udbff]/,De=/["\\\t\n\r\b\f\u0000-\u0019]|[\ud800-\udbff][\udc00-\udfff]/g,$e={"\\":"\\\\",'"':'\\"',"\t":"\\t","\n":"\\n","\r":"\\r","\b":"\\b","\f":"\\f"};class Me extends m{equals(e){return e===this}}class Be{constructor(e,t){if(this._prefixRegex=/$0^/,e&&"function"!=typeof e.write&&(t=e,e=null),t=t||{},this._lists=t.lists,e)this._outputStream=e,this._endStream=void 0===t.end||!!t.end;else{let e="";this._outputStream={write(t,n,o){e+=t,o&&o()},end:t=>{t&&t(null,e)}},this._endStream=!0}this._subject=null,/triple|quad/i.test(t.format)?(this._lineMode=!0,this._writeQuad=this._writeQuadLine):(this._lineMode=!1,this._graph=je,this._prefixIRIs=Object.create(null),t.prefixes&&this.addPrefixes(t.prefixes),t.baseIRI&&(this._baseMatcher=new RegExp(`^${Ve(t.baseIRI)}${t.baseIRI.endsWith("/")?"":"[#?]"}`),this._baseLength=t.baseIRI.length))}get _inDefaultGraph(){return je.equals(this._graph)}_write(e,t){this._outputStream.write(e,"utf8",t)}_writeQuad(e,t,n,o,a){try{o.equals(this._graph)||(this._write((null===this._subject?"":this._inDefaultGraph?".\n":"\n}\n")+(je.equals(o)?"":`${this._encodeIriOrBlank(o)} {\n`)),this._graph=o,this._subject=null),e.equals(this._subject)?t.equals(this._predicate)?this._write(`, ${this._encodeObject(n)}`,a):this._write(`;\n ${this._encodePredicate(this._predicate=t)} ${this._encodeObject(n)}`,a):this._write(`${(null===this._subject?"":".\n")+this._encodeSubject(this._subject=e)} ${this._encodePredicate(this._predicate=t)} ${this._encodeObject(n)}`,a)}catch(e){a&&a(e)}}_writeQuadLine(e,t,n,o,a){delete this._prefixMatch,this._write(this.quadToString(e,t,n,o),a)}quadToString(e,t,n,o){return`${this._encodeSubject(e)} ${this._encodeIriOrBlank(t)} ${this._encodeObject(n)}${o&&o.value?` ${this._encodeIriOrBlank(o)} .\n`:" .\n"}`}quadsToString(e){return e.map((e=>this.quadToString(e.subject,e.predicate,e.object,e.graph))).join("")}_encodeSubject(e){return"Quad"===e.termType?this._encodeQuad(e):this._encodeIriOrBlank(e)}_encodeIriOrBlank(e){if("NamedNode"!==e.termType)return this._lists&&e.value in this._lists&&(e=this.list(this._lists[e.value])),"id"in e?e.id:`_:${e.value}`;let t=e.value;this._baseMatcher&&this._baseMatcher.test(t)&&(t=t.substr(this._baseLength)),Oe.test(t)&&(t=t.replace(De,Fe));const n=this._prefixRegex.exec(t);return n?n[1]?this._prefixIRIs[n[1]]+n[2]:t:`<${t}>`}_encodeLiteral(e){let t=e.value;if(Oe.test(t)&&(t=t.replace(De,Fe)),e.language)return`"${t}"@${e.language}`;if(this._lineMode){if(e.datatype.value===ke.string)return`"${t}"`}else switch(e.datatype.value){case ke.string:return`"${t}"`;case ke.boolean:if("true"===t||"false"===t)return t;break;case ke.integer:if(/^[+-]?\d+$/.test(t))return t;break;case ke.decimal:if(/^[+-]?\d*\.\d+$/.test(t))return t;break;case ke.double:if(/^[+-]?(?:\d+\.\d*|\.?\d+)[eE][+-]?\d+$/.test(t))return t}return`"${t}"^^${this._encodeIriOrBlank(e.datatype)}`}_encodePredicate(e){return e.value===Pe.type?"a":this._encodeIriOrBlank(e)}_encodeObject(e){switch(e.termType){case"Quad":return this._encodeQuad(e);case"Literal":return this._encodeLiteral(e);default:return this._encodeIriOrBlank(e)}}_encodeQuad({subject:e,predicate:t,object:n,graph:o}){return`<<${this._encodeSubject(e)} ${this._encodePredicate(t)} ${this._encodeObject(n)}${s(o)?"":` ${this._encodeIriOrBlank(o)}`}>>`}_blockedWrite(){throw new Error("Cannot write because the writer has been closed.")}addQuad(e,t,n,o,a){void 0===n?this._writeQuad(e.subject,e.predicate,e.object,e.graph,t):"function"==typeof o?this._writeQuad(e,t,n,je,o):this._writeQuad(e,t,n,o||je,a)}addQuads(e){for(let t=0;t<e.length;t++)this.addQuad(e[t])}addPrefix(e,t,n){const o={};o[e]=t,this.addPrefixes(o,n)}addPrefixes(e,t){if(!this._prefixIRIs)return t&&t();let n=!1;for(let t in e){let o=e[t];"string"!=typeof o&&(o=o.value),n=!0,null!==this._subject&&(this._write(this._inDefaultGraph?".\n":"\n}\n"),this._subject=null,this._graph=""),this._prefixIRIs[o]=t+=":",this._write(`@prefix ${t} <${o}>.\n`)}if(n){let e="",t="";for(const n in this._prefixIRIs)e+=e?`|${n}`:n,t+=(t?"|":"")+this._prefixIRIs[n];e=Ve(e),this._prefixRegex=new RegExp(`^(?:${t})[^/]*$|^(${e})([_a-zA-Z][\\-_a-zA-Z0-9]*)$`)}this._write(n?"\n":"",t)}blank(e,t){let n,o,a=e;switch(void 0===e?a=[]:e.termType?a=[{predicate:e,object:t}]:"length"in e||(a=[e]),o=a.length){case 0:return new Me("[]");case 1:if(n=a[0],!(n.object instanceof Me))return new Me(`[ ${this._encodePredicate(n.predicate)} ${this._encodeObject(n.object)} ]`);default:let t="[";for(let r=0;r<o;r++)n=a[r],n.predicate.equals(e)?t+=`, ${this._encodeObject(n.object)}`:(t+=`${(r?";\n ":"\n ")+this._encodePredicate(n.predicate)} ${this._encodeObject(n.object)}`,e=n.predicate);return new Me(`${t}\n]`)}}list(e){const t=e&&e.length||0,n=new Array(t);for(let o=0;o<t;o++)n[o]=this._encodeObject(e[o]);return new Me(`(${n.join(" ")})`)}end(e){null!==this._subject&&(this._write(this._inDefaultGraph?".\n":"\n}\n"),this._subject=null),this._write=this._blockedWrite;let t=e&&((n,o)=>{t=null,e(n,o)});if(this._endStream)try{return this._outputStream.end(t)}catch(e){}t&&t()}}function Fe(e){let t=$e[e];return void 0===t&&(1===e.length?(t=e.charCodeAt(0).toString(16),t="\\u0000".substr(0,6-t.length)+t):(t=(1024*(e.charCodeAt(0)-55296)+e.charCodeAt(1)+9216).toString(16),t="\\U00000000".substr(0,10-t.length)+t)),t}function Ve(e){return e.replace(/[\]\/\(\)\*\+\?\.\\\$]/g,"\\$&")}var Ue=n(1989),ze=n.n(Ue),Qe=function(e,t,n,o){return new(n||(n=Promise))((function(a,r){function s(e){try{d(o.next(e))}catch(e){r(e)}}function i(e){try{d(o.throw(e))}catch(e){r(e)}}function d(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(s,i)}d((o=o.apply(e,t||[])).next())}))};class Ge extends HTMLElement{static get observedAttributes(){return Le.dataAttributes()}constructor(e){super(),this.shape=null,this.attachShadow({mode:"open"}),this.form=document.createElement("form"),this.config=new Le(e,this.form),this.form.addEventListener("change",(e=>{e.stopPropagation(),this.config.editMode&&this.validate(!0).then((e=>{this.dispatchEvent(new CustomEvent("change",{bubbles:!0,cancelable:!1,composed:!0,detail:{valid:e}}))})).catch((e=>{console.log(e)}))}))}connectedCallback(){this.shadowRoot.prepend(this.form)}attributeChangedCallback(){this.config.updateAttributes(this),this.initialize()}initialize(){clearTimeout(this.initDebounceTimeout),this.initDebounceTimeout=setTimeout((()=>Qe(this,void 0,void 0,(function*(){this.form.replaceChildren(document.createTextNode(this.config.attributes.loading));try{yield this.config.loader.loadGraphs(),this.form.replaceChildren();const e=this.findRootShaclShapeSubject();if(!e)throw new Error("shacl root node shape not found");this.form.classList.forEach((e=>{this.form.classList.remove(e)})),this.form.classList.toggle("mode-edit",this.config.editMode),this.form.classList.toggle("mode-view",!this.config.editMode),this.config.theme.apply(this.form);const t=[this.config.theme.stylesheet];for(const e of this.config.plugins.list())e.stylesheet&&t.push(e.stylesheet);if(this.shadowRoot.adoptedStyleSheets=t,this.shape=new le(e,this.config,this.config.attributes.valueSubject?u.namedNode(this.config.attributes.valueSubject):void 0),this.form.appendChild(this.shape),this.config.editMode){if(null!==this.config.attributes.submitButton){const e=this.config.theme.createButton(this.config.attributes.submitButton||"Submit",!0);e.addEventListener("click",(e=>{e.preventDefault(),this.validate().then((e=>{if(e&&this.form.checkValidity())this.dispatchEvent(new Event("submit",{bubbles:!0,cancelable:!0}));else{const e=this.form.querySelector(":scope .invalid > .editor");e?e.focus():this.form.reportValidity()}}))})),this.form.appendChild(e)}yield this.validate(!0)}}catch(e){console.error(e);const t=document.createElement("div");t.innerText=String(e),this.form.replaceChildren(t)}}))),200)}serialize(e="text/turtle"){var t;const n=new he;return null===(t=this.shape)||void 0===t||t.toRDF(n),function(e,t,n){if("application/ld+json"===t)return function(e){const t=[];for(const n of e){const e={"@id":n.subject.id};if(n.predicate===P)e["@type"]=n.object.id;else{let t=n.object.value;n.object instanceof f?n.object.language?t={"@language":n.object.language,"@value":n.object.value}:n.object.datatype&&n.object.datatype.value!==`${q}#string`&&(t={"@type":n.object.datatype.value,"@value":n.object.value}):t={"@id":n.object.id},e[n.predicate.value]=t}t.push(e)}return JSON.stringify(t)}(e);{const o=new Be({format:t,prefixes:n});o.addQuads(e);let a="";return o.end(((e,t)=>{e&&console.error(e),a=t})),a}}(n.getQuads(null,null,null,null),e,this.config.prefixes)}registerPlugin(e,t){this.config.plugins.register(e),this.initialize()}setTheme(e){this.config.theme=e,this.initialize()}setClassInstanceProvider(e){this.config.classInstanceProvider=e,this.initialize()}validate(e=!1){var t,n,o;return Qe(this,void 0,void 0,(function*(){for(const e of this.form.querySelectorAll(":scope .validation-error"))e.remove();for(const e of this.form.querySelectorAll(":scope .property-instance"))e.classList.remove("invalid"),(null===(t=e.querySelector(":scope > .editor"))||void 0===t?void 0:t.value)?e.classList.add("valid"):e.classList.remove("valid");this.config.shapesGraph.deleteGraph(""),null===(n=this.shape)||void 0===n||n.toRDF(this.config.shapesGraph);const a=yield new(ze())(this.config.shapesGraph).validate(this.config.shapesGraph);for(const t of a.results)if(t.path){let n=this.form.querySelectorAll(`:scope [data-node-id='${t.focusNode.id}'] [data-path='${t.path.id}'] > .editor`);0===n.length&&(n=this.form.querySelectorAll(`:scope [data-node-id='${t.focusNode.id}'] [data-path='${t.path.id}']`));for(const o of n)if(o.classList.contains("editor")){if(!e||o.value){let e=o.parentElement;e.classList.add("invalid"),e.classList.remove("valid"),e.appendChild(this.createValidationErrorDisplay(t));do{e.classList.contains("collapsible")&&e.classList.add("open"),e=e.parentElement}while(e)}}else e||(o.classList.add("invalid"),o.classList.remove("valid"),o.appendChild(this.createValidationErrorDisplay(t,"node")))}else e||null===(o=this.form.querySelector(`:scope [data-node-id='${t.focusNode.id}']`))||void 0===o||o.prepend(this.createValidationErrorDisplay(t,"node"));return a.conforms}))}createValidationErrorDisplay(e,t){var n,o;const a=document.createElement("span");if(a.classList.add("validation-error"),t&&a.classList.add(t),e)if((null===(n=e.message)||void 0===n?void 0:n.length)>0)for(const t of e.message)a.title+=t.value+"\n";else a.title=null===(o=e.sourceConstraintComponent)||void 0===o?void 0:o.value;return a}findRootShaclShapeSubject(){let e=null;if(this.config.attributes.shapeSubject){if(e=u.namedNode(this.config.attributes.shapeSubject),!this.config.shapesGraph.has(new x(e,P,$,L)))return void console.warn(`shapes graph does not contain requested root shape ${this.config.attributes.shapeSubject}`)}else if(this.config.attributes.valueSubject&&this.config.dataGraph.size>0){const t=u.namedNode(this.config.attributes.valueSubject),n=this.config.dataGraph.getQuads(t,P,null,null);if(0===n.length)return void console.warn(`value subject '${this.config.attributes.valueSubject}' has no ${P.id} statement`);for(const t of n)if(this.config.shapesGraph.has(new x(t.object,P,$,L))){e=t.object;break}if(!e){const t=this.config.shapesGraph.getQuads(null,B,n[0].object,L);if(0===t.length)return void console.error(`value subject '${this.config.attributes.valueSubject}' has no shacl shape definition in the shapes graph`);if(t.length>1&&console.warn(`value subject '${this.config.attributes.valueSubject}' has multiple shacl shape definitions in the shapes graph, choosing the first found (${t[0].subject})`),0===this.config.shapesGraph.getQuads(t[0].subject,P,$,L).length)return void console.error(`value subject '${this.config.attributes.valueSubject}' references a shape which is not a NodeShape (${t[0].subject})`);e=t[0].subject}}else{const t=this.config.shapesGraph.getQuads(null,P,$,L);if(0==t.length)return void console.warn("shapes graph does not contain any root shapes");t.length>1&&(console.warn("shapes graph contains",t.length,"root shapes. choosing first found which is",t[0].subject.value),console.info('hint: set the shape to use with attribute "data-shape-subject"')),e=t[0].subject}return e}}function He(e,t,n,o){var a,r=arguments.length,s=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,o);else for(var i=e.length-1;i>=0;i--)(a=e[i])&&(s=(r<3?a(s):r>3?a(t,n,s):a(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s}Object.create,Object.create,"function"==typeof SuppressedError&&SuppressedError;const Je=e=>(t,n)=>{void 0!==n?n.addInitializer((()=>{customElements.define(e,t)})):customElements.define(e,t)},We=globalThis,Xe=We.ShadowRoot&&(void 0===We.ShadyCSS||We.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Ke=Symbol(),Ye=new WeakMap;class Ze{constructor(e,t,n){if(this._$cssResult$=!0,n!==Ke)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=t}get styleSheet(){let e=this.o;const t=this.t;if(Xe&&void 0===e){const n=void 0!==t&&1===t.length;n&&(e=Ye.get(t)),void 0===e&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),n&&Ye.set(t,e))}return e}toString(){return this.cssText}}const et=(e,...t)=>{const n=1===e.length?e[0]:t.reduce(((t,n,o)=>t+(e=>{if(!0===e._$cssResult$)return e.cssText;if("number"==typeof e)return e;throw Error("Value passed to 'css' function must be a 'css' function result: "+e+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(n)+e[o+1]),e[0]);return new Ze(n,e,Ke)},tt=Xe?e=>e:e=>e instanceof CSSStyleSheet?(e=>{let t="";for(const n of e.cssRules)t+=n.cssText;return(e=>new Ze("string"==typeof e?e:e+"",void 0,Ke))(t)})(e):e,{is:nt,defineProperty:ot,getOwnPropertyDescriptor:at,getOwnPropertyNames:rt,getOwnPropertySymbols:st,getPrototypeOf:it}=Object,dt=globalThis,lt=dt.trustedTypes,wt=lt?lt.emptyScript:"",ht=dt.reactiveElementPolyfillSupport,ct=(e,t)=>e,pt={toAttribute(e,t){switch(t){case Boolean:e=e?wt:null;break;case Object:case Array:e=null==e?e:JSON.stringify(e)}return e},fromAttribute(e,t){let n=e;switch(t){case Boolean:n=null!==e;break;case Number:n=null===e?null:Number(e);break;case Object:case Array:try{n=JSON.parse(e)}catch(e){n=null}}return n}},ut=(e,t)=>!nt(e,t),mt={attribute:!0,type:String,converter:pt,reflect:!1,hasChanged:ut};Symbol.metadata??=Symbol("metadata"),dt.litPropertyMetadata??=new WeakMap;class gt extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,t=mt){if(t.state&&(t.attribute=!1),this._$Ei(),this.elementProperties.set(e,t),!t.noAccessor){const n=Symbol(),o=this.getPropertyDescriptor(e,n,t);void 0!==o&&ot(this.prototype,e,o)}}static getPropertyDescriptor(e,t,n){const{get:o,set:a}=at(this.prototype,e)??{get(){return this[t]},set(e){this[t]=e}};return{get(){return o?.call(this)},set(t){const r=o?.call(this);a.call(this,t),this.requestUpdate(e,r,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??mt}static _$Ei(){if(this.hasOwnProperty(ct("elementProperties")))return;const e=it(this);e.finalize(),void 0!==e.l&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(ct("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(ct("properties"))){const e=this.properties,t=[...rt(e),...st(e)];for(const n of t)this.createProperty(n,e[n])}const e=this[Symbol.metadata];if(null!==e){const t=litPropertyMetadata.get(e);if(void 0!==t)for(const[e,n]of t)this.elementProperties.set(e,n)}this._$Eh=new Map;for(const[e,t]of this.elementProperties){const n=this._$Eu(e,t);void 0!==n&&this._$Eh.set(n,e)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const n=new Set(e.flat(1/0).reverse());for(const e of n)t.unshift(tt(e))}else void 0!==e&&t.push(tt(e));return t}static _$Eu(e,t){const n=t.attribute;return!1===n?void 0:"string"==typeof n?n:"string"==typeof e?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((e=>this.enableUpdating=e)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((e=>e(this)))}addController(e){(this._$ES??=[]).push(e),void 0!==this.renderRoot&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$ES?.splice(this._$ES.indexOf(e)>>>0,1)}_$E_(){const e=new Map,t=this.constructor.elementProperties;for(const n of t.keys())this.hasOwnProperty(n)&&(e.set(n,this[n]),delete this[n]);e.size>0&&(this._$Ep=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((e,t)=>{if(Xe)e.adoptedStyleSheets=t.map((e=>e instanceof CSSStyleSheet?e:e.styleSheet));else for(const n of t){const t=document.createElement("style"),o=We.litNonce;void 0!==o&&t.setAttribute("nonce",o),t.textContent=n.cssText,e.appendChild(t)}})(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$ES?.forEach((e=>e.hostConnected?.()))}enableUpdating(e){}disconnectedCallback(){this._$ES?.forEach((e=>e.hostDisconnected?.()))}attributeChangedCallback(e,t,n){this._$AK(e,n)}_$EO(e,t){const n=this.constructor.elementProperties.get(e),o=this.constructor._$Eu(e,n);if(void 0!==o&&!0===n.reflect){const a=(void 0!==n.converter?.toAttribute?n.converter:pt).toAttribute(t,n.type);this._$Em=e,null==a?this.removeAttribute(o):this.setAttribute(o,a),this._$Em=null}}_$AK(e,t){const n=this.constructor,o=n._$Eh.get(e);if(void 0!==o&&this._$Em!==o){const e=n.getPropertyOptions(o),a="function"==typeof e.converter?{fromAttribute:e.converter}:void 0!==e.converter?.fromAttribute?e.converter:pt;this._$Em=o,this[o]=a.fromAttribute(t,e.type),this._$Em=null}}requestUpdate(e,t,n,o=!1,a){if(void 0!==e){if(n??=this.constructor.getPropertyOptions(e),!(n.hasChanged??ut)(o?a:this[e],t))return;this.C(e,t,n)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(e,t,n){this._$AL.has(e)||this._$AL.set(e,t),!0===n.reflect&&this._$Em!==e&&(this._$Ej??=new Set).add(e)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(e){Promise.reject(e)}const e=this.scheduleUpdate();return null!=e&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this._$Ep){for(const[e,t]of this._$Ep)this[e]=t;this._$Ep=void 0}const e=this.constructor.elementProperties;if(e.size>0)for(const[t,n]of e)!0!==n.wrapped||this._$AL.has(t)||void 0===this[t]||this.C(t,this[t],n)}let e=!1;const t=this._$AL;try{e=this.shouldUpdate(t),e?(this.willUpdate(t),this._$ES?.forEach((e=>e.hostUpdate?.())),this.update(t)):this._$ET()}catch(t){throw e=!1,this._$ET(),t}e&&this._$AE(t)}willUpdate(e){}_$AE(e){this._$ES?.forEach((e=>e.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(e){return!0}update(e){this._$Ej&&=this._$Ej.forEach((e=>this._$EO(e,this[e]))),this._$ET()}updated(e){}firstUpdated(e){}}gt.elementStyles=[],gt.shadowRootOptions={mode:"open"},gt[ct("elementProperties")]=new Map,gt[ct("finalized")]=new Map,ht?.({ReactiveElement:gt}),(dt.reactiveElementVersions??=[]).push("2.0.0");const ft={attribute:!0,type:String,converter:pt,reflect:!1,hasChanged:ut},yt=(e=ft,t,n)=>{const{kind:o,metadata:a}=n;let r=globalThis.litPropertyMetadata.get(a);if(void 0===r&&globalThis.litPropertyMetadata.set(a,r=new Map),r.set(n.name,e),"accessor"===o){const{name:o}=n;return{set(n){const a=t.get.call(this);t.set.call(this,n),this.requestUpdate(o,a,e)},init(t){return void 0!==t&&this.C(o,void 0,e),t}}}if("setter"===o){const{name:o}=n;return function(n){const a=this[o];t.call(this,n),this.requestUpdate(o,a,e)}}throw Error("Unsupported decorator location: "+o)};function vt(e){return(t,n)=>"object"==typeof n?yt(e,t,n):((e,t,n)=>{const o=t.hasOwnProperty(n);return t.constructor.createProperty(n,o?{...e,wrapped:!0}:e),o?Object.getOwnPropertyDescriptor(t,n):void 0})(e,t,n)}function bt(e){return vt({...e,state:!0,attribute:!1})}const Nt=(e,t,n)=>(n.configurable=!0,n.enumerable=!0,Reflect.decorate&&"object"!=typeof t&&Object.defineProperty(e,t,n),n);function xt(e,t){return(n,o,a)=>{const r=t=>t.renderRoot?.querySelector(e)??null;if(t){const{get:e,set:s}="object"==typeof o?n:a??(()=>{const e=Symbol();return{get(){return this[e]},set(t){this[e]=t}}})();return Nt(n,o,{get(){if(t){let t=e.call(this);return void 0===t&&(t=r(this),s.call(this,t)),t}return r(this)}})}return Nt(n,o,{get(){return r(this)}})}}let _t;function Ct(e){return(t,n)=>{const{slot:o,selector:a}=e??{},r="slot"+(o?`[name=${o}]`:":not([name])");return Nt(t,n,{get(){const t=this.renderRoot?.querySelector(r),n=t?.assignedElements(e)??[];return void 0===a?n:n.filter((e=>e.matches(a)))}})}}const St=globalThis,Et=St.trustedTypes,qt=Et?Et.createPolicy("lit-html",{createHTML:e=>e}):void 0,It="$lit$",Tt=`lit$${(Math.random()+"").slice(9)}$`,Rt="?"+Tt,At=`<${Rt}>`,Lt=document,jt=()=>Lt.createComment(""),Pt=e=>null===e||"object"!=typeof e&&"function"!=typeof e,kt=Array.isArray,Ot=e=>kt(e)||"function"==typeof e?.[Symbol.iterator],Dt="[ \t\n\f\r]",$t=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Mt=/-->/g,Bt=/>/g,Ft=RegExp(`>|${Dt}(?:([^\\s"'>=/]+)(${Dt}*=${Dt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Vt=/'/g,Ut=/"/g,zt=/^(?:script|style|textarea|title)$/i,Qt=e=>(t,...n)=>({_$litType$:e,strings:t,values:n}),Gt=Qt(1),Ht=Qt(2),Jt=Symbol.for("lit-noChange"),Wt=Symbol.for("lit-nothing"),Xt=new WeakMap,Kt=Lt.createTreeWalker(Lt,129);function Yt(e,t){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==qt?qt.createHTML(t):t}const Zt=(e,t)=>{const n=e.length-1,o=[];let a,r=2===t?"<svg>":"",s=$t;for(let t=0;t<n;t++){const n=e[t];let i,d,l=-1,w=0;for(;w<n.length&&(s.lastIndex=w,d=s.exec(n),null!==d);)w=s.lastIndex,s===$t?"!--"===d[1]?s=Mt:void 0!==d[1]?s=Bt:void 0!==d[2]?(zt.test(d[2])&&(a=RegExp("</"+d[2],"g")),s=Ft):void 0!==d[3]&&(s=Ft):s===Ft?">"===d[0]?(s=a??$t,l=-1):void 0===d[1]?l=-2:(l=s.lastIndex-d[2].length,i=d[1],s=void 0===d[3]?Ft:'"'===d[3]?Ut:Vt):s===Ut||s===Vt?s=Ft:s===Mt||s===Bt?s=$t:(s=Ft,a=void 0);const h=s===Ft&&e[t+1].startsWith("/>")?" ":"";r+=s===$t?n+At:l>=0?(o.push(i),n.slice(0,l)+It+n.slice(l)+Tt+h):n+Tt+(-2===l?t:h)}return[Yt(e,r+(e[n]||"<?>")+(2===t?"</svg>":"")),o]};class en{constructor({strings:e,_$litType$:t},n){let o;this.parts=[];let a=0,r=0;const s=e.length-1,i=this.parts,[d,l]=Zt(e,t);if(this.el=en.createElement(d,n),Kt.currentNode=this.el.content,2===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(o=Kt.nextNode())&&i.length<s;){if(1===o.nodeType){if(o.hasAttributes())for(const e of o.getAttributeNames())if(e.endsWith(It)){const t=l[r++],n=o.getAttribute(e).split(Tt),s=/([.?@])?(.*)/.exec(t);i.push({type:1,index:a,name:s[2],strings:n,ctor:"."===s[1]?rn:"?"===s[1]?sn:"@"===s[1]?dn:an}),o.removeAttribute(e)}else e.startsWith(Tt)&&(i.push({type:6,index:a}),o.removeAttribute(e));if(zt.test(o.tagName)){const e=o.textContent.split(Tt),t=e.length-1;if(t>0){o.textContent=Et?Et.emptyScript:"";for(let n=0;n<t;n++)o.append(e[n],jt()),Kt.nextNode(),i.push({type:2,index:++a});o.append(e[t],jt())}}}else if(8===o.nodeType)if(o.data===Rt)i.push({type:2,index:a});else{let e=-1;for(;-1!==(e=o.data.indexOf(Tt,e+1));)i.push({type:7,index:a}),e+=Tt.length-1}a++}}static createElement(e,t){const n=Lt.createElement("template");return n.innerHTML=e,n}}function tn(e,t,n=e,o){if(t===Jt)return t;let a=void 0!==o?n._$Co?.[o]:n._$Cl;const r=Pt(t)?void 0:t._$litDirective$;return a?.constructor!==r&&(a?._$AO?.(!1),void 0===r?a=void 0:(a=new r(e),a._$AT(e,n,o)),void 0!==o?(n._$Co??=[])[o]=a:n._$Cl=a),void 0!==a&&(t=tn(e,a._$AS(e,t.values),a,o)),t}class nn{constructor(e,t){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=t}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){const{el:{content:t},parts:n}=this._$AD,o=(e?.creationScope??Lt).importNode(t,!0);Kt.currentNode=o;let a=Kt.nextNode(),r=0,s=0,i=n[0];for(;void 0!==i;){if(r===i.index){let t;2===i.type?t=new on(a,a.nextSibling,this,e):1===i.type?t=new i.ctor(a,i.name,i.strings,this,e):6===i.type&&(t=new ln(a,this,e)),this._$AV.push(t),i=n[++s]}r!==i?.index&&(a=Kt.nextNode(),r++)}return Kt.currentNode=Lt,o}p(e){let t=0;for(const n of this._$AV)void 0!==n&&(void 0!==n.strings?(n._$AI(e,n,t),t+=n.strings.length-2):n._$AI(e[t])),t++}}class on{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,t,n,o){this.type=2,this._$AH=Wt,this._$AN=void 0,this._$AA=e,this._$AB=t,this._$AM=n,this.options=o,this._$Cv=o?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode;const t=this._$AM;return void 0!==t&&11===e?.nodeType&&(e=t.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,t=this){e=tn(this,e,t),Pt(e)?e===Wt||null==e||""===e?(this._$AH!==Wt&&this._$AR(),this._$AH=Wt):e!==this._$AH&&e!==Jt&&this._(e):void 0!==e._$litType$?this.g(e):void 0!==e.nodeType?this.$(e):Ot(e)?this.T(e):this._(e)}k(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}$(e){this._$AH!==e&&(this._$AR(),this._$AH=this.k(e))}_(e){this._$AH!==Wt&&Pt(this._$AH)?this._$AA.nextSibling.data=e:this.$(Lt.createTextNode(e)),this._$AH=e}g(e){const{values:t,_$litType$:n}=e,o="number"==typeof n?this._$AC(e):(void 0===n.el&&(n.el=en.createElement(Yt(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===o)this._$AH.p(t);else{const e=new nn(o,this),n=e.u(this.options);e.p(t),this.$(n),this._$AH=e}}_$AC(e){let t=Xt.get(e.strings);return void 0===t&&Xt.set(e.strings,t=new en(e)),t}T(e){kt(this._$AH)||(this._$AH=[],this._$AR());const t=this._$AH;let n,o=0;for(const a of e)o===t.length?t.push(n=new on(this.k(jt()),this.k(jt()),this,this.options)):n=t[o],n._$AI(a),o++;o<t.length&&(this._$AR(n&&n._$AB.nextSibling,o),t.length=o)}_$AR(e=this._$AA.nextSibling,t){for(this._$AP?.(!1,!0,t);e&&e!==this._$AB;){const t=e.nextSibling;e.remove(),e=t}}setConnected(e){void 0===this._$AM&&(this._$Cv=e,this._$AP?.(e))}}class an{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,t,n,o,a){this.type=1,this._$AH=Wt,this._$AN=void 0,this.element=e,this.name=t,this._$AM=o,this.options=a,n.length>2||""!==n[0]||""!==n[1]?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=Wt}_$AI(e,t=this,n,o){const a=this.strings;let r=!1;if(void 0===a)e=tn(this,e,t,0),r=!Pt(e)||e!==this._$AH&&e!==Jt,r&&(this._$AH=e);else{const o=e;let s,i;for(e=a[0],s=0;s<a.length-1;s++)i=tn(this,o[n+s],t,s),i===Jt&&(i=this._$AH[s]),r||=!Pt(i)||i!==this._$AH[s],i===Wt?e=Wt:e!==Wt&&(e+=(i??"")+a[s+1]),this._$AH[s]=i}r&&!o&&this.j(e)}j(e){e===Wt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}}class rn extends an{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===Wt?void 0:e}}class sn extends an{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==Wt)}}class dn extends an{constructor(e,t,n,o,a){super(e,t,n,o,a),this.type=5}_$AI(e,t=this){if((e=tn(this,e,t,0)??Wt)===Jt)return;const n=this._$AH,o=e===Wt&&n!==Wt||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,a=e!==Wt&&(n===Wt||o);o&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}}class ln{constructor(e,t,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=t,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){tn(this,e)}}const wn={S:It,A:Tt,P:Rt,C:1,M:Zt,L:nn,R:Ot,V:tn,D:on,I:an,H:sn,N:dn,U:rn,B:ln},hn=St.litHtmlPolyfillSupport;hn?.(en,on),(St.litHtmlVersions??=[]).push("3.0.0");const cn=(e,t,n)=>{const o=n?.renderBefore??t;let a=o._$litPart$;if(void 0===a){const e=n?.renderBefore??null;o._$litPart$=a=new on(t.insertBefore(jt(),e),e,void 0,n??{})}return a._$AI(e),a};class pn extends gt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){const t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=cn(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Jt}}pn._$litElement$=!0,pn.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:pn});const un=globalThis.litElementPolyfillSupport;un?.({LitElement:pn}),(globalThis.litElementVersions??=[]).push("4.0.0");const mn=e=>(...t)=>({_$litDirective$:e,values:t});class gn{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,t,n){this._$Ct=e,this._$AM=t,this._$Ci=n}_$AS(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}}const fn=mn(class extends gn{constructor(e){if(super(e),1!==e.type||"class"!==e.name||e.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter((t=>e[t])).join(" ")+" "}update(e,[t]){if(void 0===this.it){this.it=new Set,void 0!==e.strings&&(this.st=new Set(e.strings.join(" ").split(/\s/).filter((e=>""!==e))));for(const e in t)t[e]&&!this.st?.has(e)&&this.it.add(e);return this.render(t)}const n=e.element.classList;for(const e of this.it)e in t||(n.remove(e),this.it.delete(e));for(const e in t){const o=!!t[e];o===this.it.has(e)||this.st?.has(e)||(o?(n.add(e),this.it.add(e)):(n.remove(e),this.it.delete(e)))}return Jt}}),yn="cubic-bezier(0.2, 0, 0, 1)",vn="cubic-bezier(.3,0,0,1)",bn="cubic-bezier(.3,0,.8,.15)";class Nn extends pn{constructor(){super(...arguments),this.disabled=!1,this.error=!1,this.focused=!1,this.label="",this.populated=!1,this.required=!1,this.resizable=!1,this.supportingText="",this.errorText="",this.count=-1,this.max=-1,this.hasStart=!1,this.hasEnd=!1,this.isAnimating=!1,this.refreshErrorAlert=!1,this.disableTransitions=!1}get counterText(){return this.count<0||this.max<0?"":`${this.count} / ${this.max}`}get supportingOrErrorText(){return this.error&&this.errorText?this.errorText:this.supportingText}reannounceError(){this.refreshErrorAlert=!0}update(e){e.has("disabled")&&void 0!==e.get("disabled")&&(this.disableTransitions=!0),this.disabled&&this.focused&&(e.set("focused",!0),this.focused=!1),this.animateLabelIfNeeded({wasFocused:e.get("focused"),wasPopulated:e.get("populated")}),super.update(e)}render(){const e=this.renderLabel(!0),t=this.renderLabel(!1),n=this.renderOutline?.(e),o={disabled:this.disabled,"disable-transitions":this.disableTransitions,error:this.error&&!this.disabled,focused:this.focused,"with-start":this.hasStart,"with-end":this.hasEnd,populated:this.populated,resizable:this.resizable,required:this.required,"no-label":!this.label};return Gt`
|
|
3
3
|
<div class="field ${fn(o)}">
|
|
4
4
|
<div class="container-overflow">
|
|
5
5
|
${this.renderBackground?.()}
|
|
@@ -44,7 +44,7 @@ var e={8825:(e,t,n)=>{const o=n(8295);e.exports=o},2225:e=>{class t{constructor(
|
|
|
44
44
|
</div>
|
|
45
45
|
`}}const _n=et`:host{--_bottom-space: var(--md-outlined-field-bottom-space, 16px);--_container-shape: var(--md-outlined-field-container-shape, 4px);--_content-color: var(--md-outlined-field-content-color, var(--md-sys-color-on-surface, #1d1b20));--_content-font: var(--md-outlined-field-content-font, var(--md-sys-typescale-body-large-font, var(--md-ref-typeface-plain, Roboto)));--_content-line-height: var(--md-outlined-field-content-line-height, var(--md-sys-typescale-body-large-line-height, 1.5rem));--_content-size: var(--md-outlined-field-content-size, var(--md-sys-typescale-body-large-size, 1rem));--_content-weight: var(--md-outlined-field-content-weight, var(--md-sys-typescale-body-large-weight, var(--md-ref-typeface-weight-regular, 400)));--_disabled-content-color: var(--md-outlined-field-disabled-content-color, var(--md-sys-color-on-surface, #1d1b20));--_disabled-content-opacity: var(--md-outlined-field-disabled-content-opacity, 0.38);--_disabled-label-text-color: var(--md-outlined-field-disabled-label-text-color, var(--md-sys-color-on-surface, #1d1b20));--_disabled-label-text-opacity: var(--md-outlined-field-disabled-label-text-opacity, 0.38);--_disabled-leading-content-color: var(--md-outlined-field-disabled-leading-content-color, var(--md-sys-color-on-surface, #1d1b20));--_disabled-leading-content-opacity: var(--md-outlined-field-disabled-leading-content-opacity, 0.38);--_disabled-outline-color: var(--md-outlined-field-disabled-outline-color, var(--md-sys-color-on-surface, #1d1b20));--_disabled-outline-opacity: var(--md-outlined-field-disabled-outline-opacity, 0.12);--_disabled-outline-width: var(--md-outlined-field-disabled-outline-width, 1px);--_disabled-supporting-text-color: var(--md-outlined-field-disabled-supporting-text-color, var(--md-sys-color-on-surface, #1d1b20));--_disabled-supporting-text-opacity: var(--md-outlined-field-disabled-supporting-text-opacity, 0.38);--_disabled-trailing-content-color: var(--md-outlined-field-disabled-trailing-content-color, var(--md-sys-color-on-surface, #1d1b20));--_disabled-trailing-content-opacity: var(--md-outlined-field-disabled-trailing-content-opacity, 0.38);--_error-content-color: var(--md-outlined-field-error-content-color, var(--md-sys-color-on-surface, #1d1b20));--_error-focus-content-color: var(--md-outlined-field-error-focus-content-color, var(--md-sys-color-on-surface, #1d1b20));--_error-focus-label-text-color: var(--md-outlined-field-error-focus-label-text-color, var(--md-sys-color-error, #b3261e));--_error-focus-leading-content-color: var(--md-outlined-field-error-focus-leading-content-color, var(--md-sys-color-on-surface-variant, #49454f));--_error-focus-outline-color: var(--md-outlined-field-error-focus-outline-color, var(--md-sys-color-error, #b3261e));--_error-focus-supporting-text-color: var(--md-outlined-field-error-focus-supporting-text-color, var(--md-sys-color-error, #b3261e));--_error-focus-trailing-content-color: var(--md-outlined-field-error-focus-trailing-content-color, var(--md-sys-color-error, #b3261e));--_error-hover-content-color: var(--md-outlined-field-error-hover-content-color, var(--md-sys-color-on-surface, #1d1b20));--_error-hover-label-text-color: var(--md-outlined-field-error-hover-label-text-color, var(--md-sys-color-on-error-container, #410e0b));--_error-hover-leading-content-color: var(--md-outlined-field-error-hover-leading-content-color, var(--md-sys-color-on-surface-variant, #49454f));--_error-hover-outline-color: var(--md-outlined-field-error-hover-outline-color, var(--md-sys-color-on-error-container, #410e0b));--_error-hover-supporting-text-color: var(--md-outlined-field-error-hover-supporting-text-color, var(--md-sys-color-error, #b3261e));--_error-hover-trailing-content-color: var(--md-outlined-field-error-hover-trailing-content-color, var(--md-sys-color-on-error-container, #410e0b));--_error-label-text-color: var(--md-outlined-field-error-label-text-color, var(--md-sys-color-error, #b3261e));--_error-leading-content-color: var(--md-outlined-field-error-leading-content-color, var(--md-sys-color-on-surface-variant, #49454f));--_error-outline-color: var(--md-outlined-field-error-outline-color, var(--md-sys-color-error, #b3261e));--_error-supporting-text-color: var(--md-outlined-field-error-supporting-text-color, var(--md-sys-color-error, #b3261e));--_error-trailing-content-color: var(--md-outlined-field-error-trailing-content-color, var(--md-sys-color-error, #b3261e));--_focus-content-color: var(--md-outlined-field-focus-content-color, var(--md-sys-color-on-surface, #1d1b20));--_focus-label-text-color: var(--md-outlined-field-focus-label-text-color, var(--md-sys-color-primary, #6750a4));--_focus-leading-content-color: var(--md-outlined-field-focus-leading-content-color, var(--md-sys-color-on-surface-variant, #49454f));--_focus-outline-color: var(--md-outlined-field-focus-outline-color, var(--md-sys-color-primary, #6750a4));--_focus-outline-width: var(--md-outlined-field-focus-outline-width, 3px);--_focus-supporting-text-color: var(--md-outlined-field-focus-supporting-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_focus-trailing-content-color: var(--md-outlined-field-focus-trailing-content-color, var(--md-sys-color-on-surface-variant, #49454f));--_hover-content-color: var(--md-outlined-field-hover-content-color, var(--md-sys-color-on-surface, #1d1b20));--_hover-label-text-color: var(--md-outlined-field-hover-label-text-color, var(--md-sys-color-on-surface, #1d1b20));--_hover-leading-content-color: var(--md-outlined-field-hover-leading-content-color, var(--md-sys-color-on-surface-variant, #49454f));--_hover-outline-color: var(--md-outlined-field-hover-outline-color, var(--md-sys-color-on-surface, #1d1b20));--_hover-outline-width: var(--md-outlined-field-hover-outline-width, 1px);--_hover-supporting-text-color: var(--md-outlined-field-hover-supporting-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_hover-trailing-content-color: var(--md-outlined-field-hover-trailing-content-color, var(--md-sys-color-on-surface-variant, #49454f));--_label-text-color: var(--md-outlined-field-label-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_label-text-font: var(--md-outlined-field-label-text-font, var(--md-sys-typescale-body-large-font, var(--md-ref-typeface-plain, Roboto)));--_label-text-line-height: var(--md-outlined-field-label-text-line-height, var(--md-sys-typescale-body-large-line-height, 1.5rem));--_label-text-padding-bottom: var(--md-outlined-field-label-text-padding-bottom, 8px);--_label-text-populated-line-height: var(--md-outlined-field-label-text-populated-line-height, var(--md-sys-typescale-body-small-line-height, 1rem));--_label-text-populated-size: var(--md-outlined-field-label-text-populated-size, var(--md-sys-typescale-body-small-size, 0.75rem));--_label-text-size: var(--md-outlined-field-label-text-size, var(--md-sys-typescale-body-large-size, 1rem));--_label-text-weight: var(--md-outlined-field-label-text-weight, var(--md-sys-typescale-body-large-weight, var(--md-ref-typeface-weight-regular, 400)));--_leading-content-color: var(--md-outlined-field-leading-content-color, var(--md-sys-color-on-surface-variant, #49454f));--_leading-space: var(--md-outlined-field-leading-space, 16px);--_outline-color: var(--md-outlined-field-outline-color, var(--md-sys-color-outline, #79747e));--_outline-label-padding: var(--md-outlined-field-outline-label-padding, 4px);--_outline-width: var(--md-outlined-field-outline-width, 1px);--_supporting-text-color: var(--md-outlined-field-supporting-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_supporting-text-font: var(--md-outlined-field-supporting-text-font, var(--md-sys-typescale-body-small-font, var(--md-ref-typeface-plain, Roboto)));--_supporting-text-leading-space: var(--md-outlined-field-supporting-text-leading-space, 16px);--_supporting-text-line-height: var(--md-outlined-field-supporting-text-line-height, var(--md-sys-typescale-body-small-line-height, 1rem));--_supporting-text-size: var(--md-outlined-field-supporting-text-size, var(--md-sys-typescale-body-small-size, 0.75rem));--_supporting-text-top-space: var(--md-outlined-field-supporting-text-top-space, 4px);--_supporting-text-trailing-space: var(--md-outlined-field-supporting-text-trailing-space, 16px);--_supporting-text-weight: var(--md-outlined-field-supporting-text-weight, var(--md-sys-typescale-body-small-weight, var(--md-ref-typeface-weight-regular, 400)));--_top-space: var(--md-outlined-field-top-space, 16px);--_trailing-content-color: var(--md-outlined-field-trailing-content-color, var(--md-sys-color-on-surface-variant, #49454f));--_trailing-space: var(--md-outlined-field-trailing-space, 16px);--_container-shape-start-start: var( --md-outlined-field-container-shape-start-start, var(--_container-shape) );--_container-shape-start-end: var( --md-outlined-field-container-shape-start-end, var(--_container-shape) );--_container-shape-end-end: var( --md-outlined-field-container-shape-end-end, var(--_container-shape) );--_container-shape-end-start: var( --md-outlined-field-container-shape-end-start, var(--_container-shape) )}.outline{border-color:var(--_outline-color);border-radius:inherit;color:var(--_outline-color);display:flex;pointer-events:none;height:100%;position:absolute;width:100%;z-index:1}.outline-start::before,.outline-start::after,.outline-panel-inactive::before,.outline-panel-inactive::after,.outline-panel-active::before,.outline-panel-active::after,.outline-end::before,.outline-end::after{border:inherit;content:"";inset:0;position:absolute}.outline-start,.outline-end{border:inherit;border-radius:inherit;box-sizing:border-box;position:relative}.outline-start::before,.outline-start::after,.outline-end::before,.outline-end::after{border-bottom-style:solid;border-top-style:solid}.outline-start::after,.outline-end::after{opacity:0;transition:opacity 150ms cubic-bezier(0.2, 0, 0, 1)}.focused .outline-start::after,.focused .outline-end::after{opacity:1}.outline-start::before,.outline-start::after{border-inline-start-style:solid;border-inline-end-style:none;border-start-start-radius:inherit;border-start-end-radius:0;border-end-start-radius:inherit;border-end-end-radius:0;margin-inline-end:var(--_outline-label-padding)}.outline-end{flex-grow:1;margin-inline-start:calc(-1*var(--_outline-label-padding))}.outline-end::before,.outline-end::after{border-inline-start-style:none;border-inline-end-style:solid;border-start-start-radius:0;border-start-end-radius:inherit;border-end-start-radius:0;border-end-end-radius:inherit}.outline-notch{align-items:flex-start;border:inherit;display:flex;margin-inline-start:calc(-1*var(--_outline-label-padding));margin-inline-end:var(--_outline-label-padding);max-width:calc(100% - var(--_leading-space) - var(--_trailing-space));padding:0 var(--_outline-label-padding);position:relative}.no-label .outline-notch{display:none}.outline-panel-inactive,.outline-panel-active{border:inherit;border-bottom-style:solid;inset:0;position:absolute}.outline-panel-inactive::before,.outline-panel-inactive::after,.outline-panel-active::before,.outline-panel-active::after{border-top-style:solid;border-bottom:none;bottom:auto;transform:scaleX(1);transition:transform 150ms cubic-bezier(0.2, 0, 0, 1)}.outline-panel-inactive::before,.outline-panel-active::before{right:50%;transform-origin:top left}.outline-panel-inactive::after,.outline-panel-active::after{left:50%;transform-origin:top right}.populated .outline-panel-inactive::before,.populated .outline-panel-inactive::after,.populated .outline-panel-active::before,.populated .outline-panel-active::after,.focused .outline-panel-inactive::before,.focused .outline-panel-inactive::after,.focused .outline-panel-active::before,.focused .outline-panel-active::after{transform:scaleX(0)}.outline-panel-active{opacity:0;transition:opacity 150ms cubic-bezier(0.2, 0, 0, 1)}.focused .outline-panel-active{opacity:1}.outline-label{display:flex;max-width:100%;transform:translateY(calc(-100% + var(--_label-text-padding-bottom)))}.outline-start,.field:not(.with-start) .content ::slotted(*){padding-inline-start:max(var(--_leading-space),max(var(--_container-shape-start-start),var(--_container-shape-end-start)) + var(--_outline-label-padding))}.field:not(.with-start) .label-wrapper{margin-inline-start:max(var(--_leading-space),max(var(--_container-shape-start-start),var(--_container-shape-end-start)) + var(--_outline-label-padding))}.field:not(.with-end) .content ::slotted(*){padding-inline-end:max(var(--_trailing-space),max(var(--_container-shape-start-end),var(--_container-shape-end-end)))}.field:not(.with-end) .label-wrapper{margin-inline-end:max(var(--_trailing-space),max(var(--_container-shape-start-end),var(--_container-shape-end-end)))}.outline-start::before,.outline-end::before,.outline-panel-inactive,.outline-panel-inactive::before,.outline-panel-inactive::after{border-width:var(--_outline-width)}:hover .outline{border-color:var(--_hover-outline-color);color:var(--_hover-outline-color)}:hover .outline-start::before,:hover .outline-end::before,:hover .outline-panel-inactive,:hover .outline-panel-inactive::before,:hover .outline-panel-inactive::after{border-width:var(--_hover-outline-width)}.focused .outline{border-color:var(--_focus-outline-color);color:var(--_focus-outline-color)}.outline-start::after,.outline-end::after,.outline-panel-active,.outline-panel-active::before,.outline-panel-active::after{border-width:var(--_focus-outline-width)}.disabled .outline{border-color:var(--_disabled-outline-color);color:var(--_disabled-outline-color)}.disabled .outline-start,.disabled .outline-end,.disabled .outline-panel-inactive{opacity:var(--_disabled-outline-opacity)}.disabled .outline-start::before,.disabled .outline-end::before,.disabled .outline-panel-inactive,.disabled .outline-panel-inactive::before,.disabled .outline-panel-inactive::after{border-width:var(--_disabled-outline-width)}.error .outline{border-color:var(--_error-outline-color);color:var(--_error-outline-color)}.error:hover .outline{border-color:var(--_error-hover-outline-color);color:var(--_error-hover-outline-color)}.error.focused .outline{border-color:var(--_error-focus-outline-color);color:var(--_error-focus-outline-color)}.resizable .container{bottom:var(--_focus-outline-width);inset-inline-end:var(--_focus-outline-width);clip-path:inset(var(--_focus-outline-width) 0 0 var(--_focus-outline-width))}.resizable .container>*{top:var(--_focus-outline-width);inset-inline-start:var(--_focus-outline-width)}:host-context([dir=rtl]) .resizable .container,:host([dir=rtl]) .resizable .container{clip-path:inset(var(--_focus-outline-width) var(--_focus-outline-width) 0 0)}.resizable .container:dir(rtl){clip-path:inset(var(--_focus-outline-width) var(--_focus-outline-width) 0 0)}/*# sourceMappingURL=outlined-styles.css.map */
|
|
46
46
|
`,Cn=et`:host{display:inline-flex;resize:both}.field{display:flex;flex:1;flex-direction:column;writing-mode:horizontal-tb;max-width:100%}.container-overflow{border-start-start-radius:var(--_container-shape-start-start);border-start-end-radius:var(--_container-shape-start-end);border-end-end-radius:var(--_container-shape-end-end);border-end-start-radius:var(--_container-shape-end-start);display:flex;height:100%;position:relative}.container{align-items:center;border-radius:inherit;display:flex;flex:1;max-height:100%;min-height:100%;min-width:min-content;position:relative}.field,.container-overflow{resize:inherit}.resizable:not(.disabled) .container{resize:inherit;overflow:hidden}.disabled{pointer-events:none}.start,.middle,.end{display:flex;box-sizing:border-box;height:100%;position:relative}.start{color:var(--_leading-content-color)}.end{color:var(--_trailing-content-color)}.start,.end{align-items:center;justify-content:center}.with-start .start,.with-end .end{min-width:48px}.with-start .start{margin-inline-end:4px}.with-end .end{margin-inline-start:4px}.middle{align-items:stretch;align-self:baseline;flex:1}.content{color:var(--_content-color);display:flex;flex:1;opacity:0;transition:opacity 83ms cubic-bezier(0.2, 0, 0, 1)}.no-label .content,.focused .content,.populated .content{opacity:1;transition-delay:67ms}:is(.disabled,.disable-transitions) .content{transition:none}.content ::slotted(*){all:unset;color:currentColor;font-family:var(--_content-font);font-size:var(--_content-size);line-height:var(--_content-line-height);font-weight:var(--_content-weight);width:100%;white-space:pre-wrap}.content ::slotted(:not(textarea)){padding-top:var(--_top-space);padding-bottom:var(--_bottom-space)}.content ::slotted(textarea){margin-top:var(--_top-space);margin-bottom:var(--_bottom-space)}:hover .content{color:var(--_hover-content-color)}:hover .start{color:var(--_hover-leading-content-color)}:hover .end{color:var(--_hover-trailing-content-color)}.focused .content{color:var(--_focus-content-color)}.focused .start{color:var(--_focus-leading-content-color)}.focused .end{color:var(--_focus-trailing-content-color)}.disabled .content{color:var(--_disabled-content-color)}.disabled.no-label .content,.disabled.focused .content,.disabled.populated .content{opacity:var(--_disabled-content-opacity)}.disabled .start{color:var(--_disabled-leading-content-color);opacity:var(--_disabled-leading-content-opacity)}.disabled .end{color:var(--_disabled-trailing-content-color);opacity:var(--_disabled-trailing-content-opacity)}.error .content{color:var(--_error-content-color)}.error .start{color:var(--_error-leading-content-color)}.error .end{color:var(--_error-trailing-content-color)}.error:hover .content{color:var(--_error-hover-content-color)}.error:hover .start{color:var(--_error-hover-leading-content-color)}.error:hover .end{color:var(--_error-hover-trailing-content-color)}.error.focused .content{color:var(--_error-focus-content-color)}.error.focused .start{color:var(--_error-focus-leading-content-color)}.error.focused .end{color:var(--_error-focus-trailing-content-color)}.label{box-sizing:border-box;color:var(--_label-text-color);overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap;z-index:1;font-family:var(--_label-text-font);font-size:var(--_label-text-size);line-height:var(--_label-text-line-height);font-weight:var(--_label-text-weight);width:min-content}.label-wrapper{inset:0;pointer-events:none;position:absolute}.label.resting{position:absolute;top:var(--_top-space)}.label.floating{font-size:var(--_label-text-populated-size);line-height:var(--_label-text-populated-line-height);transform-origin:top left}.label.hidden{opacity:0}.no-label .label{display:none}.label-wrapper{inset:0;position:absolute;text-align:initial}:hover .label{color:var(--_hover-label-text-color)}.focused .label{color:var(--_focus-label-text-color)}.disabled .label{color:var(--_disabled-label-text-color)}.disabled .label:not(.hidden){opacity:var(--_disabled-label-text-opacity)}.error .label{color:var(--_error-label-text-color)}.error:hover .label{color:var(--_error-hover-label-text-color)}.error.focused .label{color:var(--_error-focus-label-text-color)}.supporting-text{color:var(--_supporting-text-color);display:flex;font-family:var(--_supporting-text-font);font-size:var(--_supporting-text-size);line-height:var(--_supporting-text-line-height);font-weight:var(--_supporting-text-weight);gap:16px;justify-content:space-between;padding-inline-start:var(--_supporting-text-leading-space);padding-inline-end:var(--_supporting-text-trailing-space);padding-top:var(--_supporting-text-top-space)}.supporting-text :nth-child(2){flex-shrink:0}:hover .supporting-text{color:var(--_hover-supporting-text-color)}.focus .supporting-text{color:var(--_focus-supporting-text-color)}.disabled .supporting-text{color:var(--_disabled-supporting-text-color);opacity:var(--_disabled-supporting-text-opacity)}.error .supporting-text{color:var(--_error-supporting-text-color)}.error:hover .supporting-text{color:var(--_error-hover-supporting-text-color)}.error.focus .supporting-text{color:var(--_error-focus-supporting-text-color)}/*# sourceMappingURL=shared-styles.css.map */
|
|
47
|
-
`;let Sn=class extends xn{};Sn.styles=[Cn,_n],Sn=He([Je("md-outlined-field")],Sn);const En=Symbol.for(""),qn=e=>{if(e?.r===En)return e?._$litStatic$},In=(e,...t)=>({_$litStatic$:t.reduce(((t,n,o)=>t+(e=>{if(void 0!==e._$litStatic$)return e._$litStatic$;throw Error(`Value passed to 'literal' function must be a 'literal' result: ${e}. Use 'unsafeStatic' to pass non-literal values, but\n take care to ensure page security.`)})(n)+e[o+1]),e[0]),r:En}),
|
|
47
|
+
`;let Sn=class extends xn{};Sn.styles=[Cn,_n],Sn=He([Je("md-outlined-field")],Sn);const En=Symbol.for(""),qn=e=>{if(e?.r===En)return e?._$litStatic$},In=(e,...t)=>({_$litStatic$:t.reduce(((t,n,o)=>t+(e=>{if(void 0!==e._$litStatic$)return e._$litStatic$;throw Error(`Value passed to 'literal' function must be a 'literal' result: ${e}. Use 'unsafeStatic' to pass non-literal values, but\n take care to ensure page security.`)})(n)+e[o+1]),e[0]),r:En}),Tn=new Map,Rn=e=>(t,...n)=>{const o=n.length;let a,r;const s=[],i=[];let d,l=0,w=!1;for(;l<o;){for(d=t[l];l<o&&void 0!==(r=n[l],a=qn(r));)d+=a+t[++l],w=!0;l!==o&&i.push(r),s.push(d),l++}if(l===o&&s.push(t[o]),w){const e=s.join("$$lit$$");void 0===(t=Tn.get(e))&&(s.raw=s,Tn.set(e,t=s)),n=i}return e(t,...n)},An=Rn(Gt),Ln=(Rn(Ht),et`@media(forced-colors: active){:host{--md-outlined-text-field-disabled-input-text-color: GrayText;--md-outlined-text-field-disabled-input-text-opacity: 1;--md-outlined-text-field-disabled-label-text-color: GrayText;--md-outlined-text-field-disabled-label-text-opacity: 1;--md-outlined-text-field-disabled-leading-icon-color: GrayText;--md-outlined-text-field-disabled-leading-icon-opacity: 1;--md-outlined-text-field-disabled-outline-color: GrayText;--md-outlined-text-field-disabled-outline-opacity: 1;--md-outlined-text-field-disabled-supporting-text-color: GrayText;--md-outlined-text-field-disabled-supporting-text-opacity: 1;--md-outlined-text-field-disabled-trailing-icon-color: GrayText;--md-outlined-text-field-disabled-trailing-icon-opacity: 1}}/*# sourceMappingURL=outlined-forced-colors-styles.css.map */
|
|
48
48
|
`),jn=et`:host{--_leading-space: var(--md-outlined-text-field-leading-space, 16px);--_trailing-space: var(--md-outlined-text-field-trailing-space, 16px);--_top-space: var(--md-outlined-text-field-top-space, 16px);--_bottom-space: var(--md-outlined-text-field-bottom-space, 16px);--_input-text-prefix-trailing-space: var(--md-outlined-text-field-input-text-prefix-trailing-space, 2px);--_input-text-suffix-leading-space: var(--md-outlined-text-field-input-text-suffix-leading-space, 2px);--_focus-caret-color: var(--md-outlined-text-field-focus-caret-color, var(--md-sys-color-primary, #6750a4));--_caret-color: var(--md-outlined-text-field-caret-color, var(--md-sys-color-primary, #6750a4));--_container-shape: var(--md-outlined-text-field-container-shape, 4px);--_disabled-input-text-color: var(--md-outlined-text-field-disabled-input-text-color, var(--md-sys-color-on-surface, #1d1b20));--_disabled-input-text-opacity: var(--md-outlined-text-field-disabled-input-text-opacity, 0.38);--_disabled-label-text-color: var(--md-outlined-text-field-disabled-label-text-color, var(--md-sys-color-on-surface, #1d1b20));--_disabled-label-text-opacity: var(--md-outlined-text-field-disabled-label-text-opacity, 0.38);--_disabled-leading-icon-color: var(--md-outlined-text-field-disabled-leading-icon-color, var(--md-sys-color-on-surface, #1d1b20));--_disabled-leading-icon-opacity: var(--md-outlined-text-field-disabled-leading-icon-opacity, 0.38);--_disabled-outline-color: var(--md-outlined-text-field-disabled-outline-color, var(--md-sys-color-on-surface, #1d1b20));--_disabled-outline-opacity: var(--md-outlined-text-field-disabled-outline-opacity, 0.12);--_disabled-outline-width: var(--md-outlined-text-field-disabled-outline-width, 1px);--_disabled-supporting-text-color: var(--md-outlined-text-field-disabled-supporting-text-color, var(--md-sys-color-on-surface, #1d1b20));--_disabled-supporting-text-opacity: var(--md-outlined-text-field-disabled-supporting-text-opacity, 0.38);--_disabled-trailing-icon-color: var(--md-outlined-text-field-disabled-trailing-icon-color, var(--md-sys-color-on-surface, #1d1b20));--_disabled-trailing-icon-opacity: var(--md-outlined-text-field-disabled-trailing-icon-opacity, 0.38);--_error-focus-caret-color: var(--md-outlined-text-field-error-focus-caret-color, var(--md-sys-color-error, #b3261e));--_error-focus-input-text-color: var(--md-outlined-text-field-error-focus-input-text-color, var(--md-sys-color-on-surface, #1d1b20));--_error-focus-label-text-color: var(--md-outlined-text-field-error-focus-label-text-color, var(--md-sys-color-error, #b3261e));--_error-focus-leading-icon-color: var(--md-outlined-text-field-error-focus-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_error-focus-outline-color: var(--md-outlined-text-field-error-focus-outline-color, var(--md-sys-color-error, #b3261e));--_error-focus-supporting-text-color: var(--md-outlined-text-field-error-focus-supporting-text-color, var(--md-sys-color-error, #b3261e));--_error-focus-trailing-icon-color: var(--md-outlined-text-field-error-focus-trailing-icon-color, var(--md-sys-color-error, #b3261e));--_error-hover-input-text-color: var(--md-outlined-text-field-error-hover-input-text-color, var(--md-sys-color-on-surface, #1d1b20));--_error-hover-label-text-color: var(--md-outlined-text-field-error-hover-label-text-color, var(--md-sys-color-on-error-container, #410e0b));--_error-hover-leading-icon-color: var(--md-outlined-text-field-error-hover-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_error-hover-outline-color: var(--md-outlined-text-field-error-hover-outline-color, var(--md-sys-color-on-error-container, #410e0b));--_error-hover-supporting-text-color: var(--md-outlined-text-field-error-hover-supporting-text-color, var(--md-sys-color-error, #b3261e));--_error-hover-trailing-icon-color: var(--md-outlined-text-field-error-hover-trailing-icon-color, var(--md-sys-color-on-error-container, #410e0b));--_error-input-text-color: var(--md-outlined-text-field-error-input-text-color, var(--md-sys-color-on-surface, #1d1b20));--_error-label-text-color: var(--md-outlined-text-field-error-label-text-color, var(--md-sys-color-error, #b3261e));--_error-leading-icon-color: var(--md-outlined-text-field-error-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_error-outline-color: var(--md-outlined-text-field-error-outline-color, var(--md-sys-color-error, #b3261e));--_error-supporting-text-color: var(--md-outlined-text-field-error-supporting-text-color, var(--md-sys-color-error, #b3261e));--_error-trailing-icon-color: var(--md-outlined-text-field-error-trailing-icon-color, var(--md-sys-color-error, #b3261e));--_focus-input-text-color: var(--md-outlined-text-field-focus-input-text-color, var(--md-sys-color-on-surface, #1d1b20));--_focus-label-text-color: var(--md-outlined-text-field-focus-label-text-color, var(--md-sys-color-primary, #6750a4));--_focus-leading-icon-color: var(--md-outlined-text-field-focus-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_focus-outline-color: var(--md-outlined-text-field-focus-outline-color, var(--md-sys-color-primary, #6750a4));--_focus-outline-width: var(--md-outlined-text-field-focus-outline-width, 3px);--_focus-supporting-text-color: var(--md-outlined-text-field-focus-supporting-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_focus-trailing-icon-color: var(--md-outlined-text-field-focus-trailing-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_hover-input-text-color: var(--md-outlined-text-field-hover-input-text-color, var(--md-sys-color-on-surface, #1d1b20));--_hover-label-text-color: var(--md-outlined-text-field-hover-label-text-color, var(--md-sys-color-on-surface, #1d1b20));--_hover-leading-icon-color: var(--md-outlined-text-field-hover-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_hover-outline-color: var(--md-outlined-text-field-hover-outline-color, var(--md-sys-color-on-surface, #1d1b20));--_hover-outline-width: var(--md-outlined-text-field-hover-outline-width, 1px);--_hover-supporting-text-color: var(--md-outlined-text-field-hover-supporting-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_hover-trailing-icon-color: var(--md-outlined-text-field-hover-trailing-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_input-text-color: var(--md-outlined-text-field-input-text-color, var(--md-sys-color-on-surface, #1d1b20));--_input-text-font: var(--md-outlined-text-field-input-text-font, var(--md-sys-typescale-body-large-font, var(--md-ref-typeface-plain, Roboto)));--_input-text-line-height: var(--md-outlined-text-field-input-text-line-height, var(--md-sys-typescale-body-large-line-height, 1.5rem));--_input-text-placeholder-color: var(--md-outlined-text-field-input-text-placeholder-color, var(--md-sys-color-on-surface-variant, #49454f));--_input-text-prefix-color: var(--md-outlined-text-field-input-text-prefix-color, var(--md-sys-color-on-surface-variant, #49454f));--_input-text-size: var(--md-outlined-text-field-input-text-size, var(--md-sys-typescale-body-large-size, 1rem));--_input-text-suffix-color: var(--md-outlined-text-field-input-text-suffix-color, var(--md-sys-color-on-surface-variant, #49454f));--_input-text-weight: var(--md-outlined-text-field-input-text-weight, var(--md-sys-typescale-body-large-weight, var(--md-ref-typeface-weight-regular, 400)));--_label-text-color: var(--md-outlined-text-field-label-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_label-text-font: var(--md-outlined-text-field-label-text-font, var(--md-sys-typescale-body-large-font, var(--md-ref-typeface-plain, Roboto)));--_label-text-line-height: var(--md-outlined-text-field-label-text-line-height, var(--md-sys-typescale-body-large-line-height, 1.5rem));--_label-text-populated-line-height: var(--md-outlined-text-field-label-text-populated-line-height, var(--md-sys-typescale-body-small-line-height, 1rem));--_label-text-populated-size: var(--md-outlined-text-field-label-text-populated-size, var(--md-sys-typescale-body-small-size, 0.75rem));--_label-text-size: var(--md-outlined-text-field-label-text-size, var(--md-sys-typescale-body-large-size, 1rem));--_label-text-weight: var(--md-outlined-text-field-label-text-weight, var(--md-sys-typescale-body-large-weight, var(--md-ref-typeface-weight-regular, 400)));--_leading-icon-color: var(--md-outlined-text-field-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_leading-icon-size: var(--md-outlined-text-field-leading-icon-size, 24px);--_outline-color: var(--md-outlined-text-field-outline-color, var(--md-sys-color-outline, #79747e));--_outline-width: var(--md-outlined-text-field-outline-width, 1px);--_supporting-text-color: var(--md-outlined-text-field-supporting-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_supporting-text-font: var(--md-outlined-text-field-supporting-text-font, var(--md-sys-typescale-body-small-font, var(--md-ref-typeface-plain, Roboto)));--_supporting-text-line-height: var(--md-outlined-text-field-supporting-text-line-height, var(--md-sys-typescale-body-small-line-height, 1rem));--_supporting-text-size: var(--md-outlined-text-field-supporting-text-size, var(--md-sys-typescale-body-small-size, 0.75rem));--_supporting-text-weight: var(--md-outlined-text-field-supporting-text-weight, var(--md-sys-typescale-body-small-weight, var(--md-ref-typeface-weight-regular, 400)));--_trailing-icon-color: var(--md-outlined-text-field-trailing-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_trailing-icon-size: var(--md-outlined-text-field-trailing-icon-size, 24px);--_container-shape-start-start: var( --md-outlined-text-field-container-shape-start-start, var(--_container-shape) );--_container-shape-start-end: var( --md-outlined-text-field-container-shape-start-end, var(--_container-shape) );--_container-shape-end-end: var( --md-outlined-text-field-container-shape-end-end, var(--_container-shape) );--_container-shape-end-start: var( --md-outlined-text-field-container-shape-end-start, var(--_container-shape) );--md-outlined-field-bottom-space: var(--_bottom-space);--md-outlined-field-container-shape-end-end: var(--_container-shape-end-end);--md-outlined-field-container-shape-end-start: var(--_container-shape-end-start);--md-outlined-field-container-shape-start-end: var(--_container-shape-start-end);--md-outlined-field-container-shape-start-start: var(--_container-shape-start-start);--md-outlined-field-content-color: var(--_input-text-color);--md-outlined-field-content-font: var(--_input-text-font);--md-outlined-field-content-line-height: var(--_input-text-line-height);--md-outlined-field-content-size: var(--_input-text-size);--md-outlined-field-content-weight: var(--_input-text-weight);--md-outlined-field-disabled-content-color: var(--_disabled-input-text-color);--md-outlined-field-disabled-content-opacity: var(--_disabled-input-text-opacity);--md-outlined-field-disabled-label-text-color: var(--_disabled-label-text-color);--md-outlined-field-disabled-label-text-opacity: var(--_disabled-label-text-opacity);--md-outlined-field-disabled-leading-content-color: var(--_disabled-leading-icon-color);--md-outlined-field-disabled-leading-content-opacity: var(--_disabled-leading-icon-opacity);--md-outlined-field-disabled-outline-color: var(--_disabled-outline-color);--md-outlined-field-disabled-outline-opacity: var(--_disabled-outline-opacity);--md-outlined-field-disabled-outline-width: var(--_disabled-outline-width);--md-outlined-field-disabled-supporting-text-color: var(--_disabled-supporting-text-color);--md-outlined-field-disabled-supporting-text-opacity: var(--_disabled-supporting-text-opacity);--md-outlined-field-disabled-trailing-content-color: var(--_disabled-trailing-icon-color);--md-outlined-field-disabled-trailing-content-opacity: var(--_disabled-trailing-icon-opacity);--md-outlined-field-error-content-color: var(--_error-input-text-color);--md-outlined-field-error-focus-content-color: var(--_error-focus-input-text-color);--md-outlined-field-error-focus-label-text-color: var(--_error-focus-label-text-color);--md-outlined-field-error-focus-leading-content-color: var(--_error-focus-leading-icon-color);--md-outlined-field-error-focus-outline-color: var(--_error-focus-outline-color);--md-outlined-field-error-focus-supporting-text-color: var(--_error-focus-supporting-text-color);--md-outlined-field-error-focus-trailing-content-color: var(--_error-focus-trailing-icon-color);--md-outlined-field-error-hover-content-color: var(--_error-hover-input-text-color);--md-outlined-field-error-hover-label-text-color: var(--_error-hover-label-text-color);--md-outlined-field-error-hover-leading-content-color: var(--_error-hover-leading-icon-color);--md-outlined-field-error-hover-outline-color: var(--_error-hover-outline-color);--md-outlined-field-error-hover-supporting-text-color: var(--_error-hover-supporting-text-color);--md-outlined-field-error-hover-trailing-content-color: var(--_error-hover-trailing-icon-color);--md-outlined-field-error-label-text-color: var(--_error-label-text-color);--md-outlined-field-error-leading-content-color: var(--_error-leading-icon-color);--md-outlined-field-error-outline-color: var(--_error-outline-color);--md-outlined-field-error-supporting-text-color: var(--_error-supporting-text-color);--md-outlined-field-error-trailing-content-color: var(--_error-trailing-icon-color);--md-outlined-field-focus-content-color: var(--_focus-input-text-color);--md-outlined-field-focus-label-text-color: var(--_focus-label-text-color);--md-outlined-field-focus-leading-content-color: var(--_focus-leading-icon-color);--md-outlined-field-focus-outline-color: var(--_focus-outline-color);--md-outlined-field-focus-outline-width: var(--_focus-outline-width);--md-outlined-field-focus-supporting-text-color: var(--_focus-supporting-text-color);--md-outlined-field-focus-trailing-content-color: var(--_focus-trailing-icon-color);--md-outlined-field-hover-content-color: var(--_hover-input-text-color);--md-outlined-field-hover-label-text-color: var(--_hover-label-text-color);--md-outlined-field-hover-leading-content-color: var(--_hover-leading-icon-color);--md-outlined-field-hover-outline-color: var(--_hover-outline-color);--md-outlined-field-hover-outline-width: var(--_hover-outline-width);--md-outlined-field-hover-supporting-text-color: var(--_hover-supporting-text-color);--md-outlined-field-hover-trailing-content-color: var(--_hover-trailing-icon-color);--md-outlined-field-label-text-color: var(--_label-text-color);--md-outlined-field-label-text-font: var(--_label-text-font);--md-outlined-field-label-text-line-height: var(--_label-text-line-height);--md-outlined-field-label-text-populated-line-height: var(--_label-text-populated-line-height);--md-outlined-field-label-text-populated-size: var(--_label-text-populated-size);--md-outlined-field-label-text-size: var(--_label-text-size);--md-outlined-field-label-text-weight: var(--_label-text-weight);--md-outlined-field-leading-content-color: var(--_leading-icon-color);--md-outlined-field-leading-space: var(--_leading-space);--md-outlined-field-outline-color: var(--_outline-color);--md-outlined-field-outline-width: var(--_outline-width);--md-outlined-field-supporting-text-color: var(--_supporting-text-color);--md-outlined-field-supporting-text-font: var(--_supporting-text-font);--md-outlined-field-supporting-text-line-height: var(--_supporting-text-line-height);--md-outlined-field-supporting-text-size: var(--_supporting-text-size);--md-outlined-field-supporting-text-weight: var(--_supporting-text-weight);--md-outlined-field-top-space: var(--_top-space);--md-outlined-field-trailing-content-color: var(--_trailing-icon-color);--md-outlined-field-trailing-space: var(--_trailing-space)}/*# sourceMappingURL=outlined-styles.css.map */
|
|
49
49
|
`,{D:Pn}=wn,kn={},On=mn(class extends gn{constructor(e){if(super(e),3!==e.type&&1!==e.type&&4!==e.type)throw Error("The `live` directive is not allowed on child or event bindings");if(!(e=>void 0===e.strings)(e))throw Error("`live` bindings can only contain a single expression")}render(e){return e}update(e,[t]){if(t===Jt||t===Wt)return t;const n=e.element,o=e.name;if(3===e.type){if(t===n[o])return Jt}else if(4===e.type){if(!!t===n.hasAttribute(o))return Jt}else if(1===e.type&&n.getAttribute(o)===t+"")return Jt;return((e,t=kn)=>{e._$AH=t})(e),t}}),Dn="important",$n=" !"+Dn,Mn=mn(class extends gn{constructor(e){if(super(e),1!==e.type||"style"!==e.name||e.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(e){return Object.keys(e).reduce(((t,n)=>{const o=e[n];return null==o?t:t+`${n=n.includes("-")?n:n.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${o};`}),"")}update(e,[t]){const{style:n}=e.element;if(void 0===this.ut)return this.ut=new Set(Object.keys(t)),this.render(t);for(const e of this.ut)null==t[e]&&(this.ut.delete(e),e.includes("-")?n.removeProperty(e):n[e]=null);for(const e in t){const o=t[e];if(null!=o){this.ut.add(e);const t="string"==typeof o&&o.endsWith($n);e.includes("-")||t?n.setProperty(e,t?o.slice(0,-11):o,t?Dn:""):n[e]=o}}return Jt}}),Bn=["ariaAtomic","ariaAutoComplete","ariaBusy","ariaChecked","ariaColCount","ariaColIndex","ariaColSpan","ariaCurrent","ariaDisabled","ariaExpanded","ariaHasPopup","ariaHidden","ariaInvalid","ariaKeyShortcuts","ariaLabel","ariaLevel","ariaLive","ariaModal","ariaMultiLine","ariaMultiSelectable","ariaOrientation","ariaPlaceholder","ariaPosInSet","ariaPressed","ariaReadOnly","ariaRequired","ariaRoleDescription","ariaRowCount","ariaRowIndex","ariaRowSpan","ariaSelected","ariaSetSize","ariaSort","ariaValueMax","ariaValueMin","ariaValueNow","ariaValueText"];function Fn(e){return e.replace("aria","aria-").replace(/Elements?/g,"").toLowerCase()}function Vn(e){for(const t of Bn)e.createProperty(t,{attribute:Fn(t),reflect:!0});e.addInitializer((e=>{const t={hostConnected(){e.setAttribute("role","presentation")}};e.addController(t)}))}function Un(e,t){!t.bubbles||e.shadowRoot&&!t.composed||t.stopPropagation();const n=Reflect.construct(t.constructor,[t.type,t]),o=e.dispatchEvent(n);return o||t.preventDefault(),o}function zn(e){const t=new MouseEvent("click",{bubbles:!0});return e.dispatchEvent(t),t}function Qn(e){return e.currentTarget===e.target&&e.composedPath()[0]===e.target&&!e.target.disabled&&!function(e){const t=Gn;return t&&(e.preventDefault(),e.stopImmediatePropagation()),async function(){Gn=!0,await null,Gn=!1}(),t}(e)}Bn.map(Fn);let Gn=!1;class Hn extends pn{constructor(){super(...arguments),this.disabled=!1,this.error=!1,this.errorText="",this.label="",this.required=!1,this.value="",this.prefixText="",this.suffixText="",this.hasLeadingIcon=!1,this.hasTrailingIcon=!1,this.supportingText="",this.textDirection="",this.rows=2,this.inputMode="",this.max="",this.maxLength=-1,this.min="",this.minLength=-1,this.pattern="",this.placeholder="",this.readOnly=!1,this.multiple=!1,this.step="",this.type="text",this.autocomplete="",this.dirty=!1,this.focused=!1,this.nativeError=!1,this.nativeErrorText="",this.hasCustomValidityError=!1,this.internals=this.attachInternals()}get form(){return this.internals.form}get labels(){return this.internals.labels}get name(){return this.getAttribute("name")??""}set name(e){this.setAttribute("name",e)}get selectionDirection(){return this.getInputOrTextarea().selectionDirection}set selectionDirection(e){this.getInputOrTextarea().selectionDirection=e}get selectionEnd(){return this.getInputOrTextarea().selectionEnd}set selectionEnd(e){this.getInputOrTextarea().selectionEnd=e}get selectionStart(){return this.getInputOrTextarea().selectionStart}set selectionStart(e){this.getInputOrTextarea().selectionStart=e}get validationMessage(){return this.syncValidity(),this.internals.validationMessage}get validity(){return this.syncValidity(),this.internals.validity}get valueAsNumber(){const e=this.getInput();return e?e.valueAsNumber:NaN}set valueAsNumber(e){const t=this.getInput();t&&(t.valueAsNumber=e,this.value=t.value)}get valueAsDate(){const e=this.getInput();return e?e.valueAsDate:null}set valueAsDate(e){const t=this.getInput();t&&(t.valueAsDate=e,this.value=t.value)}get willValidate(){return this.syncValidity(),this.internals.willValidate}get hasError(){return this.error||this.nativeError}checkValidity(){return this.syncValidity(),this.internals.checkValidity()}reportValidity(){let e;this.addEventListener("invalid",(t=>{e=t}),{once:!0});const t=this.checkValidity();if(e?.defaultPrevented)return t;const n=this.getErrorText();return this.nativeError=!t,this.nativeErrorText=this.validationMessage,n===this.getErrorText()&&this.field?.reannounceError(),t}select(){this.getInputOrTextarea().select()}setCustomValidity(e){this.hasCustomValidityError=!!e,this.internals.setValidity({customError:!!e},e,this.getInputOrTextarea())}setRangeText(...e){this.getInputOrTextarea().setRangeText(...e),this.value=this.getInputOrTextarea().value}setSelectionRange(e,t,n){this.getInputOrTextarea().setSelectionRange(e,t,n)}stepDown(e){const t=this.getInput();t&&(t.stepDown(e),this.value=t.value)}stepUp(e){const t=this.getInput();t&&(t.stepUp(e),this.value=t.value)}reset(){this.dirty=!1,this.value=this.getAttribute("value")??"",this.nativeError=!1,this.nativeErrorText=""}attributeChangedCallback(e,t,n){"value"===e&&this.dirty||super.attributeChangedCallback(e,t,n)}render(){const e={disabled:this.disabled,error:!this.disabled&&this.hasError,textarea:"textarea"===this.type};return Gt`
|
|
50
50
|
<span class="text-field ${fn(e)}">
|
|
@@ -159,7 +159,7 @@ var e={8825:(e,t,n)=>{const o=n(8295);e.exports=o},2225:e=>{class t{constructor(
|
|
|
159
159
|
`,bo=et`:host{display:inline-flex;height:var(--_container-height);outline:none;font-family:var(--_label-text-font);font-size:var(--_label-text-size);line-height:var(--_label-text-line-height);font-weight:var(--_label-text-weight);-webkit-tap-highlight-color:rgba(0,0,0,0);vertical-align:top;--md-ripple-hover-color: var(--_hover-state-layer-color);--md-ripple-pressed-color: var(--_pressed-state-layer-color);--md-ripple-hover-opacity: var(--_hover-state-layer-opacity);--md-ripple-pressed-opacity: var(--_pressed-state-layer-opacity)}:host([touch-target=wrapper]){margin:max(0px,(48px - var(--_container-height))/2) 0}md-focus-ring{--md-focus-ring-shape-start-start: var(--_container-shape-start-start);--md-focus-ring-shape-start-end: var(--_container-shape-start-end);--md-focus-ring-shape-end-end: var(--_container-shape-end-end);--md-focus-ring-shape-end-start: var(--_container-shape-end-start)}:host([disabled]){cursor:default;pointer-events:none}.button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-inline-size:64px;border:none;outline:none;user-select:none;-webkit-appearance:none;vertical-align:middle;background:rgba(0,0,0,0);text-decoration:none;inline-size:100%;position:relative;z-index:0;height:100%;font:inherit;color:var(--_label-text-color);padding-inline-start:var(--_leading-space);padding-inline-end:var(--_trailing-space);gap:8px}.button::before{background-color:var(--_container-color);border-radius:inherit;content:"";inset:0;position:absolute}.button::-moz-focus-inner{padding:0;border:0}.button:hover{color:var(--_hover-label-text-color);cursor:pointer}.button:focus{color:var(--_focus-label-text-color)}.button:active{color:var(--_pressed-label-text-color);outline:none}.button:disabled .button__label{color:var(--_disabled-label-text-color);opacity:var(--_disabled-label-text-opacity)}.button:disabled::before{background-color:var(--_disabled-container-color);opacity:var(--_disabled-container-opacity)}@media(forced-colors: active){.button::before{content:"";box-sizing:border-box;border:1px solid CanvasText;border-radius:inherit;inset:0;pointer-events:none;position:absolute}.button:disabled{--_disabled-icon-opacity: 1;--_disabled-container-opacity: 1;--_disabled-label-text-opacity: 1}}.button,.button__ripple{border-start-start-radius:var(--_container-shape-start-start);border-start-end-radius:var(--_container-shape-start-end);border-end-start-radius:var(--_container-shape-end-start);border-end-end-radius:var(--_container-shape-end-end)}.button::after,.button::before,md-elevation,.button__ripple{z-index:-1}.button--icon-leading{padding-inline-start:var(--_with-leading-icon-leading-space);padding-inline-end:var(--_with-leading-icon-trailing-space)}.button--icon-trailing{padding-inline-start:var(--_with-trailing-icon-leading-space);padding-inline-end:var(--_with-trailing-icon-trailing-space)}.link-button-wrapper{inline-size:100%}.button ::slotted([slot=icon]){display:inline-flex;position:relative;writing-mode:horizontal-tb;fill:currentColor;color:var(--_icon-color);font-size:var(--_icon-size);inline-size:var(--_icon-size);block-size:var(--_icon-size)}.button:hover ::slotted([slot=icon]){color:var(--_hover-icon-color)}.button:focus ::slotted([slot=icon]){color:var(--_focus-icon-color)}.button:active ::slotted([slot=icon]){color:var(--_pressed-icon-color)}.button:disabled ::slotted([slot=icon]){color:var(--_disabled-icon-color);opacity:var(--_disabled-icon-opacity)}.touch{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%)}:host([touch-target=none]) .touch{display:none}/*# sourceMappingURL=shared-styles.css.map */
|
|
160
160
|
`;let No=class extends fo{};No.styles=[bo,vo,yo],No=He([Je("md-filled-button")],No);class xo extends go{renderOutline(){return Gt`<span class="button__outline"></span>`}}const _o=et`:host{--_container-height: var(--md-outlined-button-container-height, 40px);--_container-shape: var(--md-outlined-button-container-shape, 9999px);--_disabled-label-text-color: var(--md-outlined-button-disabled-label-text-color, var(--md-sys-color-on-surface, #1d1b20));--_disabled-label-text-opacity: var(--md-outlined-button-disabled-label-text-opacity, 0.38);--_disabled-outline-color: var(--md-outlined-button-disabled-outline-color, var(--md-sys-color-on-surface, #1d1b20));--_disabled-outline-opacity: var(--md-outlined-button-disabled-outline-opacity, 0.12);--_focus-label-text-color: var(--md-outlined-button-focus-label-text-color, var(--md-sys-color-primary, #6750a4));--_hover-label-text-color: var(--md-outlined-button-hover-label-text-color, var(--md-sys-color-primary, #6750a4));--_hover-state-layer-color: var(--md-outlined-button-hover-state-layer-color, var(--md-sys-color-primary, #6750a4));--_hover-state-layer-opacity: var(--md-outlined-button-hover-state-layer-opacity, 0.08);--_label-text-color: var(--md-outlined-button-label-text-color, var(--md-sys-color-primary, #6750a4));--_label-text-font: var(--md-outlined-button-label-text-font, var(--md-sys-typescale-label-large-font, var(--md-ref-typeface-plain, Roboto)));--_label-text-line-height: var(--md-outlined-button-label-text-line-height, var(--md-sys-typescale-label-large-line-height, 1.25rem));--_label-text-size: var(--md-outlined-button-label-text-size, var(--md-sys-typescale-label-large-size, 0.875rem));--_label-text-weight: var(--md-outlined-button-label-text-weight, var(--md-sys-typescale-label-large-weight, var(--md-ref-typeface-weight-medium, 500)));--_outline-color: var(--md-outlined-button-outline-color, var(--md-sys-color-outline, #79747e));--_outline-width: var(--md-outlined-button-outline-width, 1px);--_pressed-label-text-color: var(--md-outlined-button-pressed-label-text-color, var(--md-sys-color-primary, #6750a4));--_pressed-outline-color: var(--md-outlined-button-pressed-outline-color, var(--md-sys-color-outline, #79747e));--_pressed-state-layer-color: var(--md-outlined-button-pressed-state-layer-color, var(--md-sys-color-primary, #6750a4));--_pressed-state-layer-opacity: var(--md-outlined-button-pressed-state-layer-opacity, 0.12);--_disabled-icon-color: var(--md-outlined-button-disabled-icon-color, var(--md-sys-color-on-surface, #1d1b20));--_disabled-icon-opacity: var(--md-outlined-button-disabled-icon-opacity, 0.38);--_focus-icon-color: var(--md-outlined-button-focus-icon-color, var(--md-sys-color-primary, #6750a4));--_hover-icon-color: var(--md-outlined-button-hover-icon-color, var(--md-sys-color-primary, #6750a4));--_icon-color: var(--md-outlined-button-icon-color, var(--md-sys-color-primary, #6750a4));--_icon-size: var(--md-outlined-button-icon-size, 18px);--_pressed-icon-color: var(--md-outlined-button-pressed-icon-color, var(--md-sys-color-primary, #6750a4));--_leading-space: var(--md-outlined-button-leading-space, 24px);--_trailing-space: var(--md-outlined-button-trailing-space, 24px);--_with-leading-icon-leading-space: var(--md-outlined-button-with-leading-icon-leading-space, 16px);--_with-leading-icon-trailing-space: var(--md-outlined-button-with-leading-icon-trailing-space, 24px);--_with-trailing-icon-leading-space: var(--md-outlined-button-with-trailing-icon-leading-space, 24px);--_with-trailing-icon-trailing-space: var(--md-outlined-button-with-trailing-icon-trailing-space, 16px);--_container-color: none;--_disabled-container-color: none;--_disabled-container-opacity: 0;--_container-shape-start-start: var( --md-outlined-button-container-shape-start-start, var(--_container-shape) );--_container-shape-start-end: var( --md-outlined-button-container-shape-start-end, var(--_container-shape) );--_container-shape-end-end: var( --md-outlined-button-container-shape-end-end, var(--_container-shape) );--_container-shape-end-start: var( --md-outlined-button-container-shape-end-start, var(--_container-shape) )}.button__outline{inset:0;border-style:solid;position:absolute;box-sizing:border-box;border-color:var(--_outline-color);border-start-start-radius:var(--_container-shape-start-start);border-start-end-radius:var(--_container-shape-start-end);border-end-start-radius:var(--_container-shape-end-start);border-end-end-radius:var(--_container-shape-end-end)}.button:active .button__outline{border-color:var(--_pressed-outline-color)}.button:disabled .button__outline{border-color:var(--_disabled-outline-color);opacity:var(--_disabled-outline-opacity)}@media(forced-colors: active){.button:disabled .button__outline{opacity:1}}.button__outline,.button__ripple{border-width:var(--_outline-width)}.button__ripple{inline-size:calc(100% - 2*var(--_outline-width));block-size:calc(100% - 2*var(--_outline-width));border-style:solid;border-color:rgba(0,0,0,0)}/*# sourceMappingURL=outlined-styles.css.map */
|
|
161
161
|
`;let Co=class extends xo{};Co.styles=[bo,_o],Co=He([Je("md-outlined-button")],Co);const So=et`@media(forced-colors: active){:host{--md-outlined-select-text-field-disabled-input-text-color: GrayText;--md-outlined-select-text-field-disabled-input-text-opacity: 1;--md-outlined-select-text-field-disabled-label-text-color: GrayText;--md-outlined-select-text-field-disabled-label-text-opacity: 1;--md-outlined-select-text-field-disabled-leading-icon-color: GrayText;--md-outlined-select-text-field-disabled-leading-icon-opacity: 1;--md-outlined-select-text-field-disabled-outline-color: GrayText;--md-outlined-select-text-field-disabled-outline-opacity: 1;--md-outlined-select-text-field-disabled-supporting-text-color: GrayText;--md-outlined-select-text-field-disabled-supporting-text-opacity: 1;--md-outlined-select-text-field-disabled-trailing-icon-color: GrayText;--md-outlined-select-text-field-disabled-trailing-icon-opacity: 1}}/*# sourceMappingURL=outlined-forced-colors-styles.css.map */
|
|
162
|
-
`;function Eo(e,t=jo){const n=Ro(e,t);return n&&(n.tabIndex=0,n.focus()),n}function qo(e,t=jo){const n=To(e,t);return n&&(n.tabIndex=0,n.focus()),n}function Io(e,t=jo){for(let n=0;n<e.length;n++){const o=e[n];if(0===o.tabIndex&&t(o))return{item:o,index:n}}return null}function Ro(e,t=jo){for(const n of e)if(t(n))return n;return null}function To(e,t=jo){for(let n=e.length-1;n>=0;n--){const o=e[n];if(t(o))return o}return null}function Ao(e,t,n=jo){if(t){const o=function(e,t,n=jo){for(let o=1;o<e.length;o++){const a=e[(o+t)%e.length];if(n(a))return a}return e[t]?e[t]:null}(e,t.index,n);return o&&(o.tabIndex=0,o.focus()),o}return Eo(e,n)}function Lo(e,t,n=jo){if(t){const o=function(e,t,n=jo){for(let o=1;o<e.length;o++){const a=e[(t-o+e.length)%e.length];if(n(a))return a}return e[t]?e[t]:null}(e,t.index,n);return o&&(o.tabIndex=0,o.focus()),o}return qo(e,n)}function jo(e){return!e.disabled}const Po="ArrowDown",ko="ArrowLeft",Oo="ArrowUp",Do="ArrowRight",$o="Home";class Mo{constructor(e){this.handleKeydown=e=>{const t=e.key;if(e.defaultPrevented||!this.isNavigableKey(t))return;const n=this.items;if(!n.length)return;const o=Io(n,this.isActivatable);o&&(o.item.tabIndex=-1),e.preventDefault();const a=this.isRtl();switch(t){case Po:case a?ko:Do:Ao(n,o,this.isActivatable);break;case Oo:case a?Do:ko:Lo(n,o,this.isActivatable);break;case $o:Eo(n,this.isActivatable);break;case"End":qo(n,this.isActivatable)}},this.onDeactivateItems=()=>{const e=this.items;for(const t of e)this.deactivateItem(t)},this.onRequestActivation=e=>{this.onDeactivateItems();const t=e.target;this.activateItem(t),t.focus()},this.onSlotchange=()=>{const e=this.items;let t=!1;for(const n of e)!n.disabled&&n.tabIndex>-1&&!t?(t=!0,n.tabIndex=0):n.tabIndex=-1;if(t)return;const n=Ro(e,this.isActivatable);n&&(n.tabIndex=0)};const{isItem:t,getPossibleItems:n,isRtl:o,deactivateItem:a,activateItem:r,isNavigableKey:s,isActivatable:i}=e;this.isItem=t,this.getPossibleItems=n,this.isRtl=o,this.deactivateItem=a,this.activateItem=r,this.isNavigableKey=s,this.isActivatable=i}get items(){const e=this.getPossibleItems(),t=[];for(const n of e){if(this.isItem(n)){t.push(n);continue}const e=n.item;e&&this.isItem(e)&&t.push(e)}return t}activateNextItem(){const e=this.items,t=Io(e,this.isActivatable);return t&&(t.item.tabIndex=-1),Ao(e,t,this.isActivatable)}activatePreviousItem(){const e=this.items,t=Io(e,this.isActivatable);return t&&(t.item.tabIndex=-1),Lo(e,t,this.isActivatable)}}const Bo=function(e,t){return new CustomEvent("close-menu",{bubbles:!0,composed:!0,detail:{initiator:e,reason:t,itemPath:[e]}})},Fo={SPACE:"Space",ENTER:"Enter"},Vo={ESCAPE:"Escape",SPACE:Fo.SPACE,ENTER:Fo.ENTER};function Uo(e){return Object.values(Vo).some((t=>t===e))}function zo(e,t){const n=new Event("md-contains",{bubbles:!0,composed:!0});let o=[];const a=e=>{o=e.composedPath()};return t.addEventListener("md-contains",a),e.dispatchEvent(n),t.removeEventListener("md-contains",a),o.length>0}const Qo="first-item";class Go{constructor(e,t){this.host=e,this.getProperties=t,this.surfaceStylesInternal={display:"none"},this.lastValues={isOpen:!1},this.host.addController(this)}get surfaceStyles(){return this.surfaceStylesInternal}async position(){const{surfaceEl:e,anchorEl:t,anchorCorner:n,surfaceCorner:o,positioning:a,xOffset:r,yOffset:s,repositionStrategy:i}=this.getProperties(),d=n.toLowerCase().trim(),l=o.toLowerCase().trim();if(!e||!t)return;const w=window.innerWidth,h=window.innerHeight;this.surfaceStylesInternal={display:"block",opacity:"0"},this.host.requestUpdate(),await this.host.updateComplete;const c=e.getSurfacePositionClientRect?e.getSurfacePositionClientRect():e.getBoundingClientRect(),p=t.getSurfacePositionClientRect?t.getSurfacePositionClientRect():t.getBoundingClientRect(),[u,m]=l.split("-"),[g,f]=d.split("-"),y="ltr"===getComputedStyle(e).direction;let{blockInset:v,blockOutOfBoundsCorrection:b,surfaceBlockProperty:N}=this.calculateBlock({surfaceRect:c,anchorRect:p,anchorBlock:g,surfaceBlock:u,yOffset:s,positioning:a,windowInnerHeight:h});if(b){const e="start"===u?"end":"start",t="start"===g?"end":"start",n=this.calculateBlock({surfaceRect:c,anchorRect:p,anchorBlock:t,surfaceBlock:e,yOffset:s,positioning:a,windowInnerHeight:h});b>n.blockOutOfBoundsCorrection&&(v=n.blockInset,b=n.blockOutOfBoundsCorrection,N=n.surfaceBlockProperty)}let{inlineInset:x,inlineOutOfBoundsCorrection:_,surfaceInlineProperty:C}=this.calculateInline({surfaceRect:c,anchorRect:p,anchorInline:f,surfaceInline:m,xOffset:r,positioning:a,isLTR:y,windowInnerWidth:w});if(_){const e="start"===m?"end":"start",t="start"===f?"end":"start",n=this.calculateInline({surfaceRect:c,anchorRect:p,anchorInline:t,surfaceInline:e,xOffset:r,positioning:a,isLTR:y,windowInnerWidth:w});Math.abs(_)>Math.abs(n.inlineOutOfBoundsCorrection)&&(x=n.inlineInset,_=n.inlineOutOfBoundsCorrection,C=n.surfaceInlineProperty)}"move"===i&&(v-=b,x-=_),this.surfaceStylesInternal={display:"block",opacity:"1",[N]:`${v}px`,[C]:`${x}px`},"resize"===i&&(b&&(this.surfaceStylesInternal.height=c.height-b+"px"),_&&(this.surfaceStylesInternal.width=c.width-_+"px")),this.host.requestUpdate()}calculateBlock(e){const{surfaceRect:t,anchorRect:n,anchorBlock:o,surfaceBlock:a,yOffset:r,positioning:s,windowInnerHeight:i}=e,d="fixed"===s?1:0,l="start"===a?1:0,w="end"===a?1:0,h=(o!==a?1:0)*n.height+r,c=l*n.top+w*(i-n.bottom);return{blockInset:d*c+h,blockOutOfBoundsCorrection:Math.abs(Math.min(0,i-c-h-t.height)),surfaceBlockProperty:"start"===a?"inset-block-start":"inset-block-end"}}calculateInline(e){const{isLTR:t,surfaceInline:n,anchorInline:o,anchorRect:a,surfaceRect:r,xOffset:s,positioning:i,windowInnerWidth:d}=e,l="fixed"===i?1:0,w=t?1:0,h=t?0:1,c="start"===n?1:0,p="end"===n?1:0,u=(o!==n?1:0)*a.width+s,m=w*(c*a.left+p*(d-a.right))+h*(c*(d-a.right)+p*a.left);return{inlineInset:l*m+u,inlineOutOfBoundsCorrection:Math.abs(Math.min(0,d-m-u-r.width)),surfaceInlineProperty:"start"===n?"inset-inline-start":"inset-inline-end"}}hostUpdate(){this.onUpdate()}hostUpdated(){this.onUpdate()}async onUpdate(){const e=this.getProperties();let t=!1;for(const[n,o]of Object.entries(e))if(t=t||o!==this.lastValues[n],t)break;const n=this.lastValues.isOpen!==e.isOpen,o=!!e.anchorEl,a=!!e.surfaceEl;t&&o&&a&&(this.lastValues.isOpen=e.isOpen,e.isOpen?(this.lastValues=e,await this.position(),e.onOpen()):n&&(await e.beforeClose(),this.close(),e.onClose()))}close(){this.surfaceStylesInternal={display:"none"},this.host.requestUpdate()}}class Ho{constructor(e){this.getProperties=e,this.typeaheadRecords=[],this.typaheadBuffer="",this.cancelTypeaheadTimeout=0,this.isTypingAhead=!1,this.lastActiveRecord=null,this.onKeydown=e=>{this.isTypingAhead?this.typeahead(e):this.beginTypeahead(e)},this.endTypeahead=()=>{this.isTypingAhead=!1,this.typaheadBuffer="",this.typeaheadRecords=[]}}get items(){return this.getProperties().getItems()}get active(){return this.getProperties().active}beginTypeahead(e){this.active&&("Space"===e.code||"Enter"===e.code||e.code.startsWith("Arrow")||"Escape"===e.code||(this.isTypingAhead=!0,this.typeaheadRecords=this.items.map(((e,t)=>[t,e,e.typeaheadText.trim().toLowerCase()])),this.lastActiveRecord=this.typeaheadRecords.find((e=>0===e[1].tabIndex))??null,this.lastActiveRecord&&(this.lastActiveRecord[1].tabIndex=-1),this.typeahead(e)))}typeahead(e){if(e.defaultPrevented)return;if(clearTimeout(this.cancelTypeaheadTimeout),"Enter"===e.code||e.code.startsWith("Arrow")||"Escape"===e.code)return this.endTypeahead(),void(this.lastActiveRecord&&(this.lastActiveRecord[1].tabIndex=-1));"Space"===e.code&&e.preventDefault(),this.cancelTypeaheadTimeout=setTimeout(this.endTypeahead,this.getProperties().typeaheadBufferTime),this.typaheadBuffer+=e.key.toLowerCase();const t=this.lastActiveRecord?this.lastActiveRecord[0]:-1,n=this.typeaheadRecords.length,o=e=>(e[0]+n-t)%n,a=this.typeaheadRecords.filter((e=>!e[1].disabled&&e[2].startsWith(this.typaheadBuffer))).sort(((e,t)=>o(e)-o(t)));if(0===a.length)return clearTimeout(this.cancelTypeaheadTimeout),this.lastActiveRecord&&(this.lastActiveRecord[1].tabIndex=-1),void this.endTypeahead();const r=1===this.typaheadBuffer.length;let s;s=this.lastActiveRecord===a[0]&&r?a[1]??a[0]:a[0],this.lastActiveRecord&&(this.lastActiveRecord[1].tabIndex=-1),this.lastActiveRecord=s,s[1].tabIndex=0,s[1].focus()}}const Jo=new Set([Po,Oo,$o,"End"]),Wo=new Set([ko,Do,...Jo]);class Xo extends pn{get openDirection(){return"start"===this.menuCorner.split("-")[0]?"DOWN":"UP"}get anchorElement(){return this.anchor?this.getRootNode().querySelector(`#${this.anchor}`):this.currentAnchorElement}set anchorElement(e){this.currentAnchorElement=e,this.requestUpdate("anchorElement")}constructor(){super(),this.anchor="",this.positioning="absolute",this.quick=!1,this.hasOverflow=!1,this.open=!1,this.xOffset=0,this.yOffset=0,this.typeaheadDelay=200,this.anchorCorner="end-start",this.menuCorner="start-start",this.stayOpenOnOutsideClick=!1,this.stayOpenOnFocusout=!1,this.skipRestoreFocus=!1,this.defaultFocus=Qo,this.typeaheadActive=!0,this.isSubmenu=!1,this.pointerPath=[],this.openCloseAnimationSignal=function(){let e=null;return{start:()=>(e?.abort(),e=new AbortController,e.signal),finish(){e=null}}}(),this.listController=new Mo({isItem:e=>e.hasAttribute("md-menu-item"),getPossibleItems:()=>this.slotItems,isRtl:()=>"rtl"===getComputedStyle(this).direction,deactivateItem:e=>{e.selected=!1,e.tabIndex=-1},activateItem:e=>{e.selected=!0,e.tabIndex=0},isNavigableKey:e=>this.isSubmenu?e===("rtl"===getComputedStyle(this).direction?ko:Do)||Jo.has(e):Wo.has(e)}),this.lastFocusedElement=null,this.typeaheadController=new Ho((()=>({getItems:()=>this.items,typeaheadBufferTime:this.typeaheadDelay,active:this.typeaheadActive}))),this.currentAnchorElement=null,this.internals=function(e,t){if(function(e){return"role"in e}(t))return t;if(!("role"in e))throw new Error("Missing setupHostAria()");let n=[],o=!1;for(const a of Bn){let r=null;Object.defineProperty(t,a,{enumerable:!0,configurable:!0,get:()=>r,set(t){const s=()=>{r=t,o?e[a]=t:n.push({property:a,callback:s})};s()}})}let a=null;return Object.defineProperty(t,"role",{enumerable:!0,configurable:!0,get:()=>a,set(t){const r=()=>{a=t,o?null===t?e.removeAttribute("role"):e.setAttribute("role",t):n.push({property:"role",callback:r})};r()}}),e.addController({hostConnected(){if(o)return;o=!0;const t=new Set;for(const{property:o}of n)(null!==e.getAttribute(Fn(o))||void 0!==e[o])&&t.add(o);for(const{property:e,callback:o}of n)t.has(e)||o();n=[]}}),t}(this,this.attachInternals()),this.menuPositionController=new Go(this,(()=>({anchorCorner:this.anchorCorner,surfaceCorner:this.menuCorner,surfaceEl:this.surfaceEl,anchorEl:this.anchorElement,positioning:this.positioning,isOpen:this.open,xOffset:this.xOffset,yOffset:this.yOffset,onOpen:this.onOpened,beforeClose:this.beforeClose,onClose:this.onClosed,repositionStrategy:this.hasOverflow?"move":"resize"}))),this.handleFocusout=async e=>{const t=this.anchorElement;if(this.stayOpenOnFocusout||!this.open||this.pointerPath.includes(t))return;if(e.relatedTarget){if(zo(e.relatedTarget,this)||zo(e.relatedTarget,t))return}else if(this.pointerPath.includes(this))return;const n=this.skipRestoreFocus;this.skipRestoreFocus=!0,this.close(),await this.updateComplete,this.skipRestoreFocus=n},this.onOpened=async()=>{this.lastFocusedElement=function(e=document){let t=e.activeElement;for(;t&&t?.shadowRoot?.activeElement;)t=t.shadowRoot.activeElement;return t}();const e=this.items,t=Io(e);t&&"none"!==this.defaultFocus&&(t.item.tabIndex=-1);let n=!this.quick;switch(this.quick?this.dispatchEvent(new Event("opening")):n=!!await this.animateOpen(),this.defaultFocus){case Qo:const t=Ro(e);t&&(t.tabIndex=0,t.focus(),await t.updateComplete);break;case"last-item":const n=To(e);n&&(n.tabIndex=0,n.focus(),await n.updateComplete);break;case"list-root":this.focus()}n||this.dispatchEvent(new Event("opened"))},this.beforeClose=async()=>{this.open=!1,this.skipRestoreFocus||this.lastFocusedElement?.focus?.(),this.quick||await this.animateClose()},this.onClosed=()=>{this.quick&&(this.dispatchEvent(new Event("closing")),this.dispatchEvent(new Event("closed")))},this.onWindowPointerdown=e=>{this.pointerPath=e.composedPath()},this.onDocumentClick=e=>{if(!this.open)return;const t=e.composedPath();this.stayOpenOnOutsideClick||t.includes(this)||t.includes(this.anchorElement)||(this.open=!1)},this.internals.role="menu",this.addEventListener("keydown",this.handleKeydown),this.addEventListener("keydown",this.captureKeydown,{capture:!0}),this.addEventListener("focusout",this.handleFocusout)}get items(){return this.listController.items}willUpdate(e){e.has("open")&&(this.open?this.removeAttribute("aria-hidden"):this.setAttribute("aria-hidden","true"))}update(e){e.has("open")&&(this.open?this.setUpGlobalEventListeners():this.cleanUpGlobalEventListeners()),super.update(e)}connectedCallback(){super.connectedCallback(),this.open&&this.setUpGlobalEventListeners()}disconnectedCallback(){super.disconnectedCallback(),this.cleanUpGlobalEventListeners()}render(){return this.renderSurface()}renderSurface(){return Gt`
|
|
162
|
+
`;function Eo(e,t=jo){const n=To(e,t);return n&&(n.tabIndex=0,n.focus()),n}function qo(e,t=jo){const n=Ro(e,t);return n&&(n.tabIndex=0,n.focus()),n}function Io(e,t=jo){for(let n=0;n<e.length;n++){const o=e[n];if(0===o.tabIndex&&t(o))return{item:o,index:n}}return null}function To(e,t=jo){for(const n of e)if(t(n))return n;return null}function Ro(e,t=jo){for(let n=e.length-1;n>=0;n--){const o=e[n];if(t(o))return o}return null}function Ao(e,t,n=jo){if(t){const o=function(e,t,n=jo){for(let o=1;o<e.length;o++){const a=e[(o+t)%e.length];if(n(a))return a}return e[t]?e[t]:null}(e,t.index,n);return o&&(o.tabIndex=0,o.focus()),o}return Eo(e,n)}function Lo(e,t,n=jo){if(t){const o=function(e,t,n=jo){for(let o=1;o<e.length;o++){const a=e[(t-o+e.length)%e.length];if(n(a))return a}return e[t]?e[t]:null}(e,t.index,n);return o&&(o.tabIndex=0,o.focus()),o}return qo(e,n)}function jo(e){return!e.disabled}const Po="ArrowDown",ko="ArrowLeft",Oo="ArrowUp",Do="ArrowRight",$o="Home";class Mo{constructor(e){this.handleKeydown=e=>{const t=e.key;if(e.defaultPrevented||!this.isNavigableKey(t))return;const n=this.items;if(!n.length)return;const o=Io(n,this.isActivatable);o&&(o.item.tabIndex=-1),e.preventDefault();const a=this.isRtl();switch(t){case Po:case a?ko:Do:Ao(n,o,this.isActivatable);break;case Oo:case a?Do:ko:Lo(n,o,this.isActivatable);break;case $o:Eo(n,this.isActivatable);break;case"End":qo(n,this.isActivatable)}},this.onDeactivateItems=()=>{const e=this.items;for(const t of e)this.deactivateItem(t)},this.onRequestActivation=e=>{this.onDeactivateItems();const t=e.target;this.activateItem(t),t.focus()},this.onSlotchange=()=>{const e=this.items;let t=!1;for(const n of e)!n.disabled&&n.tabIndex>-1&&!t?(t=!0,n.tabIndex=0):n.tabIndex=-1;if(t)return;const n=To(e,this.isActivatable);n&&(n.tabIndex=0)};const{isItem:t,getPossibleItems:n,isRtl:o,deactivateItem:a,activateItem:r,isNavigableKey:s,isActivatable:i}=e;this.isItem=t,this.getPossibleItems=n,this.isRtl=o,this.deactivateItem=a,this.activateItem=r,this.isNavigableKey=s,this.isActivatable=i}get items(){const e=this.getPossibleItems(),t=[];for(const n of e){if(this.isItem(n)){t.push(n);continue}const e=n.item;e&&this.isItem(e)&&t.push(e)}return t}activateNextItem(){const e=this.items,t=Io(e,this.isActivatable);return t&&(t.item.tabIndex=-1),Ao(e,t,this.isActivatable)}activatePreviousItem(){const e=this.items,t=Io(e,this.isActivatable);return t&&(t.item.tabIndex=-1),Lo(e,t,this.isActivatable)}}const Bo=function(e,t){return new CustomEvent("close-menu",{bubbles:!0,composed:!0,detail:{initiator:e,reason:t,itemPath:[e]}})},Fo={SPACE:"Space",ENTER:"Enter"},Vo={ESCAPE:"Escape",SPACE:Fo.SPACE,ENTER:Fo.ENTER};function Uo(e){return Object.values(Vo).some((t=>t===e))}function zo(e,t){const n=new Event("md-contains",{bubbles:!0,composed:!0});let o=[];const a=e=>{o=e.composedPath()};return t.addEventListener("md-contains",a),e.dispatchEvent(n),t.removeEventListener("md-contains",a),o.length>0}const Qo="first-item";class Go{constructor(e,t){this.host=e,this.getProperties=t,this.surfaceStylesInternal={display:"none"},this.lastValues={isOpen:!1},this.host.addController(this)}get surfaceStyles(){return this.surfaceStylesInternal}async position(){const{surfaceEl:e,anchorEl:t,anchorCorner:n,surfaceCorner:o,positioning:a,xOffset:r,yOffset:s,repositionStrategy:i}=this.getProperties(),d=n.toLowerCase().trim(),l=o.toLowerCase().trim();if(!e||!t)return;const w=window.innerWidth,h=window.innerHeight;this.surfaceStylesInternal={display:"block",opacity:"0"},this.host.requestUpdate(),await this.host.updateComplete;const c=e.getSurfacePositionClientRect?e.getSurfacePositionClientRect():e.getBoundingClientRect(),p=t.getSurfacePositionClientRect?t.getSurfacePositionClientRect():t.getBoundingClientRect(),[u,m]=l.split("-"),[g,f]=d.split("-"),y="ltr"===getComputedStyle(e).direction;let{blockInset:v,blockOutOfBoundsCorrection:b,surfaceBlockProperty:N}=this.calculateBlock({surfaceRect:c,anchorRect:p,anchorBlock:g,surfaceBlock:u,yOffset:s,positioning:a,windowInnerHeight:h});if(b){const e="start"===u?"end":"start",t="start"===g?"end":"start",n=this.calculateBlock({surfaceRect:c,anchorRect:p,anchorBlock:t,surfaceBlock:e,yOffset:s,positioning:a,windowInnerHeight:h});b>n.blockOutOfBoundsCorrection&&(v=n.blockInset,b=n.blockOutOfBoundsCorrection,N=n.surfaceBlockProperty)}let{inlineInset:x,inlineOutOfBoundsCorrection:_,surfaceInlineProperty:C}=this.calculateInline({surfaceRect:c,anchorRect:p,anchorInline:f,surfaceInline:m,xOffset:r,positioning:a,isLTR:y,windowInnerWidth:w});if(_){const e="start"===m?"end":"start",t="start"===f?"end":"start",n=this.calculateInline({surfaceRect:c,anchorRect:p,anchorInline:t,surfaceInline:e,xOffset:r,positioning:a,isLTR:y,windowInnerWidth:w});Math.abs(_)>Math.abs(n.inlineOutOfBoundsCorrection)&&(x=n.inlineInset,_=n.inlineOutOfBoundsCorrection,C=n.surfaceInlineProperty)}"move"===i&&(v-=b,x-=_),this.surfaceStylesInternal={display:"block",opacity:"1",[N]:`${v}px`,[C]:`${x}px`},"resize"===i&&(b&&(this.surfaceStylesInternal.height=c.height-b+"px"),_&&(this.surfaceStylesInternal.width=c.width-_+"px")),this.host.requestUpdate()}calculateBlock(e){const{surfaceRect:t,anchorRect:n,anchorBlock:o,surfaceBlock:a,yOffset:r,positioning:s,windowInnerHeight:i}=e,d="fixed"===s?1:0,l="start"===a?1:0,w="end"===a?1:0,h=(o!==a?1:0)*n.height+r,c=l*n.top+w*(i-n.bottom);return{blockInset:d*c+h,blockOutOfBoundsCorrection:Math.abs(Math.min(0,i-c-h-t.height)),surfaceBlockProperty:"start"===a?"inset-block-start":"inset-block-end"}}calculateInline(e){const{isLTR:t,surfaceInline:n,anchorInline:o,anchorRect:a,surfaceRect:r,xOffset:s,positioning:i,windowInnerWidth:d}=e,l="fixed"===i?1:0,w=t?1:0,h=t?0:1,c="start"===n?1:0,p="end"===n?1:0,u=(o!==n?1:0)*a.width+s,m=w*(c*a.left+p*(d-a.right))+h*(c*(d-a.right)+p*a.left);return{inlineInset:l*m+u,inlineOutOfBoundsCorrection:Math.abs(Math.min(0,d-m-u-r.width)),surfaceInlineProperty:"start"===n?"inset-inline-start":"inset-inline-end"}}hostUpdate(){this.onUpdate()}hostUpdated(){this.onUpdate()}async onUpdate(){const e=this.getProperties();let t=!1;for(const[n,o]of Object.entries(e))if(t=t||o!==this.lastValues[n],t)break;const n=this.lastValues.isOpen!==e.isOpen,o=!!e.anchorEl,a=!!e.surfaceEl;t&&o&&a&&(this.lastValues.isOpen=e.isOpen,e.isOpen?(this.lastValues=e,await this.position(),e.onOpen()):n&&(await e.beforeClose(),this.close(),e.onClose()))}close(){this.surfaceStylesInternal={display:"none"},this.host.requestUpdate()}}class Ho{constructor(e){this.getProperties=e,this.typeaheadRecords=[],this.typaheadBuffer="",this.cancelTypeaheadTimeout=0,this.isTypingAhead=!1,this.lastActiveRecord=null,this.onKeydown=e=>{this.isTypingAhead?this.typeahead(e):this.beginTypeahead(e)},this.endTypeahead=()=>{this.isTypingAhead=!1,this.typaheadBuffer="",this.typeaheadRecords=[]}}get items(){return this.getProperties().getItems()}get active(){return this.getProperties().active}beginTypeahead(e){this.active&&("Space"===e.code||"Enter"===e.code||e.code.startsWith("Arrow")||"Escape"===e.code||(this.isTypingAhead=!0,this.typeaheadRecords=this.items.map(((e,t)=>[t,e,e.typeaheadText.trim().toLowerCase()])),this.lastActiveRecord=this.typeaheadRecords.find((e=>0===e[1].tabIndex))??null,this.lastActiveRecord&&(this.lastActiveRecord[1].tabIndex=-1),this.typeahead(e)))}typeahead(e){if(e.defaultPrevented)return;if(clearTimeout(this.cancelTypeaheadTimeout),"Enter"===e.code||e.code.startsWith("Arrow")||"Escape"===e.code)return this.endTypeahead(),void(this.lastActiveRecord&&(this.lastActiveRecord[1].tabIndex=-1));"Space"===e.code&&e.preventDefault(),this.cancelTypeaheadTimeout=setTimeout(this.endTypeahead,this.getProperties().typeaheadBufferTime),this.typaheadBuffer+=e.key.toLowerCase();const t=this.lastActiveRecord?this.lastActiveRecord[0]:-1,n=this.typeaheadRecords.length,o=e=>(e[0]+n-t)%n,a=this.typeaheadRecords.filter((e=>!e[1].disabled&&e[2].startsWith(this.typaheadBuffer))).sort(((e,t)=>o(e)-o(t)));if(0===a.length)return clearTimeout(this.cancelTypeaheadTimeout),this.lastActiveRecord&&(this.lastActiveRecord[1].tabIndex=-1),void this.endTypeahead();const r=1===this.typaheadBuffer.length;let s;s=this.lastActiveRecord===a[0]&&r?a[1]??a[0]:a[0],this.lastActiveRecord&&(this.lastActiveRecord[1].tabIndex=-1),this.lastActiveRecord=s,s[1].tabIndex=0,s[1].focus()}}const Jo=new Set([Po,Oo,$o,"End"]),Wo=new Set([ko,Do,...Jo]);class Xo extends pn{get openDirection(){return"start"===this.menuCorner.split("-")[0]?"DOWN":"UP"}get anchorElement(){return this.anchor?this.getRootNode().querySelector(`#${this.anchor}`):this.currentAnchorElement}set anchorElement(e){this.currentAnchorElement=e,this.requestUpdate("anchorElement")}constructor(){super(),this.anchor="",this.positioning="absolute",this.quick=!1,this.hasOverflow=!1,this.open=!1,this.xOffset=0,this.yOffset=0,this.typeaheadDelay=200,this.anchorCorner="end-start",this.menuCorner="start-start",this.stayOpenOnOutsideClick=!1,this.stayOpenOnFocusout=!1,this.skipRestoreFocus=!1,this.defaultFocus=Qo,this.typeaheadActive=!0,this.isSubmenu=!1,this.pointerPath=[],this.openCloseAnimationSignal=function(){let e=null;return{start:()=>(e?.abort(),e=new AbortController,e.signal),finish(){e=null}}}(),this.listController=new Mo({isItem:e=>e.hasAttribute("md-menu-item"),getPossibleItems:()=>this.slotItems,isRtl:()=>"rtl"===getComputedStyle(this).direction,deactivateItem:e=>{e.selected=!1,e.tabIndex=-1},activateItem:e=>{e.selected=!0,e.tabIndex=0},isNavigableKey:e=>this.isSubmenu?e===("rtl"===getComputedStyle(this).direction?ko:Do)||Jo.has(e):Wo.has(e)}),this.lastFocusedElement=null,this.typeaheadController=new Ho((()=>({getItems:()=>this.items,typeaheadBufferTime:this.typeaheadDelay,active:this.typeaheadActive}))),this.currentAnchorElement=null,this.internals=function(e,t){if(function(e){return"role"in e}(t))return t;if(!("role"in e))throw new Error("Missing setupHostAria()");let n=[],o=!1;for(const a of Bn){let r=null;Object.defineProperty(t,a,{enumerable:!0,configurable:!0,get:()=>r,set(t){const s=()=>{r=t,o?e[a]=t:n.push({property:a,callback:s})};s()}})}let a=null;return Object.defineProperty(t,"role",{enumerable:!0,configurable:!0,get:()=>a,set(t){const r=()=>{a=t,o?null===t?e.removeAttribute("role"):e.setAttribute("role",t):n.push({property:"role",callback:r})};r()}}),e.addController({hostConnected(){if(o)return;o=!0;const t=new Set;for(const{property:o}of n)(null!==e.getAttribute(Fn(o))||void 0!==e[o])&&t.add(o);for(const{property:e,callback:o}of n)t.has(e)||o();n=[]}}),t}(this,this.attachInternals()),this.menuPositionController=new Go(this,(()=>({anchorCorner:this.anchorCorner,surfaceCorner:this.menuCorner,surfaceEl:this.surfaceEl,anchorEl:this.anchorElement,positioning:this.positioning,isOpen:this.open,xOffset:this.xOffset,yOffset:this.yOffset,onOpen:this.onOpened,beforeClose:this.beforeClose,onClose:this.onClosed,repositionStrategy:this.hasOverflow?"move":"resize"}))),this.handleFocusout=async e=>{const t=this.anchorElement;if(this.stayOpenOnFocusout||!this.open||this.pointerPath.includes(t))return;if(e.relatedTarget){if(zo(e.relatedTarget,this)||zo(e.relatedTarget,t))return}else if(this.pointerPath.includes(this))return;const n=this.skipRestoreFocus;this.skipRestoreFocus=!0,this.close(),await this.updateComplete,this.skipRestoreFocus=n},this.onOpened=async()=>{this.lastFocusedElement=function(e=document){let t=e.activeElement;for(;t&&t?.shadowRoot?.activeElement;)t=t.shadowRoot.activeElement;return t}();const e=this.items,t=Io(e);t&&"none"!==this.defaultFocus&&(t.item.tabIndex=-1);let n=!this.quick;switch(this.quick?this.dispatchEvent(new Event("opening")):n=!!await this.animateOpen(),this.defaultFocus){case Qo:const t=To(e);t&&(t.tabIndex=0,t.focus(),await t.updateComplete);break;case"last-item":const n=Ro(e);n&&(n.tabIndex=0,n.focus(),await n.updateComplete);break;case"list-root":this.focus()}n||this.dispatchEvent(new Event("opened"))},this.beforeClose=async()=>{this.open=!1,this.skipRestoreFocus||this.lastFocusedElement?.focus?.(),this.quick||await this.animateClose()},this.onClosed=()=>{this.quick&&(this.dispatchEvent(new Event("closing")),this.dispatchEvent(new Event("closed")))},this.onWindowPointerdown=e=>{this.pointerPath=e.composedPath()},this.onDocumentClick=e=>{if(!this.open)return;const t=e.composedPath();this.stayOpenOnOutsideClick||t.includes(this)||t.includes(this.anchorElement)||(this.open=!1)},this.internals.role="menu",this.addEventListener("keydown",this.handleKeydown),this.addEventListener("keydown",this.captureKeydown,{capture:!0}),this.addEventListener("focusout",this.handleFocusout)}get items(){return this.listController.items}willUpdate(e){e.has("open")&&(this.open?this.removeAttribute("aria-hidden"):this.setAttribute("aria-hidden","true"))}update(e){e.has("open")&&(this.open?this.setUpGlobalEventListeners():this.cleanUpGlobalEventListeners()),super.update(e)}connectedCallback(){super.connectedCallback(),this.open&&this.setUpGlobalEventListeners()}disconnectedCallback(){super.disconnectedCallback(),this.cleanUpGlobalEventListeners()}render(){return this.renderSurface()}renderSurface(){return Gt`
|
|
163
163
|
<div
|
|
164
164
|
class="menu ${fn(this.getSurfaceClasses())}"
|
|
165
165
|
style=${Mn(this.menuPositionController.surfaceStyles)}>
|