@ulb-darmstadt/shacl-form 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
1
  /*! For license information please see index.js.LICENSE.txt */
2
- var e={8825:(e,t,n)=>{const a=n(8295);e.exports=a},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 a=n(2225),r=n(5805),o=n(2542),s=n(1694),d=n(1358),w=n(8790),i=n(5895),h={namedNode:function(e){return new d(e)},blankNode:function(e){return new a(e)},literal:function(e,t){return"string"==typeof t?-1===t.indexOf(":")?new s(e,t):new s(e,null,h.namedNode(t)):new s(e,null,t)},variable:function(e){return new i(e)},defaultGraph:function(){return h.defaultGraphInstance},triple:function(e,t,n){return h.quad(e,t,n)},quad:function(e,t,n,a){return new w(e,t,n,a||h.defaultGraphInstance)},fromTerm:function(e){return o.call(h,e)},fromQuad:function(e){return o.call(h,e)},defaultGraphInstance:new r};e.exports=h},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 a=n(1358);class r{constructor(e,t,n){this.value=e,this.datatype=r.stringDatatype,this.language="",t?(this.language=t,this.datatype=r.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)}}r.prototype.termType="Literal",r.langStringDatatype=new a("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),r.stringDatatype=new a("http://www.w3.org/2001/XMLSchema#string"),e.exports=r},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 a=n(5805);class r{constructor(e,t,n,r){this.subject=e,this.predicate=t,this.object=n,this.graph=r||new a}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)}}r.prototype.termType="Quad",r.prototype.value="",e.exports=r},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),a=this.fromTerm(e.object),r=this.fromTerm(e.graph);return this.quad(t,n,a,r)}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,a,o,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=r(n(e.subject)),a=r(n(e.predicate)),o=r(n(e.object)),s="DefaultGraph"===e.graph.termType?"":` ${n(e.graph)}`,`<<${t} ${a} ${o}${s}>>`;default:throw new Error(`Unexpected termType: ${e.termType}`)}}const a=/^"(.*".*)(?="[^"]*$)/;function r(e){return e.replace(a,((e,t)=>`"${t.replace(/"/g,'""')}`))}class o{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,a;for(const r in t)for(const o in n=t[r].subjects)for(const t in a=n[o])e+=Object.keys(a[t]).length;return this._size=e,this._size}add(e){let t=n(e.subject),a=n(e.predicate),r=n(e.object);const o=n(e.graph);let s=this._graphs[o];s||(s=this._graphs[o]={subjects:{},predicates:{},objects:{}},Object.freeze(s));const d=this._ids,w=this._entities;return t=d[t]||(d[w[++this._id]=t]=this._id),a=d[a]||(d[w[++this._id]=a]=this._id),r=d[r]||(d[w[++this._id]=r]=this._id),this._addToIndex(s.subjects,t,a,r),this._addToIndex(s.predicates,a,r,t),this._addToIndex(s.objects,r,t,a),this._setQuad(t,a,r,o,e),this._size=null,this}delete(e){let t=n(e.subject),a=n(e.predicate),r=n(e.object);const o=n(e.graph),s=this._ids,d=this._graphs;let w,i,h;if(!((t=s[t])&&(a=s[a])&&(r=s[r])&&(w=d[o])&&(i=w.subjects[t])&&(h=i[a])&&r in h))return this;for(t in this._removeFromIndex(w.subjects,t,a,r),this._removeFromIndex(w.predicates,a,r,t),this._removeFromIndex(w.objects,r,t,a),null!==this._size&&this._size--,this._deleteQuad(t,a,r,o),w.subjects)return this;return delete d[o],this}has(e){const a=n(e.subject),r=n(e.predicate),o=n(e.object),s=n(e.graph),d=this._graphs[s];if(!d)return!1;const w=this._ids;let i,h,l;return!(t(a)&&!(i=w[a])||t(r)&&!(h=w[r])||t(o)&&!(l=w[o]))&&1===this._countInIndex(d.objects,l,i,h)}match(e,t,n,a){return this._createDataset(this._match(e,t,n,a))}[Symbol.iterator](){return this._match()[Symbol.iterator]()}_addToIndex(e,t,n,a){const r=e[t]||(e[t]={}),o=r[n]||(r[n]={}),s=a in o;return s||(o[a]=null),!s}_removeFromIndex(e,t,n,a){const r=e[t],o=r[n];delete o[a];for(const e in o)return;delete r[n];for(const e in r)return;delete e[t]}_findInIndex(e,t,n,a,r,o,s,d,w,i){let h,l,c;t&&((h=e,e={})[t]=h[t]);for(const t in e)if(l=e[t],l){n&&((h=l,l={})[n]=h[n]);for(const e in l)if(c=l[e],c){const n=a?a in c?[a]:[]:Object.keys(c);for(let a=0;a<n.length;a++){const h={[r]:t,[o]:e,[s]:n[a]},l=this._getQuad(h.subject,h.predicate,h.object,d);if(i)i.push(l);else if(w(l))return!0}}}return i}_countInIndex(e,t,n,a){let r,o,s,d=0;t&&((r=e,e={})[t]=r[t]);for(const t in e)if(o=e[t],o){n&&((r=o,o={})[n]=r[n]);for(const e in o)s=o[e],s&&(a?a in s&&d++:d+=Object.keys(s).length)}return d}_getGraphs(e){return t(e)?{[e]:this._graphs[e]}:this._graphs}_match(e,a,r,o){e=e&&n(e),a=a&&n(a),r=r&&n(r),o=o&&n(o);const s=[],d=this._getGraphs(o),w=this._ids;let i,h,l,c;if(t(e)&&!(h=w[e])||t(a)&&!(l=w[a])||t(r)&&!(c=w[r]))return s;for(const e in d)i=d[e],i&&(h?c?this._findInIndex(i.objects,c,h,l,"object","subject","predicate",e,null,s):this._findInIndex(i.subjects,h,l,null,"subject","predicate","object",e,null,s):l?this._findInIndex(i.predicates,l,c,null,"predicate","object","subject",e,null,s):c?this._findInIndex(i.objects,c,null,null,"object","subject","predicate",e,null,s):this._findInIndex(i.subjects,null,null,null,"subject","predicate","object",e,null,s));return s}_getQuad(e,t,n,a){return this._quads.get(this._toId(e,t,n,a))}_setQuad(e,t,n,a,r){this._quads.set(this._toId(e,t,n,a),r)}_deleteQuad(e,t,n,a){this._quads.delete(this._toId(e,t,n,a))}_createDataset(e){return new this.constructor(e)}_toId(e,t,n,a){return`${e}:${t}:${n}:${a}`}}e.exports=o},6521:(e,t,n)=>{const a=n(8825),r=n(1963);e.exports=Object.assign({dataset:function(e){return new r(e)}},a)},2922:(e,t,n)=>{const{AbortError:a,codes:r}=n(2979),o=n(4414),{ERR_INVALID_ARG_TYPE:s}=r;e.exports.addAbortSignal=function(t,n){if(((e,t)=>{if("object"!=typeof e||!("aborted"in e))throw new s("signal","AbortSignal",e)})(t),!(a=n)||"function"!=typeof a.pipe)throw new s("stream","stream.Stream",n);var a;return e.exports.addAbortSignalNoValidate(t,n)},e.exports.addAbortSignalNoValidate=function(e,t){if("object"!=typeof e||!("aborted"in e))return t;const n=()=>{t.destroy(new a(void 0,{cause:e.reason}))};return e.aborted?n():(e.addEventListener("abort",n),o(t,(()=>e.removeEventListener("abort",n)))),t}},6885:(e,t,n)=>{const{StringPrototypeSlice:a,SymbolIterator:r,TypedArrayPrototypeSet:o,Uint8Array:s}=n(9938),{Buffer:d}=n(8764),{inspect:w}=n(4427);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 d.alloc(0);const t=d.allocUnsafe(e>>>0);let n=this.head,a=0;for(;n;)o(t,n.data,a),a+=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}*[r](){for(let e=this.head;e;e=e.next)yield e.data}_getString(e){let t="",n=this.head,r=0;do{const o=n.data;if(!(e>o.length)){e===o.length?(t+=o,++r,n.next?this.head=n.next:this.head=this.tail=null):(t+=a(o,0,e),this.head=n,n.data=a(o,e));break}t+=o,e-=o.length,++r}while(null!==(n=n.next));return this.length-=r,t}_getBuffer(e){const t=d.allocUnsafe(e),n=e;let a=this.head,r=0;do{const d=a.data;if(!(e>d.length)){e===d.length?(o(t,d,n-e),++r,a.next?this.head=a.next:this.head=this.tail=null):(o(t,new s(d.buffer,d.byteOffset,e),n-e),this.head=a,a.data=d.slice(e));break}o(t,d,n-e),e-=d.length,++r}while(null!==(a=a.next));return this.length-=r,t}[Symbol.for("nodejs.util.inspect.custom")](e,t){return w(this,{...t,depth:0,customInspect:!1})}}},9571:(e,t,n)=>{const{pipeline:a}=n(6754),r=n(2853),{destroyer:o}=n(4398),{isNodeStream:s,isReadable:d,isWritable:w}=n(4308),{AbortError:i,codes:{ERR_INVALID_ARG_VALUE:h,ERR_MISSING_ARGS:l}}=n(2979);e.exports=function(...e){if(0===e.length)throw new l("streams");if(1===e.length)return r.from(e[0]);const t=[...e];if("function"==typeof e[0]&&(e[0]=r.from(e[0])),"function"==typeof e[e.length-1]){const t=e.length-1;e[t]=r.from(e[t])}for(let n=0;n<e.length;++n)if(s(e[n])){if(n<e.length-1&&!d(e[n]))throw new h(`streams[${n}]`,t[n],"must be readable");if(n>0&&!w(e[n]))throw new h(`streams[${n}]`,t[n],"must be writable")}let n,c,p,u,m;const f=e[0],g=a(e,(function(e){const t=u;u=null,t?t(e):e?m.destroy(e):y||N||m.destroy()})),N=!!w(f),y=!!d(g);return m=new r({writableObjectMode:!(null==f||!f.writableObjectMode),readableObjectMode:!(null==g||!g.writableObjectMode),writable:N,readable:y}),N&&(m._write=function(e,t,a){f.write(e,t)?a():n=a},m._final=function(e){f.end(),c=e},f.on("drain",(function(){if(n){const e=n;n=null,e()}})),g.on("finish",(function(){if(c){const e=c;c=null,e()}}))),y&&(g.on("readable",(function(){if(p){const e=p;p=null,e()}})),g.on("end",(function(){m.push(null)})),m._read=function(){for(;;){const e=g.read();if(null===e)return void(p=m._read);if(!m.push(e))return}}),m._destroy=function(e,t){e||null===u||(e=new i),p=null,n=null,c=null,null===u?t(e):(u=t,o(g,e))},m}},4398:(e,t,n)=>{const a=n(4155),{aggregateTwoErrors:r,codes:{ERR_MULTIPLE_CALLBACK:o},AbortError:s}=n(2979),{Symbol:d}=n(9938),{kDestroyed:w,isDestroyed:i,isFinished:h,isServerRequest:l}=n(4308),c=d("kDestroy"),p=d("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 r=!1;function o(t){if(r)return;r=!0;const o=e._readableState,s=e._writableState;u(t,s,o),s&&(s.closed=!0),o&&(o.closed=!0),"function"==typeof n&&n(t),t?a.nextTick(f,e,t):a.nextTick(g,e)}try{e._destroy(t||null,o)}catch(t){o(t)}}function f(e,t){N(e,t),g(e)}function g(e){const t=e._readableState,n=e._writableState;n&&(n.closeEmitted=!0),t&&(t.closeEmitted=!0),(n&&n.emitClose||t&&t.emitClose)&&e.emit("close")}function N(e,t){const n=e._readableState,a=e._writableState;a&&a.errorEmitted||n&&n.errorEmitted||(a&&(a.errorEmitted=!0),n&&(n.errorEmitted=!0),e.emit("error",t))}function y(e,t,n){const r=e._readableState,o=e._writableState;if(o&&o.destroyed||r&&r.destroyed)return this;r&&r.autoDestroy||o&&o.autoDestroy?e.destroy(t):t&&(t.stack,o&&!o.errored&&(o.errored=t),r&&!r.errored&&(r.errored=t),n?a.nextTick(N,e,t):N(e,t))}function b(e){let t=!1;function n(n){if(t)return void y(e,null!=n?n:new o);t=!0;const r=e._readableState,s=e._writableState,d=s||r;r&&(r.constructed=!0),s&&(s.constructed=!0),d.destroyed?e.emit(c,n):n?y(e,n,!0):a.nextTick(_,e)}try{e._construct(n)}catch(e){n(e)}}function _(e){e.emit(p)}function v(e){return e&&e.setHeader&&"function"==typeof e.abort}function S(e){e.emit("close")}function x(e,t){e.emit("error",t),a.nextTick(S,e)}e.exports={construct:function(e,t){if("function"!=typeof e._construct)return;const n=e._readableState,r=e._writableState;n&&(n.constructed=!1),r&&(r.constructed=!1),e.once(p,t),e.listenerCount(p)>1||a.nextTick(b,e)},destroyer:function(e,t){e&&!i(e)&&(t||h(e)||(t=new s),l(e)?(e.socket=null,e.destroy(t)):v(e)?e.abort():v(e.req)?e.req.abort():"function"==typeof e.destroy?e.destroy(t):"function"==typeof e.close?e.close():t?a.nextTick(x,e,t):a.nextTick(S,e),e.destroyed||(e[w]=!0))},destroy:function(e,t){const n=this._readableState,a=this._writableState,o=a||n;return a&&a.destroyed||n&&n.destroyed?("function"==typeof t&&t(),this):(u(e,a,n),a&&(a.destroyed=!0),n&&(n.destroyed=!0),o.constructed?m(this,e,t):this.once(c,(function(n){m(this,r(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:y}},2853:(e,t,n)=>{const{ObjectDefineProperties:a,ObjectGetOwnPropertyDescriptor:r,ObjectKeys:o,ObjectSetPrototypeOf:s}=n(9938);e.exports=i;const d=n(4358),w=n(7065);s(i.prototype,d.prototype),s(i,d);{const e=o(w.prototype);for(let t=0;t<e.length;t++){const n=e[t];i.prototype[n]||(i.prototype[n]=w.prototype[n])}}function i(e){if(!(this instanceof i))return new i(e);d.call(this,e),w.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 h,l;function c(){return void 0===h&&(h={}),h}a(i.prototype,{writable:{__proto__:null,...r(w.prototype,"writable")},writableHighWaterMark:{__proto__:null,...r(w.prototype,"writableHighWaterMark")},writableObjectMode:{__proto__:null,...r(w.prototype,"writableObjectMode")},writableBuffer:{__proto__:null,...r(w.prototype,"writableBuffer")},writableLength:{__proto__:null,...r(w.prototype,"writableLength")},writableFinished:{__proto__:null,...r(w.prototype,"writableFinished")},writableCorked:{__proto__:null,...r(w.prototype,"writableCorked")},writableEnded:{__proto__:null,...r(w.prototype,"writableEnded")},writableNeedDrain:{__proto__:null,...r(w.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)}}}),i.fromWeb=function(e,t){return c().newStreamDuplexFromReadableWritablePair(e,t)},i.toWeb=function(e){return c().newReadableWritablePairFromDuplex(e)},i.from=function(e){return l||(l=n(2150)),l(e,"body")}},2150:(e,t,n)=>{const a=n(4155),r=n(8764),{isReadable:o,isWritable:s,isIterable:d,isNodeStream:w,isReadableNodeStream:i,isWritableNodeStream:h,isDuplexNodeStream:l}=n(4308),c=n(4414),{AbortError:p,codes:{ERR_INVALID_ARG_TYPE:u,ERR_INVALID_RETURN_VALUE:m}}=n(2979),{destroyer:f}=n(4398),g=n(2853),N=n(4358),{createDeferredPromise:y}=n(4427),b=n(1005),_=globalThis.Blob||r.Blob,v=void 0!==_?function(e){return e instanceof _}:function(e){return!1},S=globalThis.AbortController||n(8599).AbortController,{FunctionPrototypeCall:x}=n(9938);class C extends g{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 q(e){const t=e.readable&&"function"!=typeof e.readable.read?N.wrap(e.readable):e.readable,n=e.writable;let a,r,d,w,i,h=!!o(t),l=!!s(n);function u(e){const t=w;w=null,t?t(e):e?i.destroy(e):h||l||i.destroy()}return i=new C({readableObjectMode:!(null==t||!t.readableObjectMode),writableObjectMode:!(null==n||!n.writableObjectMode),readable:h,writable:l}),l&&(c(n,(e=>{l=!1,e&&f(t,e),u(e)})),i._write=function(e,t,r){n.write(e,t)?r():a=r},i._final=function(e){n.end(),r=e},n.on("drain",(function(){if(a){const e=a;a=null,e()}})),n.on("finish",(function(){if(r){const e=r;r=null,e()}}))),h&&(c(t,(e=>{h=!1,e&&f(t,e),u(e)})),t.on("readable",(function(){if(d){const e=d;d=null,e()}})),t.on("end",(function(){i.push(null)})),i._read=function(){for(;;){const e=t.read();if(null===e)return void(d=i._read);if(!i.push(e))return}}),i._destroy=function(e,o){e||null===w||(e=new p),d=null,a=null,r=null,null===w?o(e):(w=o,f(n,e),f(t,e))},i}e.exports=function e(t,n){if(l(t))return t;if(i(t))return q({readable:t});if(h(t))return q({writable:t});if(w(t))return q({writable:!1,readable:!1});if("function"==typeof t){const{value:e,write:r,final:o,destroy:s}=function(e){let{promise:t,resolve:n}=y();const r=new S,o=r.signal;return{value:e(async function*(){for(;;){const e=t;t=null;const{chunk:r,done:s,cb:d}=await e;if(a.nextTick(d),s)return;if(o.aborted)throw new p(void 0,{cause:o.reason});({promise:t,resolve:n}=y()),yield r}}(),{signal:o}),write(e,t,a){const r=n;n=null,r({chunk:e,done:!1,cb:a})},final(e){const t=n;n=null,t({done:!0,cb:e})},destroy(e,t){r.abort(),t(e)}}}(t);if(d(e))return b(C,e,{objectMode:!0,write:r,final:o,destroy:s});const w=null==e?void 0:e.then;if("function"==typeof w){let t;const n=x(w,e,(e=>{if(null!=e)throw new m("nully","body",e)}),(e=>{f(t,e)}));return t=new C({objectMode:!0,readable:!1,write:r,final(e){o((async()=>{try{await n,a.nextTick(e,null)}catch(t){a.nextTick(e,t)}}))},destroy:s})}throw new m("Iterable, AsyncIterable or AsyncFunction",n,e)}if(v(t))return e(t.arrayBuffer());if(d(t))return b(C,t,{objectMode:!0,writable:!1});if("object"==typeof(null==t?void 0:t.writable)||"object"==typeof(null==t?void 0:t.readable))return q({readable:null!=t&&t.readable?i(null==t?void 0:t.readable)?null==t?void 0:t.readable:e(t.readable):void 0,writable:null!=t&&t.writable?h(null==t?void 0:t.writable)?null==t?void 0:t.writable:e(t.writable):void 0});const r=null==t?void 0:t.then;if("function"==typeof r){let e;return x(r,t,(t=>{null!=t&&e.push(t),e.push(null)}),(t=>{f(e,t)})),e=new C({objectMode:!0,writable:!1,read(){}})}throw new u(n,["Blob","ReadableStream","WritableStream","Stream","Iterable","AsyncIterable","Function","{ readable, writable } pair","Promise"],t)}},4414:(e,t,n)=>{const a=n(4155),{AbortError:r,codes:o}=n(2979),{ERR_INVALID_ARG_TYPE:s,ERR_STREAM_PREMATURE_CLOSE:d}=o,{kEmptyObject:w,once:i}=n(4427),{validateAbortSignal:h,validateFunction:l,validateObject:c}=n(4195),{Promise:p}=n(9938),{isClosed:u,isReadable:m,isReadableNodeStream:f,isReadableFinished:g,isReadableErrored:N,isWritable:y,isWritableNodeStream:b,isWritableFinished:_,isWritableErrored:v,isNodeStream:S,willEmitClose:x}=n(4308);function C(e){return e.setHeader&&"function"==typeof e.abort}const q=()=>{};function E(e,t,n){var o,p;2===arguments.length?(n=t,t=w):null==t?t=w:c(t,"options"),l(n,"callback"),h(t.signal,"options.signal"),n=i(n);const E=null!==(o=t.readable)&&void 0!==o?o:f(e),R=null!==(p=t.writable)&&void 0!==p?p:b(e);if(!S(e))throw new s("stream","Stream",e);const T=e._writableState,A=e._readableState,I=()=>{e.writable||P()};let L=x(e)&&f(e)===E&&b(e)===R,j=_(e,!1);const P=()=>{j=!0,e.destroyed&&(L=!1),(!L||e.readable&&!E)&&(E&&!M||n.call(e))};let M=g(e,!1);const k=()=>{M=!0,e.destroyed&&(L=!1),(!L||e.writable&&!R)&&(R&&!j||n.call(e))},O=t=>{n.call(e,t)};let D=u(e);const B=()=>{D=!0;const t=v(e)||N(e);return t&&"boolean"!=typeof t?n.call(e,t):E&&!M&&f(e,!0)&&!g(e,!1)?n.call(e,new d):!R||j||_(e,!1)?void n.call(e):n.call(e,new d)},$=()=>{e.req.on("finish",P)};C(e)?(e.on("complete",P),L||e.on("abort",B),e.req?$():e.on("request",$)):R&&!T&&(e.on("end",I),e.on("close",I)),L||"boolean"!=typeof e.aborted||e.on("aborted",B),e.on("end",k),e.on("finish",P),!1!==t.error&&e.on("error",O),e.on("close",B),D?a.nextTick(B):null!=T&&T.errorEmitted||null!=A&&A.errorEmitted?L||a.nextTick(B):(E||L&&!m(e)||!j&&!1!==y(e))&&(R||L&&!y(e)||!M&&!1!==m(e))?A&&e.req&&e.aborted&&a.nextTick(B):a.nextTick(B);const F=()=>{n=q,e.removeListener("aborted",B),e.removeListener("complete",P),e.removeListener("abort",B),e.removeListener("request",$),e.req&&e.req.removeListener("finish",P),e.removeListener("end",I),e.removeListener("close",I),e.removeListener("finish",P),e.removeListener("end",k),e.removeListener("error",O),e.removeListener("close",B)};if(t.signal&&!D){const o=()=>{const a=n;F(),a.call(e,new r(void 0,{cause:t.signal.reason}))};if(t.signal.aborted)a.nextTick(o);else{const a=n;n=i(((...n)=>{t.signal.removeEventListener("abort",o),a.apply(e,n)})),t.signal.addEventListener("abort",o)}}return F}e.exports=E,e.exports.finished=function(e,t){return new p(((n,a)=>{E(e,t,(e=>{e?a(e):n()}))}))}},1005:(e,t,n)=>{const a=n(4155),{PromisePrototypeThen:r,SymbolAsyncIterator:o,SymbolIterator:s}=n(9938),{Buffer:d}=n(8764),{ERR_INVALID_ARG_TYPE:w,ERR_STREAM_NULL_VALUES:i}=n(2979).codes;e.exports=function(e,t,n){let h,l;if("string"==typeof t||t instanceof d)return new e({objectMode:!0,...n,read(){this.push(t),this.push(null)}});if(t&&t[o])l=!0,h=t[o]();else{if(!t||!t[s])throw new w("iterable",["Iterable"],t);l=!1,h=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}=l?await h.next():h.next();if(t)c.push(null);else{const t=e&&"function"==typeof e.then?await e:e;if(null===t)throw p=!1,new i;if(c.push(t))continue;p=!1}}catch(e){c.destroy(e)}break}}())},c._destroy=function(e,t){r(async function(e){const t=null!=e,n="function"==typeof h.throw;if(t&&n){const{value:t,done:n}=await h.throw(e);if(await t,n)return}if("function"==typeof h.return){const{value:e}=await h.return();await e}}(e),(()=>a.nextTick(t,e)),(n=>a.nextTick(t,n||e)))},c}},9576:(e,t,n)=>{const{ArrayIsArray:a,ObjectSetPrototypeOf:r}=n(9938),{EventEmitter:o}=n(7187);function s(e){o.call(this,e)}function d(e,t,n){if("function"==typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events[t]?a(e._events[t])?e._events[t].unshift(n):e._events[t]=[n,e._events[t]]:e.on(t,n)}r(s.prototype,o.prototype),r(s,o),s.prototype.pipe=function(e,t){const n=this;function a(t){e.writable&&!1===e.write(t)&&n.pause&&n.pause()}function r(){n.readable&&n.resume&&n.resume()}n.on("data",a),e.on("drain",r),e._isStdio||t&&!1===t.end||(n.on("end",w),n.on("close",i));let s=!1;function w(){s||(s=!0,e.end())}function i(){s||(s=!0,"function"==typeof e.destroy&&e.destroy())}function h(e){l(),0===o.listenerCount(this,"error")&&this.emit("error",e)}function l(){n.removeListener("data",a),e.removeListener("drain",r),n.removeListener("end",w),n.removeListener("close",i),n.removeListener("error",h),e.removeListener("error",h),n.removeListener("end",l),n.removeListener("close",l),e.removeListener("close",l)}return d(n,"error",h),d(e,"error",h),n.on("end",l),n.on("close",l),e.on("close",l),e.emit("pipe",n),e},e.exports={Stream:s,prependListener:d}},4705:(e,t,n)=>{const a=globalThis.AbortController||n(8599).AbortController,{codes:{ERR_INVALID_ARG_TYPE:r,ERR_MISSING_ARGS:o,ERR_OUT_OF_RANGE:s},AbortError:d}=n(2979),{validateAbortSignal:w,validateInteger:i,validateObject:h}=n(4195),l=n(9938).Symbol("kWeak"),{finished:c}=n(4414),{ArrayPrototypePush:p,MathFloor:u,Number:m,NumberIsNaN:f,Promise:g,PromiseReject:N,PromisePrototypeThen:y,Symbol:b}=n(9938),_=b("kEmpty"),v=b("kEof");function S(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)&&w(t.signal,"options.signal");let n=1;return null!=(null==t?void 0:t.concurrency)&&(n=u(t.concurrency)),i(n,"concurrency",1),async function*(){var r,o;const s=new a,w=this,i=[],h=s.signal,l={signal:h},c=()=>s.abort();let p,u;null!=t&&null!==(r=t.signal)&&void 0!==r&&r.aborted&&c(),null==t||null===(o=t.signal)||void 0===o||o.addEventListener("abort",c);let m=!1;function f(){m=!0}!async function(){try{for await(let t of w){var a;if(m)return;if(h.aborted)throw new d;try{t=e(t,l)}catch(e){t=N(e)}t!==_&&("function"==typeof(null===(a=t)||void 0===a?void 0:a.catch)&&t.catch(f),i.push(t),p&&(p(),p=null),!m&&i.length&&i.length>=n&&await new g((e=>{u=e})))}i.push(v)}catch(e){const t=N(e);y(t,void 0,f),i.push(t)}finally{var r;m=!0,p&&(p(),p=null),null==t||null===(r=t.signal)||void 0===r||r.removeEventListener("abort",c)}}();try{for(;;){for(;i.length>0;){const e=await i[0];if(e===v)return;if(h.aborted)throw new d;e!==_&&(yield e),i.shift(),u&&(u(),u=null)}await new g((e=>{p=e}))}}finally{s.abort(),m=!0,u&&(u(),u=null)}}.call(this)}async function x(e,t){for await(const n of C.call(this,e,t))return!0;return!1}function C(e,t){if("function"!=typeof e)throw new r("fn",["Function","AsyncFunction"],e);return S.call(this,(async function(t,n){return await e(t,n)?t:_}),t)}class q extends o{constructor(){super("reduce"),this.message="Reduce of an empty stream requires an initial value"}}function E(e){if(e=m(e),f(e))return 0;if(e<0)throw new s("number",">= 0",e);return e}e.exports.streamReturningOperators={asIndexedPairs:function(e){return null!=e&&h(e,"options"),null!=(null==e?void 0:e.signal)&&w(e.signal,"options.signal"),async function*(){let t=0;for await(const a 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++,a]}}.call(this)},drop:function(e,t){return null!=t&&h(t,"options"),null!=(null==t?void 0:t.signal)&&w(t.signal,"options.signal"),e=E(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 a;if(null!=t&&null!==(a=t.signal)&&void 0!==a&&a.aborted)throw new d;e--<=0&&(yield n)}}.call(this)},filter:C,flatMap:function(e,t){const n=S.call(this,e,t);return async function*(){for await(const e of n)yield*e}.call(this)},map:S,take:function(e,t){return null!=t&&h(t,"options"),null!=(null==t?void 0:t.signal)&&w(t.signal,"options.signal"),e=E(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 a;if(null!=t&&null!==(a=t.signal)&&void 0!==a&&a.aborted)throw new d;if(!(e-- >0))return;yield n}}.call(this)}},e.exports.promiseReturningOperators={every:async function(e,t){if("function"!=typeof e)throw new r("fn",["Function","AsyncFunction"],e);return!await x.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 S.call(this,(async function(t,n){return await e(t,n),_}),t));},reduce:async function(e,t,n){var o;if("function"!=typeof e)throw new r("reducer",["Function","AsyncFunction"],e);null!=n&&h(n,"options"),null!=(null==n?void 0:n.signal)&&w(n.signal,"options.signal");let s=arguments.length>1;if(null!=n&&null!==(o=n.signal)&&void 0!==o&&o.aborted){const e=new d(void 0,{cause:n.signal.reason});throw this.once("error",(()=>{})),await c(this.destroy(e)),e}const i=new a,p=i.signal;if(null!=n&&n.signal){const e={once:!0,[l]:this};n.signal.addEventListener("abort",(()=>i.abort()),e)}let u=!1;try{for await(const a 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,a,{signal:p}):(t=a,s=!0)}if(!u&&!s)throw new q}finally{i.abort()}return t},toArray:async function(e){null!=e&&h(e,"options"),null!=(null==e?void 0:e.signal)&&w(e.signal,"options.signal");const t=[];for await(const a 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});p(t,a)}return t},some:x,find:async function(e,t){for await(const n of C.call(this,e,t))return n}}},249:(e,t,n)=>{const{ObjectSetPrototypeOf:a}=n(9938);e.exports=o;const r=n(9785);function o(e){if(!(this instanceof o))return new o(e);r.call(this,e)}a(o.prototype,r.prototype),a(o,r),o.prototype._transform=function(e,t,n){n(null,e)}},6754:(e,t,n)=>{const a=n(4155),{ArrayIsArray:r,Promise:o,SymbolAsyncIterator:s}=n(9938),d=n(4414),{once:w}=n(4427),i=n(4398),h=n(2853),{aggregateTwoErrors:l,codes:{ERR_INVALID_ARG_TYPE:c,ERR_INVALID_RETURN_VALUE:p,ERR_MISSING_ARGS:u,ERR_STREAM_DESTROYED:m,ERR_STREAM_PREMATURE_CLOSE:f},AbortError:g}=n(2979),{validateFunction:N,validateAbortSignal:y}=n(4195),{isIterable:b,isReadable:_,isReadableNodeStream:v,isNodeStream:S}=n(4308),x=globalThis.AbortController||n(8599).AbortController;let C,q;function E(e,t,n){let a=!1;return e.on("close",(()=>{a=!0})),{destroy:t=>{a||(a=!0,i.destroyer(e,t||new m("pipe")))},cleanup:d(e,{readable:t,writable:n},(e=>{a=!e}))}}function R(e){if(b(e))return e;if(v(e))return async function*(e){q||(q=n(4358)),yield*q.prototype[s].call(e)}(e);throw new c("val",["Readable","Iterable","AsyncIterable"],e)}async function T(e,t,n,{end:a}){let r,s=null;const w=e=>{if(e&&(r=e),s){const e=s;s=null,e()}},i=()=>new o(((e,t)=>{r?t(r):s=()=>{r?t(r):e()}}));t.on("drain",w);const h=d(t,{readable:!1},w);try{t.writableNeedDrain&&await i();for await(const n of e)t.write(n)||await i();a&&t.end(),await i(),n()}catch(e){n(r!==e?l(r,e):e)}finally{h(),t.off("drain",w)}}function A(e,t,o){if(1===e.length&&r(e[0])&&(e=e[0]),e.length<2)throw new u("streams");const s=new x,d=s.signal,w=null==o?void 0:o.signal,i=[];function l(){j(new g)}let m,f;y(w,"options.signal"),null==w||w.addEventListener("abort",l);const N=[];let q,A=0;function L(e){j(e,0==--A)}function j(e,n){if(!e||m&&"ERR_STREAM_PREMATURE_CLOSE"!==m.code||(m=e),m||n){for(;N.length;)N.shift()(m);null==w||w.removeEventListener("abort",l),s.abort(),n&&(m||i.forEach((e=>e())),a.nextTick(t,m,f))}}for(let k=0;k<e.length;k++){const O=e[k],D=k<e.length-1,B=k>0,$=D||!1!==(null==o?void 0:o.end),F=k===e.length-1;if(S(O)){if($){const{destroy:V,cleanup:U}=E(O,D,B);N.push(V),_(O)&&F&&i.push(U)}function P(e){e&&"AbortError"!==e.name&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code&&L(e)}O.on("error",P),_(O)&&F&&i.push((()=>{O.removeListener("error",P)}))}if(0===k)if("function"==typeof O){if(q=O({signal:d}),!b(q))throw new p("Iterable, AsyncIterable or Stream","source",q)}else q=b(O)||v(O)?O:h.from(O);else if("function"==typeof O)if(q=R(q),q=O(q,{signal:d}),D){if(!b(q,!0))throw new p("AsyncIterable",`transform[${k-1}]`,q)}else{var M;C||(C=n(249));const Q=new C({objectMode:!0}),W=null===(M=q)||void 0===M?void 0:M.then;if("function"==typeof W)A++,W.call(q,(e=>{f=e,null!=e&&Q.write(e),$&&Q.end(),a.nextTick(L)}),(e=>{Q.destroy(e),a.nextTick(L,e)}));else{if(!b(q,!0))throw new p("AsyncIterable or Promise","destination",q);A++,T(q,Q,L,{end:$})}q=Q;const{destroy:G,cleanup:H}=E(q,!1,!0);N.push(G),F&&i.push(H)}else if(S(O)){if(v(q)){A+=2;const z=I(q,O,L,{end:$});_(O)&&F&&i.push(z)}else{if(!b(q))throw new c("val",["Readable","Iterable","AsyncIterable"],q);A++,T(q,O,L,{end:$})}q=O}else q=h.from(O)}return(null!=d&&d.aborted||null!=w&&w.aborted)&&a.nextTick(l),q}function I(e,t,n,{end:a}){let r=!1;return t.on("close",(()=>{r||n(new f)})),e.pipe(t,{end:a}),a?e.once("end",(()=>{r=!0,t.end()})):n(),d(e,{readable:!0,writable:!1},(t=>{const a=e._readableState;t&&"ERR_STREAM_PREMATURE_CLOSE"===t.code&&a&&a.ended&&!a.errored&&!a.errorEmitted?e.once("end",n).once("error",n):n(t)})),d(t,{readable:!1,writable:!0},n)}e.exports={pipelineImpl:A,pipeline:function(...e){return A(e,w(function(e){return N(e[e.length-1],"streams[stream.length - 1]"),e.pop()}(e)))}}},4358:(e,t,n)=>{const a=n(4155),{ArrayPrototypeIndexOf:r,NumberIsInteger:o,NumberIsNaN:s,NumberParseInt:d,ObjectDefineProperties:w,ObjectKeys:i,ObjectSetPrototypeOf:h,Promise:l,SafeSet:c,SymbolAsyncIterator:p,Symbol:u}=n(9938);e.exports=B,B.ReadableState=D;const{EventEmitter:m}=n(7187),{Stream:f,prependListener:g}=n(9576),{Buffer:N}=n(8764),{addAbortSignal:y}=n(2922),b=n(4414);let _=n(4427).debuglog("stream",(e=>{_=e}));const v=n(6885),S=n(4398),{getHighWaterMark:x,getDefaultHighWaterMark:C}=n(2448),{aggregateTwoErrors:q,codes:{ERR_INVALID_ARG_TYPE:E,ERR_METHOD_NOT_IMPLEMENTED:R,ERR_OUT_OF_RANGE:T,ERR_STREAM_PUSH_AFTER_EOF:A,ERR_STREAM_UNSHIFT_AFTER_END_EVENT:I}}=n(2979),{validateObject:L}=n(4195),j=u("kPaused"),{StringDecoder:P}=n(2553),M=n(1005);h(B.prototype,f.prototype),h(B,f);const k=()=>{},{errorOrDestroy:O}=S;function D(e,t,a){"boolean"!=typeof a&&(a=t instanceof n(2853)),this.objectMode=!(!e||!e.objectMode),a&&(this.objectMode=this.objectMode||!(!e||!e.readableObjectMode)),this.highWaterMark=e?x(this,e,"readableHighWaterMark",a):C(!1),this.buffer=new v,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 B(e){if(!(this instanceof B))return new B(e);const t=this instanceof n(2853);this._readableState=new D(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&&y(e.signal,this)),f.call(this,e),S.construct(this,(()=>{this._readableState.needReadable&&W(this,this._readableState)}))}function $(e,t,n,a){_("readableAddChunk",t);const r=e._readableState;let o;if(r.objectMode||("string"==typeof t?(n=n||r.defaultEncoding,r.encoding!==n&&(a&&r.encoding?t=N.from(t,n).toString(r.encoding):(t=N.from(t,n),n=""))):t instanceof N?n="":f._isUint8Array(t)?(t=f._uint8ArrayToBuffer(t),n=""):null!=t&&(o=new E("chunk",["string","Buffer","Uint8Array"],t))),o)O(e,o);else if(null===t)r.reading=!1,function(e,t){if(_("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,Q(e))}}(e,r);else if(r.objectMode||t&&t.length>0)if(a)if(r.endEmitted)O(e,new I);else{if(r.destroyed||r.errored)return!1;F(e,r,t,!0)}else if(r.ended)O(e,new A);else{if(r.destroyed||r.errored)return!1;r.reading=!1,r.decoder&&!n?(t=r.decoder.write(t),r.objectMode||0!==t.length?F(e,r,t,!1):W(e,r)):F(e,r,t,!1)}else a||(r.reading=!1,W(e,r));return!r.ended&&(r.length<r.highWaterMark||0===r.length)}function F(e,t,n,a){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,a?t.buffer.unshift(n):t.buffer.push(n),t.needReadable&&U(e)),W(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;_("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(_("emitReadable",t.flowing),t.emittedReadable=!0,a.nextTick(Q,e))}function Q(e){const t=e._readableState;_("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,J(e)}function W(e,t){!t.readingMore&&t.constructed&&(t.readingMore=!0,a.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(_("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 z(e){_("readable nexttick read 0"),e.read(0)}function X(e,t){_("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),J(e),t.flowing&&!t.reading&&e.read(0)}function J(e){const t=e._readableState;for(_("flow",t.flowing);t.flowing&&null!==e.read(););}function K(e,t){"function"!=typeof e.read&&(e=B.wrap(e,{objectMode:!0}));const n=async function*(e,t){let n,a=k;function r(t){this===e?(a(),a=k):a=t}e.on("readable",r);const o=b(e,{writable:!1},(e=>{n=e?q(n,e):null,a(),a=k}));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 l(r)}}}catch(e){throw n=q(n,e),n}finally{!n&&!1===(null==t?void 0:t.destroyOnReturn)||void 0!==n&&!e._readableState.autoDestroy?(e.off("readable",r),o()):S.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;_("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,a.nextTick(ee,t,e))}function ee(e,t){if(_("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)a.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 ae(){return void 0===ne&&(ne={}),ne}B.prototype.destroy=S.destroy,B.prototype._undestroy=S.undestroy,B.prototype._destroy=function(e,t){t(e)},B.prototype[m.captureRejectionSymbol]=function(e){this.destroy(e)},B.prototype.push=function(e,t){return $(this,e,t,!1)},B.prototype.unshift=function(e,t){return $(this,e,t,!0)},B.prototype.isPaused=function(){const e=this._readableState;return!0===e[j]||!1===e.flowing},B.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 a="";for(const e of n)a+=t.write(e);return n.clear(),""!==a&&n.push(a),this._readableState.length=a.length,this},B.prototype.read=function(e){_("read",e),void 0===e?e=NaN:o(e)||(e=d(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 _("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 a,r=t.needReadable;if(_("need readable",r),(0===t.length||t.length-e<t.highWaterMark)&&(r=!0,_("length less than watermark",r)),t.ended||t.reading||t.destroyed||t.errored||!t.constructed)r=!1,_("reading, ended or constructing",r);else if(r){_("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0);try{this._read(t.highWaterMark)}catch(e){O(this,e)}t.sync=!1,t.reading||(e=V(n,t))}return a=e>0?Y(e,t):null,null===a?(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===a||t.errorEmitted||t.closeEmitted||(t.dataEmitted=!0,this.emit("data",a)),a},B.prototype._read=function(e){throw new R("_read()")},B.prototype.pipe=function(e,t){const n=this,r=this._readableState;1===r.pipes.length&&(r.multiAwaitDrain||(r.multiAwaitDrain=!0,r.awaitDrainWriters=new c(r.awaitDrainWriters?[r.awaitDrainWriters]:[]))),r.pipes.push(e),_("pipe count=%d opts=%j",r.pipes.length,t);const o=t&&!1===t.end||e===a.stdout||e===a.stderr?m:s;function s(){_("onend"),e.end()}let d;r.endEmitted?a.nextTick(o):n.once("end",o),e.on("unpipe",(function t(a,o){_("onunpipe"),a===n&&o&&!1===o.hasUnpiped&&(o.hasUnpiped=!0,_("cleanup"),e.removeListener("close",p),e.removeListener("finish",u),d&&e.removeListener("drain",d),e.removeListener("error",l),e.removeListener("unpipe",t),n.removeListener("end",s),n.removeListener("end",m),n.removeListener("data",h),w=!0,d&&r.awaitDrainWriters&&(!e._writableState||e._writableState.needDrain)&&d())}));let w=!1;function i(){w||(1===r.pipes.length&&r.pipes[0]===e?(_("false write response, pause",0),r.awaitDrainWriters=e,r.multiAwaitDrain=!1):r.pipes.length>1&&r.pipes.includes(e)&&(_("false write response, pause",r.awaitDrainWriters.size),r.awaitDrainWriters.add(e)),n.pause()),d||(d=function(e,t){return function(){const n=e._readableState;n.awaitDrainWriters===t?(_("pipeOnDrain",1),n.awaitDrainWriters=null):n.multiAwaitDrain&&(_("pipeOnDrain",n.awaitDrainWriters.size),n.awaitDrainWriters.delete(t)),n.awaitDrainWriters&&0!==n.awaitDrainWriters.size||!e.listenerCount("data")||e.resume()}}(n,e),e.on("drain",d))}function h(t){_("ondata");const n=e.write(t);_("dest.write",n),!1===n&&i()}function l(t){if(_("onerror",t),m(),e.removeListener("error",l),0===e.listenerCount("error")){const n=e._writableState||e._readableState;n&&!n.errorEmitted?O(e,t):e.emit("error",t)}}function p(){e.removeListener("finish",u),m()}function u(){_("onfinish"),e.removeListener("close",p),m()}function m(){_("unpipe"),n.unpipe(e)}return n.on("data",h),g(e,"error",l),e.once("close",p),e.once("finish",u),e.emit("pipe",n),!0===e.writableNeedDrain?r.flowing&&i():r.flowing||(_("pipe resume"),n.resume()),e},B.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=r(t.pipes,e);return-1===n||(t.pipes.splice(n,1),0===t.pipes.length&&this.pause(),e.emit("unpipe",this,{hasUnpiped:!1})),this},B.prototype.on=function(e,t){const n=f.prototype.on.call(this,e,t),r=this._readableState;return"data"===e?(r.readableListening=this.listenerCount("readable")>0,!1!==r.flowing&&this.resume()):"readable"===e&&(r.endEmitted||r.readableListening||(r.readableListening=r.needReadable=!0,r.flowing=!1,r.emittedReadable=!1,_("on readable",r.length,r.reading),r.length?U(this):r.reading||a.nextTick(z,this))),n},B.prototype.addListener=B.prototype.on,B.prototype.removeListener=function(e,t){const n=f.prototype.removeListener.call(this,e,t);return"readable"===e&&a.nextTick(H,this),n},B.prototype.off=B.prototype.removeListener,B.prototype.removeAllListeners=function(e){const t=f.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||a.nextTick(H,this),t},B.prototype.resume=function(){const e=this._readableState;return e.flowing||(_("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,a.nextTick(X,e,t))}(this,e)),e[j]=!1,this},B.prototype.pause=function(){return _("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(_("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState[j]=!0,this},B.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=>{O(this,e)})),e.on("close",(()=>{this.destroy()})),e.on("destroy",(()=>{this.destroy()})),this._read=()=>{t&&e.resume&&(t=!1,e.resume())};const n=i(e);for(let t=1;t<n.length;t++){const a=n[t];void 0===this[a]&&"function"==typeof e[a]&&(this[a]=e[a].bind(e))}return this},B.prototype[p]=function(){return K(this)},B.prototype.iterator=function(e){return void 0!==e&&L(e,"options"),K(this,e)},w(B.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}}}),w(D.prototype,{pipesCount:{__proto__:null,get(){return this.pipes.length}},paused:{__proto__:null,get(){return!1!==this[j]},set(e){this[j]=!!e}}}),B._fromList=Y,B.from=function(e,t){return M(B,e,t)},B.fromWeb=function(e,t){return ae().newStreamReadableFromReadableStream(e,t)},B.toWeb=function(e,t){return ae().newReadableStreamFromStreamReadable(e,t)},B.wrap=function(e,t){var n,a;return new B({objectMode:null===(n=null!==(a=e.readableObjectMode)&&void 0!==a?a:e.objectMode)||void 0===n||n,...t,destroy(t,n){S.destroyer(e,t),n(t)}}).wrap(e)}},2448:(e,t,n)=>{const{MathFloor:a,NumberIsInteger:r}=n(9938),{ERR_INVALID_ARG_VALUE:o}=n(2979).codes;function s(e){return e?16:16384}e.exports={getHighWaterMark:function(e,t,n,d){const w=function(e,t,n){return null!=e.highWaterMark?e.highWaterMark:t?e[n]:null}(t,d,n);if(null!=w){if(!r(w)||w<0)throw new o(d?`options.${n}`:"options.highWaterMark",w);return a(w)}return s(e.objectMode)},getDefaultHighWaterMark:s}},9785:(e,t,n)=>{const{ObjectSetPrototypeOf:a,Symbol:r}=n(9938);e.exports=i;const{ERR_METHOD_NOT_IMPLEMENTED:o}=n(2979).codes,s=n(2853),{getHighWaterMark:d}=n(2448);a(i.prototype,s.prototype),a(i,s);const w=r("kCallback");function i(e){if(!(this instanceof i))return new i(e);const t=e?d(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[w]=null,e&&("function"==typeof e.transform&&(this._transform=e.transform),"function"==typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",l)}function h(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 l(){this._final!==h&&h.call(this)}i.prototype._final=h,i.prototype._transform=function(e,t,n){throw new o("_transform()")},i.prototype._write=function(e,t,n){const a=this._readableState,r=this._writableState,o=a.length;this._transform(e,t,((e,t)=>{e?n(e):(null!=t&&this.push(t),r.ended||o===a.length||a.length<a.highWaterMark?n():this[w]=n)}))},i.prototype._read=function(){if(this[w]){const e=this[w];this[w]=null,e()}}},4308:(e,t,n)=>{const{Symbol:a,SymbolAsyncIterator:r,SymbolIterator:o}=n(9938),s=a("kDestroyed"),d=a("kIsErrored"),w=a("kIsReadable"),i=a("kIsDisturbed");function h(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 l(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 c(e){return e&&(e._readableState||e._writableState||"function"==typeof e.write&&"function"==typeof e.on||"function"==typeof e.pipe&&"function"==typeof e.on)}function p(e){if(!c(e))return null;const t=e._writableState,n=e._readableState,a=t||n;return!!(e.destroyed||e[s]||null!=a&&a.destroyed)}function u(e){if(!l(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 m(e,t){if(!h(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 f(e){return e&&null!=e[w]?e[w]:"boolean"!=typeof(null==e?void 0:e.readable)?null:!p(e)&&h(e)&&e.readable&&!m(e)}function g(e){return"boolean"!=typeof(null==e?void 0:e.writable)?null:!p(e)&&l(e)&&e.writable&&!u(e)}function N(e){return"boolean"==typeof e._closed&&"boolean"==typeof e._defaultKeepAlive&&"boolean"==typeof e._removedConnection&&"boolean"==typeof e._removedContLen}function y(e){return"boolean"==typeof e._sent100&&N(e)}e.exports={kDestroyed:s,isDisturbed:function(e){var t;return!(!e||!(null!==(t=e[i])&&void 0!==t?t:e.readableDidRead||e.readableAborted))},kIsDisturbed:i,isErrored:function(e){var t,n,a,r,o,s,w,i,h,l;return!(!e||!(null!==(t=null!==(n=null!==(a=null!==(r=null!==(o=null!==(s=e[d])&&void 0!==s?s:e.readableErrored)&&void 0!==o?o:e.writableErrored)&&void 0!==r?r:null===(w=e._readableState)||void 0===w?void 0:w.errorEmitted)&&void 0!==a?a:null===(i=e._writableState)||void 0===i?void 0:i.errorEmitted)&&void 0!==n?n:null===(h=e._readableState)||void 0===h?void 0:h.errored)&&void 0!==t?t:null===(l=e._writableState)||void 0===l?void 0:l.errored))},kIsErrored:d,isReadable:f,kIsReadable:w,isClosed:function(e){if(!c(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&&N(e)?e._closed:null},isDestroyed:p,isDuplexNodeStream:function(e){return!(!e||"function"!=typeof e.pipe||!e._readableState||"function"!=typeof e.on||"function"!=typeof e.write)},isFinished:function(e,t){return c(e)?!(!p(e)&&(!1!==(null==t?void 0:t.readable)&&f(e)||!1!==(null==t?void 0:t.writable)&&g(e))):null},isIterable:function(e,t){return null!=e&&(!0===t?"function"==typeof e[r]:!1===t?"function"==typeof e[o]:"function"==typeof e[r]||"function"==typeof e[o])},isReadableNodeStream:h,isReadableEnded:function(e){if(!h(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:m,isReadableErrored:function(e){var t,n;return c(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:c,isWritable:g,isWritableNodeStream:l,isWritableEnded:u,isWritableFinished:function(e,t){if(!l(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 c(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:y,willEmitClose:function(e){if(!c(e))return null;const t=e._writableState,n=e._readableState,a=t||n;return!a&&y(e)||!!(a&&a.autoDestroy&&a.emitClose&&!1===a.closed)}}},7065:(e,t,n)=>{const a=n(4155),{ArrayPrototypeSlice:r,Error:o,FunctionPrototypeSymbolHasInstance:s,ObjectDefineProperty:d,ObjectDefineProperties:w,ObjectSetPrototypeOf:i,StringPrototypeToLowerCase:h,Symbol:l,SymbolHasInstance:c}=n(9938);e.exports=P,P.WritableState=L;const{EventEmitter:p}=n(7187),u=n(9576).Stream,{Buffer:m}=n(8764),f=n(4398),{addAbortSignal:g}=n(2922),{getHighWaterMark:N,getDefaultHighWaterMark:y}=n(2448),{ERR_INVALID_ARG_TYPE:b,ERR_METHOD_NOT_IMPLEMENTED:_,ERR_MULTIPLE_CALLBACK:v,ERR_STREAM_CANNOT_PIPE:S,ERR_STREAM_DESTROYED:x,ERR_STREAM_ALREADY_FINISHED:C,ERR_STREAM_NULL_VALUES:q,ERR_STREAM_WRITE_AFTER_END:E,ERR_UNKNOWN_ENCODING:R}=n(2979).codes,{errorOrDestroy:T}=f;function A(){}i(P.prototype,u.prototype),i(P,u);const I=l("kOnFinished");function L(e,t,a){"boolean"!=typeof a&&(a=t instanceof n(2853)),this.objectMode=!(!e||!e.objectMode),a&&(this.objectMode=this.objectMode||!(!e||!e.writableObjectMode)),this.highWaterMark=e?N(this,e,"writableHighWaterMark",a):y(!1),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;const r=!(!e||!1!==e.decodeStrings);this.decodeStrings=!r,this.defaultEncoding=e&&e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=D.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[I]=[]}function j(e){e.buffered=[],e.bufferedIndex=0,e.allBuffers=!0,e.allNoop=!0}function P(e){const t=this instanceof n(2853);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&&g(e.signal,this)),u.call(this,e),f.construct(this,(()=>{const e=this._writableState;e.writing||V(this,e),Q(this,e)}))}function M(e,t,n,r){const o=e._writableState;if("function"==typeof n)r=n,n=o.defaultEncoding;else{if(n){if("buffer"!==n&&!m.isEncoding(n))throw new R(n)}else n=o.defaultEncoding;"function"!=typeof r&&(r=A)}if(null===t)throw new q;if(!o.objectMode)if("string"==typeof t)!1!==o.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 o.ending?s=new E:o.destroyed&&(s=new x("write")),s?(a.nextTick(r,s),T(e,s,!0),s):(o.pendingcb++,function(e,t,n,a,r){const o=t.objectMode?1:n.length;t.length+=o;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:a,callback:r}),t.allBuffers&&"buffer"!==a&&(t.allBuffers=!1),t.allNoop&&r!==A&&(t.allNoop=!1)):(t.writelen=o,t.writecb=r,t.writing=!0,t.sync=!0,e._write(n,a,t.onwrite),t.sync=!1),s&&!t.errored&&!t.destroyed}(e,o,t,n,r))}function k(e,t,n,a,r,o,s){t.writelen=a,t.writecb=s,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new x("write")):n?e._writev(r,t.onwrite):e._write(r,o,t.onwrite),t.sync=!1}function O(e,t,n,a){--t.pendingcb,a(n),F(t),T(e,n)}function D(e,t){const n=e._writableState,r=n.sync,o=n.writecb;"function"==typeof o?(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),r?a.nextTick(O,e,n,t,o):O(e,n,t,o)):(n.buffered.length>n.bufferedIndex&&V(e,n),r?null!==n.afterWriteTickInfo&&n.afterWriteTickInfo.cb===o?n.afterWriteTickInfo.count++:(n.afterWriteTickInfo={count:1,cb:o,stream:e,state:n},a.nextTick(B,n.afterWriteTickInfo)):$(e,n,1,o))):T(e,new v)}function B({stream:e,state:t,count:n,cb:a}){return t.afterWriteTickInfo=null,$(e,t,n,a)}function $(e,t,n,a){for(!t.ending&&!e.destroyed&&0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"));n-- >0;)t.pendingcb--,a();t.destroyed&&F(t),Q(e,t)}function F(e){if(e.writing)return;for(let n=e.bufferedIndex;n<e.buffered.length;++n){var t;const{chunk:a,callback:r}=e.buffered[n],o=e.objectMode?1:a.length;e.length-=o,r(null!==(t=e.errored)&&void 0!==t?t:new x("write"))}const n=e[I].splice(0);for(let t=0;t<n.length;t++){var a;n[t](null!==(a=e.errored)&&void 0!==a?a:new x("end"))}j(e)}function V(e,t){if(t.corked||t.bufferProcessing||t.destroyed||!t.constructed)return;const{buffered:n,bufferedIndex:a,objectMode:o}=t,s=n.length-a;if(!s)return;let d=a;if(t.bufferProcessing=!0,s>1&&e._writev){t.pendingcb-=s-1;const a=t.allNoop?A:e=>{for(let t=d;t<n.length;++t)n[t].callback(e)},o=t.allNoop&&0===d?n:r(n,d);o.allBuffers=t.allBuffers,k(e,t,!0,t.length,o,"",a),j(t)}else{do{const{chunk:a,encoding:r,callback:s}=n[d];n[d++]=null,k(e,t,!1,o?1:a.length,a,r,s)}while(d<n.length&&!t.writing);d===n.length?j(t):d>256?(n.splice(0,d),t.bufferedIndex=0):t.bufferedIndex=d}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 Q(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 r(r){if(n)T(e,null!=r?r:v());else if(n=!0,t.pendingcb--,r){const n=t[I].splice(0);for(let e=0;e<n.length;e++)n[e](r);T(e,r,t.sync)}else U(t)&&(t.prefinished=!0,e.emit("prefinish"),t.pendingcb++,a.nextTick(W,e,t))}t.sync=!0,t.pendingcb++;try{e._final(r)}catch(e){r(e)}t.sync=!1}(e,t)))}(e,t),0===t.pendingcb&&(n?(t.pendingcb++,a.nextTick(((e,t)=>{U(t)?W(e,t):t.pendingcb--}),e,t)):U(t)&&(t.pendingcb++,W(e,t))))}function W(e,t){t.pendingcb--,t.finished=!0;const n=t[I].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 r(this.buffered,this.bufferedIndex)},d(L.prototype,"bufferedRequestCount",{__proto__:null,get(){return this.buffered.length-this.bufferedIndex}}),d(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 S)},P.prototype.write=function(e,t,n){return!0===M(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=h(e)),!m.isEncoding(e))throw new R(e);return this._writableState.defaultEncoding=e,this},P.prototype._write=function(e,t,n){if(!this._writev)throw new _("_write()");this._writev([{chunk:e,encoding:t}],n)},P.prototype._writev=null,P.prototype.end=function(e,t,n){const r=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=M(this,e,t);n instanceof o&&(s=n)}return r.corked&&(r.corked=1,this.uncork()),s||(r.errored||r.ending?r.finished?s=new C("end"):r.destroyed&&(s=new x("end")):(r.ending=!0,Q(this,r,!0),r.ended=!0)),"function"==typeof n&&(s||r.finished?a.nextTick(n,s):r[I].push(n)),this},w(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=f.destroy;let H;function z(){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[I].length)&&a.nextTick(F,n),G.call(this,e,t),this},P.prototype._undestroy=f.undestroy,P.prototype._destroy=function(e,t){t(e)},P.prototype[p.captureRejectionSymbol]=function(e){this.destroy(e)},P.fromWeb=function(e,t){return z().newStreamWritableFromWritableStream(e,t)},P.toWeb=function(e){return z().newWritableStreamFromStreamWritable(e)}},4195:(e,t,n)=>{const{ArrayIsArray:a,ArrayPrototypeIncludes:r,ArrayPrototypeJoin:o,ArrayPrototypeMap:s,NumberIsInteger:d,NumberIsNaN:w,NumberMAX_SAFE_INTEGER:i,NumberMIN_SAFE_INTEGER:h,NumberParseInt:l,ObjectPrototypeHasOwnProperty:c,RegExpPrototypeExec:p,String:u,StringPrototypeToUpperCase:m,StringPrototypeTrim:f}=n(9938),{hideStackFrames:g,codes:{ERR_SOCKET_BAD_PORT:N,ERR_INVALID_ARG_TYPE:y,ERR_INVALID_ARG_VALUE:b,ERR_OUT_OF_RANGE:_,ERR_UNKNOWN_SIGNAL:v}}=n(2979),{normalizeEncoding:S}=n(4427),{isAsyncFunction:x,isArrayBufferView:C}=n(4427).types,q={},E=/^[0-7]+$/,R=g(((e,t,n=h,a=i)=>{if("number"!=typeof e)throw new y(t,"number",e);if(!d(e))throw new _(t,"an integer",e);if(e<n||e>a)throw new _(t,`>= ${n} && <= ${a}`,e)})),T=g(((e,t,n=-2147483648,a=2147483647)=>{if("number"!=typeof e)throw new y(t,"number",e);if(!d(e))throw new _(t,"an integer",e);if(e<n||e>a)throw new _(t,`>= ${n} && <= ${a}`,e)})),A=g(((e,t,n=!1)=>{if("number"!=typeof e)throw new y(t,"number",e);if(!d(e))throw new _(t,"an integer",e);const a=n?1:0,r=4294967295;if(e<a||e>r)throw new _(t,`>= ${a} && <= ${r}`,e)}));function I(e,t){if("string"!=typeof e)throw new y(t,"string",e)}const L=g(((e,t,n)=>{if(!r(n,e)){const a=o(s(n,(e=>"string"==typeof e?`'${e}'`:u(e))),", ");throw new b(t,e,"must be one of: "+a)}}));function j(e,t,n){return null!=e&&c(e,t)?e[t]:n}const P=g(((e,t,n=null)=>{const r=j(n,"allowArray",!1),o=j(n,"allowFunction",!1);if(!j(n,"nullable",!1)&&null===e||!r&&a(e)||"object"!=typeof e&&(!o||"function"!=typeof e))throw new y(t,"Object",e)})),M=g(((e,t,n=0)=>{if(!a(e))throw new y(t,"Array",e);if(e.length<n)throw new b(t,e,`must be longer than ${n}`)})),k=g(((e,t="buffer")=>{if(!C(e))throw new y(t,["Buffer","TypedArray","DataView"],e)})),O=g(((e,t)=>{if(void 0!==e&&(null===e||"object"!=typeof e||!("aborted"in e)))throw new y(t,"AbortSignal",e)})),D=g(((e,t)=>{if("function"!=typeof e)throw new y(t,"Function",e)})),B=g(((e,t)=>{if("function"!=typeof e||x(e))throw new y(t,"Function",e)})),$=g(((e,t)=>{if(void 0!==e)throw new y(t,"undefined",e)}));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(E,e))throw new b(t,e,"must be a 32-bit unsigned integer or an octal string");e=l(e,8)}return A(e,t),e},validateArray:M,validateBoolean:function(e,t){if("boolean"!=typeof e)throw new y(t,"boolean",e)},validateBuffer:k,validateEncoding:function(e,t){const n=S(t),a=e.length;if("hex"===n&&a%2!=0)throw new b("encoding",t,`is invalid for data of length ${a}`)},validateFunction:D,validateInt32:T,validateInteger:R,validateNumber:function(e,t,n,a){if("number"!=typeof e)throw new y(t,"number",e);if(null!=n&&e<n||null!=a&&e>a||(null!=n||null!=a)&&w(e))throw new _(t,`${null!=n?`>= ${n}`:""}${null!=n&&null!=a?" && ":""}${null!=a?`<= ${a}`:""}`,e)},validateObject:P,validateOneOf:L,validatePlainFunction:B,validatePort:function(e,t="Port",n=!0){if("number"!=typeof e&&"string"!=typeof e||"string"==typeof e&&0===f(e).length||+e!=+e>>>0||e>65535||0===e&&!n)throw new N(t,e,n);return 0|e},validateSignalName:function(e,t="signal"){if(I(e,t),void 0===q[e]){if(void 0!==q[m(e)])throw new v(e+" (signals must use all capital letters)");throw new v(e)}},validateString:I,validateUint32:A,validateUndefined:$,validateUnion:function(e,t,n){if(!r(n,e))throw new y(t,`('${o(n,"|")}')`,e)},validateAbortSignal:O}},7077:(e,t,n)=>{const a=n(518),r=n(3675),o=a.Readable.destroy;e.exports=a.Readable,e.exports._uint8ArrayToBuffer=a._uint8ArrayToBuffer,e.exports._isUint8Array=a._isUint8Array,e.exports.isDisturbed=a.isDisturbed,e.exports.isErrored=a.isErrored,e.exports.isReadable=a.isReadable,e.exports.Readable=a.Readable,e.exports.Writable=a.Writable,e.exports.Duplex=a.Duplex,e.exports.Transform=a.Transform,e.exports.PassThrough=a.PassThrough,e.exports.addAbortSignal=a.addAbortSignal,e.exports.finished=a.finished,e.exports.destroy=a.destroy,e.exports.destroy=o,e.exports.pipeline=a.pipeline,e.exports.compose=a.compose,Object.defineProperty(a,"promises",{configurable:!0,enumerable:!0,get:()=>r}),e.exports.Stream=a.Stream,e.exports.default=e.exports},2979:(e,t,n)=>{const{format:a,inspect:r,AggregateError:o}=n(4427),s=globalThis.AggregateError||o,d=Symbol("kIsNodeError"),w=["string","function","number","object","Function","Object","boolean","bigint","symbol"],i=/^([A-Z][a-z0-9]*)+$/,h={};function l(e,t){if(!e)throw new h.ERR_INTERNAL_ASSERTION(t)}function c(e){let t="",n=e.length;const a="-"===e[0]?1:0;for(;n>=a+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 r extends n{constructor(...n){super(function(e,t,n){if("function"==typeof t)return l(t.length<=n.length,`Code: ${e}; The provided arguments length (${n.length}) does not match the required ones (${t.length}).`),t(...n);const r=(t.match(/%[dfijoOs]/g)||[]).length;return l(r===n.length,`Code: ${e}; The provided arguments length (${n.length}) does not match the required ones (${r}).`),0===n.length?t:a(t,...n)}(e,t,n))}toString(){return`${this.name} [${e}]: ${this.message}`}}Object.defineProperties(r.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}}),r.prototype.code=e,r.prototype[d]=!0,h[e]=r}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){if(void 0!==t&&"object"!=typeof t)throw new h.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)=>{l("string"==typeof e,"'name' must be a string"),Array.isArray(t)||(t=[t]);let a="The ";e.endsWith(" argument")?a+=`${e} `:a+=`"${e}" ${e.includes(".")?"property":"argument"} `,a+="must be ";const o=[],s=[],d=[];for(const e of t)l("string"==typeof e,"All expected entries have to be of type string"),w.includes(e)?o.push(e.toLowerCase()):i.test(e)?s.push(e):(l("object"!==e,'The value "object" should be written as "Object"'),d.push(e));if(s.length>0){const e=o.indexOf("object");-1!==e&&(o.splice(o,e,1),s.push("Object"))}if(o.length>0){switch(o.length){case 1:a+=`of type ${o[0]}`;break;case 2:a+=`one of type ${o[0]} or ${o[1]}`;break;default:{const e=o.pop();a+=`one of type ${o.join(", ")}, or ${e}`}}(s.length>0||d.length>0)&&(a+=" or ")}if(s.length>0){switch(s.length){case 1:a+=`an instance of ${s[0]}`;break;case 2:a+=`an instance of ${s[0]} or ${s[1]}`;break;default:{const e=s.pop();a+=`an instance of ${s.join(", ")}, or ${e}`}}d.length>0&&(a+=" or ")}switch(d.length){case 0:break;case 1:d[0].toLowerCase()!==d[0]&&(a+="an "),a+=`${d[0]}`;break;case 2:a+=`one of ${d[0]} or ${d[1]}`;break;default:{const e=d.pop();a+=`one of ${d.join(", ")}, or ${e}`}}if(null==n)a+=`. Received ${n}`;else if("function"==typeof n&&n.name)a+=`. Received function ${n.name}`;else if("object"==typeof n){var h;null!==(h=n.constructor)&&void 0!==h&&h.name?a+=`. Received an instance of ${n.constructor.name}`:a+=`. Received ${r(n,{depth:-1})}`}else{let e=r(n,{colors:!1});e.length>25&&(e=`${e.slice(0,25)}...`),a+=`. Received type ${typeof n} (${e})`}return a}),TypeError),p("ERR_INVALID_ARG_VALUE",((e,t,n="is invalid")=>{let a=r(t);return a.length>128&&(a=a.slice(0,128)+"..."),`The ${e.includes(".")?"property":"argument"} '${e}' ${n}. Received ${a}`}),TypeError),p("ERR_INVALID_RETURN_VALUE",((e,t,n)=>{var a;return`Expected ${e} to be returned from the "${t}" function but got ${null!=n&&null!==(a=n.constructor)&&void 0!==a&&a.name?`instance of ${n.constructor.name}`:"type "+typeof n}.`}),TypeError),p("ERR_MISSING_ARGS",((...e)=>{let t;l(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 a;return l(t,'Missing "range" argument'),Number.isInteger(n)&&Math.abs(n)>2**32?a=c(String(n)):"bigint"==typeof n?(a=String(n),(n>2n**32n||n<-(2n**32n))&&(a=c(a)),a+="n"):a=r(n),`The value of "${e}" is out of range. It must be ${t}. Received ${a}`}),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:h}},9938: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,SymbolAsyncIterator:Symbol.asyncIterator,SymbolHasInstance:Symbol.hasInstance,SymbolIterator:Symbol.iterator,TypedArrayPrototypeSet:(e,t,n)=>e.set(t,n),Uint8Array}},4427:(e,t,n)=>{const a=n(8764),r=Object.getPrototypeOf((async function(){})).constructor,o=globalThis.Blob||a.Blob,s=void 0!==o?function(e){return e instanceof o}:function(e){return!1};class d 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:d,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,a)=>{e=n,t=a})),resolve:e,reject:t}},promisify:e=>new Promise(((t,n)=>{e(((e,...a)=>e?n(e):t(...a)))})),debuglog:()=>function(){},format:(e,...t)=>e.replace(/%([sdifj])/g,(function(...[e,n]){const a=t.shift();return"f"===n?a.toFixed(6):"j"===n?JSON.stringify(a):"s"===n&&"object"==typeof a?`${a.constructor!==Object?a.constructor.name:""} {}`.trim():a.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 r,isArrayBufferView:e=>ArrayBuffer.isView(e)},isBlob:s},e.exports.promisify.custom=Symbol.for("nodejs.util.promisify.custom")},518:(e,t,n)=>{const{Buffer:a}=n(8764),{ObjectDefineProperty:r,ObjectKeys:o,ReflectApply:s}=n(9938),{promisify:{custom:d}}=n(4427),{streamReturningOperators:w,promiseReturningOperators:i}=n(4705),{codes:{ERR_ILLEGAL_CONSTRUCTOR:h}}=n(2979),l=n(9571),{pipeline:c}=n(6754),{destroyer:p}=n(4398),u=n(4414),m=n(3675),f=n(4308),g=e.exports=n(9576).Stream;g.isDisturbed=f.isDisturbed,g.isErrored=f.isErrored,g.isReadable=f.isReadable,g.Readable=n(4358);for(const b of o(w)){const _=w[b];function N(...e){if(new.target)throw h();return g.Readable.from(s(_,this,e))}r(N,"name",{__proto__:null,value:_.name}),r(N,"length",{__proto__:null,value:_.length}),r(g.Readable.prototype,b,{__proto__:null,value:N,enumerable:!1,configurable:!0,writable:!0})}for(const v of o(i)){const S=i[v];function N(...e){if(new.target)throw h();return s(S,this,e)}r(N,"name",{__proto__:null,value:S.name}),r(N,"length",{__proto__:null,value:S.length}),r(g.Readable.prototype,v,{__proto__:null,value:N,enumerable:!1,configurable:!0,writable:!0})}g.Writable=n(7065),g.Duplex=n(2853),g.Transform=n(9785),g.PassThrough=n(249),g.pipeline=c;const{addAbortSignal:y}=n(2922);g.addAbortSignal=y,g.finished=u,g.destroy=p,g.compose=l,r(g,"promises",{__proto__:null,configurable:!0,enumerable:!0,get:()=>m}),r(c,d,{__proto__:null,enumerable:!0,get:()=>m.pipeline}),r(u,d,{__proto__:null,enumerable:!0,get:()=>m.finished}),g.Stream=g,g._isUint8Array=function(e){return e instanceof Uint8Array},g._uint8ArrayToBuffer=function(e){return a.from(e.buffer,e.byteOffset,e.byteLength)}},3675:(e,t,n)=>{const{ArrayPrototypePop:a,Promise:r}=n(9938),{isIterable:o,isNodeStream:s}=n(4308),{pipelineImpl:d}=n(6754),{finished:w}=n(4414);e.exports={finished:w,pipeline:function(...e){return new r(((t,n)=>{let r,w;const i=e[e.length-1];if(i&&"object"==typeof i&&!s(i)&&!o(i)){const t=a(e);r=t.signal,w=t.end}d(e,((e,a)=>{e?n(e):t(a)}),{signal:r,end:w})}))}}},3402:(e,t,n)=>{const a=n(8825),r={apply:(e,t,n)=>e(n[0]),get:(e,t)=>e(t)};e.exports=function(e,{factory:t=a}={}){const n=(n="")=>t.namedNode(`${e}${n.raw||n}`);return"undefined"==typeof Proxy?n:new Proxy(n,r)}},6276:e=>{class t extends Map{import(e,t,n){const a=this.get(e);return a?a.import(t,n):null}}e.exports=t},2635:(e,t,n)=>{const a=n(6083);function r(e){try{return a(e)}catch(e){return null}}class o{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=a(e);return this.index.has(t)||this.index.set(t,e),this}clear(){this.index.clear()}delete(e){return!!e&&this.index.delete(r(e))}entries(){return this.values().entries()}forEach(e,t){return this.values().forEach(e,t)}has(e){return!!e&&this.index.has(r(e))}values(){return new Set(this.index.values())}keys(){return this.values()}[Symbol.iterator](){return this.values()[Symbol.iterator]()}}e.exports=o},6083:(e,t,n)=>{const a=n(9360),r=n(8335),o=n(3457),s=n(4546),d=n(6648),w=n(4182),i=n(5296);e.exports=function e(t){if(!t)return null;if("BlankNode"===t.termType)return a(t);if("DefaultGraph"===t.termType)return o();if("Literal"===t.termType)return s(t);if("NamedNode"===t.termType)return d(t);if("Quad"===t.termType||t.subject&&t.predicate&&t.object&&t.graph)return w(t,e);if("Variable"===t.termType)return i(t);if(t[Symbol.iterator])return r(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 a=n(6648),r=/["\\\\\n\r]/,o=/["\\\\\n\r]/g,s={'"':'\\"',"\\":"\\\\","\n":"\\n","\r":"\\r"};function d(e){return s[e]}e.exports=function(e){const t=(n=e.value,r.test(n)?n.replace(o,d):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+'"^^'+a(e.datatype)}},6648:e=>{e.exports=function(e){return"<"+e.value+">"}},4182:e=>{e.exports=function(e,t){const n=t(e.subject),a=t(e.predicate),r=t(e.object),o=t(e.graph);return`${n} ${a} ${r} ${o?o+" ":""}.`}},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=w(e),n=t[0],a=t[1];return 3*(n+a)/4-a},t.toByteArray=function(e){var t,n,o=w(e),s=o[0],d=o[1],i=new r(function(e,t,n){return 3*(t+n)/4-n}(0,s,d)),h=0,l=d>0?s-4:s;for(n=0;n<l;n+=4)t=a[e.charCodeAt(n)]<<18|a[e.charCodeAt(n+1)]<<12|a[e.charCodeAt(n+2)]<<6|a[e.charCodeAt(n+3)],i[h++]=t>>16&255,i[h++]=t>>8&255,i[h++]=255&t;return 2===d&&(t=a[e.charCodeAt(n)]<<2|a[e.charCodeAt(n+1)]>>4,i[h++]=255&t),1===d&&(t=a[e.charCodeAt(n)]<<10|a[e.charCodeAt(n+1)]<<4|a[e.charCodeAt(n+2)]>>2,i[h++]=t>>8&255,i[h++]=255&t),i},t.fromByteArray=function(e){for(var t,a=e.length,r=a%3,o=[],s=16383,d=0,w=a-r;d<w;d+=s)o.push(i(e,d,d+s>w?w:d+s));return 1===r?(t=e[a-1],o.push(n[t>>2]+n[t<<4&63]+"==")):2===r&&(t=(e[a-2]<<8)+e[a-1],o.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"=")),o.join("")};for(var n=[],a=[],r="undefined"!=typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,d=o.length;s<d;++s)n[s]=o[s],a[o.charCodeAt(s)]=s;function w(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 i(e,t,a){for(var r,o,s=[],d=t;d<a;d+=3)r=(e[d]<<16&16711680)+(e[d+1]<<8&65280)+(255&e[d+2]),s.push(n[(o=r)>>18&63]+n[o>>12&63]+n[o>>6&63]+n[63&o]);return s.join("")}a["-".charCodeAt(0)]=62,a["_".charCodeAt(0)]=63},8764:(e,t,n)=>{const a=n(9742),r=n(645),o="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=w,t.SlowBuffer=function(e){return+e!=e&&(e=0),w.alloc(+e)},t.INSPECT_MAX_BYTES=50;const s=2147483647;function d(e){if(e>s)throw new RangeError('The value "'+e+'" is invalid for option "size"');const t=new Uint8Array(e);return Object.setPrototypeOf(t,w.prototype),t}function w(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 l(e)}return i(e,t,n)}function i(e,t,n){if("string"==typeof e)return function(e,t){if("string"==typeof t&&""!==t||(t="utf8"),!w.isEncoding(t))throw new TypeError("Unknown encoding: "+t);const n=0|m(e,t);let a=d(n);const r=a.write(e,t);return r!==n&&(a=a.slice(0,r)),a}(e,t);if(ArrayBuffer.isView(e))return function(e){if(X(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(X(e,ArrayBuffer)||e&&X(e.buffer,ArrayBuffer))return p(e,t,n);if("undefined"!=typeof SharedArrayBuffer&&(X(e,SharedArrayBuffer)||e&&X(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 a=e.valueOf&&e.valueOf();if(null!=a&&a!==e)return w.from(a,t,n);const r=function(e){if(w.isBuffer(e)){const t=0|u(e.length),n=d(t);return 0===n.length||e.copy(n,0,0,t),n}return void 0!==e.length?"number"!=typeof e.length||J(e.length)?d(0):c(e):"Buffer"===e.type&&Array.isArray(e.data)?c(e.data):void 0}(e);if(r)return r;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return w.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 h(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 l(e){return h(e),d(e<0?0:0|u(e))}function c(e){const t=e.length<0?0:0|u(e.length),n=d(t);for(let a=0;a<t;a+=1)n[a]=255&e[a];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 a;return a=void 0===t&&void 0===n?new Uint8Array(e):void 0===n?new Uint8Array(e,t):new Uint8Array(e,t,n),Object.setPrototypeOf(a,w.prototype),a}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(w.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||X(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,a=arguments.length>2&&!0===arguments[2];if(!a&&0===n)return 0;let r=!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(r)return a?-1:G(e).length;t=(""+t).toLowerCase(),r=!0}}function f(e,t,n){let a=!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 A(this,t,n);case"utf8":case"utf-8":return q(this,t,n);case"ascii":return R(this,t,n);case"latin1":case"binary":return T(this,t,n);case"base64":return C(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return I(this,t,n);default:if(a)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),a=!0}}function g(e,t,n){const a=e[t];e[t]=e[n],e[n]=a}function N(e,t,n,a,r){if(0===e.length)return-1;if("string"==typeof n?(a=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),J(n=+n)&&(n=r?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(r)return-1;n=e.length-1}else if(n<0){if(!r)return-1;n=0}if("string"==typeof t&&(t=w.from(t,a)),w.isBuffer(t))return 0===t.length?-1:y(e,t,n,a,r);if("number"==typeof t)return t&=255,"function"==typeof Uint8Array.prototype.indexOf?r?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):y(e,[t],n,a,r);throw new TypeError("val must be string, number or Buffer")}function y(e,t,n,a,r){let o,s=1,d=e.length,w=t.length;if(void 0!==a&&("ucs2"===(a=String(a).toLowerCase())||"ucs-2"===a||"utf16le"===a||"utf-16le"===a)){if(e.length<2||t.length<2)return-1;s=2,d/=2,w/=2,n/=2}function i(e,t){return 1===s?e[t]:e.readUInt16BE(t*s)}if(r){let a=-1;for(o=n;o<d;o++)if(i(e,o)===i(t,-1===a?0:o-a)){if(-1===a&&(a=o),o-a+1===w)return a*s}else-1!==a&&(o-=o-a),a=-1}else for(n+w>d&&(n=d-w),o=n;o>=0;o--){let n=!0;for(let a=0;a<w;a++)if(i(e,o+a)!==i(t,a)){n=!1;break}if(n)return o}return-1}function b(e,t,n,a){n=Number(n)||0;const r=e.length-n;a?(a=Number(a))>r&&(a=r):a=r;const o=t.length;let s;for(a>o/2&&(a=o/2),s=0;s<a;++s){const a=parseInt(t.substr(2*s,2),16);if(J(a))return s;e[n+s]=a}return s}function _(e,t,n,a){return z(G(t,e.length-n),e,n,a)}function v(e,t,n,a){return z(function(e){const t=[];for(let n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,a)}function S(e,t,n,a){return z(H(t),e,n,a)}function x(e,t,n,a){return z(function(e,t){let n,a,r;const o=[];for(let s=0;s<e.length&&!((t-=2)<0);++s)n=e.charCodeAt(s),a=n>>8,r=n%256,o.push(r),o.push(a);return o}(t,e.length-n),e,n,a)}function C(e,t,n){return 0===t&&n===e.length?a.fromByteArray(e):a.fromByteArray(e.slice(t,n))}function q(e,t,n){n=Math.min(e.length,n);const a=[];let r=t;for(;r<n;){const t=e[r];let o=null,s=t>239?4:t>223?3:t>191?2:1;if(r+s<=n){let n,a,d,w;switch(s){case 1:t<128&&(o=t);break;case 2:n=e[r+1],128==(192&n)&&(w=(31&t)<<6|63&n,w>127&&(o=w));break;case 3:n=e[r+1],a=e[r+2],128==(192&n)&&128==(192&a)&&(w=(15&t)<<12|(63&n)<<6|63&a,w>2047&&(w<55296||w>57343)&&(o=w));break;case 4:n=e[r+1],a=e[r+2],d=e[r+3],128==(192&n)&&128==(192&a)&&128==(192&d)&&(w=(15&t)<<18|(63&n)<<12|(63&a)<<6|63&d,w>65535&&w<1114112&&(o=w))}}null===o?(o=65533,s=1):o>65535&&(o-=65536,a.push(o>>>10&1023|55296),o=56320|1023&o),a.push(o),r+=s}return function(e){const t=e.length;if(t<=E)return String.fromCharCode.apply(String,e);let n="",a=0;for(;a<t;)n+=String.fromCharCode.apply(String,e.slice(a,a+=E));return n}(a)}t.kMaxLength=s,w.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}}(),w.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(w.prototype,"parent",{enumerable:!0,get:function(){if(w.isBuffer(this))return this.buffer}}),Object.defineProperty(w.prototype,"offset",{enumerable:!0,get:function(){if(w.isBuffer(this))return this.byteOffset}}),w.poolSize=8192,w.from=function(e,t,n){return i(e,t,n)},Object.setPrototypeOf(w.prototype,Uint8Array.prototype),Object.setPrototypeOf(w,Uint8Array),w.alloc=function(e,t,n){return function(e,t,n){return h(e),e<=0?d(e):void 0!==t?"string"==typeof n?d(e).fill(t,n):d(e).fill(t):d(e)}(e,t,n)},w.allocUnsafe=function(e){return l(e)},w.allocUnsafeSlow=function(e){return l(e)},w.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==w.prototype},w.compare=function(e,t){if(X(e,Uint8Array)&&(e=w.from(e,e.offset,e.byteLength)),X(t,Uint8Array)&&(t=w.from(t,t.offset,t.byteLength)),!w.isBuffer(e)||!w.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,a=t.length;for(let r=0,o=Math.min(n,a);r<o;++r)if(e[r]!==t[r]){n=e[r],a=t[r];break}return n<a?-1:a<n?1:0},w.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}},w.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return w.alloc(0);let n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;const a=w.allocUnsafe(t);let r=0;for(n=0;n<e.length;++n){let t=e[n];if(X(t,Uint8Array))r+t.length>a.length?(w.isBuffer(t)||(t=w.from(t)),t.copy(a,r)):Uint8Array.prototype.set.call(a,t,r);else{if(!w.isBuffer(t))throw new TypeError('"list" argument must be an Array of Buffers');t.copy(a,r)}r+=t.length}return a},w.byteLength=m,w.prototype._isBuffer=!0,w.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)g(this,t,t+1);return this},w.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)g(this,t,t+3),g(this,t+1,t+2);return this},w.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)g(this,t,t+7),g(this,t+1,t+6),g(this,t+2,t+5),g(this,t+3,t+4);return this},w.prototype.toString=function(){const e=this.length;return 0===e?"":0===arguments.length?q(this,0,e):f.apply(this,arguments)},w.prototype.toLocaleString=w.prototype.toString,w.prototype.equals=function(e){if(!w.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===w.compare(this,e)},w.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+">"},o&&(w.prototype[o]=w.prototype.inspect),w.prototype.compare=function(e,t,n,a,r){if(X(e,Uint8Array)&&(e=w.from(e,e.offset,e.byteLength)),!w.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===a&&(a=0),void 0===r&&(r=this.length),t<0||n>e.length||a<0||r>this.length)throw new RangeError("out of range index");if(a>=r&&t>=n)return 0;if(a>=r)return-1;if(t>=n)return 1;if(this===e)return 0;let o=(r>>>=0)-(a>>>=0),s=(n>>>=0)-(t>>>=0);const d=Math.min(o,s),i=this.slice(a,r),h=e.slice(t,n);for(let e=0;e<d;++e)if(i[e]!==h[e]){o=i[e],s=h[e];break}return o<s?-1:s<o?1:0},w.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},w.prototype.indexOf=function(e,t,n){return N(this,e,t,n,!0)},w.prototype.lastIndexOf=function(e,t,n){return N(this,e,t,n,!1)},w.prototype.write=function(e,t,n,a){if(void 0===t)a="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)a=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===a&&(a="utf8")):(a=n,n=void 0)}const r=this.length-t;if((void 0===n||n>r)&&(n=r),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");let o=!1;for(;;)switch(a){case"hex":return b(this,e,t,n);case"utf8":case"utf-8":return _(this,e,t,n);case"ascii":case"latin1":case"binary":return v(this,e,t,n);case"base64":return S(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return x(this,e,t,n);default:if(o)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),o=!0}},w.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const E=4096;function R(e,t,n){let a="";n=Math.min(e.length,n);for(let r=t;r<n;++r)a+=String.fromCharCode(127&e[r]);return a}function T(e,t,n){let a="";n=Math.min(e.length,n);for(let r=t;r<n;++r)a+=String.fromCharCode(e[r]);return a}function A(e,t,n){const a=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>a)&&(n=a);let r="";for(let a=t;a<n;++a)r+=K[e[a]];return r}function I(e,t,n){const a=e.slice(t,n);let r="";for(let e=0;e<a.length-1;e+=2)r+=String.fromCharCode(a[e]+256*a[e+1]);return r}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,a,r,o){if(!w.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>r||t<o)throw new RangeError('"value" argument is out of bounds');if(n+a>e.length)throw new RangeError("Index out of range")}function P(e,t,n,a,r){V(t,a,r,e,n,7);let o=Number(t&BigInt(4294967295));e[n++]=o,o>>=8,e[n++]=o,o>>=8,e[n++]=o,o>>=8,e[n++]=o;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 M(e,t,n,a,r){V(t,a,r,e,n,7);let o=Number(t&BigInt(4294967295));e[n+7]=o,o>>=8,e[n+6]=o,o>>=8,e[n+5]=o,o>>=8,e[n+4]=o;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 k(e,t,n,a,r,o){if(n+a>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function O(e,t,n,a,o){return t=+t,n>>>=0,o||k(e,0,n,4),r.write(e,t,n,a,23,4),n+4}function D(e,t,n,a,o){return t=+t,n>>>=0,o||k(e,0,n,8),r.write(e,t,n,a,52,8),n+8}w.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 a=this.subarray(e,t);return Object.setPrototypeOf(a,w.prototype),a},w.prototype.readUintLE=w.prototype.readUIntLE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);let a=this[e],r=1,o=0;for(;++o<t&&(r*=256);)a+=this[e+o]*r;return a},w.prototype.readUintBE=w.prototype.readUIntBE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);let a=this[e+--t],r=1;for(;t>0&&(r*=256);)a+=this[e+--t]*r;return a},w.prototype.readUint8=w.prototype.readUInt8=function(e,t){return e>>>=0,t||L(e,1,this.length),this[e]},w.prototype.readUint16LE=w.prototype.readUInt16LE=function(e,t){return e>>>=0,t||L(e,2,this.length),this[e]|this[e+1]<<8},w.prototype.readUint16BE=w.prototype.readUInt16BE=function(e,t){return e>>>=0,t||L(e,2,this.length),this[e]<<8|this[e+1]},w.prototype.readUint32LE=w.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]},w.prototype.readUint32BE=w.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])},w.prototype.readBigUInt64LE=Y((function(e){U(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||Q(e,this.length-8);const a=t+256*this[++e]+65536*this[++e]+this[++e]*2**24,r=this[++e]+256*this[++e]+65536*this[++e]+n*2**24;return BigInt(a)+(BigInt(r)<<BigInt(32))})),w.prototype.readBigUInt64BE=Y((function(e){U(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||Q(e,this.length-8);const a=t*2**24+65536*this[++e]+256*this[++e]+this[++e],r=this[++e]*2**24+65536*this[++e]+256*this[++e]+n;return(BigInt(a)<<BigInt(32))+BigInt(r)})),w.prototype.readIntLE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);let a=this[e],r=1,o=0;for(;++o<t&&(r*=256);)a+=this[e+o]*r;return r*=128,a>=r&&(a-=Math.pow(2,8*t)),a},w.prototype.readIntBE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);let a=t,r=1,o=this[e+--a];for(;a>0&&(r*=256);)o+=this[e+--a]*r;return r*=128,o>=r&&(o-=Math.pow(2,8*t)),o},w.prototype.readInt8=function(e,t){return e>>>=0,t||L(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},w.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},w.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},w.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},w.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]},w.prototype.readBigInt64LE=Y((function(e){U(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||Q(e,this.length-8);const a=this[e+4]+256*this[e+5]+65536*this[e+6]+(n<<24);return(BigInt(a)<<BigInt(32))+BigInt(t+256*this[++e]+65536*this[++e]+this[++e]*2**24)})),w.prototype.readBigInt64BE=Y((function(e){U(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||Q(e,this.length-8);const a=(t<<24)+65536*this[++e]+256*this[++e]+this[++e];return(BigInt(a)<<BigInt(32))+BigInt(this[++e]*2**24+65536*this[++e]+256*this[++e]+n)})),w.prototype.readFloatLE=function(e,t){return e>>>=0,t||L(e,4,this.length),r.read(this,e,!0,23,4)},w.prototype.readFloatBE=function(e,t){return e>>>=0,t||L(e,4,this.length),r.read(this,e,!1,23,4)},w.prototype.readDoubleLE=function(e,t){return e>>>=0,t||L(e,8,this.length),r.read(this,e,!0,52,8)},w.prototype.readDoubleBE=function(e,t){return e>>>=0,t||L(e,8,this.length),r.read(this,e,!1,52,8)},w.prototype.writeUintLE=w.prototype.writeUIntLE=function(e,t,n,a){e=+e,t>>>=0,n>>>=0,a||j(this,e,t,n,Math.pow(2,8*n)-1,0);let r=1,o=0;for(this[t]=255&e;++o<n&&(r*=256);)this[t+o]=e/r&255;return t+n},w.prototype.writeUintBE=w.prototype.writeUIntBE=function(e,t,n,a){e=+e,t>>>=0,n>>>=0,a||j(this,e,t,n,Math.pow(2,8*n)-1,0);let r=n-1,o=1;for(this[t+r]=255&e;--r>=0&&(o*=256);)this[t+r]=e/o&255;return t+n},w.prototype.writeUint8=w.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},w.prototype.writeUint16LE=w.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},w.prototype.writeUint16BE=w.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},w.prototype.writeUint32LE=w.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},w.prototype.writeUint32BE=w.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},w.prototype.writeBigUInt64LE=Y((function(e,t=0){return P(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),w.prototype.writeBigUInt64BE=Y((function(e,t=0){return M(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),w.prototype.writeIntLE=function(e,t,n,a){if(e=+e,t>>>=0,!a){const a=Math.pow(2,8*n-1);j(this,e,t,n,a-1,-a)}let r=0,o=1,s=0;for(this[t]=255&e;++r<n&&(o*=256);)e<0&&0===s&&0!==this[t+r-1]&&(s=1),this[t+r]=(e/o>>0)-s&255;return t+n},w.prototype.writeIntBE=function(e,t,n,a){if(e=+e,t>>>=0,!a){const a=Math.pow(2,8*n-1);j(this,e,t,n,a-1,-a)}let r=n-1,o=1,s=0;for(this[t+r]=255&e;--r>=0&&(o*=256);)e<0&&0===s&&0!==this[t+r+1]&&(s=1),this[t+r]=(e/o>>0)-s&255;return t+n},w.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},w.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},w.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},w.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},w.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},w.prototype.writeBigInt64LE=Y((function(e,t=0){return P(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),w.prototype.writeBigInt64BE=Y((function(e,t=0){return M(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),w.prototype.writeFloatLE=function(e,t,n){return O(this,e,t,!0,n)},w.prototype.writeFloatBE=function(e,t,n){return O(this,e,t,!1,n)},w.prototype.writeDoubleLE=function(e,t,n){return D(this,e,t,!0,n)},w.prototype.writeDoubleBE=function(e,t,n){return D(this,e,t,!1,n)},w.prototype.copy=function(e,t,n,a){if(!w.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),a||0===a||(a=this.length),t>=e.length&&(t=e.length),t||(t=0),a>0&&a<n&&(a=n),a===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(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),e.length-t<a-n&&(a=e.length-t+n);const r=a-n;return this===e&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(t,n,a):Uint8Array.prototype.set.call(e,this.subarray(n,a),t),r},w.prototype.fill=function(e,t,n,a){if("string"==typeof e){if("string"==typeof t?(a=t,t=0,n=this.length):"string"==typeof n&&(a=n,n=this.length),void 0!==a&&"string"!=typeof a)throw new TypeError("encoding must be a string");if("string"==typeof a&&!w.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(1===e.length){const t=e.charCodeAt(0);("utf8"===a&&t<128||"latin1"===a)&&(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 r;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(r=t;r<n;++r)this[r]=e;else{const o=w.isBuffer(e)?e:w.from(e,a),s=o.length;if(0===s)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(r=0;r<n-t;++r)this[r+t]=o[r%s]}return this};const B={};function $(e,t,n){B[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 a="-"===e[0]?1:0;for(;n>=a+4;n-=3)t=`_${e.slice(n-3,n)}${t}`;return`${e.slice(0,n)}${t}`}function V(e,t,n,a,r,o){if(e>n||e<t){const a="bigint"==typeof t?"n":"";let r;throw r=o>3?0===t||t===BigInt(0)?`>= 0${a} and < 2${a} ** ${8*(o+1)}${a}`:`>= -(2${a} ** ${8*(o+1)-1}${a}) and < 2 ** ${8*(o+1)-1}${a}`:`>= ${t}${a} and <= ${n}${a}`,new B.ERR_OUT_OF_RANGE("value",r,e)}!function(e,t,n){U(t,"offset"),void 0!==e[t]&&void 0!==e[t+n]||Q(t,e.length-(n+1))}(a,r,o)}function U(e,t){if("number"!=typeof e)throw new B.ERR_INVALID_ARG_TYPE(t,"number",e)}function Q(e,t,n){if(Math.floor(e)!==e)throw U(e,n),new B.ERR_OUT_OF_RANGE(n||"offset","an integer",e);if(t<0)throw new B.ERR_BUFFER_OUT_OF_BOUNDS;throw new B.ERR_OUT_OF_RANGE(n||"offset",`>= ${n?1:0} and <= ${t}`,e)}$("ERR_BUFFER_OUT_OF_BOUNDS",(function(e){return e?`${e} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"}),RangeError),$("ERR_INVALID_ARG_TYPE",(function(e,t){return`The "${e}" argument must be of type number. Received type ${typeof t}`}),TypeError),$("ERR_OUT_OF_RANGE",(function(e,t,n){let a=`The value of "${e}" is out of range.`,r=n;return Number.isInteger(n)&&Math.abs(n)>2**32?r=F(String(n)):"bigint"==typeof n&&(r=String(n),(n>BigInt(2)**BigInt(32)||n<-(BigInt(2)**BigInt(32)))&&(r=F(r)),r+="n"),a+=` It must be ${t}. Received ${r}`,a}),RangeError);const W=/[^+/0-9A-Za-z-_]/g;function G(e,t){let n;t=t||1/0;const a=e.length;let r=null;const o=[];for(let s=0;s<a;++s){if(n=e.charCodeAt(s),n>55295&&n<57344){if(!r){if(n>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(s+1===a){(t-=3)>-1&&o.push(239,191,189);continue}r=n;continue}if(n<56320){(t-=3)>-1&&o.push(239,191,189),r=n;continue}n=65536+(r-55296<<10|n-56320)}else r&&(t-=3)>-1&&o.push(239,191,189);if(r=null,n<128){if((t-=1)<0)break;o.push(n)}else if(n<2048){if((t-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;o.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;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function H(e){return a.toByteArray(function(e){if((e=(e=e.split("=")[0]).trim().replace(W,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function z(e,t,n,a){let r;for(r=0;r<a&&!(r+n>=t.length||r>=e.length);++r)t[r+n]=e[r];return r}function X(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function J(e){return e!=e}const K=function(){const e="0123456789abcdef",t=new Array(256);for(let n=0;n<16;++n){const a=16*n;for(let r=0;r<16;++r)t[a+r]=e[n]+e[r]}return t}();function Y(e){return"undefined"==typeof BigInt?Z:e}function Z(){throw new Error("BigInt not supported")}},7114:(e,t,n)=>{const a=n(2625);e.exports=function({dataset:e,graph:t,term:n,value:r,factory:o,_context:s}){return new a({dataset:e,graph:t,term:n,value:r,factory:o,_context:s})}},2625:(e,t,n)=>{const a=n(8825),r=n(6598),o=n(4277),s=n(1537),d=n(7424);class w{constructor({dataset:e,graph:t,term:n,value:s,factory:w=a,_context:i}){if(this.factory=w,this.namespace=r(w),i)return void(this._context=i);const h=n&&o(n)||s&&o(s)||[null];this._context=h.map((n=>new d({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 w.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=>w.fromContext(e))).filter((e=>e.terms.some(Boolean)))}filter(e){const t=this._context.map((e=>w.fromContext(e)));return w.fromContext(this._context.filter(((n,a)=>e(w.fromContext(n),a,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:a}={}){const r=(e=this._toTermArray(e,t,n||a)||[null]).reduce(((e,t)=>e.concat(this._context.reduce(((e,n)=>e.concat([n.clone({value:t})])),[]))),[]);return w.fromContext(r)}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 w.fromContext(t)}out(e,t={}){e=this._toTermArray(e);const n=this._context.reduce(((n,a)=>n.concat(a.out(e,t))),[]);return w.fromContext(n)}has(e,t){e=this._toTermArray(e),t=this._toTermArray(t);const n=this._context.reduce(((n,a)=>n.concat(a.has(e,t))),[]);return w.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 a=this._context.map((n=>n.addIn(e,t)));return n&&w.fromContext(a).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 a=this._context.map((n=>n.addOut(e,t)));return n&&w.fromContext(a).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 w({_context:o(e),factory:e.factory})}}e.exports=w},7424:(e,t,n)=>{const a=n(6449),r=n(4277),{filterTaggedLiterals:o}=n(791);class s{constructor({dataset:e,graph:t,value:n,factory:r,namespace:o}){this.dataset=e,this.graph=t,this.factory=r,this.namespace=o,this.term=a(n,void 0,void 0,r)}clone({dataset:e=this.dataset,graph:t=this.graph,value:n,factory:a=this.factory,namespace:r=this.namespace}){return new s({dataset:e,graph:t,value:n,factory:a,namespace:r})}has(e,t){return this.matchProperty(r(this.term),e,t,r(this.graph),"subject").map((e=>this.clone({value:e})))}in(e){return this.matchProperty(null,e,r(this.term),r(this.graph),"subject").map((e=>this.clone({value:e})))}out(e,{language:t}={}){let n=this.matchProperty(r(this.term),e,null,r(this.graph),"object");return void 0!==t&&(n=o(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,r(this.term),r(this.graph))}deleteOut(e,t){this.deleteMatch(r(this.term),e,t,r(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,a){if(!(e||t||n||a))return[...this.dataset];e=e||[null],t=t||[null],n=n||[null],a=a||[null];const r=[];for(const o of a)for(const a of e)for(const e of t)for(const t of n)for(const n of this.dataset.match(a,e,t,o))r.push(n);return r}matchProperty(e,t,n,a,r){return this.match(e,t,n,a).map((e=>e[r]))}deleteMatch(e,t,n,a){this.match(e,t,n,a).forEach((e=>{this.dataset.delete(e)}))}}e.exports=s},2394:(e,t,n)=>{const a=n(8825),r=n(6598),{xsd:o}=r(a);function s(e,t=a){return"boolean"!=typeof e?null:t.literal(e.toString(),o("boolean"))}function d(e,t=a){return"number"!=typeof e?null:Number.isInteger(e)?t.literal(e.toString(10),o("integer")):t.literal(e.toString(10),o("double"))}function w(e,t=a){return"string"!=typeof e?null:t.literal(e)}e.exports={booleanToLiteral:s,numberToLiteral:d,stringToLiteral:w,toLiteral:function(e,t=a){return s(e,t)||d(e,t)||w(e,t)}}},791:(e,t,n)=>{const a=n(8825),r=n(6598)(a);function o(e,t){const n="Literal"!==t.termType,a=r.langString.equals(t.datatype)||r.xsd.string.equals(t.datatype);if(n||!a)return e;const o=t.language.toLowerCase();return e.has(o)?e.get(o).push(t):e.set(o,[t]),e}e.exports={filterTaggedLiterals:function(e,{language:t}){const n="string"==typeof t?[t]:t,a=function(e){const t=e.reduce(o,new Map),n=[...t.entries()];return e=>{const a=e.toLowerCase();if("*"===a)return n[0]&&n[0][1];const r=t.get(a);if(r)return r;const o=n.find((([e])=>e.startsWith(a)));return o&&o[1]}}(e);return n.map(a).find(Boolean)||[]}}},6598:(e,t,n)=>{const a=n(3402);e.exports=e=>{const t=a("http://www.w3.org/2001/XMLSchema#",{factory:e}),n=a("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:a}=n(2394);function r(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,o){if(e&&"object"==typeof e&&e.termType)return e;if(e&&"URL"===e.constructor.name)return r(e.toString(),o);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,o);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 r=a(e,n);if(!r)throw new Error("The value cannot be converted to a literal node");return r}(e,n,o);if("NamedNode"===t)return r(e,o);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 a=n(6449),r=n(4277);e.exports=function(e,t,n,o){return null!=e||t?(r(e)||[void 0]).reduce(((e,r)=>"object"==typeof r&&r.terms?e.concat(r.terms):(e.push(a(r,t,n,o)),e)),[]):e}},28:(e,t,n)=>{n.d(t,{Z:()=>d});var a=n(8081),r=n.n(a),o=n(3645),s=n.n(o)()(r());s.push([e.id,"shacl-form form { padding-left: 1rem; }\nshacl-node shacl-node h1 { font-size: 1rem; color: #555; }\nshacl-node, shacl-group { display: flex; flex-direction: column; width: 100%; }\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 .prop-instance { display: flex; align-items: flex-start; margin-top: 8px; width: 100%; }\nshacl-node h1 { font-size: 1.1rem; border-bottom: 1px solid; margin-top: 0; }\nshacl-property { display: flex; flex-direction: column; align-items: end; }\nshacl-property .prop-instance:not(:first-child) > .prop > label { visibility: hidden; }\nshacl-group { margin-bottom: 1em; padding-bottom: 1em; }\nshacl-group h2 { font-size: 1rem; border-bottom: 1px solid; margin-top: 0; color: #555; }\n.prop { display: flex; flex-grow: 1; align-items: flex-start; }\n.prop label { display: inline-block; word-break: break-word; width: 7em; line-height: 1em; padding-top: 0.15em; flex-shrink: 0; position: relative; }\n.prop label[title] { cursor: help; text-decoration: underline dashed #AAA; }\n.prop label.required::before { color: red; content: '\\2736'; font-size: 0.6rem; position: absolute; left: -1.4em; top: 0.15rem; }\n.prop .editor { flex-grow: 1; border: 1px solid #DDD; padding: 2px 4px; }\n.prop textarea.editor { resize: vertical; }\n.validation { align-self: flex-start; color: red; }\n\nshacl-form.bootstrap .prop label { padding-top: 0.7em; }\nshacl-form.bootstrap .prop label.required::before { top: 0.65rem; }",""]);const d=s},3645:e=>{e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,o){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var d=0;d<this.length;d++){var w=this[d][0];null!=w&&(s[w]=!0)}for(var i=0;i<e.length;i++){var h=[].concat(e[i]);a&&s[h[0]]||(void 0!==o&&(void 0===h[5]||(h[1]="@layer".concat(h[5].length>0?" ".concat(h[5]):""," {").concat(h[1],"}")),h[5]=o),n&&(h[2]?(h[1]="@media ".concat(h[2]," {").concat(h[1],"}"),h[2]=n):h[2]=n),r&&(h[4]?(h[1]="@supports (".concat(h[4],") {").concat(h[1],"}"),h[4]=r):h[4]="".concat(r)),t.push(h))}},t}},8081:e=>{e.exports=function(e){return e[1]}},7187:e=>{var t,n="object"==typeof Reflect?Reflect:null,a=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 r=Number.isNaN||function(e){return e!=e};function o(){o.init.call(this)}e.exports=o,e.exports.once=function(e,t){return new Promise((function(n,a){function r(n){e.removeListener(t,o),a(n)}function o(){"function"==typeof e.removeListener&&e.removeListener("error",r),n([].slice.call(arguments))}m(e,t,o,{once:!0}),"error"!==t&&function(e,t,n){"function"==typeof e.on&&m(e,"error",t,{once:!0})}(e,r)}))},o.EventEmitter=o,o.prototype._events=void 0,o.prototype._eventsCount=0,o.prototype._maxListeners=void 0;var s=10;function d(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function w(e){return void 0===e._maxListeners?o.defaultMaxListeners:e._maxListeners}function i(e,t,n,a){var r,o,s,i;if(d(n),void 0===(o=e._events)?(o=e._events=Object.create(null),e._eventsCount=0):(void 0!==o.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),o=e._events),s=o[t]),void 0===s)s=o[t]=n,++e._eventsCount;else if("function"==typeof s?s=o[t]=a?[n,s]:[s,n]:a?s.unshift(n):s.push(n),(r=w(e))>0&&s.length>r&&!s.warned){s.warned=!0;var h=new Error("Possible EventEmitter memory leak detected. "+s.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");h.name="MaxListenersExceededWarning",h.emitter=e,h.type=t,h.count=s.length,i=h,console&&console.warn&&console.warn(i)}return e}function h(){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 l(e,t,n){var a={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},r=h.bind(a);return r.listener=n,a.wrapFn=r,r}function c(e,t,n){var a=e._events;if(void 0===a)return[];var r=a[t];return void 0===r?[]:"function"==typeof r?n?[r.listener||r]:[r]: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}(r):u(r,r.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),a=0;a<t;++a)n[a]=e[a];return n}function m(e,t,n,a){if("function"==typeof e.on)a.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 r(o){a.once&&e.removeEventListener(t,r),n(o)}))}}Object.defineProperty(o,"defaultMaxListeners",{enumerable:!0,get:function(){return s},set:function(e){if("number"!=typeof e||e<0||r(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");s=e}}),o.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},o.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||r(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},o.prototype.getMaxListeners=function(){return w(this)},o.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var r="error"===e,o=this._events;if(void 0!==o)r=r&&void 0===o.error;else if(!r)return!1;if(r){var s;if(t.length>0&&(s=t[0]),s instanceof Error)throw s;var d=new Error("Unhandled error."+(s?" ("+s.message+")":""));throw d.context=s,d}var w=o[e];if(void 0===w)return!1;if("function"==typeof w)a(w,this,t);else{var i=w.length,h=u(w,i);for(n=0;n<i;++n)a(h[n],this,t)}return!0},o.prototype.addListener=function(e,t){return i(this,e,t,!1)},o.prototype.on=o.prototype.addListener,o.prototype.prependListener=function(e,t){return i(this,e,t,!0)},o.prototype.once=function(e,t){return d(t),this.on(e,l(this,e,t)),this},o.prototype.prependOnceListener=function(e,t){return d(t),this.prependListener(e,l(this,e,t)),this},o.prototype.removeListener=function(e,t){var n,a,r,o,s;if(d(t),void 0===(a=this._events))return this;if(void 0===(n=a[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete a[e],a.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(r=-1,o=n.length-1;o>=0;o--)if(n[o]===t||n[o].listener===t){s=n[o].listener,r=o;break}if(r<0)return this;0===r?n.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(n,r),1===n.length&&(a[e]=n[0]),void 0!==a.removeListener&&this.emit("removeListener",e,s||t)}return this},o.prototype.off=o.prototype.removeListener,o.prototype.removeAllListeners=function(e){var t,n,a;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 r,o=Object.keys(n);for(a=0;a<o.length;++a)"removeListener"!==(r=o[a])&&this.removeAllListeners(r);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(a=t.length-1;a>=0;a--)this.removeListener(e,t[a]);return this},o.prototype.listeners=function(e){return c(this,e,!0)},o.prototype.rawListeners=function(e){return c(this,e,!1)},o.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):p.call(e,t)},o.prototype.listenerCount=p,o.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},645:(e,t)=>{t.read=function(e,t,n,a,r){var o,s,d=8*r-a-1,w=(1<<d)-1,i=w>>1,h=-7,l=n?r-1:0,c=n?-1:1,p=e[t+l];for(l+=c,o=p&(1<<-h)-1,p>>=-h,h+=d;h>0;o=256*o+e[t+l],l+=c,h-=8);for(s=o&(1<<-h)-1,o>>=-h,h+=a;h>0;s=256*s+e[t+l],l+=c,h-=8);if(0===o)o=1-i;else{if(o===w)return s?NaN:1/0*(p?-1:1);s+=Math.pow(2,a),o-=i}return(p?-1:1)*s*Math.pow(2,o-a)},t.write=function(e,t,n,a,r,o){var s,d,w,i=8*o-r-1,h=(1<<i)-1,l=h>>1,c=23===r?Math.pow(2,-24)-Math.pow(2,-77):0,p=a?0:o-1,u=a?1:-1,m=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(d=isNaN(t)?1:0,s=h):(s=Math.floor(Math.log(t)/Math.LN2),t*(w=Math.pow(2,-s))<1&&(s--,w*=2),(t+=s+l>=1?c/w:c*Math.pow(2,1-l))*w>=2&&(s++,w/=2),s+l>=h?(d=0,s=h):s+l>=1?(d=(t*w-1)*Math.pow(2,r),s+=l):(d=t*Math.pow(2,l-1)*Math.pow(2,r),s=0));r>=8;e[n+p]=255&d,p+=u,d/=256,r-=8);for(s=s<<r|d,i+=r;i>0;e[n+p]=255&s,p+=u,s/=256,i-=8);e[n+p-u]|=128*m}},5717:e=>{"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},2705:(e,t,n)=>{var a=n(5639).Symbol;e.exports=a},4239:(e,t,n)=>{var a=n(2705),r=n(9607),o=n(2333),s=a?a.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":s&&s in Object(e)?r(e):o(e)}},7561:(e,t,n)=>{var a=n(7990),r=/^\s+/;e.exports=function(e){return e?e.slice(0,a(e)+1).replace(r,""):e}},1957:(e,t,n)=>{var a="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;e.exports=a},9607:(e,t,n)=>{var a=n(2705),r=Object.prototype,o=r.hasOwnProperty,s=r.toString,d=a?a.toStringTag:void 0;e.exports=function(e){var t=o.call(e,d),n=e[d];try{e[d]=void 0;var a=!0}catch(e){}var r=s.call(e);return a&&(t?e[d]=n:delete e[d]),r}},2333:e=>{var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5639:(e,t,n)=>{var a=n(1957),r="object"==typeof self&&self&&self.Object===Object&&self,o=a||r||Function("return this")();e.exports=o},7990:e=>{var t=/\s/;e.exports=function(e){for(var n=e.length;n--&&t.test(e.charAt(n)););return n}},9567:(e,t,n)=>{var a=n(554);e.exports=function(e,t){var n;if("function"!=typeof t)throw new TypeError("Expected a function");return e=a(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}},3218:e=>{e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},7005:e=>{e.exports=function(e){return null!=e&&"object"==typeof e}},3448:(e,t,n)=>{var a=n(4239),r=n(7005);e.exports=function(e){return"symbol"==typeof e||r(e)&&"[object Symbol]"==a(e)}},1463:(e,t,n)=>{var a=n(9567);e.exports=function(e){return a(2,e)}},8601:(e,t,n)=>{var a=n(4841);e.exports=function(e){return e?Infinity===(e=a(e))||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}},554:(e,t,n)=>{var a=n(8601);e.exports=function(e){var t=a(e),n=t%1;return t==t?n?t-n:t:0}},4841:(e,t,n)=>{var a=n(7561),r=n(3218),o=n(3448),s=/^[-+]0x[0-9a-f]+$/i,d=/^0b[01]+$/i,w=/^0o[0-7]+$/i,i=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return NaN;if(r(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=r(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=a(e);var n=d.test(e);return n||w.test(e)?i(e.slice(2),n?2:8):s.test(e)?NaN:+e}},1136:(e,t,n)=>{const{AbortError:a,codes:r}=n(6211),o=n(9089),{ERR_INVALID_ARG_TYPE:s}=r;e.exports.addAbortSignal=function(t,n){if(((e,t)=>{if("object"!=typeof e||!("aborted"in e))throw new s("signal","AbortSignal",e)})(t),!(a=n)||"function"!=typeof a.pipe)throw new s("stream","stream.Stream",n);var a;return e.exports.addAbortSignalNoValidate(t,n)},e.exports.addAbortSignalNoValidate=function(e,t){if("object"!=typeof e||!("aborted"in e))return t;const n=()=>{t.destroy(new a(void 0,{cause:e.reason}))};return e.aborted?n():(e.addEventListener("abort",n),o(t,(()=>e.removeEventListener("abort",n)))),t}},6825:(e,t,n)=>{const{StringPrototypeSlice:a,SymbolIterator:r,TypedArrayPrototypeSet:o,Uint8Array:s}=n(8309),{Buffer:d}=n(8764),{inspect:w}=n(6608);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 d.alloc(0);const t=d.allocUnsafe(e>>>0);let n=this.head,a=0;for(;n;)o(t,n.data,a),a+=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}*[r](){for(let e=this.head;e;e=e.next)yield e.data}_getString(e){let t="",n=this.head,r=0;do{const o=n.data;if(!(e>o.length)){e===o.length?(t+=o,++r,n.next?this.head=n.next:this.head=this.tail=null):(t+=a(o,0,e),this.head=n,n.data=a(o,e));break}t+=o,e-=o.length,++r}while(null!==(n=n.next));return this.length-=r,t}_getBuffer(e){const t=d.allocUnsafe(e),n=e;let a=this.head,r=0;do{const d=a.data;if(!(e>d.length)){e===d.length?(o(t,d,n-e),++r,a.next?this.head=a.next:this.head=this.tail=null):(o(t,new s(d.buffer,d.byteOffset,e),n-e),this.head=a,a.data=d.slice(e));break}o(t,d,n-e),e-=d.length,++r}while(null!==(a=a.next));return this.length-=r,t}[Symbol.for("nodejs.util.inspect.custom")](e,t){return w(this,{...t,depth:0,customInspect:!1})}}},7964:(e,t,n)=>{const{pipeline:a}=n(6464),r=n(3382),{destroyer:o}=n(1317),{isNodeStream:s,isReadable:d,isWritable:w}=n(7752),{AbortError:i,codes:{ERR_INVALID_ARG_VALUE:h,ERR_MISSING_ARGS:l}}=n(6211);e.exports=function(...e){if(0===e.length)throw new l("streams");if(1===e.length)return r.from(e[0]);const t=[...e];if("function"==typeof e[0]&&(e[0]=r.from(e[0])),"function"==typeof e[e.length-1]){const t=e.length-1;e[t]=r.from(e[t])}for(let n=0;n<e.length;++n)if(s(e[n])){if(n<e.length-1&&!d(e[n]))throw new h(`streams[${n}]`,t[n],"must be readable");if(n>0&&!w(e[n]))throw new h(`streams[${n}]`,t[n],"must be writable")}let n,c,p,u,m;const f=e[0],g=a(e,(function(e){const t=u;u=null,t?t(e):e?m.destroy(e):y||N||m.destroy()})),N=!!w(f),y=!!d(g);return m=new r({writableObjectMode:!(null==f||!f.writableObjectMode),readableObjectMode:!(null==g||!g.writableObjectMode),writable:N,readable:y}),N&&(m._write=function(e,t,a){f.write(e,t)?a():n=a},m._final=function(e){f.end(),c=e},f.on("drain",(function(){if(n){const e=n;n=null,e()}})),g.on("finish",(function(){if(c){const e=c;c=null,e()}}))),y&&(g.on("readable",(function(){if(p){const e=p;p=null,e()}})),g.on("end",(function(){m.push(null)})),m._read=function(){for(;;){const e=g.read();if(null===e)return void(p=m._read);if(!m.push(e))return}}),m._destroy=function(e,t){e||null===u||(e=new i),p=null,n=null,c=null,null===u?t(e):(u=t,o(g,e))},m}},1317:(e,t,n)=>{const a=n(4155),{aggregateTwoErrors:r,codes:{ERR_MULTIPLE_CALLBACK:o},AbortError:s}=n(6211),{Symbol:d}=n(8309),{kDestroyed:w,isDestroyed:i,isFinished:h,isServerRequest:l}=n(7752),c=d("kDestroy"),p=d("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 r=!1;function o(t){if(r)return;r=!0;const o=e._readableState,s=e._writableState;u(t,s,o),s&&(s.closed=!0),o&&(o.closed=!0),"function"==typeof n&&n(t),t?a.nextTick(f,e,t):a.nextTick(g,e)}try{e._destroy(t||null,o)}catch(t){o(t)}}function f(e,t){N(e,t),g(e)}function g(e){const t=e._readableState,n=e._writableState;n&&(n.closeEmitted=!0),t&&(t.closeEmitted=!0),(n&&n.emitClose||t&&t.emitClose)&&e.emit("close")}function N(e,t){const n=e._readableState,a=e._writableState;a&&a.errorEmitted||n&&n.errorEmitted||(a&&(a.errorEmitted=!0),n&&(n.errorEmitted=!0),e.emit("error",t))}function y(e,t,n){const r=e._readableState,o=e._writableState;if(o&&o.destroyed||r&&r.destroyed)return this;r&&r.autoDestroy||o&&o.autoDestroy?e.destroy(t):t&&(t.stack,o&&!o.errored&&(o.errored=t),r&&!r.errored&&(r.errored=t),n?a.nextTick(N,e,t):N(e,t))}function b(e){let t=!1;function n(n){if(t)return void y(e,null!=n?n:new o);t=!0;const r=e._readableState,s=e._writableState,d=s||r;r&&(r.constructed=!0),s&&(s.constructed=!0),d.destroyed?e.emit(c,n):n?y(e,n,!0):a.nextTick(_,e)}try{e._construct(n)}catch(e){n(e)}}function _(e){e.emit(p)}function v(e){return e&&e.setHeader&&"function"==typeof e.abort}function S(e){e.emit("close")}function x(e,t){e.emit("error",t),a.nextTick(S,e)}e.exports={construct:function(e,t){if("function"!=typeof e._construct)return;const n=e._readableState,r=e._writableState;n&&(n.constructed=!1),r&&(r.constructed=!1),e.once(p,t),e.listenerCount(p)>1||a.nextTick(b,e)},destroyer:function(e,t){e&&!i(e)&&(t||h(e)||(t=new s),l(e)?(e.socket=null,e.destroy(t)):v(e)?e.abort():v(e.req)?e.req.abort():"function"==typeof e.destroy?e.destroy(t):"function"==typeof e.close?e.close():t?a.nextTick(x,e,t):a.nextTick(S,e),e.destroyed||(e[w]=!0))},destroy:function(e,t){const n=this._readableState,a=this._writableState,o=a||n;return a&&a.destroyed||n&&n.destroyed?("function"==typeof t&&t(),this):(u(e,a,n),a&&(a.destroyed=!0),n&&(n.destroyed=!0),o.constructed?m(this,e,t):this.once(c,(function(n){m(this,r(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:y}},3382:(e,t,n)=>{const{ObjectDefineProperties:a,ObjectGetOwnPropertyDescriptor:r,ObjectKeys:o,ObjectSetPrototypeOf:s}=n(8309);e.exports=i;const d=n(8713),w=n(9562);s(i.prototype,d.prototype),s(i,d);{const e=o(w.prototype);for(let t=0;t<e.length;t++){const n=e[t];i.prototype[n]||(i.prototype[n]=w.prototype[n])}}function i(e){if(!(this instanceof i))return new i(e);d.call(this,e),w.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 h,l;function c(){return void 0===h&&(h={}),h}a(i.prototype,{writable:{__proto__:null,...r(w.prototype,"writable")},writableHighWaterMark:{__proto__:null,...r(w.prototype,"writableHighWaterMark")},writableObjectMode:{__proto__:null,...r(w.prototype,"writableObjectMode")},writableBuffer:{__proto__:null,...r(w.prototype,"writableBuffer")},writableLength:{__proto__:null,...r(w.prototype,"writableLength")},writableFinished:{__proto__:null,...r(w.prototype,"writableFinished")},writableCorked:{__proto__:null,...r(w.prototype,"writableCorked")},writableEnded:{__proto__:null,...r(w.prototype,"writableEnded")},writableNeedDrain:{__proto__:null,...r(w.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)}}}),i.fromWeb=function(e,t){return c().newStreamDuplexFromReadableWritablePair(e,t)},i.toWeb=function(e){return c().newReadableWritablePairFromDuplex(e)},i.from=function(e){return l||(l=n(1672)),l(e,"body")}},1672:(e,t,n)=>{const a=n(4155),r=n(8764),{isReadable:o,isWritable:s,isIterable:d,isNodeStream:w,isReadableNodeStream:i,isWritableNodeStream:h,isDuplexNodeStream:l}=n(7752),c=n(9089),{AbortError:p,codes:{ERR_INVALID_ARG_TYPE:u,ERR_INVALID_RETURN_VALUE:m}}=n(6211),{destroyer:f}=n(1317),g=n(3382),N=n(8713),{createDeferredPromise:y}=n(6608),b=n(8865),_=globalThis.Blob||r.Blob,v=void 0!==_?function(e){return e instanceof _}:function(e){return!1},S=globalThis.AbortController||n(8599).AbortController,{FunctionPrototypeCall:x}=n(8309);class C extends g{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 q(e){const t=e.readable&&"function"!=typeof e.readable.read?N.wrap(e.readable):e.readable,n=e.writable;let a,r,d,w,i,h=!!o(t),l=!!s(n);function u(e){const t=w;w=null,t?t(e):e?i.destroy(e):h||l||i.destroy()}return i=new C({readableObjectMode:!(null==t||!t.readableObjectMode),writableObjectMode:!(null==n||!n.writableObjectMode),readable:h,writable:l}),l&&(c(n,(e=>{l=!1,e&&f(t,e),u(e)})),i._write=function(e,t,r){n.write(e,t)?r():a=r},i._final=function(e){n.end(),r=e},n.on("drain",(function(){if(a){const e=a;a=null,e()}})),n.on("finish",(function(){if(r){const e=r;r=null,e()}}))),h&&(c(t,(e=>{h=!1,e&&f(t,e),u(e)})),t.on("readable",(function(){if(d){const e=d;d=null,e()}})),t.on("end",(function(){i.push(null)})),i._read=function(){for(;;){const e=t.read();if(null===e)return void(d=i._read);if(!i.push(e))return}}),i._destroy=function(e,o){e||null===w||(e=new p),d=null,a=null,r=null,null===w?o(e):(w=o,f(n,e),f(t,e))},i}e.exports=function e(t,n){if(l(t))return t;if(i(t))return q({readable:t});if(h(t))return q({writable:t});if(w(t))return q({writable:!1,readable:!1});if("function"==typeof t){const{value:e,write:r,final:o,destroy:s}=function(e){let{promise:t,resolve:n}=y();const r=new S,o=r.signal;return{value:e(async function*(){for(;;){const e=t;t=null;const{chunk:r,done:s,cb:d}=await e;if(a.nextTick(d),s)return;if(o.aborted)throw new p(void 0,{cause:o.reason});({promise:t,resolve:n}=y()),yield r}}(),{signal:o}),write(e,t,a){const r=n;n=null,r({chunk:e,done:!1,cb:a})},final(e){const t=n;n=null,t({done:!0,cb:e})},destroy(e,t){r.abort(),t(e)}}}(t);if(d(e))return b(C,e,{objectMode:!0,write:r,final:o,destroy:s});const w=null==e?void 0:e.then;if("function"==typeof w){let t;const n=x(w,e,(e=>{if(null!=e)throw new m("nully","body",e)}),(e=>{f(t,e)}));return t=new C({objectMode:!0,readable:!1,write:r,final(e){o((async()=>{try{await n,a.nextTick(e,null)}catch(t){a.nextTick(e,t)}}))},destroy:s})}throw new m("Iterable, AsyncIterable or AsyncFunction",n,e)}if(v(t))return e(t.arrayBuffer());if(d(t))return b(C,t,{objectMode:!0,writable:!1});if("object"==typeof(null==t?void 0:t.writable)||"object"==typeof(null==t?void 0:t.readable))return q({readable:null!=t&&t.readable?i(null==t?void 0:t.readable)?null==t?void 0:t.readable:e(t.readable):void 0,writable:null!=t&&t.writable?h(null==t?void 0:t.writable)?null==t?void 0:t.writable:e(t.writable):void 0});const r=null==t?void 0:t.then;if("function"==typeof r){let e;return x(r,t,(t=>{null!=t&&e.push(t),e.push(null)}),(t=>{f(e,t)})),e=new C({objectMode:!0,writable:!1,read(){}})}throw new u(n,["Blob","ReadableStream","WritableStream","Stream","Iterable","AsyncIterable","Function","{ readable, writable } pair","Promise"],t)}},9089:(e,t,n)=>{const a=n(4155),{AbortError:r,codes:o}=n(6211),{ERR_INVALID_ARG_TYPE:s,ERR_STREAM_PREMATURE_CLOSE:d}=o,{kEmptyObject:w,once:i}=n(6608),{validateAbortSignal:h,validateFunction:l,validateObject:c}=n(1440),{Promise:p}=n(8309),{isClosed:u,isReadable:m,isReadableNodeStream:f,isReadableFinished:g,isReadableErrored:N,isWritable:y,isWritableNodeStream:b,isWritableFinished:_,isWritableErrored:v,isNodeStream:S,willEmitClose:x}=n(7752);function C(e){return e.setHeader&&"function"==typeof e.abort}const q=()=>{};function E(e,t,n){var o,p;2===arguments.length?(n=t,t=w):null==t?t=w:c(t,"options"),l(n,"callback"),h(t.signal,"options.signal"),n=i(n);const E=null!==(o=t.readable)&&void 0!==o?o:f(e),R=null!==(p=t.writable)&&void 0!==p?p:b(e);if(!S(e))throw new s("stream","Stream",e);const T=e._writableState,A=e._readableState,I=()=>{e.writable||P()};let L=x(e)&&f(e)===E&&b(e)===R,j=_(e,!1);const P=()=>{j=!0,e.destroyed&&(L=!1),(!L||e.readable&&!E)&&(E&&!M||n.call(e))};let M=g(e,!1);const k=()=>{M=!0,e.destroyed&&(L=!1),(!L||e.writable&&!R)&&(R&&!j||n.call(e))},O=t=>{n.call(e,t)};let D=u(e);const B=()=>{D=!0;const t=v(e)||N(e);return t&&"boolean"!=typeof t?n.call(e,t):E&&!M&&f(e,!0)&&!g(e,!1)?n.call(e,new d):!R||j||_(e,!1)?void n.call(e):n.call(e,new d)},$=()=>{e.req.on("finish",P)};C(e)?(e.on("complete",P),L||e.on("abort",B),e.req?$():e.on("request",$)):R&&!T&&(e.on("end",I),e.on("close",I)),L||"boolean"!=typeof e.aborted||e.on("aborted",B),e.on("end",k),e.on("finish",P),!1!==t.error&&e.on("error",O),e.on("close",B),D?a.nextTick(B):null!=T&&T.errorEmitted||null!=A&&A.errorEmitted?L||a.nextTick(B):(E||L&&!m(e)||!j&&!1!==y(e))&&(R||L&&!y(e)||!M&&!1!==m(e))?A&&e.req&&e.aborted&&a.nextTick(B):a.nextTick(B);const F=()=>{n=q,e.removeListener("aborted",B),e.removeListener("complete",P),e.removeListener("abort",B),e.removeListener("request",$),e.req&&e.req.removeListener("finish",P),e.removeListener("end",I),e.removeListener("close",I),e.removeListener("finish",P),e.removeListener("end",k),e.removeListener("error",O),e.removeListener("close",B)};if(t.signal&&!D){const o=()=>{const a=n;F(),a.call(e,new r(void 0,{cause:t.signal.reason}))};if(t.signal.aborted)a.nextTick(o);else{const a=n;n=i(((...n)=>{t.signal.removeEventListener("abort",o),a.apply(e,n)})),t.signal.addEventListener("abort",o)}}return F}e.exports=E,e.exports.finished=function(e,t){return new p(((n,a)=>{E(e,t,(e=>{e?a(e):n()}))}))}},8865:(e,t,n)=>{const a=n(4155),{PromisePrototypeThen:r,SymbolAsyncIterator:o,SymbolIterator:s}=n(8309),{Buffer:d}=n(8764),{ERR_INVALID_ARG_TYPE:w,ERR_STREAM_NULL_VALUES:i}=n(6211).codes;e.exports=function(e,t,n){let h,l;if("string"==typeof t||t instanceof d)return new e({objectMode:!0,...n,read(){this.push(t),this.push(null)}});if(t&&t[o])l=!0,h=t[o]();else{if(!t||!t[s])throw new w("iterable",["Iterable"],t);l=!1,h=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}=l?await h.next():h.next();if(t)c.push(null);else{const t=e&&"function"==typeof e.then?await e:e;if(null===t)throw p=!1,new i;if(c.push(t))continue;p=!1}}catch(e){c.destroy(e)}break}}())},c._destroy=function(e,t){r(async function(e){const t=null!=e,n="function"==typeof h.throw;if(t&&n){const{value:t,done:n}=await h.throw(e);if(await t,n)return}if("function"==typeof h.return){const{value:e}=await h.return();await e}}(e),(()=>a.nextTick(t,e)),(n=>a.nextTick(t,n||e)))},c}},3456:(e,t,n)=>{const{ArrayIsArray:a,ObjectSetPrototypeOf:r}=n(8309),{EventEmitter:o}=n(7187);function s(e){o.call(this,e)}function d(e,t,n){if("function"==typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events[t]?a(e._events[t])?e._events[t].unshift(n):e._events[t]=[n,e._events[t]]:e.on(t,n)}r(s.prototype,o.prototype),r(s,o),s.prototype.pipe=function(e,t){const n=this;function a(t){e.writable&&!1===e.write(t)&&n.pause&&n.pause()}function r(){n.readable&&n.resume&&n.resume()}n.on("data",a),e.on("drain",r),e._isStdio||t&&!1===t.end||(n.on("end",w),n.on("close",i));let s=!1;function w(){s||(s=!0,e.end())}function i(){s||(s=!0,"function"==typeof e.destroy&&e.destroy())}function h(e){l(),0===o.listenerCount(this,"error")&&this.emit("error",e)}function l(){n.removeListener("data",a),e.removeListener("drain",r),n.removeListener("end",w),n.removeListener("close",i),n.removeListener("error",h),e.removeListener("error",h),n.removeListener("end",l),n.removeListener("close",l),e.removeListener("close",l)}return d(n,"error",h),d(e,"error",h),n.on("end",l),n.on("close",l),e.on("close",l),e.emit("pipe",n),e},e.exports={Stream:s,prependListener:d}},6514:(e,t,n)=>{const a=globalThis.AbortController||n(8599).AbortController,{codes:{ERR_INVALID_ARG_TYPE:r,ERR_MISSING_ARGS:o,ERR_OUT_OF_RANGE:s},AbortError:d}=n(6211),{validateAbortSignal:w,validateInteger:i,validateObject:h}=n(1440),l=n(8309).Symbol("kWeak"),{finished:c}=n(9089),{ArrayPrototypePush:p,MathFloor:u,Number:m,NumberIsNaN:f,Promise:g,PromiseReject:N,PromisePrototypeThen:y,Symbol:b}=n(8309),_=b("kEmpty"),v=b("kEof");function S(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)&&w(t.signal,"options.signal");let n=1;return null!=(null==t?void 0:t.concurrency)&&(n=u(t.concurrency)),i(n,"concurrency",1),async function*(){var r,o;const s=new a,w=this,i=[],h=s.signal,l={signal:h},c=()=>s.abort();let p,u;null!=t&&null!==(r=t.signal)&&void 0!==r&&r.aborted&&c(),null==t||null===(o=t.signal)||void 0===o||o.addEventListener("abort",c);let m=!1;function f(){m=!0}!async function(){try{for await(let t of w){var a;if(m)return;if(h.aborted)throw new d;try{t=e(t,l)}catch(e){t=N(e)}t!==_&&("function"==typeof(null===(a=t)||void 0===a?void 0:a.catch)&&t.catch(f),i.push(t),p&&(p(),p=null),!m&&i.length&&i.length>=n&&await new g((e=>{u=e})))}i.push(v)}catch(e){const t=N(e);y(t,void 0,f),i.push(t)}finally{var r;m=!0,p&&(p(),p=null),null==t||null===(r=t.signal)||void 0===r||r.removeEventListener("abort",c)}}();try{for(;;){for(;i.length>0;){const e=await i[0];if(e===v)return;if(h.aborted)throw new d;e!==_&&(yield e),i.shift(),u&&(u(),u=null)}await new g((e=>{p=e}))}}finally{s.abort(),m=!0,u&&(u(),u=null)}}.call(this)}async function x(e,t){for await(const n of C.call(this,e,t))return!0;return!1}function C(e,t){if("function"!=typeof e)throw new r("fn",["Function","AsyncFunction"],e);return S.call(this,(async function(t,n){return await e(t,n)?t:_}),t)}class q extends o{constructor(){super("reduce"),this.message="Reduce of an empty stream requires an initial value"}}function E(e){if(e=m(e),f(e))return 0;if(e<0)throw new s("number",">= 0",e);return e}e.exports.streamReturningOperators={asIndexedPairs:function(e){return null!=e&&h(e,"options"),null!=(null==e?void 0:e.signal)&&w(e.signal,"options.signal"),async function*(){let t=0;for await(const a 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++,a]}}.call(this)},drop:function(e,t){return null!=t&&h(t,"options"),null!=(null==t?void 0:t.signal)&&w(t.signal,"options.signal"),e=E(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 a;if(null!=t&&null!==(a=t.signal)&&void 0!==a&&a.aborted)throw new d;e--<=0&&(yield n)}}.call(this)},filter:C,flatMap:function(e,t){const n=S.call(this,e,t);return async function*(){for await(const e of n)yield*e}.call(this)},map:S,take:function(e,t){return null!=t&&h(t,"options"),null!=(null==t?void 0:t.signal)&&w(t.signal,"options.signal"),e=E(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 a;if(null!=t&&null!==(a=t.signal)&&void 0!==a&&a.aborted)throw new d;if(!(e-- >0))return;yield n}}.call(this)}},e.exports.promiseReturningOperators={every:async function(e,t){if("function"!=typeof e)throw new r("fn",["Function","AsyncFunction"],e);return!await x.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 S.call(this,(async function(t,n){return await e(t,n),_}),t));},reduce:async function(e,t,n){var o;if("function"!=typeof e)throw new r("reducer",["Function","AsyncFunction"],e);null!=n&&h(n,"options"),null!=(null==n?void 0:n.signal)&&w(n.signal,"options.signal");let s=arguments.length>1;if(null!=n&&null!==(o=n.signal)&&void 0!==o&&o.aborted){const e=new d(void 0,{cause:n.signal.reason});throw this.once("error",(()=>{})),await c(this.destroy(e)),e}const i=new a,p=i.signal;if(null!=n&&n.signal){const e={once:!0,[l]:this};n.signal.addEventListener("abort",(()=>i.abort()),e)}let u=!1;try{for await(const a 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,a,{signal:p}):(t=a,s=!0)}if(!u&&!s)throw new q}finally{i.abort()}return t},toArray:async function(e){null!=e&&h(e,"options"),null!=(null==e?void 0:e.signal)&&w(e.signal,"options.signal");const t=[];for await(const a 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});p(t,a)}return t},some:x,find:async function(e,t){for await(const n of C.call(this,e,t))return n}}},7474:(e,t,n)=>{const{ObjectSetPrototypeOf:a}=n(8309);e.exports=o;const r=n(6545);function o(e){if(!(this instanceof o))return new o(e);r.call(this,e)}a(o.prototype,r.prototype),a(o,r),o.prototype._transform=function(e,t,n){n(null,e)}},6464:(e,t,n)=>{const a=n(4155),{ArrayIsArray:r,Promise:o,SymbolAsyncIterator:s}=n(8309),d=n(9089),{once:w}=n(6608),i=n(1317),h=n(3382),{aggregateTwoErrors:l,codes:{ERR_INVALID_ARG_TYPE:c,ERR_INVALID_RETURN_VALUE:p,ERR_MISSING_ARGS:u,ERR_STREAM_DESTROYED:m,ERR_STREAM_PREMATURE_CLOSE:f},AbortError:g}=n(6211),{validateFunction:N,validateAbortSignal:y}=n(1440),{isIterable:b,isReadable:_,isReadableNodeStream:v,isNodeStream:S}=n(7752),x=globalThis.AbortController||n(8599).AbortController;let C,q;function E(e,t,n){let a=!1;return e.on("close",(()=>{a=!0})),{destroy:t=>{a||(a=!0,i.destroyer(e,t||new m("pipe")))},cleanup:d(e,{readable:t,writable:n},(e=>{a=!e}))}}function R(e){if(b(e))return e;if(v(e))return async function*(e){q||(q=n(8713)),yield*q.prototype[s].call(e)}(e);throw new c("val",["Readable","Iterable","AsyncIterable"],e)}async function T(e,t,n,{end:a}){let r,s=null;const w=e=>{if(e&&(r=e),s){const e=s;s=null,e()}},i=()=>new o(((e,t)=>{r?t(r):s=()=>{r?t(r):e()}}));t.on("drain",w);const h=d(t,{readable:!1},w);try{t.writableNeedDrain&&await i();for await(const n of e)t.write(n)||await i();a&&t.end(),await i(),n()}catch(e){n(r!==e?l(r,e):e)}finally{h(),t.off("drain",w)}}function A(e,t,o){if(1===e.length&&r(e[0])&&(e=e[0]),e.length<2)throw new u("streams");const s=new x,d=s.signal,w=null==o?void 0:o.signal,i=[];function l(){j(new g)}let m,f;y(w,"options.signal"),null==w||w.addEventListener("abort",l);const N=[];let q,A=0;function L(e){j(e,0==--A)}function j(e,n){if(!e||m&&"ERR_STREAM_PREMATURE_CLOSE"!==m.code||(m=e),m||n){for(;N.length;)N.shift()(m);null==w||w.removeEventListener("abort",l),s.abort(),n&&(m||i.forEach((e=>e())),a.nextTick(t,m,f))}}for(let k=0;k<e.length;k++){const O=e[k],D=k<e.length-1,B=k>0,$=D||!1!==(null==o?void 0:o.end),F=k===e.length-1;if(S(O)){if($){const{destroy:V,cleanup:U}=E(O,D,B);N.push(V),_(O)&&F&&i.push(U)}function P(e){e&&"AbortError"!==e.name&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code&&L(e)}O.on("error",P),_(O)&&F&&i.push((()=>{O.removeListener("error",P)}))}if(0===k)if("function"==typeof O){if(q=O({signal:d}),!b(q))throw new p("Iterable, AsyncIterable or Stream","source",q)}else q=b(O)||v(O)?O:h.from(O);else if("function"==typeof O)if(q=R(q),q=O(q,{signal:d}),D){if(!b(q,!0))throw new p("AsyncIterable",`transform[${k-1}]`,q)}else{var M;C||(C=n(7474));const Q=new C({objectMode:!0}),W=null===(M=q)||void 0===M?void 0:M.then;if("function"==typeof W)A++,W.call(q,(e=>{f=e,null!=e&&Q.write(e),$&&Q.end(),a.nextTick(L)}),(e=>{Q.destroy(e),a.nextTick(L,e)}));else{if(!b(q,!0))throw new p("AsyncIterable or Promise","destination",q);A++,T(q,Q,L,{end:$})}q=Q;const{destroy:G,cleanup:H}=E(q,!1,!0);N.push(G),F&&i.push(H)}else if(S(O)){if(v(q)){A+=2;const z=I(q,O,L,{end:$});_(O)&&F&&i.push(z)}else{if(!b(q))throw new c("val",["Readable","Iterable","AsyncIterable"],q);A++,T(q,O,L,{end:$})}q=O}else q=h.from(O)}return(null!=d&&d.aborted||null!=w&&w.aborted)&&a.nextTick(l),q}function I(e,t,n,{end:a}){let r=!1;return t.on("close",(()=>{r||n(new f)})),e.pipe(t,{end:a}),a?e.once("end",(()=>{r=!0,t.end()})):n(),d(e,{readable:!0,writable:!1},(t=>{const a=e._readableState;t&&"ERR_STREAM_PREMATURE_CLOSE"===t.code&&a&&a.ended&&!a.errored&&!a.errorEmitted?e.once("end",n).once("error",n):n(t)})),d(t,{readable:!1,writable:!0},n)}e.exports={pipelineImpl:A,pipeline:function(...e){return A(e,w(function(e){return N(e[e.length-1],"streams[stream.length - 1]"),e.pop()}(e)))}}},8713:(e,t,n)=>{const a=n(4155),{ArrayPrototypeIndexOf:r,NumberIsInteger:o,NumberIsNaN:s,NumberParseInt:d,ObjectDefineProperties:w,ObjectKeys:i,ObjectSetPrototypeOf:h,Promise:l,SafeSet:c,SymbolAsyncIterator:p,Symbol:u}=n(8309);e.exports=B,B.ReadableState=D;const{EventEmitter:m}=n(7187),{Stream:f,prependListener:g}=n(3456),{Buffer:N}=n(8764),{addAbortSignal:y}=n(1136),b=n(9089);let _=n(6608).debuglog("stream",(e=>{_=e}));const v=n(6825),S=n(1317),{getHighWaterMark:x,getDefaultHighWaterMark:C}=n(6175),{aggregateTwoErrors:q,codes:{ERR_INVALID_ARG_TYPE:E,ERR_METHOD_NOT_IMPLEMENTED:R,ERR_OUT_OF_RANGE:T,ERR_STREAM_PUSH_AFTER_EOF:A,ERR_STREAM_UNSHIFT_AFTER_END_EVENT:I}}=n(6211),{validateObject:L}=n(1440),j=u("kPaused"),{StringDecoder:P}=n(2553),M=n(8865);h(B.prototype,f.prototype),h(B,f);const k=()=>{},{errorOrDestroy:O}=S;function D(e,t,a){"boolean"!=typeof a&&(a=t instanceof n(3382)),this.objectMode=!(!e||!e.objectMode),a&&(this.objectMode=this.objectMode||!(!e||!e.readableObjectMode)),this.highWaterMark=e?x(this,e,"readableHighWaterMark",a):C(!1),this.buffer=new v,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 B(e){if(!(this instanceof B))return new B(e);const t=this instanceof n(3382);this._readableState=new D(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&&y(e.signal,this)),f.call(this,e),S.construct(this,(()=>{this._readableState.needReadable&&W(this,this._readableState)}))}function $(e,t,n,a){_("readableAddChunk",t);const r=e._readableState;let o;if(r.objectMode||("string"==typeof t?(n=n||r.defaultEncoding,r.encoding!==n&&(a&&r.encoding?t=N.from(t,n).toString(r.encoding):(t=N.from(t,n),n=""))):t instanceof N?n="":f._isUint8Array(t)?(t=f._uint8ArrayToBuffer(t),n=""):null!=t&&(o=new E("chunk",["string","Buffer","Uint8Array"],t))),o)O(e,o);else if(null===t)r.reading=!1,function(e,t){if(_("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,Q(e))}}(e,r);else if(r.objectMode||t&&t.length>0)if(a)if(r.endEmitted)O(e,new I);else{if(r.destroyed||r.errored)return!1;F(e,r,t,!0)}else if(r.ended)O(e,new A);else{if(r.destroyed||r.errored)return!1;r.reading=!1,r.decoder&&!n?(t=r.decoder.write(t),r.objectMode||0!==t.length?F(e,r,t,!1):W(e,r)):F(e,r,t,!1)}else a||(r.reading=!1,W(e,r));return!r.ended&&(r.length<r.highWaterMark||0===r.length)}function F(e,t,n,a){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,a?t.buffer.unshift(n):t.buffer.push(n),t.needReadable&&U(e)),W(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;_("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(_("emitReadable",t.flowing),t.emittedReadable=!0,a.nextTick(Q,e))}function Q(e){const t=e._readableState;_("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,J(e)}function W(e,t){!t.readingMore&&t.constructed&&(t.readingMore=!0,a.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(_("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 z(e){_("readable nexttick read 0"),e.read(0)}function X(e,t){_("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),J(e),t.flowing&&!t.reading&&e.read(0)}function J(e){const t=e._readableState;for(_("flow",t.flowing);t.flowing&&null!==e.read(););}function K(e,t){"function"!=typeof e.read&&(e=B.wrap(e,{objectMode:!0}));const n=async function*(e,t){let n,a=k;function r(t){this===e?(a(),a=k):a=t}e.on("readable",r);const o=b(e,{writable:!1},(e=>{n=e?q(n,e):null,a(),a=k}));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 l(r)}}}catch(e){throw n=q(n,e),n}finally{!n&&!1===(null==t?void 0:t.destroyOnReturn)||void 0!==n&&!e._readableState.autoDestroy?(e.off("readable",r),o()):S.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;_("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,a.nextTick(ee,t,e))}function ee(e,t){if(_("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)a.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 ae(){return void 0===ne&&(ne={}),ne}B.prototype.destroy=S.destroy,B.prototype._undestroy=S.undestroy,B.prototype._destroy=function(e,t){t(e)},B.prototype[m.captureRejectionSymbol]=function(e){this.destroy(e)},B.prototype.push=function(e,t){return $(this,e,t,!1)},B.prototype.unshift=function(e,t){return $(this,e,t,!0)},B.prototype.isPaused=function(){const e=this._readableState;return!0===e[j]||!1===e.flowing},B.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 a="";for(const e of n)a+=t.write(e);return n.clear(),""!==a&&n.push(a),this._readableState.length=a.length,this},B.prototype.read=function(e){_("read",e),void 0===e?e=NaN:o(e)||(e=d(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 _("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 a,r=t.needReadable;if(_("need readable",r),(0===t.length||t.length-e<t.highWaterMark)&&(r=!0,_("length less than watermark",r)),t.ended||t.reading||t.destroyed||t.errored||!t.constructed)r=!1,_("reading, ended or constructing",r);else if(r){_("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0);try{this._read(t.highWaterMark)}catch(e){O(this,e)}t.sync=!1,t.reading||(e=V(n,t))}return a=e>0?Y(e,t):null,null===a?(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===a||t.errorEmitted||t.closeEmitted||(t.dataEmitted=!0,this.emit("data",a)),a},B.prototype._read=function(e){throw new R("_read()")},B.prototype.pipe=function(e,t){const n=this,r=this._readableState;1===r.pipes.length&&(r.multiAwaitDrain||(r.multiAwaitDrain=!0,r.awaitDrainWriters=new c(r.awaitDrainWriters?[r.awaitDrainWriters]:[]))),r.pipes.push(e),_("pipe count=%d opts=%j",r.pipes.length,t);const o=t&&!1===t.end||e===a.stdout||e===a.stderr?m:s;function s(){_("onend"),e.end()}let d;r.endEmitted?a.nextTick(o):n.once("end",o),e.on("unpipe",(function t(a,o){_("onunpipe"),a===n&&o&&!1===o.hasUnpiped&&(o.hasUnpiped=!0,_("cleanup"),e.removeListener("close",p),e.removeListener("finish",u),d&&e.removeListener("drain",d),e.removeListener("error",l),e.removeListener("unpipe",t),n.removeListener("end",s),n.removeListener("end",m),n.removeListener("data",h),w=!0,d&&r.awaitDrainWriters&&(!e._writableState||e._writableState.needDrain)&&d())}));let w=!1;function i(){w||(1===r.pipes.length&&r.pipes[0]===e?(_("false write response, pause",0),r.awaitDrainWriters=e,r.multiAwaitDrain=!1):r.pipes.length>1&&r.pipes.includes(e)&&(_("false write response, pause",r.awaitDrainWriters.size),r.awaitDrainWriters.add(e)),n.pause()),d||(d=function(e,t){return function(){const n=e._readableState;n.awaitDrainWriters===t?(_("pipeOnDrain",1),n.awaitDrainWriters=null):n.multiAwaitDrain&&(_("pipeOnDrain",n.awaitDrainWriters.size),n.awaitDrainWriters.delete(t)),n.awaitDrainWriters&&0!==n.awaitDrainWriters.size||!e.listenerCount("data")||e.resume()}}(n,e),e.on("drain",d))}function h(t){_("ondata");const n=e.write(t);_("dest.write",n),!1===n&&i()}function l(t){if(_("onerror",t),m(),e.removeListener("error",l),0===e.listenerCount("error")){const n=e._writableState||e._readableState;n&&!n.errorEmitted?O(e,t):e.emit("error",t)}}function p(){e.removeListener("finish",u),m()}function u(){_("onfinish"),e.removeListener("close",p),m()}function m(){_("unpipe"),n.unpipe(e)}return n.on("data",h),g(e,"error",l),e.once("close",p),e.once("finish",u),e.emit("pipe",n),!0===e.writableNeedDrain?r.flowing&&i():r.flowing||(_("pipe resume"),n.resume()),e},B.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=r(t.pipes,e);return-1===n||(t.pipes.splice(n,1),0===t.pipes.length&&this.pause(),e.emit("unpipe",this,{hasUnpiped:!1})),this},B.prototype.on=function(e,t){const n=f.prototype.on.call(this,e,t),r=this._readableState;return"data"===e?(r.readableListening=this.listenerCount("readable")>0,!1!==r.flowing&&this.resume()):"readable"===e&&(r.endEmitted||r.readableListening||(r.readableListening=r.needReadable=!0,r.flowing=!1,r.emittedReadable=!1,_("on readable",r.length,r.reading),r.length?U(this):r.reading||a.nextTick(z,this))),n},B.prototype.addListener=B.prototype.on,B.prototype.removeListener=function(e,t){const n=f.prototype.removeListener.call(this,e,t);return"readable"===e&&a.nextTick(H,this),n},B.prototype.off=B.prototype.removeListener,B.prototype.removeAllListeners=function(e){const t=f.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||a.nextTick(H,this),t},B.prototype.resume=function(){const e=this._readableState;return e.flowing||(_("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,a.nextTick(X,e,t))}(this,e)),e[j]=!1,this},B.prototype.pause=function(){return _("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(_("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState[j]=!0,this},B.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=>{O(this,e)})),e.on("close",(()=>{this.destroy()})),e.on("destroy",(()=>{this.destroy()})),this._read=()=>{t&&e.resume&&(t=!1,e.resume())};const n=i(e);for(let t=1;t<n.length;t++){const a=n[t];void 0===this[a]&&"function"==typeof e[a]&&(this[a]=e[a].bind(e))}return this},B.prototype[p]=function(){return K(this)},B.prototype.iterator=function(e){return void 0!==e&&L(e,"options"),K(this,e)},w(B.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}}}),w(D.prototype,{pipesCount:{__proto__:null,get(){return this.pipes.length}},paused:{__proto__:null,get(){return!1!==this[j]},set(e){this[j]=!!e}}}),B._fromList=Y,B.from=function(e,t){return M(B,e,t)},B.fromWeb=function(e,t){return ae().newStreamReadableFromReadableStream(e,t)},B.toWeb=function(e,t){return ae().newReadableStreamFromStreamReadable(e,t)},B.wrap=function(e,t){var n,a;return new B({objectMode:null===(n=null!==(a=e.readableObjectMode)&&void 0!==a?a:e.objectMode)||void 0===n||n,...t,destroy(t,n){S.destroyer(e,t),n(t)}}).wrap(e)}},6175:(e,t,n)=>{const{MathFloor:a,NumberIsInteger:r}=n(8309),{ERR_INVALID_ARG_VALUE:o}=n(6211).codes;function s(e){return e?16:16384}e.exports={getHighWaterMark:function(e,t,n,d){const w=function(e,t,n){return null!=e.highWaterMark?e.highWaterMark:t?e[n]:null}(t,d,n);if(null!=w){if(!r(w)||w<0)throw new o(d?`options.${n}`:"options.highWaterMark",w);return a(w)}return s(e.objectMode)},getDefaultHighWaterMark:s}},6545:(e,t,n)=>{const{ObjectSetPrototypeOf:a,Symbol:r}=n(8309);e.exports=i;const{ERR_METHOD_NOT_IMPLEMENTED:o}=n(6211).codes,s=n(3382),{getHighWaterMark:d}=n(6175);a(i.prototype,s.prototype),a(i,s);const w=r("kCallback");function i(e){if(!(this instanceof i))return new i(e);const t=e?d(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[w]=null,e&&("function"==typeof e.transform&&(this._transform=e.transform),"function"==typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",l)}function h(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 l(){this._final!==h&&h.call(this)}i.prototype._final=h,i.prototype._transform=function(e,t,n){throw new o("_transform()")},i.prototype._write=function(e,t,n){const a=this._readableState,r=this._writableState,o=a.length;this._transform(e,t,((e,t)=>{e?n(e):(null!=t&&this.push(t),r.ended||o===a.length||a.length<a.highWaterMark?n():this[w]=n)}))},i.prototype._read=function(){if(this[w]){const e=this[w];this[w]=null,e()}}},7752:(e,t,n)=>{const{Symbol:a,SymbolAsyncIterator:r,SymbolIterator:o}=n(8309),s=a("kDestroyed"),d=a("kIsErrored"),w=a("kIsReadable"),i=a("kIsDisturbed");function h(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 l(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 c(e){return e&&(e._readableState||e._writableState||"function"==typeof e.write&&"function"==typeof e.on||"function"==typeof e.pipe&&"function"==typeof e.on)}function p(e){if(!c(e))return null;const t=e._writableState,n=e._readableState,a=t||n;return!!(e.destroyed||e[s]||null!=a&&a.destroyed)}function u(e){if(!l(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 m(e,t){if(!h(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 f(e){return e&&null!=e[w]?e[w]:"boolean"!=typeof(null==e?void 0:e.readable)?null:!p(e)&&h(e)&&e.readable&&!m(e)}function g(e){return"boolean"!=typeof(null==e?void 0:e.writable)?null:!p(e)&&l(e)&&e.writable&&!u(e)}function N(e){return"boolean"==typeof e._closed&&"boolean"==typeof e._defaultKeepAlive&&"boolean"==typeof e._removedConnection&&"boolean"==typeof e._removedContLen}function y(e){return"boolean"==typeof e._sent100&&N(e)}e.exports={kDestroyed:s,isDisturbed:function(e){var t;return!(!e||!(null!==(t=e[i])&&void 0!==t?t:e.readableDidRead||e.readableAborted))},kIsDisturbed:i,isErrored:function(e){var t,n,a,r,o,s,w,i,h,l;return!(!e||!(null!==(t=null!==(n=null!==(a=null!==(r=null!==(o=null!==(s=e[d])&&void 0!==s?s:e.readableErrored)&&void 0!==o?o:e.writableErrored)&&void 0!==r?r:null===(w=e._readableState)||void 0===w?void 0:w.errorEmitted)&&void 0!==a?a:null===(i=e._writableState)||void 0===i?void 0:i.errorEmitted)&&void 0!==n?n:null===(h=e._readableState)||void 0===h?void 0:h.errored)&&void 0!==t?t:null===(l=e._writableState)||void 0===l?void 0:l.errored))},kIsErrored:d,isReadable:f,kIsReadable:w,isClosed:function(e){if(!c(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&&N(e)?e._closed:null},isDestroyed:p,isDuplexNodeStream:function(e){return!(!e||"function"!=typeof e.pipe||!e._readableState||"function"!=typeof e.on||"function"!=typeof e.write)},isFinished:function(e,t){return c(e)?!(!p(e)&&(!1!==(null==t?void 0:t.readable)&&f(e)||!1!==(null==t?void 0:t.writable)&&g(e))):null},isIterable:function(e,t){return null!=e&&(!0===t?"function"==typeof e[r]:!1===t?"function"==typeof e[o]:"function"==typeof e[r]||"function"==typeof e[o])},isReadableNodeStream:h,isReadableEnded:function(e){if(!h(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:m,isReadableErrored:function(e){var t,n;return c(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:c,isWritable:g,isWritableNodeStream:l,isWritableEnded:u,isWritableFinished:function(e,t){if(!l(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 c(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:y,willEmitClose:function(e){if(!c(e))return null;const t=e._writableState,n=e._readableState,a=t||n;return!a&&y(e)||!!(a&&a.autoDestroy&&a.emitClose&&!1===a.closed)}}},9562:(e,t,n)=>{const a=n(4155),{ArrayPrototypeSlice:r,Error:o,FunctionPrototypeSymbolHasInstance:s,ObjectDefineProperty:d,ObjectDefineProperties:w,ObjectSetPrototypeOf:i,StringPrototypeToLowerCase:h,Symbol:l,SymbolHasInstance:c}=n(8309);e.exports=P,P.WritableState=L;const{EventEmitter:p}=n(7187),u=n(3456).Stream,{Buffer:m}=n(8764),f=n(1317),{addAbortSignal:g}=n(1136),{getHighWaterMark:N,getDefaultHighWaterMark:y}=n(6175),{ERR_INVALID_ARG_TYPE:b,ERR_METHOD_NOT_IMPLEMENTED:_,ERR_MULTIPLE_CALLBACK:v,ERR_STREAM_CANNOT_PIPE:S,ERR_STREAM_DESTROYED:x,ERR_STREAM_ALREADY_FINISHED:C,ERR_STREAM_NULL_VALUES:q,ERR_STREAM_WRITE_AFTER_END:E,ERR_UNKNOWN_ENCODING:R}=n(6211).codes,{errorOrDestroy:T}=f;function A(){}i(P.prototype,u.prototype),i(P,u);const I=l("kOnFinished");function L(e,t,a){"boolean"!=typeof a&&(a=t instanceof n(3382)),this.objectMode=!(!e||!e.objectMode),a&&(this.objectMode=this.objectMode||!(!e||!e.writableObjectMode)),this.highWaterMark=e?N(this,e,"writableHighWaterMark",a):y(!1),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;const r=!(!e||!1!==e.decodeStrings);this.decodeStrings=!r,this.defaultEncoding=e&&e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=D.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[I]=[]}function j(e){e.buffered=[],e.bufferedIndex=0,e.allBuffers=!0,e.allNoop=!0}function P(e){const t=this instanceof n(3382);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&&g(e.signal,this)),u.call(this,e),f.construct(this,(()=>{const e=this._writableState;e.writing||V(this,e),Q(this,e)}))}function M(e,t,n,r){const o=e._writableState;if("function"==typeof n)r=n,n=o.defaultEncoding;else{if(n){if("buffer"!==n&&!m.isEncoding(n))throw new R(n)}else n=o.defaultEncoding;"function"!=typeof r&&(r=A)}if(null===t)throw new q;if(!o.objectMode)if("string"==typeof t)!1!==o.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 o.ending?s=new E:o.destroyed&&(s=new x("write")),s?(a.nextTick(r,s),T(e,s,!0),s):(o.pendingcb++,function(e,t,n,a,r){const o=t.objectMode?1:n.length;t.length+=o;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:a,callback:r}),t.allBuffers&&"buffer"!==a&&(t.allBuffers=!1),t.allNoop&&r!==A&&(t.allNoop=!1)):(t.writelen=o,t.writecb=r,t.writing=!0,t.sync=!0,e._write(n,a,t.onwrite),t.sync=!1),s&&!t.errored&&!t.destroyed}(e,o,t,n,r))}function k(e,t,n,a,r,o,s){t.writelen=a,t.writecb=s,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new x("write")):n?e._writev(r,t.onwrite):e._write(r,o,t.onwrite),t.sync=!1}function O(e,t,n,a){--t.pendingcb,a(n),F(t),T(e,n)}function D(e,t){const n=e._writableState,r=n.sync,o=n.writecb;"function"==typeof o?(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),r?a.nextTick(O,e,n,t,o):O(e,n,t,o)):(n.buffered.length>n.bufferedIndex&&V(e,n),r?null!==n.afterWriteTickInfo&&n.afterWriteTickInfo.cb===o?n.afterWriteTickInfo.count++:(n.afterWriteTickInfo={count:1,cb:o,stream:e,state:n},a.nextTick(B,n.afterWriteTickInfo)):$(e,n,1,o))):T(e,new v)}function B({stream:e,state:t,count:n,cb:a}){return t.afterWriteTickInfo=null,$(e,t,n,a)}function $(e,t,n,a){for(!t.ending&&!e.destroyed&&0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"));n-- >0;)t.pendingcb--,a();t.destroyed&&F(t),Q(e,t)}function F(e){if(e.writing)return;for(let n=e.bufferedIndex;n<e.buffered.length;++n){var t;const{chunk:a,callback:r}=e.buffered[n],o=e.objectMode?1:a.length;e.length-=o,r(null!==(t=e.errored)&&void 0!==t?t:new x("write"))}const n=e[I].splice(0);for(let t=0;t<n.length;t++){var a;n[t](null!==(a=e.errored)&&void 0!==a?a:new x("end"))}j(e)}function V(e,t){if(t.corked||t.bufferProcessing||t.destroyed||!t.constructed)return;const{buffered:n,bufferedIndex:a,objectMode:o}=t,s=n.length-a;if(!s)return;let d=a;if(t.bufferProcessing=!0,s>1&&e._writev){t.pendingcb-=s-1;const a=t.allNoop?A:e=>{for(let t=d;t<n.length;++t)n[t].callback(e)},o=t.allNoop&&0===d?n:r(n,d);o.allBuffers=t.allBuffers,k(e,t,!0,t.length,o,"",a),j(t)}else{do{const{chunk:a,encoding:r,callback:s}=n[d];n[d++]=null,k(e,t,!1,o?1:a.length,a,r,s)}while(d<n.length&&!t.writing);d===n.length?j(t):d>256?(n.splice(0,d),t.bufferedIndex=0):t.bufferedIndex=d}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 Q(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 r(r){if(n)T(e,null!=r?r:v());else if(n=!0,t.pendingcb--,r){const n=t[I].splice(0);for(let e=0;e<n.length;e++)n[e](r);T(e,r,t.sync)}else U(t)&&(t.prefinished=!0,e.emit("prefinish"),t.pendingcb++,a.nextTick(W,e,t))}t.sync=!0,t.pendingcb++;try{e._final(r)}catch(e){r(e)}t.sync=!1}(e,t)))}(e,t),0===t.pendingcb&&(n?(t.pendingcb++,a.nextTick(((e,t)=>{U(t)?W(e,t):t.pendingcb--}),e,t)):U(t)&&(t.pendingcb++,W(e,t))))}function W(e,t){t.pendingcb--,t.finished=!0;const n=t[I].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 r(this.buffered,this.bufferedIndex)},d(L.prototype,"bufferedRequestCount",{__proto__:null,get(){return this.buffered.length-this.bufferedIndex}}),d(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 S)},P.prototype.write=function(e,t,n){return!0===M(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=h(e)),!m.isEncoding(e))throw new R(e);return this._writableState.defaultEncoding=e,this},P.prototype._write=function(e,t,n){if(!this._writev)throw new _("_write()");this._writev([{chunk:e,encoding:t}],n)},P.prototype._writev=null,P.prototype.end=function(e,t,n){const r=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=M(this,e,t);n instanceof o&&(s=n)}return r.corked&&(r.corked=1,this.uncork()),s||(r.errored||r.ending?r.finished?s=new C("end"):r.destroyed&&(s=new x("end")):(r.ending=!0,Q(this,r,!0),r.ended=!0)),"function"==typeof n&&(s||r.finished?a.nextTick(n,s):r[I].push(n)),this},w(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=f.destroy;let H;function z(){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[I].length)&&a.nextTick(F,n),G.call(this,e,t),this},P.prototype._undestroy=f.undestroy,P.prototype._destroy=function(e,t){t(e)},P.prototype[p.captureRejectionSymbol]=function(e){this.destroy(e)},P.fromWeb=function(e,t){return z().newStreamWritableFromWritableStream(e,t)},P.toWeb=function(e){return z().newWritableStreamFromStreamWritable(e)}},1440:(e,t,n)=>{const{ArrayIsArray:a,ArrayPrototypeIncludes:r,ArrayPrototypeJoin:o,ArrayPrototypeMap:s,NumberIsInteger:d,NumberIsNaN:w,NumberMAX_SAFE_INTEGER:i,NumberMIN_SAFE_INTEGER:h,NumberParseInt:l,ObjectPrototypeHasOwnProperty:c,RegExpPrototypeExec:p,String:u,StringPrototypeToUpperCase:m,StringPrototypeTrim:f}=n(8309),{hideStackFrames:g,codes:{ERR_SOCKET_BAD_PORT:N,ERR_INVALID_ARG_TYPE:y,ERR_INVALID_ARG_VALUE:b,ERR_OUT_OF_RANGE:_,ERR_UNKNOWN_SIGNAL:v}}=n(6211),{normalizeEncoding:S}=n(6608),{isAsyncFunction:x,isArrayBufferView:C}=n(6608).types,q={},E=/^[0-7]+$/,R=g(((e,t,n=h,a=i)=>{if("number"!=typeof e)throw new y(t,"number",e);if(!d(e))throw new _(t,"an integer",e);if(e<n||e>a)throw new _(t,`>= ${n} && <= ${a}`,e)})),T=g(((e,t,n=-2147483648,a=2147483647)=>{if("number"!=typeof e)throw new y(t,"number",e);if(!d(e))throw new _(t,"an integer",e);if(e<n||e>a)throw new _(t,`>= ${n} && <= ${a}`,e)})),A=g(((e,t,n=!1)=>{if("number"!=typeof e)throw new y(t,"number",e);if(!d(e))throw new _(t,"an integer",e);const a=n?1:0,r=4294967295;if(e<a||e>r)throw new _(t,`>= ${a} && <= ${r}`,e)}));function I(e,t){if("string"!=typeof e)throw new y(t,"string",e)}const L=g(((e,t,n)=>{if(!r(n,e)){const a=o(s(n,(e=>"string"==typeof e?`'${e}'`:u(e))),", ");throw new b(t,e,"must be one of: "+a)}}));function j(e,t,n){return null!=e&&c(e,t)?e[t]:n}const P=g(((e,t,n=null)=>{const r=j(n,"allowArray",!1),o=j(n,"allowFunction",!1);if(!j(n,"nullable",!1)&&null===e||!r&&a(e)||"object"!=typeof e&&(!o||"function"!=typeof e))throw new y(t,"Object",e)})),M=g(((e,t,n=0)=>{if(!a(e))throw new y(t,"Array",e);if(e.length<n)throw new b(t,e,`must be longer than ${n}`)})),k=g(((e,t="buffer")=>{if(!C(e))throw new y(t,["Buffer","TypedArray","DataView"],e)})),O=g(((e,t)=>{if(void 0!==e&&(null===e||"object"!=typeof e||!("aborted"in e)))throw new y(t,"AbortSignal",e)})),D=g(((e,t)=>{if("function"!=typeof e)throw new y(t,"Function",e)})),B=g(((e,t)=>{if("function"!=typeof e||x(e))throw new y(t,"Function",e)})),$=g(((e,t)=>{if(void 0!==e)throw new y(t,"undefined",e)}));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(E,e))throw new b(t,e,"must be a 32-bit unsigned integer or an octal string");e=l(e,8)}return A(e,t),e},validateArray:M,validateBoolean:function(e,t){if("boolean"!=typeof e)throw new y(t,"boolean",e)},validateBuffer:k,validateEncoding:function(e,t){const n=S(t),a=e.length;if("hex"===n&&a%2!=0)throw new b("encoding",t,`is invalid for data of length ${a}`)},validateFunction:D,validateInt32:T,validateInteger:R,validateNumber:function(e,t,n,a){if("number"!=typeof e)throw new y(t,"number",e);if(null!=n&&e<n||null!=a&&e>a||(null!=n||null!=a)&&w(e))throw new _(t,`${null!=n?`>= ${n}`:""}${null!=n&&null!=a?" && ":""}${null!=a?`<= ${a}`:""}`,e)},validateObject:P,validateOneOf:L,validatePlainFunction:B,validatePort:function(e,t="Port",n=!0){if("number"!=typeof e&&"string"!=typeof e||"string"==typeof e&&0===f(e).length||+e!=+e>>>0||e>65535||0===e&&!n)throw new N(t,e,n);return 0|e},validateSignalName:function(e,t="signal"){if(I(e,t),void 0===q[e]){if(void 0!==q[m(e)])throw new v(e+" (signals must use all capital letters)");throw new v(e)}},validateString:I,validateUint32:A,validateUndefined:$,validateUnion:function(e,t,n){if(!r(n,e))throw new y(t,`('${o(n,"|")}')`,e)},validateAbortSignal:O}},1920:(e,t,n)=>{const a=n(9218),r=n(7492),o=a.Readable.destroy;e.exports=a.Readable,e.exports._uint8ArrayToBuffer=a._uint8ArrayToBuffer,e.exports._isUint8Array=a._isUint8Array,e.exports.isDisturbed=a.isDisturbed,e.exports.isErrored=a.isErrored,e.exports.isReadable=a.isReadable,e.exports.Readable=a.Readable,e.exports.Writable=a.Writable,e.exports.Duplex=a.Duplex,e.exports.Transform=a.Transform,e.exports.PassThrough=a.PassThrough,e.exports.addAbortSignal=a.addAbortSignal,e.exports.finished=a.finished,e.exports.destroy=a.destroy,e.exports.destroy=o,e.exports.pipeline=a.pipeline,e.exports.compose=a.compose,Object.defineProperty(a,"promises",{configurable:!0,enumerable:!0,get:()=>r}),e.exports.Stream=a.Stream,e.exports.default=e.exports},6211:(e,t,n)=>{const{format:a,inspect:r,AggregateError:o}=n(6608),s=globalThis.AggregateError||o,d=Symbol("kIsNodeError"),w=["string","function","number","object","Function","Object","boolean","bigint","symbol"],i=/^([A-Z][a-z0-9]*)+$/,h={};function l(e,t){if(!e)throw new h.ERR_INTERNAL_ASSERTION(t)}function c(e){let t="",n=e.length;const a="-"===e[0]?1:0;for(;n>=a+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 r extends n{constructor(...n){super(function(e,t,n){if("function"==typeof t)return l(t.length<=n.length,`Code: ${e}; The provided arguments length (${n.length}) does not match the required ones (${t.length}).`),t(...n);const r=(t.match(/%[dfijoOs]/g)||[]).length;return l(r===n.length,`Code: ${e}; The provided arguments length (${n.length}) does not match the required ones (${r}).`),0===n.length?t:a(t,...n)}(e,t,n))}toString(){return`${this.name} [${e}]: ${this.message}`}}Object.defineProperties(r.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}}),r.prototype.code=e,r.prototype[d]=!0,h[e]=r}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){if(void 0!==t&&"object"!=typeof t)throw new h.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)=>{l("string"==typeof e,"'name' must be a string"),Array.isArray(t)||(t=[t]);let a="The ";e.endsWith(" argument")?a+=`${e} `:a+=`"${e}" ${e.includes(".")?"property":"argument"} `,a+="must be ";const o=[],s=[],d=[];for(const e of t)l("string"==typeof e,"All expected entries have to be of type string"),w.includes(e)?o.push(e.toLowerCase()):i.test(e)?s.push(e):(l("object"!==e,'The value "object" should be written as "Object"'),d.push(e));if(s.length>0){const e=o.indexOf("object");-1!==e&&(o.splice(o,e,1),s.push("Object"))}if(o.length>0){switch(o.length){case 1:a+=`of type ${o[0]}`;break;case 2:a+=`one of type ${o[0]} or ${o[1]}`;break;default:{const e=o.pop();a+=`one of type ${o.join(", ")}, or ${e}`}}(s.length>0||d.length>0)&&(a+=" or ")}if(s.length>0){switch(s.length){case 1:a+=`an instance of ${s[0]}`;break;case 2:a+=`an instance of ${s[0]} or ${s[1]}`;break;default:{const e=s.pop();a+=`an instance of ${s.join(", ")}, or ${e}`}}d.length>0&&(a+=" or ")}switch(d.length){case 0:break;case 1:d[0].toLowerCase()!==d[0]&&(a+="an "),a+=`${d[0]}`;break;case 2:a+=`one of ${d[0]} or ${d[1]}`;break;default:{const e=d.pop();a+=`one of ${d.join(", ")}, or ${e}`}}if(null==n)a+=`. Received ${n}`;else if("function"==typeof n&&n.name)a+=`. Received function ${n.name}`;else if("object"==typeof n){var h;null!==(h=n.constructor)&&void 0!==h&&h.name?a+=`. Received an instance of ${n.constructor.name}`:a+=`. Received ${r(n,{depth:-1})}`}else{let e=r(n,{colors:!1});e.length>25&&(e=`${e.slice(0,25)}...`),a+=`. Received type ${typeof n} (${e})`}return a}),TypeError),p("ERR_INVALID_ARG_VALUE",((e,t,n="is invalid")=>{let a=r(t);return a.length>128&&(a=a.slice(0,128)+"..."),`The ${e.includes(".")?"property":"argument"} '${e}' ${n}. Received ${a}`}),TypeError),p("ERR_INVALID_RETURN_VALUE",((e,t,n)=>{var a;return`Expected ${e} to be returned from the "${t}" function but got ${null!=n&&null!==(a=n.constructor)&&void 0!==a&&a.name?`instance of ${n.constructor.name}`:"type "+typeof n}.`}),TypeError),p("ERR_MISSING_ARGS",((...e)=>{let t;l(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 a;return l(t,'Missing "range" argument'),Number.isInteger(n)&&Math.abs(n)>2**32?a=c(String(n)):"bigint"==typeof n?(a=String(n),(n>2n**32n||n<-(2n**32n))&&(a=c(a)),a+="n"):a=r(n),`The value of "${e}" is out of range. It must be ${t}. Received ${a}`}),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:h}},8309: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,SymbolAsyncIterator:Symbol.asyncIterator,SymbolHasInstance:Symbol.hasInstance,SymbolIterator:Symbol.iterator,TypedArrayPrototypeSet:(e,t,n)=>e.set(t,n),Uint8Array}},6608:(e,t,n)=>{const a=n(8764),r=Object.getPrototypeOf((async function(){})).constructor,o=globalThis.Blob||a.Blob,s=void 0!==o?function(e){return e instanceof o}:function(e){return!1};class d 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:d,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,a)=>{e=n,t=a})),resolve:e,reject:t}},promisify:e=>new Promise(((t,n)=>{e(((e,...a)=>e?n(e):t(...a)))})),debuglog:()=>function(){},format:(e,...t)=>e.replace(/%([sdifj])/g,(function(...[e,n]){const a=t.shift();return"f"===n?a.toFixed(6):"j"===n?JSON.stringify(a):"s"===n&&"object"==typeof a?`${a.constructor!==Object?a.constructor.name:""} {}`.trim():a.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 r,isArrayBufferView:e=>ArrayBuffer.isView(e)},isBlob:s},e.exports.promisify.custom=Symbol.for("nodejs.util.promisify.custom")},9218:(e,t,n)=>{const{Buffer:a}=n(8764),{ObjectDefineProperty:r,ObjectKeys:o,ReflectApply:s}=n(8309),{promisify:{custom:d}}=n(6608),{streamReturningOperators:w,promiseReturningOperators:i}=n(6514),{codes:{ERR_ILLEGAL_CONSTRUCTOR:h}}=n(6211),l=n(7964),{pipeline:c}=n(6464),{destroyer:p}=n(1317),u=n(9089),m=n(7492),f=n(7752),g=e.exports=n(3456).Stream;g.isDisturbed=f.isDisturbed,g.isErrored=f.isErrored,g.isReadable=f.isReadable,g.Readable=n(8713);for(const b of o(w)){const _=w[b];function N(...e){if(new.target)throw h();return g.Readable.from(s(_,this,e))}r(N,"name",{__proto__:null,value:_.name}),r(N,"length",{__proto__:null,value:_.length}),r(g.Readable.prototype,b,{__proto__:null,value:N,enumerable:!1,configurable:!0,writable:!0})}for(const v of o(i)){const S=i[v];function N(...e){if(new.target)throw h();return s(S,this,e)}r(N,"name",{__proto__:null,value:S.name}),r(N,"length",{__proto__:null,value:S.length}),r(g.Readable.prototype,v,{__proto__:null,value:N,enumerable:!1,configurable:!0,writable:!0})}g.Writable=n(9562),g.Duplex=n(3382),g.Transform=n(6545),g.PassThrough=n(7474),g.pipeline=c;const{addAbortSignal:y}=n(1136);g.addAbortSignal=y,g.finished=u,g.destroy=p,g.compose=l,r(g,"promises",{__proto__:null,configurable:!0,enumerable:!0,get:()=>m}),r(c,d,{__proto__:null,enumerable:!0,get:()=>m.pipeline}),r(u,d,{__proto__:null,enumerable:!0,get:()=>m.finished}),g.Stream=g,g._isUint8Array=function(e){return e instanceof Uint8Array},g._uint8ArrayToBuffer=function(e){return a.from(e.buffer,e.byteOffset,e.byteLength)}},7492:(e,t,n)=>{const{ArrayPrototypePop:a,Promise:r}=n(8309),{isIterable:o,isNodeStream:s}=n(7752),{pipelineImpl:d}=n(6464),{finished:w}=n(9089);e.exports={finished:w,pipeline:function(...e){return new r(((t,n)=>{let r,w;const i=e[e.length-1];if(i&&"object"==typeof i&&!s(i)&&!o(i)){const t=a(e);r=t.signal,w=t.end}d(e,((e,a)=>{e?n(e):t(a)}),{signal:r,end:w})}))}}},4155:e=>{var t,n,a=e.exports={};function r(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function s(e){if(t===setTimeout)return setTimeout(e,0);if((t===r||!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:r}catch(e){t=r}try{n="function"==typeof clearTimeout?clearTimeout:o}catch(e){n=o}}();var d,w=[],i=!1,h=-1;function l(){i&&d&&(i=!1,d.length?w=d.concat(w):h=-1,w.length&&c())}function c(){if(!i){var e=s(l);i=!0;for(var t=w.length;t;){for(d=w,w=[];++h<t;)d&&d[h].run();h=-1,t=w.length}d=null,i=!1,function(e){if(n===clearTimeout)return clearTimeout(e);if((n===o||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(e);try{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(){}a.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];w.push(new p(e,t)),1!==w.length||i||s(c)},p.prototype.run=function(){this.fun.apply(null,this.array)},a.title="browser",a.browser=!0,a.env={},a.argv=[],a.version="",a.versions={},a.on=u,a.addListener=u,a.once=u,a.off=u,a.removeListener=u,a.removeAllListeners=u,a.emit=u,a.prependListener=u,a.prependOnceListener=u,a.listeners=function(e){return[]},a.binding=function(e){throw new Error("process.binding is not supported")},a.cwd=function(){return"/"},a.chdir=function(e){throw new Error("process.chdir is not supported")},a.umask=function(){return 0}},4375:(e,t,n)=>{let a;e.exports="function"==typeof queueMicrotask?queueMicrotask.bind("undefined"!=typeof window?window:n.g):e=>(a||(a=Promise.resolve())).then(e).catch((e=>setTimeout((()=>{throw e}),0)))},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:a}=this;return new e(t,new Map(n),a)}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 a=self.crypto||self.msCrypto;e.exports=class{constructor(e){if(!a||!a.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 a.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",a="NamedNode",r="BlankNode",o="Literal",s="DefaultGraph",d={};d.eoln=/(?:\r\n)|(?:\n)|(?:\r)/g,d.empty=new RegExp("^[ \\t]*$"),d.quad=new RegExp('^[ \\t]*(?:(?:<([^:]+:[^>]*)>)|(_:(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9])(?:(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9-·̀-ͯ‿-⁀.])*(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9-·̀-ͯ‿-⁀]))?))[ \\t]+(?:<([^:]+:[^>]*)>)[ \\t]+(?:(?:<([^:]+:[^>]*)>)|(_:(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9])(?:(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9-·̀-ͯ‿-⁀.])*(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9-·̀-ͯ‿-⁀]))?)|(?:"([^"\\\\]*(?:\\\\.[^"\\\\]*)*)"(?:(?:\\^\\^(?:<([^:]+:[^>]*)>))|(?:@([a-zA-Z]+(?:-[a-zA-Z0-9]+)*)))?))[ \\t]*(?:\\.|(?:(?:(?:<([^:]+:[^>]*)>)|(_:(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9])(?:(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9-·̀-ͯ‿-⁀.])*(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9-·̀-ͯ‿-⁀]))?))[ \\t]*\\.))[ \\t]*$'),e.exports=class e{static parse(e){const w=[],h={},l=e.split(d.eoln);let c=0;for(const e of l){if(c++,d.empty.test(e))continue;const l=e.match(d.quad);if(null===l)throw new Error("N-Quads parse error on line "+c+".");const m={subject:null,predicate:null,object:null,graph:null};if(void 0!==l[1]?m.subject={termType:a,value:l[1]}:m.subject={termType:r,value:l[2]},m.predicate={termType:a,value:l[3]},void 0!==l[4]?m.object={termType:a,value:l[4]}:void 0!==l[5]?m.object={termType:r,value:l[5]}:(m.object={termType:o,value:void 0,datatype:{termType:a}},void 0!==l[7]?m.object.datatype.value=l[7]:void 0!==l[8]?(m.object.datatype.value=t,m.object.language=l[8]):m.object.datatype.value=n,m.object.value=l[6].replace(i,(function(e,t,n,a){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(a)throw new Error("Unsupported U escape")}))),void 0!==l[9]?m.graph={termType:a,value:l[9]}:void 0!==l[10]?m.graph={termType:r,value:l[10]}:m.graph={termType:s,value:""},m.graph.value in h){let e=!0;const t=h[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!==o||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),w.push(m))}else h[m.graph.value]=[m],w.push(m)}var p,u;return w}static serialize(t){Array.isArray(t)||(t=e.legacyDatasetToQuads(t));const n=[];for(const a of t)n.push(e.serializeQuad(a));return n.sort().join("")}static serializeQuadComponents(e,o,s,d){let i="";return e.termType===a?i+=`<${e.value}>`:i+=`${e.value}`,i+=` <${o.value}> `,s.termType===a?i+=`<${s.value}>`:s.termType===r?i+=s.value:(i+=`"${function(e){return e.replace(w,(function(e){switch(e){case'"':return'\\"';case"\\":return"\\\\";case"\n":return"\\n";case"\r":return"\\r"}}))}(s.value)}"`,s.datatype.value===t?s.language&&(i+=`@${s.language}`):s.datatype.value!==n&&(i+=`^^<${s.datatype.value}>`)),d.termType===a?i+=` <${d.value}>`:d.termType===r&&(i+=` ${d.value}`),i+=" .\n",i}static serializeQuad(t){return e.serializeQuadComponents(t.subject,t.predicate,t.object,t.graph)}static legacyDatasetToQuads(e){const d=[],w={"blank node":r,IRI:a,literal:o};for(const i in e)e[i].forEach((e=>{const h={};for(const r in e){const s=e[r],d={termType:w[s.type],value:s.value};d.termType===o&&(d.datatype={termType:a},"datatype"in s&&(d.datatype.value=s.datatype),"language"in s?("datatype"in s||(d.datatype.value=t),d.language=s.language):"datatype"in s||(d.datatype.value=n)),h[r]=d}h.graph="@default"===i?{termType:s,value:""}:{termType:i.startsWith("_:")?r:a,value:i},d.push(h)}));return d}};const w=/["\\\n\r]/g,i=/(?:\\([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 a=null,r=0;const o=e.length;for(let n=0;n<o;++n){const s=e[n],d=t.get(s);(null===a||s>a)&&(d&&n>0&&s>e[n-1]||!d&&n<o-1&&s>e[n+1])&&(a=s,r=n)}if(null===a)this.done=!0;else{const n=t.get(a)?r-1:r+1;e[r]=e[n],e[n]=a;for(const n of e)n>a&&t.set(n,!t.get(n))}return n}}},5643:(e,t,n)=>{const a=n(2401),r=n(5947),o=n(8326),s=n(9980);function d(e,t){return e.hash<t.hash?-1:e.hash>t.hash?1:0}e.exports=class{constructor({createMessageDigest:e=(()=>new r("sha256")),maxDeepIterations:t=1/0}={}){this.name="URDNA2015",this.blankNodeInfo=new Map,this.canonicalIssuer=new a("_:c14n"),this.createMessageDigest=e,this.maxDeepIterations=t,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 r=[...t.keys()].sort(),o=[];for(const e of r){const n=t.get(e);if(n.length>1){o.push(n);continue}const a=n[0];this.canonicalIssuer.getId(a)}for(const e of o){const t=[];for(const n of e){if(this.canonicalIssuer.hasId(n))continue;const e=new a("_:b");e.getId(n);const r=this.hashNDegreeQuads(n,e);t.push(r)}t.sort(d);for(const e of t){const t=e.issuer.getOldIds();for(const e of t)this.canonicalIssuer.getId(e)}}const w=[];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}));w.push(t)}return w.sort(),w.join("")}hashFirstDegreeQuads(e){const t=[],n=this.blankNodeInfo.get(e),a=n.quads;for(const n of a){const a={subject:null,predicate:n.predicate,object:null,graph:null};a.subject=this.modifyFirstDegreeComponent(e,n.subject,"subject"),a.object=this.modifyFirstDegreeComponent(e,n.object,"object"),a.graph=this.modifyFirstDegreeComponent(e,n.graph,"graph"),t.push(s.serializeQuad(a))}t.sort();const r=this.createMessageDigest();for(const e of t)r.update(e);return n.hash=r.digest(),n.hash}hashRelatedBlankNode(e,t,n,a){let r;r=this.canonicalIssuer.hasId(e)?this.canonicalIssuer.getId(e):n.hasId(e)?n.getId(e):this.blankNodeInfo.get(e).hash;const o=this.createMessageDigest();return o.update(a),"g"!==a&&o.update(this.getRelatedPredicate(t)),o.update(r),o.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 a=this.createMessageDigest(),r=this.createHashToRelated(e,t),s=[...r.keys()].sort();for(const e of s){a.update(e);let n,s="";const d=new o(r.get(e));for(;d.hasNext();){const e=d.next();let a=t.clone(),r="";const o=[];let w=!1;for(const t of e)if(this.canonicalIssuer.hasId(t)?r+=this.canonicalIssuer.getId(t):(a.hasId(t)||o.push(t),r+=a.getId(t)),0!==s.length&&r>s){w=!0;break}if(!w){for(const e of o){const t=this.hashNDegreeQuads(e,a);if(r+=a.getId(e),r+=`<${t.hash}>`,a=t.issuer,0!==s.length&&r>s){w=!0;break}}w||(0===s.length||r<s)&&(s=r,n=a)}}a.update(s),t=n}return{hash:a.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,a=this.blankNodeInfo.get(e).quads;for(const r of a)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}_hashAndTrackBlankNode({id:e,hashToBlankNodes:t}){const n=this.hashFirstDegreeQuads(e),a=t.get(n);a?a.push(e):t.set(n,[e])}_addBlankNodeQuadInfo({quad:e,component:t}){if("BlankNode"!==t.termType)return;const n=t.value,a=this.blankNodeInfo.get(n);a?a.quads.add(e):this.blankNodeInfo.set(n,{quads:new Set([e]),hash:null})}_addRelatedBlankNodeHash({quad:e,component:t,position:n,id:a,issuer:r,hashToRelated:o}){if("BlankNode"!==t.termType||t.value===a)return;const s=t.value,d=this.hashRelatedBlankNode(s,e,r,n),w=o.get(d);w?w.push(s):o.set(d,[s])}_componentWithCanonicalId({component:e}){return"BlankNode"!==e.termType||e.value.startsWith(this.canonicalIssuer.prefix)?e:{termType:"BlankNode",value:this.canonicalIssuer.getId(e.value)}}}},1640:function(e,t,n){var a=this&&this.__createBinding||(Object.create?function(e,t,n,a){void 0===a&&(a=n),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,a){void 0===a&&(a=n),e[a]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||a(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(7970),t),r(n(7498),t),r(n(6381),t),r(n(2808),t),r(n(2016),t),r(n(3387),t),r(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 a=n(7970),r=n(6381),o=n(2808),s=n(2016),d=n(3387),w=n(1573);let i=0;t.DataFactory=class{constructor(e){this.blankNodeCounter=0,e=e||{},this.blankNodePrefix=e.blankNodePrefix||`df_${i++}_`}namedNode(e){return new s.NamedNode(e)}blankNode(e){return new a.BlankNode(e||`${this.blankNodePrefix}${this.blankNodeCounter++}`)}literal(e,t){return new o.Literal(e,t)}variable(e){return new w.Variable(e)}defaultGraph(){return r.DefaultGraph.INSTANCE}quad(e,t,n,a){return new d.Quad(e,t,n,a||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(o.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 a=n(2016);class r{constructor(e,t){this.termType="Literal",this.value=e,"string"==typeof t?(this.language=t,this.datatype=r.RDF_LANGUAGE_STRING):t?(this.language="",this.datatype=t):(this.language="",this.datatype=r.XSD_STRING)}equals(e){return!!e&&"Literal"===e.termType&&e.value===this.value&&e.language===this.language&&e.datatype.equals(this.datatype)}}t.Literal=r,r.RDF_LANGUAGE_STRING=new a.NamedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),r.XSD_STRING=new a.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,a){this.termType="Quad",this.value="",this.subject=e,this.predicate=t,this.object=n,this.graph=a}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 a=this&&this.__createBinding||(Object.create?function(e,t,n,a){void 0===a&&(a=n),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,a){void 0===a&&(a=n),e[a]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||a(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.getSupportedJavaScriptPrimitives=t.getSupportedRdfDatatypes=t.getTermRaw=t.toRdf=t.fromRdf=void 0;const o=n(1640),s=n(3295),d=n(38);r(n(3295),t),r(n(5425),t),r(n(38),t);const w=new o.DataFactory,i=new d.Translator;function h(e,t){return i.fromRdf(e,t)}i.registerHandler(new s.TypeHandlerString,s.TypeHandlerString.TYPES.map((e=>w.namedNode(e))),["string"]),i.registerHandler(new s.TypeHandlerBoolean,[s.TypeHandlerBoolean.TYPE].map((e=>w.namedNode(e))),["boolean"]),i.registerHandler(new s.TypeHandlerNumberDouble,s.TypeHandlerNumberDouble.TYPES.map((e=>w.namedNode(e))),["number"]),i.registerHandler(new s.TypeHandlerNumberInteger,s.TypeHandlerNumberInteger.TYPES.map((e=>w.namedNode(e))),["number"]),i.registerHandler(new s.TypeHandlerDate,s.TypeHandlerDate.TYPES.map((e=>w.namedNode(e))),["object"]),t.fromRdf=h,t.toRdf=function(e,t){return t&&"namedNode"in t&&(t={dataFactory:t}),(t=t||{})&&!t.dataFactory&&(t.dataFactory=w),i.toRdf(e,t)},t.getTermRaw=function(e,t){return"Literal"===e.termType?h(e,t):e.value},t.getSupportedRdfDatatypes=function(){return i.getSupportedRdfDatatypes()},t.getSupportedJavaScriptPrimitives=function(){return i.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 a of n){const n=a.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 a=n(38);class r{fromRdf(e,t){switch(e.value){case"true":case"1":return!0;case"false":case"0":return!1}return t&&a.Translator.incorrectRdfDataType(e),!1}toRdf(e,{datatype:t,dataFactory:n}){return n.literal(e?"true":"false",t||n.namedNode(r.TYPE))}}t.TypeHandlerBoolean=r,r.TYPE="http://www.w3.org/2001/XMLSchema#boolean"},3896:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TypeHandlerDate=void 0;const a=n(38);class r{fromRdf(e,t){switch(t&&!e.value.match(r.VALIDATORS[e.datatype.value.substr(33,e.datatype.value.length)])&&a.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(r.TYPES[0]),!(e instanceof Date))return null;const a=e;let o;switch(t.value){case"http://www.w3.org/2001/XMLSchema#gDay":o=String(a.getUTCDate());break;case"http://www.w3.org/2001/XMLSchema#gMonthDay":o=a.getUTCMonth()+1+"-"+a.getUTCDate();break;case"http://www.w3.org/2001/XMLSchema#gYear":o=String(a.getUTCFullYear());break;case"http://www.w3.org/2001/XMLSchema#gYearMonth":o=a.getUTCFullYear()+"-"+(a.getUTCMonth()+1);break;case"http://www.w3.org/2001/XMLSchema#date":o=a.toISOString().replace(/T.*$/,"");break;default:o=a.toISOString()}return n.literal(o,t)}}t.TypeHandlerDate=r,r.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"],r.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 a=n(38);class r{fromRdf(e,t){const n=parseFloat(e.value);return t&&isNaN(n)&&a.Translator.incorrectRdfDataType(e),n}toRdf(e,{datatype:t,dataFactory:n}){return t=t||n.namedNode(r.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=r,r.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 a=n(38);class r{fromRdf(e,t){const n=parseInt(e.value,10);return t&&(isNaN(n)||e.value.indexOf(".")>=0)&&a.Translator.incorrectRdfDataType(e),n}toRdf(e,{datatype:t,dataFactory:n}){return n.literal(String(e),t||(e<=r.MAX_INT&&e>=r.MIN_INT?n.namedNode(r.TYPES[0]):n.namedNode(r.TYPES[1])))}}t.TypeHandlerNumberInteger=r,r.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"],r.MAX_INT=2147483647,r.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 a=this&&this.__createBinding||(Object.create?function(e,t,n,a){void 0===a&&(a=n),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,a){void 0===a&&(a=n),e[a]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||a(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(3737),t),r(n(3896),t),r(n(340),t),r(n(9736),t),r(n(7968),t)},1623:(e,t,n)=>{const a=n(7906),r=n(5632),o=n(3643);e.exports={validators:a,validateTerm:r,validateQuad:o}},6904:(e,t,n)=>{const a=n(3402);e.exports={csvw:a("http://www.w3.org/ns/csvw#"),rdf:a("http://www.w3.org/1999/02/22-rdf-syntax-ns#"),rdfs:a("http://www.w3.org/2000/01/rdf-schema#"),xsd:a("http://www.w3.org/2001/XMLSchema#")}},3643:(e,t,n)=>{const a=n(5632);e.exports=function(e){return"Literal"!==e.object.termType||a(e.object)}},5632:(e,t,n)=>{const a=n(7906);e.exports=function(e){if("Literal"!==e.termType)throw new Error("Cannot validate non-literal terms");const t=a.find(e.datatype);return!t||t(e.value)}},7906:(e,t,n)=>{const{csvw:a,rdf:r,xsd:o}=n(6904),s=n(6083),d=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 w(e){return!["\n","\r","\t"].some((t=>e.includes(t)))}d.register(o.anySimpleType,(e=>!0)),d.register(o.anyAtomicType,(e=>!0)),d.register(o.string,(e=>!0)),d.register(o.normalizedString,(e=>w(e))),d.register(o.token,(e=>w(e)&&!e.startsWith(" ")&&!e.endsWith(" ")&&!e.includes(" ")));const i=/^[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*$/;d.register(o.language,(e=>i.test(e)));const h=/^[^\ufffe\uffff]*$/;d.register(o.anyURI,(e=>h.test(e)));const l=new RegExp("^(\\+|-)?\\d+$");d.register(o.integer,(e=>l.test(e))),d.register(o.nonNegativeInteger,(e=>l.test(e)&&BigInt(e)>=BigInt("0"))),d.register(o.positiveInteger,(e=>l.test(e)&&BigInt(e)>BigInt("0"))),d.register(o.nonPositiveInteger,(e=>l.test(e)&&BigInt(e)<=BigInt("0"))),d.register(o.negativeInteger,(e=>l.test(e)&&BigInt(e)<BigInt("0"))),d.register(o.int,(e=>l.test(e)&&BigInt(e)>=BigInt("-2147483647")&&BigInt(e)<=BigInt("2147483648"))),d.register(o.unsignedInt,(e=>l.test(e)&&BigInt(e)>=BigInt("0")&&BigInt(e)<=BigInt("4294967295"))),d.register(o.long,(e=>l.test(e)&&BigInt(e)>=BigInt("-9223372036854775808")&&BigInt(e)<=BigInt("9223372036854775807"))),d.register(o.unsignedLong,(e=>l.test(e)&&BigInt(e)>=BigInt("0")&&BigInt(e)<=BigInt("18446744073709551615"))),d.register(o.short,(e=>l.test(e)&&BigInt(e)>=BigInt("-32768")&&BigInt(e)<=BigInt("32767"))),d.register(o.unsignedShort,(e=>l.test(e)&&BigInt(e)>=BigInt("0")&&BigInt(e)<=BigInt("65535"))),d.register(o.byte,(e=>l.test(e)&&BigInt(e)>=BigInt("-128")&&BigInt(e)<=BigInt("127"))),d.register(o.unsignedByte,(e=>l.test(e)&&BigInt(e)>=BigInt("0")&&BigInt(e)<=BigInt("255"))),d.register(o.boolean,(e=>"1"===e||"true"===e||"0"===e||"false"===e));const c="(\\+|-)?\\d+(\\.\\d+)?",p=new RegExp(`^(\\+|-)?${c}$`);d.register(o.decimal,(e=>p.test(e))),d.register(o.float,m),d.register(o.double,m);const u=new RegExp(`^(\\+|-)?${c}((E|e)(\\+|-)?\\d+)?$`);function m(e){return"INF"===e||"-INF"===e||"NaN"===e||u.test(e)}const f="T((\\d+H(\\d+M)?(\\d+(\\.\\d+)?S)?)|(\\d+M(\\d+(\\.\\d+)?S)?)|\\d+(\\.\\d+)?S)",g=`(\\d+D(${f})?|${f})`,N=new RegExp(`^-?P(((\\d+Y(\\d+M)?|\\d+M)(${g})?)|${g})$`);d.register(o.duration,(e=>N.test(e)));const y=new RegExp(`^-?P${g}$`);d.register(o.dayTimeDuration,(e=>y.test(e)));const b=new RegExp("^-?P(\\d+Y(\\d+M)?|\\d+M)$");d.register(o.yearMonthDuration,(e=>b.test(e)));const _="-?(([1-9]\\d{3,})|(0\\d{3}))",v="(((\\+|-)\\d{2}:\\d{2})|Z)",S=`${_}-\\d{2}-\\d{2}`,x="\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?",C=new RegExp(`^${S}T${x}${v}?$`);d.register(o.dateTime,(e=>C.test(e)));const q=new RegExp(`^${S}T${x}${v}$`);d.register(o.dateTimeStamp,(e=>q.test(e)));const E=new RegExp(`^${S}${v}?$`);d.register(o.date,(e=>E.test(e)));const R=new RegExp(`^\\d{2}${v}?$`);d.register(o.gDay,(e=>R.test(e)));const T=new RegExp(`^--\\d{2}${v}?$`);d.register(o.gMonth,(e=>T.test(e)));const A=new RegExp(`^\\d{2}-\\d{2}${v}?$`);d.register(o.gMonthDay,(e=>A.test(e)));const I=new RegExp(`^${_}${v}?$`);d.register(o.gYear,(e=>I.test(e)));const L=new RegExp(`^${_}-\\d{2}${v}?$`);d.register(o.gYearMonth,(e=>L.test(e)));const j=new RegExp(`^${x}${v}?$`);d.register(o.time,(e=>j.test(e)));const P=/^([0-9a-fA-F]{2})*$/;d.register(o.hexBinary,(e=>P.test(e)));const M="([A-Za-z0-9+/] ?)",k=new RegExp(`^((${M}{4})*((${M}{3}[A-Za-z0-9+/])|(${M}{2}([AEIMQUYcgkosw048] ?)=)|(${M}([AQgw] ?)= ?=)))?$`);d.register(o.base64Binary,(e=>k.test(e))),d.register(a.JSON,(e=>{try{return JSON.parse(e),!0}catch(e){return!1}})),d.register(o.NOTATION,(e=>!0)),d.register(o.QName,(e=>!0)),d.register(o.Name,(e=>!0)),d.register(o.NCName,(e=>!0)),d.register(o.ENTITY,(e=>!0)),d.register(o.ID,(e=>!0)),d.register(o.IDREF,(e=>!0)),d.register(o.NMTOKEN,(e=>!0)),d.register(o.ENTITIES,(e=>!0)),d.register(o.IDREFS,(e=>!0)),d.register(o.NMTOKENS,(e=>!0)),d.register(r.XMLLiteral,(e=>!0)),d.register(r.HTML,(e=>!0)),e.exports=d},1989:(e,t,n)=>{const a=n(7114),{prepareNamespaces:r}=n(8782),o=n(6653),s=n(7322),d=n(3086);e.exports=class{constructor(e,t){t=t||{},this.factory=t.factory||n(6521),this.ns=r(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=a({dataset:e,factory:this.factory}),this.validationEngine.validateAll(this.$data),this.validationEngine.getReport()}validateNode(e,t,n){return this.$data=a({dataset:e,factory:this.factory}),this.nodeConformsToShape(t,n),this.validationEngine.getReport()}loadShapes(e){const t=d(this.factory),n=this.factory.dataset(t.concat([...e]));this.$shapes=a({dataset:n,factory:this.factory}),this.shapesGraph=new o(this)}nodeConformsToShape(e,t){const n=this.shapesGraph.getShape(t);try{return this.depth++,!this.validationEngine.validateNodeAgainstShape(e,n,this.$data)}finally{this.depth--}}}},2213:(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 a=0,r=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(a++,"%c"===e&&(r=a))})),t.splice(r,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(6130)(t);const{formatters:a}=e.exports;a.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},6130:(e,t,n)=>{e.exports=function(e){function t(e){let n,r,o,s=null;function d(...e){if(!d.enabled)return;const a=d,r=Number(new Date),o=r-(n||r);a.diff=o,a.prev=n,a.curr=r,n=r,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,r)=>{if("%%"===n)return"%";s++;const o=t.formatters[r];if("function"==typeof o){const t=e[s];n=o.call(a,t),e.splice(s,1),s--}return n})),t.formatArgs.call(a,e),(a.log||t.log).apply(a,e)}return d.namespace=e,d.useColors=t.useColors(),d.color=t.selectColor(e),d.extend=a,d.destroy=t.destroy,Object.defineProperty(d,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==s?s:(r!==t.namespaces&&(r=t.namespaces,o=t.enabled(e)),o),set:e=>{s=e}}),"function"==typeof t.init&&t.init(d),d}function a(e,n){const a=t(this.namespace+(void 0===n?":":n)+e);return a.log=this.log,a}function r(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(r),...t.skips.map(r).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 a=("string"==typeof e?e:"").split(/[\s,]+/),r=a.length;for(n=0;n<r;n++)a[n]&&("-"===(e=a[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,a;for(n=0,a=t.skips.length;n<a;n++)if(t.skips[n].test(e))return!1;for(n=0,a=t.names.length;n<a;n++)if(t.names[n].test(e))return!0;return!1},t.humanize=n(0),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}},0:e=>{var t=1e3,n=60*t,a=60*n,r=24*a;function o(e,t,n,a){var r=t>=1.5*n;return Math.round(e/n)+" "+a+(r?"s":"")}e.exports=function(e,s){s=s||{};var d,w,i=typeof e;if("string"===i&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var o=/^(-?(?:\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(o){var s=parseFloat(o[1]);switch((o[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*r;case"hours":case"hour":case"hrs":case"hr":case"h":return s*a;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"===i&&isFinite(e))return s.long?(d=e,(w=Math.abs(d))>=r?o(d,w,r,"day"):w>=a?o(d,w,a,"hour"):w>=n?o(d,w,n,"minute"):w>=t?o(d,w,t,"second"):d+" ms"):function(e){var o=Math.abs(e);return o>=r?Math.round(e/r)+"d":o>=a?Math.round(e/a)+"h":o>=n?Math.round(e/n)+"m":o>=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))}},5586:(e,t,n)=>{const a=n(2635),r=n(9349);function o(e,t){const n=e.in(t.rdfs.subClassOf),a=n.toArray().reduce(((e,n)=>{const a=o(n,t);return e.addAll(a),e}),new r);return new r([...n.terms,...a])}e.exports={extractStructure:function e(t,n,r=new a){if("BlankNode"!==n.termType||r.has(n))return[];r.add(n);const o=[...t.match(n,null,null)],s=o.map((n=>e(t,n.object,r)));return o.concat(...s)},getInstancesOf:function(e,t){const n=o(e,t);return n.add(e.term),[...n].reduce(((n,a)=>{const r=e.node(a).in(t.rdf.type).terms;return n.addAll(r),n}),new r)},getSubClassesOf:o,isInstanceOf:function(e,t,n){const a=o(t,n);return a.add(t.term),e.out(n.rdf.type).terms.some((e=>a.has(e)))},rdfListToArray:function(e){return[...e.list()].map((({term:e})=>e))}}},8782:(e,t,n)=>{const a=n(3402),r=e=>({sh:a("http://www.w3.org/ns/shacl#",{factory:e}),xsd:a("http://www.w3.org/2001/XMLSchema#",{factory:e}),rdf:a("http://www.w3.org/1999/02/22-rdf-syntax-ns#",{factory:e}),rdfs:a("http://www.w3.org/2000/01/rdf-schema#",{factory:e})}),o=r();e.exports={...o,prepareNamespaces:r}},9349:(e,t,n)=>{const a=n(2635);e.exports=class extends a{addAll(e){for(const t of e)this.add(t)}}},8277:(e,t,n)=>{const a=n(9349);function r(e,t,n){return[...o(e,t,n)]}function o(e,t,n){if("NamedNode"===n.termType)return function(e,t,n){return new a(e.node(t).out(n).terms)}(e,t,n);if(Array.isArray(n))return function(e,t,n){let o=new a([t]);for(const t of n)o=new a(d(o,(n=>r(e,n,t))));return o}(e,t,n);if(n.or)return function(e,t,n){return new a(d(n.or,(n=>r(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 a(e.node(t).in(n.inverse).terms)}(e,t,n);if(n.zeroOrOne)return function(e,t,n){const a=o(e,t,n.zeroOrOne);return a.add(t),a}(e,t,n);if(n.zeroOrMore)return function(e,t,n){const a=s(e,t,n.zeroOrMore);return a.add(t),a}(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,r){(r=r||new a).add(t);const w=o(e,t,n),i=d(w,(t=>r.has(t)?[]:[...s(e,t,n,r)]));return w.addAll(i),w}function d(e,t){return[...e].reduce(((e,n)=>e.concat(t(n))),[])}e.exports={extractPropertyPath:function e(t,n,a){if("NamedNode"===t.term.termType&&!a)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,a)));const r=t.out(n.sh.alternativePath);if(r.term)return{or:[...r.list()].map((t=>e(t,n,a)))};const o=t.out(n.sh.zeroOrMorePath);if(o.term)return{zeroOrMore:e(o,n,a)};const s=t.out(n.sh.oneOrMorePath);if(s.term)return{oneOrMore:e(s,n,a)};const d=t.out(n.sh.zeroOrOnePath);if(d.term)return{zeroOrOne:e(d,n,a)};const w=t.out(n.sh.inversePath);return w.term?{inverse:e(w,n,a)}:t.term}throw new Error(`Unsupported SHACL path: ${t.term.value}`)},getPathObjects:r}},6653:(e,t,n)=>{const a=n(9349),r=n(3319),o=n(7747),{extractPropertyPath:s,getPathObjects:d}=n(8277),{getInstancesOf:w,isInstanceOf:i}=n(5586);class h{constructor(e,t,n,a){this.shape=e,this.component=t,this.paramValue=n,this.shapeNodePointer=a.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 l{constructor(e,t){const{$shapes:n,factory:a,ns:r}=t,{sh:o,xsd:s}=r;this.context=t,this.node=e,this.nodePointer=n.node(e),this.parameters=[],this.parameterNodes=[],this.requiredParameters=[],this.optionals={};const d=a.literal("true",s.boolean);this.nodePointer.out(o.parameter).forEach((e=>{const t=e.term;e.out(o.path).forEach((({term:e})=>{this.parameters.push(e),this.parameterNodes.push(t),n.dataset.match(t,o.optional,d).size>0?this.optionals[e.value]=!0:this.requiredParameters.push(e)}))})),this.nodeValidationFunction=this.findValidationFunction(o.nodeValidator),this.nodeValidationFunction||(this.nodeValidationFunction=this.findValidationFunction(o.validator),this.nodeValidationFunctionGeneric=!0),this.propertyValidationFunction=this.findValidationFunction(o.propertyValidator),this.propertyValidationFunction||(this.propertyValidationFunction=this.findValidationFunction(o.validator),this.propertyValidationFunctionGeneric=!0)}findValidationFunction(e){const t=e.value.split("#").slice(-1)[0],n=this.findValidator(t);return n?new r(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 a=n.message;return a?[a]:[]}findValidator(e){const t=o[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:r,shapesGraph:o}=e,{sh:s}=r;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 d=new a;[...n.dataset.match(t,null,null)].forEach((e=>{const a=o.getComponentWithParameter(e.predicate);a&&!d.has(a.node)&&(1===a.parameters.length?this.constraints.push(new h(this,a,e.object,n)):a.isComplete(t)&&(this.constraints.push(new h(this,a,void 0,n)),d.add(a.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:r,sh:o}=n,s=new a;i(t.node(this.shapeNode),t.node(r.Class),n)&&s.addAll(w(e.node(this.shapeNode),n)),[...t.dataset.match(this.shapeNode,o.targetClass,null)].forEach((({object:t})=>{s.addAll(w(e.node(t),n))}));const d=this.shapeNodePointer.out(o.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(d),this.shapeNodePointer.out(o.targetSubjectsOf).terms.forEach((t=>{const n=[...e.dataset.match(null,t,null)].map((({subject:e})=>e));s.addAll(n)})),this.shapeNodePointer.out(o.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?d(t,e,this.pathObject):[e]}}e.exports=class{constructor(e){this.context=e;const{sh:t}=e.ns,n=w(e.$shapes.node(t.ConstraintComponent),e.ns);this._components=[...n].map((t=>new l(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 a;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:a}=t;return this._shapesWithTarget||(this._shapesWithTarget=this.shapeNodesWithConstraints.filter((r=>i(e.node(r),e.node(n.Class),t)||e.node(r).out([a.targetClass,a.targetNode,a.targetSubjectsOf,a.targetObjectsOf,a.target]).terms.length>0)).map((e=>this.getShape(e)))),this._shapesWithTarget}}},7322:(e,t,n)=>{const a=n(7114),r=n(968),{extractStructure:o}=n(5586),s=n(2213)("validation-enging::error");function d(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=a({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 a of n){const n=a.getTargetNodes(e);for(const r of n)this.validateNodeAgainstShape(r,a,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 a=t.getValueNodes(e,n);let r=!1;for(const o of t.constraints)this.validateNodeAgainstConstraint(e,a,o,n)&&(r=!0);return r}validateNodeAgainstConstraint(e,t,n,a){const{sh:r}=this.context.ns;if(this.maxErrorsReached())return!0;if(r.PropertyConstraintComponent.equals(n.component.node)){let e=!1;for(const r of t)this.validateNodeAgainstShape(r,this.context.shapesGraph.getShape(n.paramValue),a)&&(e=!0);return e}if(!n.validationFunction)throw new Error("Cannot find validator for constraint component "+n.component.node.value);if(n.isValidationFunctionGeneric){let a=!1;for(const r of t){if(this.maxErrorsReached())break;const t=this.validateValueNodeAgainstConstraint(e,r,n);t&&this.violationsCount++,a=a||t}return a}return this.validateValueNodeAgainstConstraint(e,null,n)}validateValueNodeAgainstConstraint(e,t,n){const{sh:a}=this.context.ns;this.recordErrorsLevel++;const r=n.validationFunction.execute(e,t,n),o=(Array.isArray(r)?r:[r]).map((a=>this.createResultFromObject(a,n,e,t))).filter(Boolean);if(1===this.recordErrorsLevel)for(const e of o)d(e,this.reportPointer,a.result);else this.nestedResults[this.recordErrorsLevel]=(this.nestedResults[this.recordErrorsLevel]||[]).concat(o);return this.recordErrorsLevel--,o.length>0}maxErrorsReached(){return!!this.maxErrors&&this.violationsCount>=this.maxErrors}getReport(){if(this.validationError)throw s("Validation Failure: "+this.validationError),this.validationError;return new r(this.reportPointer,{factory:this.factory,ns:this.context.ns})}createResultFromObject(e,t,n,a){const{sh:r}=this.context.ns,o=this.normalizeValidationResult(e,a);if(!o)return null;const s=this.createResult(t,n);o.path?(s.addOut(r.resultPath,o.path),this.copyNestedStructure(o.path,s)):t.shape.isPropertyShape&&(s.addOut(r.resultPath,t.shape.path),this.copyNestedStructure(t.shape.path,s)),o.value?(s.addOut(r.value,o.value),this.copyNestedStructure(o.value,s)):a&&(s.addOut(r.value,a),this.copyNestedStructure(a,s));const d=this.createResultMessages(o,t);for(const e of d)s.addOut(r.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:r}=this.context.ns,o=e.shape.severity,s=e.component.node,w=e.shape.shapeNode,i=this.factory.blankNode(),h=a({dataset:this.factory.dataset(),term:i});h.addOut(n.type,r.ValidationResult).addOut(r.resultSeverity,o).addOut(r.sourceConstraintComponent,s).addOut(r.sourceShape,w).addOut(r.focusNode,t),this.copyNestedStructure(w,h),this.copyNestedStructure(t,h);const l=this.nestedResults[this.recordErrorsLevel+1];if(l){if(s.equals(r.NodeConstraintComponent))for(const e of l)d(e,h,r.detail);this.nestedResults[this.recordErrorsLevel+1]=[]}return h}copyNestedStructure(e,t){const n=o(this.context.$shapes.dataset,e);for(const e of n)t.dataset.add(e)}createResultMessages(e,t){const{$shapes:n,ns:a}=this.context,{sh:r}=a;let o=[];return e.message&&(o=[this.factory.literal(e.message)]),0===o.length&&(o=n.node(t.shape.shapeNode).out(r.message).terms),0===o.length&&(o=t.componentMessages.map((e=>this.factory.literal(e)))),0===o.length&&(o=n.node(t.component.node).out(r.message).terms),o.map((e=>function(e,t,n){const a=t.component.parameters.reduce(((e,n)=>{const a=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),r=(o=t.getParameterValue(n))?"NamedNode"===o.termType?"<"+o.value+">":"BlankNode"===o.termType?"Blank node "+o.value:o.value:"NULL";var o;return e.replace(`{$${a}}`,r).replace(`{?${a}}`,r)}),e.value);return n.literal(a,e.language||e.datatype)}(e,t,this.factory)))}}},3319:(e,t,n)=>{const a="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(a,[this.context,e,t,n])}}},968:(e,t,n)=>{const{prepareNamespaces:a}=n(8782);class r{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 r(e,this.ns)))}}e.exports=class{constructor(e,t){t=t||{},this.factory=t.factory||n(6521),this.ns=t.ns||a(this.factory);const{sh:o,xsd:s}=this.ns;this.pointer=e,this.term=e.term,this.dataset=e.dataset;const d=e.out(o.result),w=0===d.terms.length;e.addOut(o.conforms,this.factory.literal(w.toString(),s.boolean)),this.conforms=w,this.results=d.toArray().map((e=>new r(e,this.ns)))}}},7747:(e,t,n)=>{const a=n(4817),{sh:r}=n(8782);e.exports={[r.AndConstraintComponent.value]:{validator:{func:a.validateAnd}},[r.ClassConstraintComponent.value]:{validator:{func:a.validateClass}},[r.ClosedConstraintComponent.value]:{validator:{func:a.validateClosed,message:"Predicate is not allowed (closed shape)"}},[r.DatatypeConstraintComponent.value]:{validator:{func:a.validateDatatype,message:"Value does not have datatype {$datatype}"}},[r.DisjointConstraintComponent.value]:{validator:{func:a.validateDisjoint,message:"Value node must not also be one of the values of {$disjoint}"}},[r.EqualsConstraintComponent.value]:{nodeValidator:{func:a.validateEqualsNode,message:"Must have same values as {$equals}"},propertyValidator:{func:a.validateEqualsProperty,message:"Must have same values as {$equals}"}},[r.HasValueConstraintComponent.value]:{nodeValidator:{func:a.validateHasValueNode,message:"Value must be {$hasValue}"},propertyValidator:{func:a.validateHasValueProperty,message:"Missing expected value {$hasValue}"}},[r.InConstraintComponent.value]:{validator:{func:a.validateIn,message:"Value is not in {$in}"}},[r.LanguageInConstraintComponent.value]:{validator:{func:a.validateLanguageIn,message:"Language does not match any of {$languageIn}"}},[r.LessThanConstraintComponent.value]:{propertyValidator:{func:a.validateLessThanProperty,message:"Value is not less than value of {$lessThan}"}},[r.LessThanOrEqualsConstraintComponent.value]:{propertyValidator:{func:a.validateLessThanOrEqualsProperty,message:"Value is not less than or equal to value of {$lessThanOrEquals}"}},[r.MaxCountConstraintComponent.value]:{propertyValidator:{func:a.validateMaxCountProperty,message:"More than {$maxCount} values"}},[r.MaxExclusiveConstraintComponent.value]:{validator:{func:a.validateMaxExclusive,message:"Value is not less than {$maxExclusive}"}},[r.MaxInclusiveConstraintComponent.value]:{validator:{func:a.validateMaxInclusive,message:"Value is not less than or equal to {$maxInclusive}"}},[r.MaxLengthConstraintComponent.value]:{validator:{func:a.validateMaxLength,message:"Value has more than {$maxLength} characters"}},[r.MinCountConstraintComponent.value]:{propertyValidator:{func:a.validateMinCountProperty,message:"Less than {$minCount} values"}},[r.MinExclusiveConstraintComponent.value]:{validator:{func:a.validateMinExclusive,message:"Value is not greater than {$minExclusive}"}},[r.MinInclusiveConstraintComponent.value]:{validator:{func:a.validateMinInclusive,message:"Value is not greater than or equal to {$minInclusive}"}},[r.MinLengthConstraintComponent.value]:{validator:{func:a.validateMinLength,message:"Value has less than {$minLength} characters"}},[r.NodeConstraintComponent.value]:{validator:{func:a.validateNode,message:"Value does not have shape {$node}"}},[r.NodeKindConstraintComponent.value]:{validator:{func:a.validateNodeKind,message:"Value does not have node kind {$nodeKind}"}},[r.NotConstraintComponent.value]:{validator:{func:a.validateNot,message:"Value does have shape {$not}"}},[r.OrConstraintComponent.value]:{validator:{func:a.validateOr}},[r.PatternConstraintComponent.value]:{validator:{func:a.validatePattern,message:'Value does not match pattern "{$pattern}"'}},[r.QualifiedMaxCountConstraintComponent.value]:{propertyValidator:{func:a.validateQualifiedMaxCountProperty,message:"More than {$qualifiedMaxCount} values have shape {$qualifiedValueShape}"}},[r.QualifiedMinCountConstraintComponent.value]:{propertyValidator:{func:a.validateQualifiedMinCountProperty,message:"Less than {$qualifiedMinCount} values have shape {$qualifiedValueShape}"}},[r.UniqueLangConstraintComponent.value]:{propertyValidator:{func:a.validateUniqueLangProperty,message:'Language "{?lang}" used more than once'}},[r.XoneConstraintComponent.value]:{validator:{func:a.validateXone}}}},4817:(e,t,n)=>{const{validateTerm:a}=n(1623),{fromRdf:r}=n(7945),o=n(9349),{getPathObjects:s}=n(8277),{isInstanceOf:d,rdfListToArray:w}=n(5586);function i(e,t,n){const{sh:a,xsd:r}=e.ns,d=n.shape.shapeNode,w=n.getParameterValue(a.qualifiedValueShapesDisjoint),i=n.getParameterValue(a.qualifiedValueShape),h=e.factory.literal("true",r.boolean),l=new o;if(h.equals(w)){const t=e.$shapes.node(d).in(a.property).out(a.property).out(a.qualifiedValueShape).filter((({term:e})=>!e.equals(i))).terms;l.addAll(t)}const c=n.shape.pathObject;return s(e.$data,t,c).filter((t=>e.nodeConformsToShape(t,i)&&!function(e,t,n){for(let a=0;a<n.length;a++)if(e.nodeConformsToShape(t,n[a]))return!0;return!1}(e,t,[...l]))).length}function h(e,t,n){if(!e||!t||"Literal"!==e.termType||"Literal"!==t.termType)return null;if(l(e,n)!==l(t,n))return null;const a=r(e),o=r(t);return typeof a!=typeof o?null:"string"==typeof a?a.localeCompare(o):a-o}function l(e,t){return t.xsd.dateTime.equals(e.datatype)&&/^.*(((\+|-)\d{2}:\d{2})|Z)$/.test(e.value)}e.exports={validateAnd:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.and);return w(e.$shapes.node(o)).every((t=>e.nodeConformsToShape(n,t)))},validateClass:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.class);return d(e.$data.node(n),e.$data.node(o),e.ns)},validateClosed:function(e,t,n,a){const{sh:r,xsd:s}=e.ns,d=a.getParameterValue(r.closed),i=a.getParameterValue(r.ignoredProperties),h=a.shape.shapeNode;if(!e.factory.literal("true",s.boolean).equals(d))return;const l=new o(e.$shapes.node(h).out(r.property).out(r.path).terms.filter((e=>"NamedNode"===e.termType)));i&&l.addAll(w(e.$shapes.node(i)));const c=[];return[...e.$data.dataset.match(n,null,null)].filter((({predicate:e})=>!l.has(e))).forEach((({predicate:e,object:t})=>{c.push({path:e,value:t})})),c},validateDatatype:function(e,t,n,r){const{sh:o}=e.ns,s=r.getParameterValue(o.datatype);return"Literal"===n.termType&&s.equals(n.datatype)&&a(n)},validateDisjoint:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.disjoint);return 0===e.$data.dataset.match(t,o,n).size},validateEqualsNode:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.equals),d=[];let w=0;return s(e.$data,t,o).forEach((e=>{w++,e.equals(t)||d.push({value:e})})),0===d.length&&0===w&&d.push({value:t}),d},validateEqualsProperty:function(e,t,n,a){const{sh:r}=e.ns,o=a.shape.pathObject,d=a.getParameterValue(r.equals),w=[];return s(e.$data,t,o).forEach((n=>{0===e.$data.dataset.match(t,d,n).size&&w.push({value:n})})),[...e.$data.dataset.match(t,d,null)].forEach((({object:n})=>{const a=n;s(e.$data,t,o).some((e=>e.equals(a)))||w.push({value:a})})),w},validateHasValueNode:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.hasValue);return t.equals(o)},validateHasValueProperty:function(e,t,n,a){const{sh:r}=e.ns,o=a.shape.pathObject,d=a.getParameterValue(r.hasValue);return s(e.$data,t,o).some((e=>e.equals(d)))},validateIn:function(e,t,n,a){const{sh:r}=e.ns,s=a.getParameterValue(r.in);return new o(w(e.$shapes.node(s))).has(n)},validateLanguageIn:function(e,t,n,a){const{sh:r}=e.ns;if("Literal"!==n.termType)return!1;const o=n.language;if(!o||""===o)return!1;const s=a.getParameterValue(r.languageIn);return w(e.$shapes.node(s)).some((e=>o.startsWith(e.value)))},validateLessThanProperty:function(e,t,n,a){const{sh:r}=e.ns,o=a.shape.pathObject,d=s(e.$data,t,o),w=a.getParameterValue(r.lessThan),i=e.$data.node(t).out(w).terms,l=[];for(const t of d)for(const n of i){const a=h(t,n,e.ns);(null===a||a>=0)&&l.push({value:t})}return l},validateLessThanOrEqualsProperty:function(e,t,n,a){const{sh:r}=e.ns,o=a.shape.pathObject,d=s(e.$data,t,o),w=a.getParameterValue(r.lessThanOrEquals),i=e.$data.node(t).out(w).terms,l=[];for(const t of d)for(const n of i){const a=h(t,n,e.ns);(null===a||a>0)&&l.push({value:t})}return l},validateMaxCountProperty:function(e,t,n,a){const{sh:r}=e.ns,o=a.shape.pathObject,d=s(e.$data,t,o).length,w=a.getParameterValue(r.maxCount);return d<=Number(w.value)},validateMaxExclusive:function(e,t,n,a){const{sh:r}=e.ns,o=h(n,a.getParameterValue(r.maxExclusive),e.ns);return null!==o&&o<0},validateMaxInclusive:function(e,t,n,a){const{sh:r}=e.ns,o=h(n,a.getParameterValue(r.maxInclusive),e.ns);return null!==o&&o<=0},validateMaxLength:function(e,t,n,a){if("BlankNode"===n.termType)return!1;const{sh:r}=e.ns,o=a.getParameterValue(r.maxLength);return n.value.length<=Number(o.value)},validateMinCountProperty:function(e,t,n,a){const{sh:r}=e.ns,o=a.shape.pathObject,d=s(e.$data,t,o).length,w=a.getParameterValue(r.minCount);return d>=Number(w.value)},validateMinExclusive:function(e,t,n,a){const{sh:r}=e.ns,o=h(n,a.getParameterValue(r.minExclusive),e.ns);return null!==o&&o>0},validateMinInclusive:function(e,t,n,a){const{sh:r}=e.ns,o=h(n,a.getParameterValue(r.minInclusive),e.ns);return null!==o&&o>=0},validateMinLength:function(e,t,n,a){if("BlankNode"===n.termType)return!1;const{sh:r}=e.ns,o=a.getParameterValue(r.minLength);return n.value.length>=Number(o.value)},validateNode:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.node);return e.nodeConformsToShape(n,o)},validateNodeKind:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.nodeKind);return"BlankNode"===n.termType?r.BlankNode.equals(o)||r.BlankNodeOrIRI.equals(o)||r.BlankNodeOrLiteral.equals(o):"NamedNode"===n.termType?r.IRI.equals(o)||r.BlankNodeOrIRI.equals(o)||r.IRIOrLiteral.equals(o):"Literal"===n.termType?r.Literal.equals(o)||r.BlankNodeOrLiteral.equals(o)||r.IRIOrLiteral.equals(o):void 0},validateNot:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.not);return!e.nodeConformsToShape(n,o)},validateOr:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.or);return w(e.$shapes.node(o)).some((t=>e.nodeConformsToShape(n,t)))},validatePattern:function(e,t,n,a){if("BlankNode"===n.termType)return!1;const{sh:r}=e.ns,o=a.getParameterValue(r.flags),s=a.getParameterValue(r.pattern);return(o?new RegExp(s.value,o.value):new RegExp(s.value)).test(n.value)},validateQualifiedMaxCountProperty:function(e,t,n,a){const{sh:r}=e.ns,o=i(e,t,a),s=a.getParameterValue(r.qualifiedMaxCount);return"Literal"===s.termType&&o<=Number(s.value)},validateQualifiedMinCountProperty:function(e,t,n,a){const{sh:r}=e.ns,o=i(e,t,a),s=a.getParameterValue(r.qualifiedMinCount);return"Literal"===s.termType&&o>=Number(s.value)},validateUniqueLangProperty:function(e,t,n,a){const{sh:r,xsd:o}=e.ns,d=a.getParameterValue(r.uniqueLang);if(!e.factory.literal("true",o.boolean).equals(d))return;const w=a.shape.pathObject,i={};s(e.$data,t,w).forEach((e=>{const t=e.language;if(t&&""!==t){const e=i[t];i[t]=e?e+1:1}}));const h=[];for(const e in i)if(Object.prototype.hasOwnProperty.call(i,e)){const t=i[e];t>1&&h.push('Language "'+e+'" has been used by '+t+" values")}return h},validateXone:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.xone);return 1===w(e.$shapes.node(o)).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#"))]}},4281:e=>{var t={};function n(e,n,a){a||(a=Error);var r=function(e){var t,a;function r(t,a,r){return e.call(this,function(e,t,a){return"string"==typeof n?n:n(e,t,a)}(t,a,r))||this}return a=e,(t=r).prototype=Object.create(a.prototype),t.prototype.constructor=t,t.__proto__=a,r}(a);r.prototype.name=a.name,r.prototype.code=e,t[e]=r}function a(e,t){if(Array.isArray(e)){var n=e.length;return e=e.map((function(e){return String(e)})),n>2?"one of ".concat(t," ").concat(e.slice(0,n-1).join(", "),", or ")+e[n-1]:2===n?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}return"of ".concat(t," ").concat(String(e))}n("ERR_INVALID_OPT_VALUE",(function(e,t){return'The value "'+t+'" is invalid for option "'+e+'"'}),TypeError),n("ERR_INVALID_ARG_TYPE",(function(e,t,n){var r,o,s,d,w;if("string"==typeof t&&(o="not ",t.substr(0,o.length)===o)?(r="must not be",t=t.replace(/^not /,"")):r="must be",function(e,t,n){return(void 0===n||n>e.length)&&(n=e.length),e.substring(n-t.length,n)===t}(e," argument"))s="The ".concat(e," ").concat(r," ").concat(a(t,"type"));else{var i=("number"!=typeof w&&(w=0),w+".".length>(d=e).length||-1===d.indexOf(".",w)?"argument":"property");s='The "'.concat(e,'" ').concat(i," ").concat(r," ").concat(a(t,"type"))}return s+". Received type ".concat(typeof n)}),TypeError),n("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),n("ERR_METHOD_NOT_IMPLEMENTED",(function(e){return"The "+e+" method is not implemented"})),n("ERR_STREAM_PREMATURE_CLOSE","Premature close"),n("ERR_STREAM_DESTROYED",(function(e){return"Cannot call "+e+" after a stream was destroyed"})),n("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),n("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),n("ERR_STREAM_WRITE_AFTER_END","write after end"),n("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),n("ERR_UNKNOWN_ENCODING",(function(e){return"Unknown encoding: "+e}),TypeError),n("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),e.exports.q=t},6753:(e,t,n)=>{var a=Object.keys||function(e){var t=[];for(var n in e)t.push(n);return t};e.exports=i;var r=n(9481),o=n(4229);n(5717)(i,r);for(var s=a(o.prototype),d=0;d<s.length;d++){var w=s[d];i.prototype[w]||(i.prototype[w]=o.prototype[w])}function i(e){if(!(this instanceof i))return new i(e);r.call(this,e),o.call(this,e),this.allowHalfOpen=!0,e&&(!1===e.readable&&(this.readable=!1),!1===e.writable&&(this.writable=!1),!1===e.allowHalfOpen&&(this.allowHalfOpen=!1,this.once("end",h)))}function h(){this._writableState.ended||process.nextTick(l,this)}function l(e){e.end()}Object.defineProperty(i.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(i.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(i.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(i.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&this._readableState.destroyed&&this._writableState.destroyed},set:function(e){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=e,this._writableState.destroyed=e)}})},2725:(e,t,n)=>{e.exports=r;var a=n(4605);function r(e){if(!(this instanceof r))return new r(e);a.call(this,e)}n(5717)(r,a),r.prototype._transform=function(e,t,n){n(null,e)}},9481:(e,t,n)=>{var a;e.exports=x,x.ReadableState=S,n(7187).EventEmitter;var r,o=function(e,t){return e.listeners(t).length},s=n(2503),d=n(8764).Buffer,w=n.g.Uint8Array||function(){},i=n(4616);r=i&&i.debuglog?i.debuglog("stream"):function(){};var h,l,c,p=n(7327),u=n(1195),m=n(2457).getHighWaterMark,f=n(4281).q,g=f.ERR_INVALID_ARG_TYPE,N=f.ERR_STREAM_PUSH_AFTER_EOF,y=f.ERR_METHOD_NOT_IMPLEMENTED,b=f.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;n(5717)(x,s);var _=u.errorOrDestroy,v=["error","close","destroy","pause","resume"];function S(e,t,r){a=a||n(6753),e=e||{},"boolean"!=typeof r&&(r=t instanceof a),this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.readableObjectMode),this.highWaterMark=m(this,e,"readableHighWaterMark",r),this.buffer=new p,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(h||(h=n(2553).StringDecoder),this.decoder=new h(e.encoding),this.encoding=e.encoding)}function x(e){if(a=a||n(6753),!(this instanceof x))return new x(e);var t=this instanceof a;this._readableState=new S(e,this,t),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),s.call(this)}function C(e,t,n,a,o){r("readableAddChunk",t);var s,i=e._readableState;if(null===t)i.reading=!1,function(e,t){if(r("onEofChunk"),!t.ended){if(t.decoder){var n=t.decoder.end();n&&n.length&&(t.buffer.push(n),t.length+=t.objectMode?1:n.length)}t.ended=!0,t.sync?T(e):(t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,A(e)))}}(e,i);else if(o||(s=function(e,t){var n,a;return a=t,d.isBuffer(a)||a instanceof w||"string"==typeof t||void 0===t||e.objectMode||(n=new g("chunk",["string","Buffer","Uint8Array"],t)),n}(i,t)),s)_(e,s);else if(i.objectMode||t&&t.length>0)if("string"==typeof t||i.objectMode||Object.getPrototypeOf(t)===d.prototype||(t=function(e){return d.from(e)}(t)),a)i.endEmitted?_(e,new b):q(e,i,t,!0);else if(i.ended)_(e,new N);else{if(i.destroyed)return!1;i.reading=!1,i.decoder&&!n?(t=i.decoder.write(t),i.objectMode||0!==t.length?q(e,i,t,!1):I(e,i)):q(e,i,t,!1)}else a||(i.reading=!1,I(e,i));return!i.ended&&(i.length<i.highWaterMark||0===i.length)}function q(e,t,n,a){t.flowing&&0===t.length&&!t.sync?(t.awaitDrain=0,e.emit("data",n)):(t.length+=t.objectMode?1:n.length,a?t.buffer.unshift(n):t.buffer.push(n),t.needReadable&&T(e)),I(e,t)}Object.defineProperty(x.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),x.prototype.destroy=u.destroy,x.prototype._undestroy=u.undestroy,x.prototype._destroy=function(e,t){t(e)},x.prototype.push=function(e,t){var n,a=this._readableState;return a.objectMode?n=!0:"string"==typeof e&&((t=t||a.defaultEncoding)!==a.encoding&&(e=d.from(e,t),t=""),n=!0),C(this,e,t,!1,n)},x.prototype.unshift=function(e){return C(this,e,null,!0,!1)},x.prototype.isPaused=function(){return!1===this._readableState.flowing},x.prototype.setEncoding=function(e){h||(h=n(2553).StringDecoder);var t=new h(e);this._readableState.decoder=t,this._readableState.encoding=this._readableState.decoder.encoding;for(var a=this._readableState.buffer.head,r="";null!==a;)r+=t.write(a.data),a=a.next;return this._readableState.buffer.clear(),""!==r&&this._readableState.buffer.push(r),this._readableState.length=r.length,this};var E=1073741824;function R(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!=e?t.flowing&&t.length?t.buffer.head.data.length:t.length:(e>t.highWaterMark&&(t.highWaterMark=function(e){return e>=E?e=E:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function T(e){var t=e._readableState;r("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(r("emitReadable",t.flowing),t.emittedReadable=!0,process.nextTick(A,e))}function A(e){var t=e._readableState;r("emitReadable_",t.destroyed,t.length,t.ended),t.destroyed||!t.length&&!t.ended||(e.emit("readable"),t.emittedReadable=!1),t.needReadable=!t.flowing&&!t.ended&&t.length<=t.highWaterMark,k(e)}function I(e,t){t.readingMore||(t.readingMore=!0,process.nextTick(L,e,t))}function L(e,t){for(;!t.reading&&!t.ended&&(t.length<t.highWaterMark||t.flowing&&0===t.length);){var n=t.length;if(r("maybeReadMore read 0"),e.read(0),n===t.length)break}t.readingMore=!1}function j(e){var t=e._readableState;t.readableListening=e.listenerCount("readable")>0,t.resumeScheduled&&!t.paused?t.flowing=!0:e.listenerCount("data")>0&&e.resume()}function P(e){r("readable nexttick read 0"),e.read(0)}function M(e,t){r("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),k(e),t.flowing&&!t.reading&&e.read(0)}function k(e){var t=e._readableState;for(r("flow",t.flowing);t.flowing&&null!==e.read(););}function O(e,t){return 0===t.length?null:(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);var n}function D(e){var t=e._readableState;r("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,process.nextTick(B,t,e))}function B(e,t){if(r("endReadableNT",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit("end"),e.autoDestroy)){var n=t._writableState;(!n||n.autoDestroy&&n.finished)&&t.destroy()}}function $(e,t){for(var n=0,a=e.length;n<a;n++)if(e[n]===t)return n;return-1}x.prototype.read=function(e){r("read",e),e=parseInt(e,10);var t=this._readableState,n=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&((0!==t.highWaterMark?t.length>=t.highWaterMark:t.length>0)||t.ended))return r("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?D(this):T(this),null;if(0===(e=R(e,t))&&t.ended)return 0===t.length&&D(this),null;var a,o=t.needReadable;return r("need readable",o),(0===t.length||t.length-e<t.highWaterMark)&&r("length less than watermark",o=!0),t.ended||t.reading?r("reading or ended",o=!1):o&&(r("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=R(n,t))),null===(a=e>0?O(e,t):null)?(t.needReadable=t.length<=t.highWaterMark,e=0):(t.length-=e,t.awaitDrain=0),0===t.length&&(t.ended||(t.needReadable=!0),n!==e&&t.ended&&D(this)),null!==a&&this.emit("data",a),a},x.prototype._read=function(e){_(this,new y("_read()"))},x.prototype.pipe=function(e,t){var n=this,a=this._readableState;switch(a.pipesCount){case 0:a.pipes=e;break;case 1:a.pipes=[a.pipes,e];break;default:a.pipes.push(e)}a.pipesCount+=1,r("pipe count=%d opts=%j",a.pipesCount,t);var s=t&&!1===t.end||e===process.stdout||e===process.stderr?u:d;function d(){r("onend"),e.end()}a.endEmitted?process.nextTick(s):n.once("end",s),e.on("unpipe",(function t(o,s){r("onunpipe"),o===n&&s&&!1===s.hasUnpiped&&(s.hasUnpiped=!0,r("cleanup"),e.removeListener("close",c),e.removeListener("finish",p),e.removeListener("drain",w),e.removeListener("error",l),e.removeListener("unpipe",t),n.removeListener("end",d),n.removeListener("end",u),n.removeListener("data",h),i=!0,!a.awaitDrain||e._writableState&&!e._writableState.needDrain||w())}));var w=function(e){return function(){var t=e._readableState;r("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&o(e,"data")&&(t.flowing=!0,k(e))}}(n);e.on("drain",w);var i=!1;function h(t){r("ondata");var o=e.write(t);r("dest.write",o),!1===o&&((1===a.pipesCount&&a.pipes===e||a.pipesCount>1&&-1!==$(a.pipes,e))&&!i&&(r("false write response, pause",a.awaitDrain),a.awaitDrain++),n.pause())}function l(t){r("onerror",t),u(),e.removeListener("error",l),0===o(e,"error")&&_(e,t)}function c(){e.removeListener("finish",p),u()}function p(){r("onfinish"),e.removeListener("close",c),u()}function u(){r("unpipe"),n.unpipe(e)}return n.on("data",h),function(e,t,n){if("function"==typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events.error?Array.isArray(e._events.error)?e._events.error.unshift(n):e._events.error=[n,e._events.error]:e.on(t,n)}(e,"error",l),e.once("close",c),e.once("finish",p),e.emit("pipe",n),a.flowing||(r("pipe resume"),n.resume()),e},x.prototype.unpipe=function(e){var t=this._readableState,n={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,n)),this;if(!e){var a=t.pipes,r=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var o=0;o<r;o++)a[o].emit("unpipe",this,{hasUnpiped:!1});return this}var s=$(t.pipes,e);return-1===s||(t.pipes.splice(s,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,n)),this},x.prototype.on=function(e,t){var n=s.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,r("on readable",a.length,a.reading),a.length?T(this):a.reading||process.nextTick(P,this))),n},x.prototype.addListener=x.prototype.on,x.prototype.removeListener=function(e,t){var n=s.prototype.removeListener.call(this,e,t);return"readable"===e&&process.nextTick(j,this),n},x.prototype.removeAllListeners=function(e){var t=s.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||process.nextTick(j,this),t},x.prototype.resume=function(){var e=this._readableState;return e.flowing||(r("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,process.nextTick(M,e,t))}(this,e)),e.paused=!1,this},x.prototype.pause=function(){return r("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(r("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},x.prototype.wrap=function(e){var t=this,n=this._readableState,a=!1;for(var o in e.on("end",(function(){if(r("wrapped end"),n.decoder&&!n.ended){var e=n.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(o){r("wrapped data"),n.decoder&&(o=n.decoder.write(o)),n.objectMode&&null==o||(n.objectMode||o&&o.length)&&(t.push(o)||(a=!0,e.pause()))})),e)void 0===this[o]&&"function"==typeof e[o]&&(this[o]=function(t){return function(){return e[t].apply(e,arguments)}}(o));for(var s=0;s<v.length;s++)e.on(v[s],this.emit.bind(this,v[s]));return this._read=function(t){r("wrapped _read",t),a&&(a=!1,e.resume())},this},"function"==typeof Symbol&&(x.prototype[Symbol.asyncIterator]=function(){return void 0===l&&(l=n(5850)),l(this)}),Object.defineProperty(x.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(x.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(x.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}}),x._fromList=O,Object.defineProperty(x.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}}),"function"==typeof Symbol&&(x.from=function(e,t){return void 0===c&&(c=n(5167)),c(x,e,t)})},4605:(e,t,n)=>{e.exports=h;var a=n(4281).q,r=a.ERR_METHOD_NOT_IMPLEMENTED,o=a.ERR_MULTIPLE_CALLBACK,s=a.ERR_TRANSFORM_ALREADY_TRANSFORMING,d=a.ERR_TRANSFORM_WITH_LENGTH_0,w=n(6753);function i(e,t){var n=this._transformState;n.transforming=!1;var a=n.writecb;if(null===a)return this.emit("error",new o);n.writechunk=null,n.writecb=null,null!=t&&this.push(t),a(e);var r=this._readableState;r.reading=!1,(r.needReadable||r.length<r.highWaterMark)&&this._read(r.highWaterMark)}function h(e){if(!(this instanceof h))return new h(e);w.call(this,e),this._transformState={afterTransform:i.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,e&&("function"==typeof e.transform&&(this._transform=e.transform),"function"==typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",l)}function l(){var e=this;"function"!=typeof this._flush||this._readableState.destroyed?c(this,null,null):this._flush((function(t,n){c(e,t,n)}))}function c(e,t,n){if(t)return e.emit("error",t);if(null!=n&&e.push(n),e._writableState.length)throw new d;if(e._transformState.transforming)throw new s;return e.push(null)}n(5717)(h,w),h.prototype.push=function(e,t){return this._transformState.needTransform=!1,w.prototype.push.call(this,e,t)},h.prototype._transform=function(e,t,n){n(new r("_transform()"))},h.prototype._write=function(e,t,n){var a=this._transformState;if(a.writecb=n,a.writechunk=e,a.writeencoding=t,!a.transforming){var r=this._readableState;(a.needTransform||r.needReadable||r.length<r.highWaterMark)&&this._read(r.highWaterMark)}},h.prototype._read=function(e){var t=this._transformState;null===t.writechunk||t.transforming?t.needTransform=!0:(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform))},h.prototype._destroy=function(e,t){w.prototype._destroy.call(this,e,(function(e){t(e)}))}},4229:(e,t,n)=>{function a(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,n){var a=e.entry;for(e.entry=null;a;){var r=a.callback;t.pendingcb--,r(undefined),a=a.next}t.corkedRequestsFree.next=e}(t,e)}}var r;e.exports=x,x.WritableState=S;var o,s={deprecate:n(4927)},d=n(2503),w=n(8764).Buffer,i=n.g.Uint8Array||function(){},h=n(1195),l=n(2457).getHighWaterMark,c=n(4281).q,p=c.ERR_INVALID_ARG_TYPE,u=c.ERR_METHOD_NOT_IMPLEMENTED,m=c.ERR_MULTIPLE_CALLBACK,f=c.ERR_STREAM_CANNOT_PIPE,g=c.ERR_STREAM_DESTROYED,N=c.ERR_STREAM_NULL_VALUES,y=c.ERR_STREAM_WRITE_AFTER_END,b=c.ERR_UNKNOWN_ENCODING,_=h.errorOrDestroy;function v(){}function S(e,t,o){r=r||n(6753),e=e||{},"boolean"!=typeof o&&(o=t instanceof r),this.objectMode=!!e.objectMode,o&&(this.objectMode=this.objectMode||!!e.writableObjectMode),this.highWaterMark=l(this,e,"writableHighWaterMark",o),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var s=!1===e.decodeStrings;this.decodeStrings=!s,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var n=e._writableState,a=n.sync,r=n.writecb;if("function"!=typeof r)throw new m;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(n),t)!function(e,t,n,a,r){--t.pendingcb,n?(process.nextTick(r,a),process.nextTick(A,e,t),e._writableState.errorEmitted=!0,_(e,a)):(r(a),e._writableState.errorEmitted=!0,_(e,a),A(e,t))}(e,n,a,t,r);else{var o=R(n)||e.destroyed;o||n.corked||n.bufferProcessing||!n.bufferedRequest||E(e,n),a?process.nextTick(q,e,n,o,r):q(e,n,o,r)}}(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new a(this)}function x(e){var t=this instanceof(r=r||n(6753));if(!t&&!o.call(x,this))return new x(e);this._writableState=new S(e,this,t),this.writable=!0,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)),d.call(this)}function C(e,t,n,a,r,o,s){t.writelen=a,t.writecb=s,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new g("write")):n?e._writev(r,t.onwrite):e._write(r,o,t.onwrite),t.sync=!1}function q(e,t,n,a){n||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,a(),A(e,t)}function E(e,t){t.bufferProcessing=!0;var n=t.bufferedRequest;if(e._writev&&n&&n.next){var r=t.bufferedRequestCount,o=new Array(r),s=t.corkedRequestsFree;s.entry=n;for(var d=0,w=!0;n;)o[d]=n,n.isBuf||(w=!1),n=n.next,d+=1;o.allBuffers=w,C(e,t,!0,t.length,o,"",s.finish),t.pendingcb++,t.lastBufferedRequest=null,s.next?(t.corkedRequestsFree=s.next,s.next=null):t.corkedRequestsFree=new a(t),t.bufferedRequestCount=0}else{for(;n;){var i=n.chunk,h=n.encoding,l=n.callback;if(C(e,t,!1,t.objectMode?1:i.length,i,h,l),n=n.next,t.bufferedRequestCount--,t.writing)break}null===n&&(t.lastBufferedRequest=null)}t.bufferedRequest=n,t.bufferProcessing=!1}function R(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function T(e,t){e._final((function(n){t.pendingcb--,n&&_(e,n),t.prefinished=!0,e.emit("prefinish"),A(e,t)}))}function A(e,t){var n=R(t);if(n&&(function(e,t){t.prefinished||t.finalCalled||("function"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit("prefinish")):(t.pendingcb++,t.finalCalled=!0,process.nextTick(T,e,t)))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"),t.autoDestroy))){var a=e._readableState;(!a||a.autoDestroy&&a.endEmitted)&&e.destroy()}return n}n(5717)(x,d),S.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(S.prototype,"buffer",{get:s.deprecate((function(){return this.getBuffer()}),"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(o=Function.prototype[Symbol.hasInstance],Object.defineProperty(x,Symbol.hasInstance,{value:function(e){return!!o.call(this,e)||this===x&&e&&e._writableState instanceof S}})):o=function(e){return e instanceof this},x.prototype.pipe=function(){_(this,new f)},x.prototype.write=function(e,t,n){var a,r=this._writableState,o=!1,s=!r.objectMode&&(a=e,w.isBuffer(a)||a instanceof i);return s&&!w.isBuffer(e)&&(e=function(e){return w.from(e)}(e)),"function"==typeof t&&(n=t,t=null),s?t="buffer":t||(t=r.defaultEncoding),"function"!=typeof n&&(n=v),r.ending?function(e,t){var n=new y;_(e,n),process.nextTick(t,n)}(this,n):(s||function(e,t,n,a){var r;return null===n?r=new N:"string"==typeof n||t.objectMode||(r=new p("chunk",["string","Buffer"],n)),!r||(_(e,r),process.nextTick(a,r),!1)}(this,r,e,n))&&(r.pendingcb++,o=function(e,t,n,a,r,o){if(!n){var s=function(e,t,n){return e.objectMode||!1===e.decodeStrings||"string"!=typeof t||(t=w.from(t,n)),t}(t,a,r);a!==s&&(n=!0,r="buffer",a=s)}var d=t.objectMode?1:a.length;t.length+=d;var i=t.length<t.highWaterMark;if(i||(t.needDrain=!0),t.writing||t.corked){var h=t.lastBufferedRequest;t.lastBufferedRequest={chunk:a,encoding:r,isBuf:n,callback:o,next:null},h?h.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else C(e,t,!1,d,a,r,o);return i}(this,r,s,e,t,n)),o},x.prototype.cork=function(){this._writableState.corked++},x.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.bufferProcessing||!e.bufferedRequest||E(this,e))},x.prototype.setDefaultEncoding=function(e){if("string"==typeof e&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new b(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(x.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(x.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),x.prototype._write=function(e,t,n){n(new u("_write()"))},x.prototype._writev=null,x.prototype.end=function(e,t,n){var a=this._writableState;return"function"==typeof e?(n=e,e=null,t=null):"function"==typeof t&&(n=t,t=null),null!=e&&this.write(e,t),a.corked&&(a.corked=1,this.uncork()),a.ending||function(e,t,n){t.ending=!0,A(e,t),n&&(t.finished?process.nextTick(n):e.once("finish",n)),t.ended=!0,e.writable=!1}(this,a,n),this},Object.defineProperty(x.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(x.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),x.prototype.destroy=h.destroy,x.prototype._undestroy=h.undestroy,x.prototype._destroy=function(e,t){t(e)}},5850:(e,t,n)=>{var a;function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var o=n(8610),s=Symbol("lastResolve"),d=Symbol("lastReject"),w=Symbol("error"),i=Symbol("ended"),h=Symbol("lastPromise"),l=Symbol("handlePromise"),c=Symbol("stream");function p(e,t){return{value:e,done:t}}function u(e){var t=e[s];if(null!==t){var n=e[c].read();null!==n&&(e[h]=null,e[s]=null,e[d]=null,t(p(n,!1)))}}function m(e){process.nextTick(u,e)}var f=Object.getPrototypeOf((function(){})),g=Object.setPrototypeOf((r(a={get stream(){return this[c]},next:function(){var e=this,t=this[w];if(null!==t)return Promise.reject(t);if(this[i])return Promise.resolve(p(void 0,!0));if(this[c].destroyed)return new Promise((function(t,n){process.nextTick((function(){e[w]?n(e[w]):t(p(void 0,!0))}))}));var n,a=this[h];if(a)n=new Promise(function(e,t){return function(n,a){e.then((function(){t[i]?n(p(void 0,!0)):t[l](n,a)}),a)}}(a,this));else{var r=this[c].read();if(null!==r)return Promise.resolve(p(r,!1));n=new Promise(this[l])}return this[h]=n,n}},Symbol.asyncIterator,(function(){return this})),r(a,"return",(function(){var e=this;return new Promise((function(t,n){e[c].destroy(null,(function(e){e?n(e):t(p(void 0,!0))}))}))})),a),f);e.exports=function(e){var t,n=Object.create(g,(r(t={},c,{value:e,writable:!0}),r(t,s,{value:null,writable:!0}),r(t,d,{value:null,writable:!0}),r(t,w,{value:null,writable:!0}),r(t,i,{value:e._readableState.endEmitted,writable:!0}),r(t,l,{value:function(e,t){var a=n[c].read();a?(n[h]=null,n[s]=null,n[d]=null,e(p(a,!1))):(n[s]=e,n[d]=t)},writable:!0}),t));return n[h]=null,o(e,(function(e){if(e&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code){var t=n[d];return null!==t&&(n[h]=null,n[s]=null,n[d]=null,t(e)),void(n[w]=e)}var a=n[s];null!==a&&(n[h]=null,n[s]=null,n[d]=null,a(p(void 0,!0))),n[i]=!0})),e.on("readable",m.bind(null,n)),n}},7327:(e,t,n)=>{function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}var s=n(8764).Buffer,d=n(2361).inspect,w=d&&d.custom||"inspect";e.exports=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.head=null,this.tail=null,this.length=0}var t,n;return t=e,n=[{key:"push",value:function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length}},{key:"unshift",value:function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length}},{key:"shift",value:function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(e){if(0===this.length)return"";for(var t=this.head,n=""+t.data;t=t.next;)n+=e+t.data;return n}},{key:"concat",value:function(e){if(0===this.length)return s.alloc(0);for(var t,n,a,r=s.allocUnsafe(e>>>0),o=this.head,d=0;o;)t=o.data,n=r,a=d,s.prototype.copy.call(t,n,a),d+=o.data.length,o=o.next;return r}},{key:"consume",value:function(e,t){var n;return e<this.head.data.length?(n=this.head.data.slice(0,e),this.head.data=this.head.data.slice(e)):n=e===this.head.data.length?this.shift():t?this._getString(e):this._getBuffer(e),n}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(e){var t=this.head,n=1,a=t.data;for(e-=a.length;t=t.next;){var r=t.data,o=e>r.length?r.length:e;if(o===r.length?a+=r:a+=r.slice(0,e),0==(e-=o)){o===r.length?(++n,t.next?this.head=t.next:this.head=this.tail=null):(this.head=t,t.data=r.slice(o));break}++n}return this.length-=n,a}},{key:"_getBuffer",value:function(e){var t=s.allocUnsafe(e),n=this.head,a=1;for(n.data.copy(t),e-=n.data.length;n=n.next;){var r=n.data,o=e>r.length?r.length:e;if(r.copy(t,t.length-e,0,o),0==(e-=o)){o===r.length?(++a,n.next?this.head=n.next:this.head=this.tail=null):(this.head=n,n.data=r.slice(o));break}++a}return this.length-=a,t}},{key:w,value:function(e,t){return d(this,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?a(Object(n),!0).forEach((function(t){r(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},t,{depth:0,customInspect:!1}))}}],n&&o(t.prototype,n),e}()},1195:e=>{function t(e,t){a(e,t),n(e)}function n(e){e._writableState&&!e._writableState.emitClose||e._readableState&&!e._readableState.emitClose||e.emit("close")}function a(e,t){e.emit("error",t)}e.exports={destroy:function(e,r){var o=this,s=this._readableState&&this._readableState.destroyed,d=this._writableState&&this._writableState.destroyed;return s||d?(r?r(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(a,this,e)):process.nextTick(a,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,(function(e){!r&&e?o._writableState?o._writableState.errorEmitted?process.nextTick(n,o):(o._writableState.errorEmitted=!0,process.nextTick(t,o,e)):process.nextTick(t,o,e):r?(process.nextTick(n,o),r(e)):process.nextTick(n,o)})),this)},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function(e,t){var n=e._readableState,a=e._writableState;n&&n.autoDestroy||a&&a.autoDestroy?e.destroy(t):e.emit("error",t)}}},8610:(e,t,n)=>{var a=n(4281).q.ERR_STREAM_PREMATURE_CLOSE;function r(){}e.exports=function e(t,n,o){if("function"==typeof n)return e(t,null,n);n||(n={}),o=function(e){var t=!1;return function(){if(!t){t=!0;for(var n=arguments.length,a=new Array(n),r=0;r<n;r++)a[r]=arguments[r];e.apply(this,a)}}}(o||r);var s=n.readable||!1!==n.readable&&t.readable,d=n.writable||!1!==n.writable&&t.writable,w=function(){t.writable||h()},i=t._writableState&&t._writableState.finished,h=function(){d=!1,i=!0,s||o.call(t)},l=t._readableState&&t._readableState.endEmitted,c=function(){s=!1,l=!0,d||o.call(t)},p=function(e){o.call(t,e)},u=function(){var e;return s&&!l?(t._readableState&&t._readableState.ended||(e=new a),o.call(t,e)):d&&!i?(t._writableState&&t._writableState.ended||(e=new a),o.call(t,e)):void 0},m=function(){t.req.on("finish",h)};return function(e){return e.setHeader&&"function"==typeof e.abort}(t)?(t.on("complete",h),t.on("abort",u),t.req?m():t.on("request",m)):d&&!t._writableState&&(t.on("end",w),t.on("close",w)),t.on("end",c),t.on("finish",h),!1!==n.error&&t.on("error",p),t.on("close",u),function(){t.removeListener("complete",h),t.removeListener("abort",u),t.removeListener("request",m),t.req&&t.req.removeListener("finish",h),t.removeListener("end",w),t.removeListener("close",w),t.removeListener("finish",h),t.removeListener("end",c),t.removeListener("error",p),t.removeListener("close",u)}}},5167:e=>{e.exports=function(){throw new Error("Readable.from is not available in the browser")}},9946:(e,t,n)=>{var a,r=n(4281).q,o=r.ERR_MISSING_ARGS,s=r.ERR_STREAM_DESTROYED;function d(e){if(e)throw e}function w(e,t,r,o){o=function(e){var t=!1;return function(){t||(t=!0,e.apply(void 0,arguments))}}(o);var d=!1;e.on("close",(function(){d=!0})),void 0===a&&(a=n(8610)),a(e,{readable:t,writable:r},(function(e){if(e)return o(e);d=!0,o()}));var w=!1;return function(t){if(!d&&!w)return w=!0,function(e){return e.setHeader&&"function"==typeof e.abort}(e)?e.abort():"function"==typeof e.destroy?e.destroy():void o(t||new s("pipe"))}}function i(e){e()}function h(e,t){return e.pipe(t)}function l(e){return e.length?"function"!=typeof e[e.length-1]?d:e.pop():d}e.exports=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var a,r=l(t);if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new o("streams");var s=t.map((function(e,n){var o=n<t.length-1;return w(e,o,n>0,(function(e){a||(a=e),e&&s.forEach(i),o||(s.forEach(i),r(a))}))}));return t.reduce(h)}},2457:(e,t,n)=>{var a=n(4281).q.ERR_INVALID_OPT_VALUE;e.exports={getHighWaterMark:function(e,t,n,r){var o=function(e,t,n){return null!=e.highWaterMark?e.highWaterMark:t?e[n]:null}(t,r,n);if(null!=o){if(!isFinite(o)||Math.floor(o)!==o||o<0)throw new a(r?n:"highWaterMark",o);return Math.floor(o)}return e.objectMode?16:16384}}},2503:(e,t,n)=>{e.exports=n(7187).EventEmitter},8473:(e,t,n)=>{(t=e.exports=n(9481)).Stream=t,t.Readable=t,t.Writable=n(4229),t.Duplex=n(6753),t.Transform=n(4605),t.PassThrough=n(2725),t.finished=n(8610),t.pipeline=n(9946)},9509:(e,t,n)=>{var a=n(8764),r=a.Buffer;function o(e,t){for(var n in e)t[n]=e[n]}function s(e,t,n){return r(e,t,n)}r.from&&r.alloc&&r.allocUnsafe&&r.allocUnsafeSlow?e.exports=a:(o(a,t),t.Buffer=s),s.prototype=Object.create(r.prototype),o(r,s),s.from=function(e,t,n){if("number"==typeof e)throw new TypeError("Argument must not be a number");return r(e,t,n)},s.alloc=function(e,t,n){if("number"!=typeof e)throw new TypeError("Argument must be a number");var a=r(e);return void 0!==t?"string"==typeof n?a.fill(t,n):a.fill(t):a.fill(0),a},s.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return r(e)},s.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return a.SlowBuffer(e)}},4889:function(e,t,n){!function(e,t){if(!e.setImmediate){var n,a,r,o,s,d=1,w={},i=!1,h=e.document,l=Object.getPrototypeOf&&Object.getPrototypeOf(e);l=l&&l.setTimeout?l: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}}()?(o="setImmediate$"+Math.random()+"$",s=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(o)&&p(+t.data.slice(o.length))},e.addEventListener?e.addEventListener("message",s,!1):e.attachEvent("onmessage",s),n=function(t){e.postMessage(o+t,"*")}):e.MessageChannel?((r=new MessageChannel).port1.onmessage=function(e){p(e.data)},n=function(e){r.port2.postMessage(e)}):h&&"onreadystatechange"in h.createElement("script")?(a=h.documentElement,n=function(e){var t=h.createElement("script");t.onreadystatechange=function(){p(e),t.onreadystatechange=null,a.removeChild(t),t=null},a.appendChild(t)}):n=function(e){setTimeout(p,0,e)},l.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),a=0;a<t.length;a++)t[a]=arguments[a+1];var r={callback:e,args:t};return w[d]=r,n(d),d++},l.clearImmediate=c}function c(e){delete w[e]}function p(e){if(i)setTimeout(p,0,e);else{var t=w[e];if(t){i=!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(void 0,n)}}(t)}finally{c(e),i=!1}}}}}("undefined"==typeof self?void 0===n.g?this:n.g:self)},2553:(e,t,n)=>{var a=n(9509).Buffer,r=a.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 o(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&&(a.isEncoding===r||!r(e)))throw new Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=w,this.end=i,t=4;break;case"utf8":this.fillLast=d,t=4;break;case"base64":this.text=h,this.end=l,t=3;break;default:return this.write=c,void(this.end=p)}this.lastNeed=0,this.lastTotal=0,this.lastChar=a.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 d(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 w(e,t){if((e.length-t)%2==0){var n=e.toString("utf16le",t);if(n){var a=n.charCodeAt(n.length-1);if(a>=55296&&a<=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 i(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 h(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 l(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=o,o.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||""},o.prototype.end=function(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"�":t},o.prototype.text=function(e,t){var n=function(e,t,n){var a=t.length-1;if(a<n)return 0;var r=s(t[a]);return r>=0?(r>0&&(e.lastNeed=r-1),r):--a<n||-2===r?0:(r=s(t[a]))>=0?(r>0&&(e.lastNeed=r-2),r):--a<n||-2===r?0:(r=s(t[a]))>=0?(r>0&&(2===r?r=0:e.lastNeed=r-3),r):0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=n;var a=e.length-(n-this.lastNeed);return e.copy(this.lastChar,0,a),e.toString("utf8",t,a)},o.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}},3379:e=>{var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var o={},s=[],d=0;d<e.length;d++){var w=e[d],i=a.base?w[0]+a.base:w[0],h=o[i]||0,l="".concat(i," ").concat(h);o[i]=h+1;var c=n(l),p={css:w[1],media:w[2],sourceMap:w[3],supports:w[4],layer:w[5]};if(-1!==c)t[c].references++,t[c].updater(p);else{var u=r(p,a);a.byIndex=d,t.splice(d,0,{identifier:l,updater:u,references:1})}s.push(l)}return s}function r(e,t){var n=t.domAPI(t);return n.update(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var o=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<o.length;s++){var d=n(o[s]);t[d].references--}for(var w=a(e,r),i=0;i<o.length;i++){var h=n(o[i]);0===t[h].references&&(t[h].updater(),t.splice(h,1))}o=w}}},569:e=>{var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},9216:e=>{e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},3565:(e,t,n)=>{e.exports=function(e){var t=n.nc;t&&e.setAttribute("nonce",t)}},7795:e=>{e.exports=function(e){var t=e.insertStyleElement(e);return{update:function(n){!function(e,t,n){var a="";n.supports&&(a+="@supports (".concat(n.supports,") {")),n.media&&(a+="@media ".concat(n.media," {"));var r=void 0!==n.layer;r&&(a+="@layer".concat(n.layer.length>0?" ".concat(n.layer):""," {")),a+=n.css,r&&(a+="}"),n.media&&(a+="}"),n.supports&&(a+="}");var o=n.sourceMap;o&&"undefined"!=typeof btoa&&(a+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),t.styleTagTransform(a,e,t.options)}(t,e,n)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},4589:e=>{e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},4927:(e,t,n)=>{function a(e){try{if(!n.g.localStorage)return!1}catch(e){return!1}var t=n.g.localStorage[e];return null!=t&&"true"===String(t).toLowerCase()}e.exports=function(e,t){if(a("noDeprecation"))return e;var n=!1;return function(){if(!n){if(a("throwDeprecation"))throw new Error(t);a("traceDeprecation")?console.trace(t):console.warn(t),n=!0}return e.apply(this,arguments)}}},2361:()=>{},4616:()=>{}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var o=t[a]={id:a,exports:{}};return e[a].call(o.exports,o,o.exports,n),o.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 a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},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),n.nc=void 0;var a={};(()=>{n.d(a,{lB:()=>ce,XU:()=>le,MA:()=>P,Sy:()=>ta,pH:()=>ea,Zb:()=>B});const e="http://www.w3.org/1999/02/22-rdf-syntax-ns#",t="http://www.w3.org/2001/XMLSchema#",r="http://www.w3.org/2000/10/swap/",o={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:`${r}reify#forSome`,forAll:`${r}reify#forAll`},log:{implies:`${r}log#implies`}};function s(e){return!!e&&"DefaultGraph"===e.termType}const{rdf:d,xsd:w}=o;let i,h=0;const l=/^"(.*".*)(?="[^"]*$)/,c=/^<<("(?:""|[^"])*"[^ ]*|[^ ]+) ("(?:""|[^"])*"[^ ]*|[^ ]+) ("(?:""|[^"])*"[^ ]*|[^ ]+) ?("(?:""|[^"])*"[^ ]*|[^ ]+)?>>$/,p={namedNode:function(e){return new f(e)},blankNode:function(e){return new N(e||"n3-"+h++)},variable:function(e){return new y(e)},literal:function(e,t){if("string"==typeof t)return new g(`"${e}"@${t.toLowerCase()}`);let n=t?t.value:"";return""===n&&("boolean"==typeof e?n=w.boolean:"number"==typeof e&&(Number.isFinite(e)?n=Number.isInteger(e)?w.integer:w.double:(n=w.double,Number.isNaN(e)||(e=e>0?"INF":"-INF")))),""===n||n===w.string?new g(`"${e}"`):new g(`"${e}"^^${n}`)},defaultGraph:function(){return i},quad:C,triple:C},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 f extends m{get termType(){return"NamedNode"}}class g 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 f(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?w.string:d.langString}equals(e){return e instanceof g?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 N extends m{constructor(e){super(`_:${e}`)}get termType(){return"BlankNode"}get value(){return this.id.substr(2)}}class y 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 g(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 a=c.exec(e);return t.quad(b(x(a[1]),t),b(x(a[2]),t),b(x(a[3]),t),a[4]&&b(x(a[4]),t));default:return t.namedNode(e)}}function _(e){if("string"==typeof e)return e;if(e instanceof m&&"Quad"!==e.termType)return e.id;if(!e)return i.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!==w.string?`^^${e.datatype.value}`:""}`;case"Quad":return`<<${S(_(e.subject))} ${S(_(e.predicate))} ${S(_(e.object))}${s(e.graph)?"":` ${_(e.graph)}`}>>`;default:throw new Error(`Unexpected termType: ${e.termType}`)}}i=new class extends m{constructor(){return super(""),i||this}get termType(){return"DefaultGraph"}equals(e){return this===e||!!e&&this.termType===e.termType}};class v extends m{constructor(e,t,n,a){super(""),this._subject=e,this._predicate=t,this._object=n,this._graph=a||i}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 S(e){return e.replace(l,((e,t)=>`"${t.replace(/"/g,'""')}`))}function x(e){return e.replace(l,((e,t)=>`"${t.replace(/""/g,'"')}`))}function C(e,t,n,a){return new v(e,t,n,a)}const q="http://www.w3.org/ns/shacl#",E="http://www.w3.org/2001/XMLSchema#",R="http://www.w3.org/1999/02/22-rdf-syntax-ns#",T="http://www.w3.org/2000/01/rdf-schema#",A={xsd:E,rdf:R,schema:"http://schema.org/"};function I(e,t,n=q,a){let r="";const o=L(e,t,n,a);return o&&(r=o.value),r}function L(e,t,n=q,a){let r=null;const o=n+t;for(const t of e)if(t.predicate.value===o){if(!a)return t.object;if(t.object.id.endsWith(`@${a}`))return t.object;t.object.id.indexOf("@")<0?r=t.object:r||(r=t.object)}return r}function j(e){var t;null===(t=e.querySelector("input,select,textarea"))||void 0===t||t.focus()}class P extends HTMLElement{constructor(e,t){super(),this.required=!1,this.name="",this.description="",this.defaultValue="",this.minCount="",this.maxCount="",this.path="",this.pattern="",this.nodeKind=null,this.config=t,this.dataType=L(e,"datatype"),this.defaultValue=I(e,"defaultValue"),this.description=I(e,"description",q,t.language),this.minCount=I(e,"minCount"),this.maxCount=I(e,"maxCount"),this.path=I(e,"path"),this.pattern=I(e,"pattern"),this.nodeKind=L(e,"nodeKind"),this.name=I(e,"name",q,t.language),this.name||(this.name=this.path),this.required=this.minCount>"0",this.editor=this.createEditor(e),this.editor.id="e-"+P.idCtr++,this.editor.setAttribute("value",this.defaultValue?this.defaultValue:""),this.editor.classList.add("editor","form-control"),this.editor.dataset.path=this.path;const n=document.createElement("label");n.htmlFor=this.editor.id,n.innerText=this.name,this.description&&n.setAttribute("title",this.description);const a=this.description?this.description:this.pattern?this.pattern:null;a&&this.editor.setAttribute("placeholder",a),this.required&&(this.editor.setAttribute("required","true"),n.classList.add("required")),this.classList.add("prop"),this.appendChild(n),this.appendChild(this.editor)}setValue(e){this.editor.value=e}}P.idCtr=0;class M extends P{createEditor(e){const t=document.createElement("input");return this.dataType&&this.dataType.value===E+"dateTime"?t.type="datetime-local":t.type="date",t}setValue(e){const t=new Date(e);e="datetime-local"===this.editor.type?t.toISOString().slice(0,19):t.toISOString().slice(0,10),super.setValue(e)}toRDFObject(){if(this.editor.value)return u.literal(this.editor.value,this.dataType)}}class k extends P{constructor(e,t){super(e,t);const n=this.editor,a=I(e,"minLength");a&&(n.minLength=parseInt(a));const r=I(e,"maxLength");r&&(n.maxLength=parseInt(r))}createEditor(e){let t;return"false"===I(e,"singleLine","http://datashapes.org/dash#")?(t=document.createElement("textarea"),t.rows=5):(t=document.createElement("input"),t.type="text"),t}toRDFObject(){if(this.editor.value)return this.nodeKind&&this.nodeKind.id===`${q}IRI`?u.namedNode(this.editor.value):u.literal(this.editor.value,this.dataType)}}class O extends P{constructor(e,t){super(e,t);const n=this.editor,a=I(e,"minExclusive"),r=I(e,"minInclusive")||(a?String(parseFloat(a)+1):void 0),o=I(e,"maxExclusive"),s=I(e,"maxInclusive")||(o?String(parseFloat(o)-1):void 0);r&&(n.min=r),s&&(n.max=s),this.dataType&&this.dataType.value!==E+"integer"&&(n.step="0.1")}createEditor(e){const t=document.createElement("input");return t.type="number",t}toRDFObject(){if(this.editor.value)return u.literal(parseFloat(this.editor.value),this.dataType)}}class D extends P{constructor(e,t){super(e,t)}setListEntries(e){const t=this.editor;if(!this.required){const e=document.createElement("option");e.value="",t.options.add(e)}for(const a of e){let e=null;e=(n=a)&&"string"==typeof n.termType?"NamedNode"===a.termType?this.findLabel(new f(a.value),this.config):null:a.label?a.label:null;const r=document.createElement("option");r.innerHTML=e||a.value,e&&a.value&&(r.value=a.value),t.options.add(r)}var n}findLabel(e,t){return I(t.shapesGraph.getQuads(e,null,null,null),"label",T,t.language)}createEditor(e){return document.createElement("select")}toRDFObject(){if(this.editor.value)return this.nodeKind&&this.nodeKind.id===`${q}IRI`?u.namedNode(this.editor.value):u.literal(this.editor.value,this.dataType)}}window.customElements.define("input-date",M),window.customElements.define("input-text",k),window.customElements.define("input-number",O),window.customElements.define("input-list",D);class B extends HTMLElement{constructor(e,t,n){super(),this.node=null,this.minCount=0,this.maxCount=0,this.form=e,this.quads=e.config.shapesGraph.getQuads(t,null,null,null);const a=I(this.quads,"node");if(a)this.node=new f(a);else{const t=I(this.quads,"class");if(t){const n=e.config.shapesGraph.getQuads(null,`${q}targetClass`,t,null);n.length>0&&(this.node=new f(n[0].subject.value))}}this.dataset.path=I(this.quads,"path"),this.name=I(this.quads,"name",q,e.config.language),this.name||(this.name=this.dataset.path),this.style.order=I(this.quads,"order");const r=I(this.quads,"minCount"),o=I(this.quads,"maxCount");r&&(this.minCount=parseInt(r)),o&&(this.maxCount=parseInt(o)),this.addButton=document.createElement("a"),this.addButton.innerText=this.name,this.addButton.title="Add "+this.name,this.addButton.classList.add("control-button","add-button"),this.addButton.addEventListener("click",(e=>{const t=this.createPropertyInstance();this.updateControls(),j(t)})),this.appendChild(this.addButton);const s=n?e.config.valuesGraph.getQuads(n,this.dataset.path,null,null):[];for(const e of s)this.createPropertyInstance(e.object);this.updateControls()}createPropertyInstance(e){const t=document.createElement("div");if(t.classList.add("prop-instance"),this.node){const n=new H(this.form,this.node,this,e);t.appendChild(n)}else{let n;const a=this.dataset.path?this.form.plugins[this.dataset.path]:void 0;a?n=a.createInstance(this,null==e?void 0:e.value):(n=function(e,t){const n=L(e,"datatype");if(n)switch(n.value.replace(E,"")){case"string":return new k(e,t);case"integer":case"float":case"double":case"decimal":return new O(e,t);case"date":case"dateTime":return new M(e,t)}const a=I(e,"in");if(a){const n=t.lists[a];if(n){const a=new D(e,t);return a.setListEntries(n),a}console.error("list not found:",a,"existing lists:",t.lists)}return new k(e,t)}(this.quads,this.form.config),e&&n.setValue(e.value)),t.appendChild(n)}const n=document.createElement("button");return n.innerText="×",n.type="button",n.classList.add("control-button","btn","remove-button"),n.title="Remove "+this.name,n.addEventListener("click",(e=>{t.remove(),this.updateControls(),this.dispatchEvent(new Event("change",{bubbles:!0,cancelable:!0}))})),t.appendChild(n),this.insertBefore(t,this.addButton),t}updateControls(){let e=this.querySelectorAll(":scope > .prop-instance");0===e.length&&(!this.node||this.minCount>0)&&(this.createPropertyInstance(),e=this.querySelectorAll(":scope > .prop-instance"));const t=(e.length>1||this.node)&&e.length>this.minCount;for(const e of this.querySelectorAll(":scope > .prop-instance > .remove-button"))e.style.visibility=t?"visible":"hidden";const n=e.length<this.maxCount||0===this.maxCount;this.addButton.style.display=n?"inline":"none"}toRDF(e,t){const n=new f(this.dataset.path);for(const a of this.querySelectorAll(":scope > .prop-instance > *:first-child"))if(a instanceof H){const r=e.size,o=a.toRDF(e);e.size>r&&e.addQuad(t,n,o)}else if(a instanceof P){const r=a.toRDFObject();r&&e.addQuad(t,n,r)}}}class $ extends HTMLElement{constructor(e,t){super(),this.dataset.subject=e;let n=e;const a=t.shapesGraph.getQuads(e,null,null,null),r=I(a,"label",T,t.language);r&&(n=r);const o=I(a,"order");o&&(this.style.order=o);const s=document.createElement("h2");s.innerText=n,this.appendChild(s)}}const F={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let V;const U=new Uint8Array(16);function Q(){if(!V&&(V="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!V))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return V(U)}const W=[];for(let e=0;e<256;++e)W.push((e+256).toString(16).slice(1));const G=function(e,t,n){if(F.randomUUID&&!t&&!e)return F.randomUUID();const a=(e=e||{}).random||(e.rng||Q)();if(a[6]=15&a[6]|64,a[8]=63&a[8]|128,t){n=n||0;for(let e=0;e<16;++e)t[n+e]=a[e];return t}return function(e,t=0){return(W[e[t+0]]+W[e[t+1]]+W[e[t+2]]+W[e[t+3]]+"-"+W[e[t+4]]+W[e[t+5]]+"-"+W[e[t+6]]+W[e[t+7]]+"-"+W[e[t+8]]+W[e[t+9]]+"-"+W[e[t+10]]+W[e[t+11]]+W[e[t+12]]+W[e[t+13]]+W[e[t+14]]+W[e[t+15]]).toLowerCase()}(a)};class H extends HTMLElement{constructor(e,t,n,a){super(),this.form=e,this.parent=n,this.shaclSubject=t;const r=e.config.shapesGraph.getQuads(t,null,null,null),o=I(r,"targetClass");o&&(this.targetClass=new f(o)),this.exportValueSubject=a||new N(G()),this.dataset.nodeId=this.exportValueSubject.id;const s=e.config.shapesGraph.getQuads(t,`${q}property`,null,null);if(0==s.length)console.warn("node shape",t,"has no shacl properties");else{if(n instanceof B){let a=n.name;a||(a=I(r,"label",T,e.config.language),a||(a=o||t.value));const s=document.createElement("h1");s.innerText=a,this.appendChild(s)}const d=[],w=I(r,"and");if(w){const t=e.config.lists[w];t?d.push(...t):console.error("list not found:",w,"existing lists:",e.config.lists)}const i=e.config.shapesGraph.getQuads(t,`${q}node`,null,null);for(const e of i)d.push(e.object);for(const t of d)this.appendChild(new H(e,t,this,a));for(const t of s)if(t.object instanceof f||t.object instanceof N){let n=this;const r=e.config.shapesGraph.getQuads(t.object,`${q}group`,null,null);if(r.length>0){const t=r[0].object.value;if(e.config.groups.indexOf(t)>-1){let a=this.querySelector(`:scope > shacl-group[data-subject='${t}']`);a||(a=new $(t,e.config),this.appendChild(a)),n=a}else console.warn("ignoring unknown group reference",r[0])}n.appendChild(new B(e,t.object,a))}else console.warn("ignoring unexpected property type",t.object)}}toRDF(e,t){t||(t=this.exportValueSubject),e.size;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,new f(R+"type"),this.targetClass),this.parent||e.addQuad(t,new f(R+"type"),this.shaclSubject),t}}var z=n(8473);class X{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,a;for(const r in t)for(const o in n=t[r].subjects)for(const t in a=n[o])e+=Object.keys(a[t]).length;return this._size=e}_addToIndex(e,t,n,a){const r=e[t]||(e[t]={}),o=r[n]||(r[n]={}),s=a in o;return s||(o[a]=null),!s}_removeFromIndex(e,t,n,a){const r=e[t],o=r[n];delete o[a];for(const e in o)return;delete r[n];for(const e in r)return;delete e[t]}*_findInIndex(e,t,n,a,r,o,s,d){let w,i,h;const l=this._entities,c=b(d,this._factory),p={subject:null,predicate:null,object:null};t&&((w=e,e={})[t]=w[t]);for(const t in e)if(i=e[t]){p[r]=b(l[t],this._factory),n&&((w=i,i={})[n]=w[n]);for(const e in i)if(h=i[e]){p[o]=b(l[e],this._factory);const t=a?a in h?[a]:[]:Object.keys(h);for(let e=0;e<t.length;e++)p[s]=b(l[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 a,r;if(a=e[t])for(r in a)n(r)}_loopByKey1(e,t,n){let a,r;for(a in e)r=e[a],r[t]&&n(a)}_loopBy2Keys(e,t,n,a){let r,o,s;if((r=e[t])&&(o=r[n]))for(s in o)a(s)}_countInIndex(e,t,n,a){let r,o,s,d=0;t&&((r=e,e={})[t]=r[t]);for(const t in e)if(o=e[t]){n&&((r=o,o={})[n]=r[n]);for(const e in o)(s=o[e])&&(a?a in s&&d++:d+=Object.keys(s).length)}return d}_getGraphs(e){if(!J(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,a){t||(a=e.graph,n=e.object,t=e.predicate,e=e.subject),e=_(e),t=_(t),n=_(n),a=_(a);let r=this._graphs[a];r||(r=this._graphs[a]={subjects:{},predicates:{},objects:{}},Object.freeze(r));const o=this._ids,s=this._entities;e=o[e]||(o[s[++this._id]=e]=this._id),t=o[t]||(o[s[++this._id]=t]=this._id),n=o[n]||(o[s[++this._id]=n]=this._id);const d=this._addToIndex(r.subjects,e,t,n);return this._addToIndex(r.predicates,t,n,e),this._addToIndex(r.objects,n,e,t),this._size=null,d}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,a){return e&&e.subject&&({subject:e,predicate:t,object:n,graph:a}=e),!this.readQuads(e,t,n,a).next().done}import(e){return e.on("data",(e=>{this.addQuad(e)})),e}removeQuad(e,t,n,a){t||(a=e.graph,n=e.object,t=e.predicate,e=e.subject),e=_(e),t=_(t),n=_(n),a=_(a);const r=this._ids,o=this._graphs;let s,d,w;if(!((e=r[e])&&(t=r[t])&&(n=r[n])&&(s=o[a])&&(d=s.subjects[e])&&(w=d[t])&&n in w))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 o[a],!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,a){const r=new z.Readable({objectMode:!0});return r._read=()=>{for(const o of this.readQuads(e,t,n,a))r.push(o);r.push(null)},this.remove(r)}deleteGraph(e){return this.removeMatches(null,null,null,e)}getQuads(e,t,n,a){return[...this.readQuads(e,t,n,a)]}*readQuads(e,t,n,a){e=e&&_(e),t=t&&_(t),n=n&&_(n),a=a&&_(a);const r=this._getGraphs(a),o=this._ids;let s,d,w,i;if(!(J(e)&&!(d=o[e])||J(t)&&!(w=o[t])||J(n)&&!(i=o[n])))for(const e in r)(s=r[e])&&(d?i?yield*this._findInIndex(s.objects,i,d,w,"object","subject","predicate",e):yield*this._findInIndex(s.subjects,d,w,null,"subject","predicate","object",e):w?yield*this._findInIndex(s.predicates,w,i,null,"predicate","object","subject",e):i?yield*this._findInIndex(s.objects,i,null,null,"object","subject","predicate",e):yield*this._findInIndex(s.subjects,null,null,null,"subject","predicate","object",e))}match(e,t,n,a){return new K(this,e,t,n,a)}countQuads(e,t,n,a){e=e&&_(e),t=t&&_(t),n=n&&_(n),a=a&&_(a);const r=this._getGraphs(a),o=this._ids;let s,d,w,i,h=0;if(J(e)&&!(d=o[e])||J(t)&&!(w=o[t])||J(n)&&!(i=o[n]))return 0;for(const a in r)(s=r[a])&&(h+=e?n?this._countInIndex(s.objects,i,d,w):this._countInIndex(s.subjects,d,w,i):t?this._countInIndex(s.predicates,w,i,d):this._countInIndex(s.objects,i,d,w));return h}forEach(e,t,n,a,r){this.some((t=>(e(t),!1)),t,n,a,r)}every(e,t,n,a,r){let o=!1;const s=!this.some((t=>(o=!0,!e(t))),t,n,a,r);return o&&s}some(e,t,n,a,r){for(const o of this.readQuads(t,n,a,r))if(e(o))return!0;return!1}getSubjects(e,t,n){const a=[];return this.forSubjects((e=>{a.push(e)}),e,t,n),a}forSubjects(e,t,n,a){t=t&&_(t),n=n&&_(n),a=a&&_(a);const r=this._ids,o=this._getGraphs(a);let s,d,w;if(e=this._uniqueEntities(e),!(J(t)&&!(d=r[t])||J(n)&&!(w=r[n])))for(a in o)(s=o[a])&&(d?w?this._loopBy2Keys(s.predicates,d,w,e):this._loopByKey1(s.subjects,d,e):w?this._loopByKey0(s.objects,w,e):this._loop(s.subjects,e))}getPredicates(e,t,n){const a=[];return this.forPredicates((e=>{a.push(e)}),e,t,n),a}forPredicates(e,t,n,a){t=t&&_(t),n=n&&_(n),a=a&&_(a);const r=this._ids,o=this._getGraphs(a);let s,d,w;if(e=this._uniqueEntities(e),!(J(t)&&!(d=r[t])||J(n)&&!(w=r[n])))for(a in o)(s=o[a])&&(d?w?this._loopBy2Keys(s.objects,w,d,e):this._loopByKey0(s.subjects,d,e):w?this._loopByKey1(s.predicates,w,e):this._loop(s.predicates,e))}getObjects(e,t,n){const a=[];return this.forObjects((e=>{a.push(e)}),e,t,n),a}forObjects(e,t,n,a){t=t&&_(t),n=n&&_(n),a=a&&_(a);const r=this._ids,o=this._getGraphs(a);let s,d,w;if(e=this._uniqueEntities(e),!(J(t)&&!(d=r[t])||J(n)&&!(w=r[n])))for(a in o)(s=o[a])&&(d?w?this._loopBy2Keys(s.subjects,d,w,e):this._loopByKey1(s.objects,d,e):w?this._loopByKey0(s.predicates,w,e):this._loop(s.objects,e))}getGraphs(e,t,n){const a=[];return this.forGraphs((e=>{a.push(e)}),e,t,n),a}forGraphs(e,t,n,a){for(const r in this._graphs)this.some((t=>(e(t.graph),!0)),t,n,a,r)}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={},a=t?()=>!0:(e,t)=>{throw new Error(`${e.value} ${t}`)},r=this.getQuads(null,o.rdf.rest,o.rdf.nil,null),s=e?[...r]:[];return r.forEach((t=>{const r=[];let d,w,i=!1;const h=t.graph;let l=t.subject;for(;l&&!i;){const e=this.getQuads(null,null,l,null),t=this.getQuads(l,null,null,null);let n,c=null,p=null,u=null;for(let r=0;r<t.length&&!i;r++)n=t[r],n.graph.equals(h)?d?i=a(l,"has non-list arcs out"):n.predicate.value===o.rdf.first?c?i=a(l,"has multiple rdf:first arcs"):s.push(c=n):n.predicate.value===o.rdf.rest?p?i=a(l,"has multiple rdf:rest arcs"):s.push(p=n):e.length?i=a(l,"can't be subject and object"):(d=n,w="subject"):i=a(l,"not confined to single graph");for(let t=0;t<e.length&&!i;++t)n=e[t],d?i=a(l,"can't have coreferences"):n.predicate.value===o.rdf.rest?u?i=a(l,"has incoming rdf:rest arcs"):u=n:(d=n,w="object");c?r.unshift(c.object):i=a(l,"has no list head"),l=u&&u.subject}i?e=!1:d&&(n[d[w].value]=r)})),e&&this.removeQuads(s),n}*[Symbol.iterator](){yield*this.readQuads()}}function J(e){return"string"==typeof e||e instanceof String}class K extends z.Readable{constructor(e,t,n,a,r){super({objectMode:!0}),Object.assign(this,{n3Store:e,subject:t,predicate:n,object:a,graph:r})}get filtered(){if(!this._filtered){const{n3Store:e,graph:t,object:n,predicate:a,subject:r}=this,o=this._filtered=new X({factory:e._factory});for(const s of e.readQuads(r,a,n,t))o.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,a){return new K(this.filtered,e,t,n,a)}*[Symbol.iterator](){yield*this._filtered||this.n3Store.readQuads(this.subject,this.predicate,this.object,this.graph)}}var Y=n(4375),Z=n.n(Y);const{xsd:ee}=o,te=/\\u([a-fA-F0-9]{4})|\\U([a-fA-F0-9]{8})|\\([^])/g,ne={"\\":"\\","'":"'",'"':'"',n:"\n",r:"\r",t:"\t",f:"\f",b:"\b",_:"_","~":"~",".":".","-":"-","!":"!",$:"$","&":"&","(":"(",")":")","*":"*","+":"+",",":",",";":";","=":"=","/":"/","?":"?","#":"#","@":"@","%":"%"},ae=/[\x00-\x20<>\\"\{\}\|\^\`]/,re={_iri:!0,_unescapedIri:!0,_simpleQuotedString:!0,_langcode:!0,_blank:!0,_newline:!0,_comment:!0,_whitespace:!0,_endOfFile:!0},oe=/$0^/;class se{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 re)&&this[e]instanceof RegExp&&(this[e]=oe)}else this._n3Mode=!1!==e.n3;this._comments=!!e.comments,this._literalClosingPos=0}_tokenizeToEnd(e,t){let n=this._input,a=n.length;for(;;){let e,s;for(;e=this._newline.exec(n);)this._comments&&(s=this._comment.exec(e[0]))&&r("comment",s[1],"",this._line,e[0].length),n=n.substr(e[0].length,n.length),a=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))&&r("comment",s[1],"",this._line,n.length),n=null,r("eof","","",this._line,0)),this._input=n;const d=this._line,w=n[0];let i="",h="",l="",c=null,p=0,u=!1;switch(w){case"^":if(n.length<3)break;if("^"!==n[1]){this._n3Mode&&(p=1,i="^");break}if(this._previousMarker="^^",n=n.substr(2),"<"!==n[0]){u=!0;break}case"<":if(c=this._unescapedIri.exec(n))i="IRI",h=c[1];else if(c=this._iri.exec(n)){if(h=this._unescape(c[1]),null===h||ae.test(h))return o(this);i="IRI"}else n.length>1&&"<"===n[1]?(i="<<",p=2):this._n3Mode&&n.length>1&&"="===n[1]&&(i="inverse",p=2,h=">");break;case">":n.length>1&&">"===n[1]&&(i=">>",p=2);break;case"_":((c=this._blank.exec(n))||t&&(c=this._blank.exec(`${n} `)))&&(i="blank",l="_",h=c[1]);break;case'"':if(c=this._simpleQuotedString.exec(n))h=c[1];else if(({value:h,matchLength:p}=this._parseLiteral(n)),null===h)return o(this);null===c&&0===p||(i="literal",this._literalClosingPos=0);break;case"'":if(!this._lineMode){if(c=this._simpleApostropheString.exec(n))h=c[1];else if(({value:h,matchLength:p}=this._parseLiteral(n)),null===h)return o(this);null===c&&0===p||(i="literal",this._literalClosingPos=0)}break;case"?":this._n3Mode&&(c=this._variable.exec(n))&&(i="var",h=c[0]);break;case"@":"literal"===this._previousMarker&&(c=this._langcode.exec(n))?(i="langcode",h=c[1]):(c=this._keyword.exec(n))&&(i=c[0]);break;case".":if(1===n.length?t:n[1]<"0"||n[1]>"9"){i=".",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} `)))&&(i="literal",h=c[0],l="string"==typeof c[1]?ee.double:"string"==typeof c[2]?ee.decimal:ee.integer);break;case"B":case"b":case"p":case"P":case"G":case"g":(c=this._sparqlKeyword.exec(n))?i=c[0].toUpperCase():u=!0;break;case"f":case"t":(c=this._boolean.exec(n))?(i="literal",h=c[0],l=ee.boolean):u=!0;break;case"a":(c=this._shortPredicates.exec(n))?(i="abbreviation",h="a"):u=!0;break;case"=":this._n3Mode&&n.length>1&&(i="abbreviation",">"!==n[1]?(p=1,h="="):(p=2,h=">"));break;case"!":if(!this._n3Mode)break;case",":case";":case"[":case"]":case"(":case")":case"{":case"}":this._lineMode||(p=1,i=w);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} `)))&&(i="prefixed",l=c[1]||"",h=this._unescape(c[2])):(i="prefix",h=c[1]||"")),"^^"===this._previousMarker)switch(i){case"prefixed":i="type";break;case"IRI":i="typeIRI";break;default:i=""}if(!i)return t||!/^'''|^"""/.test(n)&&/\n|\r/.test(n)?o(this):this._input=n;const m=p||c[0].length,f=r(i,h,l,d,m);this.previousToken=f,this._previousMarker=i,n=n.substr(m,n.length)}function r(t,r,o,s,d){const w=n?a-n.length:a,i={type:t,value:r,prefix:o,line:s,start:w,end:w+d};return e(null,i),i}function o(t){e(t._syntaxError(/^\S*/.exec(n)[0]))}}_unescape(e){let t=!1;const n=e.replace(te,((e,n,a,r)=>{if("string"==typeof n)return String.fromCharCode(Number.parseInt(n,16));if("string"==typeof a){let e=Number.parseInt(a,16);return e<=65535?String.fromCharCode(Number.parseInt(a,16)):String.fromCharCode(55296+((e-=65536)>>10),56320+(1023&e))}return r in ne?ne[r]:(t=!0,"")}));return t?null:n}_parseLiteral(e){if(e.length>=3){const t=e.match(/^(?:"""|"|'''|'|)/)[0],n=t.length;let a=Math.max(this._literalClosingPos,n);for(;(a=e.indexOf(t,a))>0;){let t=0;for(;"\\"===e[a-t-1];)t++;if(t%2==0){const t=e.substring(n,a),r=t.split(/\r\n|\r|\n/).length-1,o=a+n;if(1===n&&0!==r||3===n&&this._lineMode)break;return this._line+=r,{value:this._unescape(t),matchLength:o}}a++}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,a)=>n?t=n:e.push(a)),!0),t)throw t;return e}Z()((()=>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 de=0;class we{constructor(e){this._contextStack=[],this._graph=null,e=e||{},this._setBase(e.baseIRI),e.factory&&he(this,e.factory);const t="string"==typeof e.format?e.format.match(/\w*$/)[0].toLowerCase():"",n=/turtle/.test(t),a=/trig/.test(t),r=/triple/.test(t),o=/quad/.test(t),s=this._n3Mode=/n3/.test(t),d=r||o;(this._supportsNamedGraphs=!(n||s))||(this._readPredicateOrNamedGraph=this._readPredicate),this._supportsQuads=!(n||a||r||s),this._supportsRDFStar=""===t||/star|\*$/.test(t),d&&(this._resolveRelativeIRI=e=>null),this._blankNodePrefix="string"!=typeof e.blankNodePrefix?"":e.blankNodePrefix.replace(/^(?!_:)/,"_:"),this._lexer=e.lexer||new se({lineMode:d,n3:s}),this._explicitQuantifiers=!!e.explicitQuantifiers}static _resetBlankNodePrefix(){de=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,a,r){const o=this._n3Mode;this._contextStack.push({type:e,subject:n,predicate:a,object:r,graph:t,inverse:!!o&&this._inversePredicate,blankPrefix:o?this._prefixes._:"",quantified:o?this._quantified:null}),o&&(this._inversePredicate=!1,this._prefixes._=this._graph?`${this._graph.id.substr(2)}.`:".",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 a=this._prefixes[e.prefix];if(void 0===a)return this._error(`Undefined prefix "${e.prefix}:"`,e);n=this._namedNode(a+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,a=this._readListItem;const r=this._subject,o=this._contextStack,s=o[o.length-1];switch(e.type){case"[":this._saveContext("blank",this._graph,n=this._blankNode(),this.RDF_FIRST,this._subject=t=this._blankNode()),a=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!==o.length&&"list"===o[o.length-1].type&&this._emit(this._subject,this._predicate,this._object,this._graph),null===this._predicate){if(a=this._readPredicate,this._subject===this.RDF_NIL)return a}else if(a=this._getContextEndReader(),this._object===this.RDF_NIL)return a;n=this.RDF_NIL;break;case"literal":0===e.prefix.length?(this._literalValue=e.value,a=this._readListItemDataTypeOrLang):(t=this._literal(e.value,this._namedNode(e.prefix)),a=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===r?null===s.predicate?s.subject=n:s.object=n:this._emit(r,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 a}_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 a=this._subject,r=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,r&&(this._inversePredicate=!1);break;case";":t=this._readPredicate;break;case",":t=this._readObject;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!==a){const e=this._predicate,t=this._object;r?this._emit(t,e,a,n):this._emit(a,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 a=this._blankNode();if(void 0!==(n=this._readEntity(e)))return null===this._predicate?(t=this._subject,this._subject=a):(t=this._object,this._object=a),this._emit(t,n,a,this._graph),this._readPath}_readBackwardPath(e){const t=this._blankNode();let n,a;if(void 0!==(n=this._readEntity(e)))return null===this._predicate?(a=this._subject,this._subject=t):(a=this._object,this._object=t),this._emit(t,n,a,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,a){this._callback(null,this._quad(e,t,n,a||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=ie}_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="",a=-1,r=-1,o=0,s="/";for(;a<t;){switch(s){case":":if(r<0&&"/"===e[++a]&&"/"===e[++a])for(;(r=a+1)<t&&"/"!==e[r];)a=r;break;case"?":case"#":a=t;break;case"/":if("."===e[a+1])switch(s=e[1+ ++a],s){case"/":n+=e.substring(o,a-1),o=a+1;break;case void 0:case"?":case"#":return n+e.substring(o,a)+e.substr(a+1);case".":if(s=e[1+ ++a],void 0===s||"/"===s||"?"===s||"#"===s){if(n+=e.substring(o,a-2),(o=n.lastIndexOf("/"))>=r&&(n=n.substr(0,o)),"/"!==s)return`${n}/${e.substr(a+1)}`;o=a+1}}}s=e[++a]}return n+e.substring(o)}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${de++}_`,this._prefixCallback=n||ie,this._inversePredicate=!1,this._quantified=Object.create(null),!t){const t=[];let n;if(this._callback=(e,a)=>{e?n=e:a&&t.push(a)},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=ie):this._readCallback&&(this._readCallback=this._readCallback(t))}))}}function ie(){}function he(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(o.rdf.first),e.RDF_REST=n(o.rdf.rest),e.RDF_NIL=n(o.rdf.nil),e.N3_FORALL=n(o.r.forAll),e.N3_FORSOME=n(o.r.forSome),e.ABBREVIATIONS={a:n(o.rdf.type),"=":n(o.owl.sameAs),">":n(o.log.implies)},e.QUANTIFIERS_GRAPH=n("urn:n3:quantifiers")}he(we.prototype,u);class le{createTextInput(){return document.createElement("input")}}class ce{createTextInput(){const e=document.createElement("input");return e.classList.add("form-control"),e}}class pe{constructor(){this.shapes=null,this.shapesUrl=null,this.shapeSubject=null,this.values=null,this.valuesUrl=null,this.valueSubject=null,this.language=null,this._theme=new le,this._shapesGraph=new X,this._valuesGraph=new X,this._lists={},this._groups=[]}equals(e){if(!e)return!1;for(const t of Object.keys(this))if(this[t]!==e[t])return!1;return!0}loadGraphs(){return e=this,t=void 0,a=function*(){pe.abortController.abort(),this.shapesGraph=new X((new we).parse(this.shapes?this.shapes:this.shapesUrl?yield fetch(this.shapesUrl,{signal:pe.abortController.signal}).then((e=>e.text())):"")),this.valuesGraph=new X(new we({blankNodePrefix:""}).parse(this.values?this.values:this.valuesUrl?yield fetch(this.valuesUrl,{signal:pe.abortController.signal}).then((e=>e.text())):""))},new((n=void 0)||(n=Promise))((function(r,o){function s(e){try{w(a.next(e))}catch(e){o(e)}}function d(e){try{w(a.throw(e))}catch(e){o(e)}}function w(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(s,d)}w((a=a.apply(e,t||[])).next())}));var e,t,n,a}get shapesGraph(){return this._shapesGraph}set shapesGraph(e){this._shapesGraph=e,this._lists=this._shapesGraph.extractLists(),this._groups=[],this._shapesGraph.getQuads(null,`${R}type`,`${q}PropertyGroup`,null).forEach((e=>{this._groups.push(e.subject.value)}))}get valuesGraph(){return this._valuesGraph}set valuesGraph(e){this._valuesGraph=e}get lists(){return this._lists}get groups(){return this._groups}set theme(e){this._theme=e}static from(e){const t=new pe;for(const n of Object.keys(t))t[n]=e.dataset[n];return t.language||(t.language=navigator.language),t}static get keysAsDataAttributes(){return Object.keys(new pe).filter((e=>!e.startsWith("_"))).map((e=>"data-"+e.replace(/[A-Z]/g,(e=>"-"+e.toLowerCase()))))}}pe.abortController=new AbortController;const ue=u.defaultGraph(),{rdf:me,xsd:fe}=o,ge=/["\\\t\n\r\b\f\u0000-\u0019\ud800-\udbff]/,Ne=/["\\\t\n\r\b\f\u0000-\u0019]|[\ud800-\udbff][\udc00-\udfff]/g,ye={"\\":"\\\\",'"':'\\"',"\t":"\\t","\n":"\\n","\r":"\\r","\b":"\\b","\f":"\\f"};class be extends m{equals(){return!1}}class _e{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,a){e+=t,a&&a()},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=ue,this._prefixIRIs=Object.create(null),t.prefixes&&this.addPrefixes(t.prefixes),t.baseIRI&&(this._baseMatcher=new RegExp(`^${Se(t.baseIRI)}${t.baseIRI.endsWith("/")?"":"[#?]"}`),this._baseLength=t.baseIRI.length))}get _inDefaultGraph(){return ue.equals(this._graph)}_write(e,t){this._outputStream.write(e,"utf8",t)}_writeQuad(e,t,n,a,r){try{a.equals(this._graph)||(this._write((null===this._subject?"":this._inDefaultGraph?".\n":"\n}\n")+(ue.equals(a)?"":`${this._encodeIriOrBlank(a)} {\n`)),this._graph=a,this._subject=null),e.equals(this._subject)?t.equals(this._predicate)?this._write(`, ${this._encodeObject(n)}`,r):this._write(`;\n ${this._encodePredicate(this._predicate=t)} ${this._encodeObject(n)}`,r):this._write(`${(null===this._subject?"":".\n")+this._encodeSubject(this._subject=e)} ${this._encodePredicate(this._predicate=t)} ${this._encodeObject(n)}`,r)}catch(e){r&&r(e)}}_writeQuadLine(e,t,n,a,r){delete this._prefixMatch,this._write(this.quadToString(e,t,n,a),r)}quadToString(e,t,n,a){return`${this._encodeSubject(e)} ${this._encodeIriOrBlank(t)} ${this._encodeObject(n)}${a&&a.value?` ${this._encodeIriOrBlank(a)} .\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)),ge.test(t)&&(t=t.replace(Ne,ve));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(ge.test(t)&&(t=t.replace(Ne,ve)),e.language)return`"${t}"@${e.language}`;if(this._lineMode){if(e.datatype.value===fe.string)return`"${t}"`}else switch(e.datatype.value){case fe.string:return`"${t}"`;case fe.boolean:if("true"===t||"false"===t)return t;break;case fe.integer:if(/^[+-]?\d+$/.test(t))return t;break;case fe.decimal:if(/^[+-]?\d*\.\d+$/.test(t))return t;break;case fe.double:if(/^[+-]?(?:\d+\.\d*|\.?\d+)[eE][+-]?\d+$/.test(t))return t}return`"${t}"^^${this._encodeIriOrBlank(e.datatype)}`}_encodePredicate(e){return e.value===me.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:a}){return`<<${this._encodeSubject(e)} ${this._encodePredicate(t)} ${this._encodeObject(n)}${s(a)?"":` ${this._encodeIriOrBlank(a)}`}>>`}_blockedWrite(){throw new Error("Cannot write because the writer has been closed.")}addQuad(e,t,n,a,r){void 0===n?this._writeQuad(e.subject,e.predicate,e.object,e.graph,t):"function"==typeof a?this._writeQuad(e,t,n,ue,a):this._writeQuad(e,t,n,a||ue,r)}addQuads(e){for(let t=0;t<e.length;t++)this.addQuad(e[t])}addPrefix(e,t,n){const a={};a[e]=t,this.addPrefixes(a,n)}addPrefixes(e,t){if(!this._prefixIRIs)return t&&t();let n=!1;for(let t in e){let a=e[t];"string"!=typeof a&&(a=a.value),n=!0,null!==this._subject&&(this._write(this._inDefaultGraph?".\n":"\n}\n"),this._subject=null,this._graph=""),this._prefixIRIs[a]=t+=":",this._write(`@prefix ${t} <${a}>.\n`)}if(n){let e="",t="";for(const n in this._prefixIRIs)e+=e?`|${n}`:n,t+=(t?"|":"")+this._prefixIRIs[n];e=Se(e),this._prefixRegex=new RegExp(`^(?:${t})[^/]*$|^(${e})([a-zA-Z][\\-_a-zA-Z0-9]*)$`)}this._write(n?"\n":"",t)}blank(e,t){let n,a,r=e;switch(void 0===e?r=[]:e.termType?r=[{predicate:e,object:t}]:"length"in e||(r=[e]),a=r.length){case 0:return new be("[]");case 1:if(n=r[0],!(n.object instanceof be))return new be(`[ ${this._encodePredicate(n.predicate)} ${this._encodeObject(n.object)} ]`);default:let t="[";for(let o=0;o<a;o++)n=r[o],n.predicate.equals(e)?t+=`, ${this._encodeObject(n.object)}`:(t+=`${(o?";\n ":"\n ")+this._encodePredicate(n.predicate)} ${this._encodeObject(n.object)}`,e=n.predicate);return new be(`${t}\n]`)}}list(e){const t=e&&e.length||0,n=new Array(t);for(let a=0;a<t;a++)n[a]=this._encodeObject(e[a]);return new be(`(${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,a)=>{t=null,e(n,a)});if(this._endStream)try{return this._outputStream.end(t)}catch(e){}t&&t()}}function ve(e){let t=ye[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 Se(e){return e.replace(/[\]\/\(\)\*\+\?\.\\\$]/g,"\\$&")}var xe=n(1989),Ce=n.n(xe);class qe{constructor(e,{bind:t=!1}={}){this._factories=e.slice();for(const e of this._factories){"function"==typeof e.prototype.init&&e.prototype.init.call(this);for(const n of e.exports||[])this[n]=t?e.prototype[n].bind(this):e.prototype[n]}}clone(){const e=new qe(this._factories);for(const t of e._factories)"function"==typeof t.prototype.clone&&t.prototype.clone.call(e,this);return e}}const Ee=qe;var Re=n(6276);const Te=async function(e={}){if(!e.body||!e.body.readable)return e;const t=await async function(e){const t=[];for await(const n of e)t.push(n);return t}(e.body);return t.length>0?1===t[0].BYTES_PER_ELEMENT?e.body=function(e){const t=e.reduce(((e,t)=>e+t.length),0),n=new Uint8Array(t);let a=0;for(const t of e)n.set(t,a),a+=t.length;return n}(t):e.body=t.join(""):e.body="",e};var Ae=n(1920),Ie=n(1463);class Le{constructor(e,t){this.obj=e;for(const[e,n]of Object.entries(t))this[e]=n;for(const t of Le.properties(e))t in this||("function"==typeof this.obj[t]?this[t]=(...n)=>this.obj[t].call(e,n):Object.defineProperty(this,t,{get:()=>this.obj[t],set:e=>{this.obj[t]=e},enumerable:!0,configurable:!0}))}static properties(e){return Object.getOwnPropertyNames(Object.getPrototypeOf(e))}}const je=Le,Pe=function(e){if(e.bodyUsed){const t=new Ae.Readable({read:()=>t.destroy(new Error("body already in use"))});return e.body=t,e}return e.body&&e.body.readable?e:e.body&&"function"==typeof e.body.getReader?new je(e,{body:(n=e.body.getReader(),new Ae.Readable({read:async function(){try{let e,t;do{e=await n.read(),e.done?this.push(null):t=!this.push(e.value)}while(!e.done&&!t)}catch(e){this.destroy(e)}}}))}):(e.body=(t=()=>e.arrayBuffer(),new Ae.Readable({read:Ie((async function(){try{this.push(new Uint8Array(await t())),this.push(null)}catch(e){this.destroy(e)}}))})),e);var t,n},Me=window.Headers;function ke(e,t){return Te(t).then((t=>fetch(e,t).then((e=>Pe(e)))))}var Oe=n(7077);const De=function(e,t){if(e.headers=function(e){const t={};return Object.entries(e).forEach((([e,n])=>{t[e.toLowerCase()]=n})),t}(e.headers||{}),e.headers.accept=e.headers.accept||[...t.parsers.keys()].join(", "),!e.body)return e;if("string"==typeof e.body)return e;if(e.headers["content-type"]&&!t.serializers.has(e.headers["content-type"]))throw new Error(`no serializer found for media type: ${e.headers["content-type"]}`);return e.headers["content-type"]=e.headers["content-type"]||t.serializers.keys().next().value,!(function(e){return null!==e&&"object"==typeof e&&"function"==typeof e.pipe}(n=e.body)&&!1!==n.readable&&"function"==typeof n._read&&"object"==typeof n._readableState)&&e.body[Symbol.iterator]&&(e.body=Oe.Readable.from(e.body)),e.body=t.serializers.import(e.headers["content-type"],e.body),e;var n},Be=/<(.*)>/,$e=function(e,t,n){e.quadStream=async()=>{if(!e.headers.get("content-type"))throw new Error("Content-Type header missing: couldn't determine parser");let a=e.headers.get("content-type").split(";")[0];const r=function(e,t){if("application/json"!==t)return null;if(!e.headers.has("link"))return null;const n=e.headers.get("link").split(",").map((e=>e.trim())).find((e=>e.includes('rel="http://www.w3.org/ns/json-ld#context"')));if(!n)return null;const a=(Be.exec(n)||[]).slice(-1)[0];return a?new URL(a,e.url).toString():null}(e,a);if(r&&(a="application/ld+json"),!n.has(a))return Promise.reject(new Error(`unknown content type: ${a}`));let o;return r&&(o=await t(r).then((e=>e.json()))),n.import(a,e.body,{baseIRI:e.url,context:o})}};function Fe(e){const t=function(t,n={}){return async function(e,t={}){const n=t.factory,a=t.fetch||ke,r=t.formats;if(!r)throw new Error("no formats given");t=De(t,r);return function(e,t,n,a){const r=[...e.headers.keys()].some((e=>e.startsWith("content-"))),o="chunked"===e.headers.get("transfer-encoding");return(r||o)&&($e(e,n,a),t&&function(e,t){e.dataset=async()=>{const n=await e.quadStream();return async function(e,t){for await(const n of t)e.add(n);return e}(t.dataset(),n)}}(e,t)),e}(await a(e,t),n,a,r.parsers)}(t,{...n,factory:"function"==typeof e.dataset?e:null,fetch:e._fetch.fetch,formats:e.formats})};return t.config=function(t,n){e._fetch[t]=n},t.Headers=Me,t}class Ve{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}Ve.prototype.termType="BlankNode";const Ue=Ve;class Qe{equals(e){return!!e&&e.termType===this.termType}}Qe.prototype.termType="DefaultGraph",Qe.prototype.value="";const We=Qe,Ge=function(e,t){if(!t)return null;if("BlankNode"===t.termType)return e.blankNode(t.value);if("DefaultGraph"===t.termType)return e.defaultGraph();if("Literal"===t.termType)return e.literal(t.value,t.language||e.namedNode(t.datatype.value));if("NamedNode"===t.termType)return e.namedNode(t.value);if("Quad"===t.termType){const n=e.fromTerm(t.subject),a=e.fromTerm(t.predicate),r=e.fromTerm(t.object),o=e.fromTerm(t.graph);return e.quad(n,a,r,o)}if("Variable"===t.termType)return e.variable(t.value);throw new Error(`unknown termType ${t.termType}`)};class He{constructor(e,t,n){this.value=e,this.language=t,this.datatype=n}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value&&e.language===this.language&&e.datatype.equals(this.datatype)}}He.prototype.termType="Literal";const ze=He;class Xe{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}Xe.prototype.termType="NamedNode";const Je=Xe;class Ke{constructor(e,t,n,a){this.subject=e,this.predicate=t,this.object=n,this.graph=a}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)}}Ke.prototype.termType="Quad",Ke.prototype.value="";const Ye=Ke;class Ze{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}Ze.prototype.termType="Variable";const et=Ze,tt=new Je("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),nt=new Je("http://www.w3.org/2001/XMLSchema#string");class at{constructor(){this.init()}init(){this._data={blankNodeCounter:0,defaultGraph:new We}}namedNode(e){return new Je(e)}blankNode(e){return e=e||"b"+ ++this._data.blankNodeCounter,new Ue(e)}literal(e,t){return"string"==typeof t?new ze(e,t,tt):new ze(e,"",t||nt)}variable(e){return new et(e)}defaultGraph(){return this._data.defaultGraph}quad(e,t,n,a=this.defaultGraph()){return new Ye(e,t,n,a)}fromTerm(e){return Ge(this,e)}fromQuad(e){return Ge(this,e)}}at.exports=["blankNode","defaultGraph","fromQuad","fromTerm","literal","namedNode","quad","variable"];const rt=new at,ot={apply:(e,t,n)=>e(n[0]),get:(e,t)=>e(t)};class st{namespace(e){return function(e,{factory:t=rt}={}){const n=(n="")=>t.namedNode(`${e}${n.raw||n}`);return"undefined"==typeof Proxy?n:new Proxy(n,ot)}(e,{factory:this})}}st.exports=["namespace"];const dt=st;class wt extends Map{constructor(e=[],{factory:t}){super(e),this.factory=t}resolve(e){if(e.value.includes("://"))return null;const[t,n]=e.value.split(":",2);return void 0===n?null:this.has(t)?this.factory.namedNode(`${this.get(t).value}${n}`):null}shrink(e){if(!e)return null;const[t]=[...this].filter((([,t])=>e.value.startsWith(t.value))).sort(((e,t)=>t[1].value.length-e[1].value.length));return void 0===t?null:this.factory.namedNode(`${t[0]}:${e.value.slice(t[1].value.length)}`)}import(e){return e.on("prefix",((e,t)=>{this.set(e,t)})),new Promise(((t,n)=>{(0,z.finished)(e,(e=>{e?n(e):t(this)}))}))}export(e){for(const[t,n]of this)e.emit("prefix",t,n);return this}}const it=wt;class ht{init(){this.prefixes=new it([],{factory:this})}clone(e){if(e.prefixes)for(const[t,n]of e.prefixes)this.prefixes.set(t,n)}prefixMap(e){return new it(e,{factory:this})}}ht.exports=["prefixMap"];const lt=ht,ct=function({factor:e,score:t}){return({dataset:n,graph:a,terms:r=[]})=>t({dataset:n,graph:a,terms:r}).map((t=>(t.score*=e,t)))};var pt=n(6083);class ut extends Set{constructor(e=[]){super(),this._index=new Map;for(const t of e)this.add(t)}add(e){return this._index.set(ut.key(e),e),super.add(e)}delete(e){const t=this._index.get(ut.key(e));return super.delete(t)}has(e){return this._index.has(ut.key(e))}static key(e){return e.map((e=>e&&pt(e)||"undefined")).join(" ")}}const mt=ut;class ft extends Map{constructor(e=[]){super(),this._keys=new Map;for(const[t,n]of e)this.set(t,n)}delete(e){const t=ft.key(e);return this._keys.delete(t),super.delete(t)}get(e){return super.get(ft.key(e))}has(e){return super.has(ft.key(e))}keys(){return new mt(this._keys.values())}set(e,t){const n=ft.key(e);return this._keys.set(n,e),super.set(n,t)}static key(e){return e.map((e=>e&&pt(e)||"undefined")).join(" ")}}const gt=ft,Nt=function(e){return({dataset:t,graph:n,terms:a=[]})=>{const r=new gt;for(let o=0;o<e.length;o++){const s=(0,e[o])({dataset:t,graph:n,terms:a});for(const e of s){const t=r.get([e.term,n]);t?t.score+=e.score:r.set([e.term,n],e)}}return[...r.values()]}};function yt(e){const t=1/e.length;return Nt(e.map((e=>ct({factor:t,score:e}))))}yt.prioritized=function(e){const t=2/(e.length*(e.length+1)),n=e.map(((n,a)=>{const r=(e.length-a)*t;return ct({factor:r,score:n})}));return Nt(n)};const bt=yt,_t=function(e){return({dataset:t,graph:n,terms:a=[]})=>e.flatMap((e=>e({dataset:t,graph:n,terms:a})))};class vt{constructor(e){if(this.index=new Map,e)for(const[t,n]of e)this.set(t,n)}get size(){return this.index.size}clear(){this.index.clear()}delete(e){return this.index.delete(pt(e))}*entries(){for(const[,{term:e,value:t}]of this.index)yield[e,t]}forEach(e,t){for(const n of this.entries())e.call(t,n[1],n[0],this)}get(e){const t=this.index.get(pt(e));return t&&t.value}has(e){return this.index.has(pt(e))}*keys(){for(const[,{term:e}]of this.index)yield e}set(e,t){const n=pt(e);return this.index.set(n,{term:e,value:t}),this}*values(){for(const[,{value:e}]of this.index)yield e}[Symbol.iterator](){return this.entries()[Symbol.iterator]()}}const St=vt,xt=function({graph:e,object:t,predicate:n,subject:a=!0}={}){const r={subject:a,predicate:n,object:t,graph:e};return({dataset:e,graph:t,terms:n=[]})=>{const a=new St;let o=0;const s=r=>{for(const s of n){const n=["subject"===r&&s,"predicate"===r&&s,"object"===r&&s,t||"graph"===r&&s],d=e.match(...n);for(const e of d){const t=e[r],n=a.get(t)||{count:0};a.has(t)||a.set(t,n),n.count++,o++}}};for(const e of["subject","predicate","object","graph"])r[e]&&s(e);const d=[];for(const[n,r]of a)d.push({dataset:e,graph:t,term:n,score:r.count/o});return d}},Ct=function(e){const t=new gt;for(const n of e){const e=t.get([n.term,n.graph]);e?e.score<n.score&&(t.delete([n.term,n.graph]),t.set([n.term,n.graph],n)):t.set([n.term,n.graph],n)}return[...t.values()]},qt=function({graph:e,object:t,predicate:n,subject:a}){const r={subject:a,predicate:n,object:t,graph:e};return({dataset:e,graph:t,terms:n=[]})=>{for(const a of n){const n=[{dataset:e,graph:t,term:a,score:1}];if(r.subject&&r.subject.equals(a)&&e.match(a,null,null,t).size>0)return n;if(r.predicate&&r.predicate.equals(a)&&e.match(null,a,null,t).size>0)return n;if(r.object&&r.object.equals(a)&&e.match(null,null,a,t).size>0)return n;if(r.graph&&r.graph.equals(a)&&(!t||r.graph.equals(t))&&e.match(null,null,null,t).size>0)return n}return[]}},Et=function(e){return({dataset:t,graph:n,terms:a=[]})=>{for(const r of e){const e=r({dataset:t,graph:n,terms:a});if(e.length>0)return e}return[]}},Rt=function(e){const t=e;return({dataset:e,graph:n,terms:a=[]})=>{for(const r of a)if(r.equals(t))return[{dataset:e,graph:n,term:r,score:1}];return[]}},Tt=function(e){const t=new Map;let n;for(const[a,r]of Object.entries(e)){const o=1-a/e.length;"*"===r?n=o:t.set(r,o)}return({dataset:e,graph:a,terms:r=[]})=>{const o=[];for(const s of r){let r=t.get(s.language);void 0===r&&"string"==typeof s.language&&n&&(r=n),void 0!==r&&o.push({dataset:e,graph:a,term:s,score:r})}return o}};function At(e){try{return pt(e)}catch(e){return null}}class It{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=pt(e);return this.index.has(t)||this.index.set(t,e),this}clear(){this.index.clear()}delete(e){return!!e&&this.index.delete(At(e))}entries(){return this.values().entries()}forEach(e,t){return this.values().forEach(e,t)}has(e){return!!e&&this.index.has(At(e))}values(){return new Set(this.index.values())}keys(){return this.values()}[Symbol.iterator](){return this.values()[Symbol.iterator]()}}const Lt=It,jt=function({alpha:e=.85,epsilon:t=1e-6}={}){return({dataset:n,graph:a,terms:r})=>{r=new Lt(r);const o=new St,s=1/r.size;let d=1;for(const e of r){const t=n.match(null,null,e,a);o.set(e,{weight:s,outbound:t.size,subjects:[...t].map((e=>e.subject)).filter((e=>r.has(e)))})}for(;d>t;){const t=new St;let n=0;for(const[e,a]of o)t.set(e,a.weight),0===a.outbound&&(n+=a.weight),a.weight=0;n*=e;for(const[a,r]of o){for(const n of r.subjects)o.get(n).weight+=e*t.get(a)/r.outbound;r.weight+=(1-e)*s+n*s}d=0;for(const[e,n]of o)d+=Math.abs(n.weight-t.get(e))}const w=[];for(const[e,t]of o)w.push({dataset:n,graph:a,term:e,score:t.weight});return w}},Pt=function(){return({dataset:e,graph:t,terms:n=[]})=>{const a=[];for(const r of n){let n=Number.EPSILON;if("NamedNode"===r.termType){let e=new URL(r.value).pathname;e.endsWith("/")&&(e=e.slice(0,-1)),n=1/e.split("/").length}a.push({dataset:e,graph:t,term:r,score:n})}return a}},Mt=function(e){return({dataset:t,graph:n,terms:a=[]})=>{const r=[],o=2/(e.length*(e.length+1));for(let s=0;s<e.length;s++){const d=(e.length-s)*o,w=ct({factor:d,score:e[s]});for(const e of w({dataset:t,graph:n,terms:a}))r.push(e)}return r}},kt=function(e){return({dataset:t,graph:n,terms:a=[]})=>{if(0===e.length)return[];const r=e[0]({dataset:t,graph:n,terms:a}),o=new gt(r.map((e=>[[e.term,n],e])));for(let r=1;r<e.length;r++){const s=e[r],d=o.keys(),w=s({dataset:t,graph:n,terms:a});for(const e of w){const t=o.get([e.term,n]);t&&(t.score*=e.score),d.delete([e.term,n])}for(const e of d)o.delete(e)}return[...o.values()]}},Ot=function(e){return e.slice().sort(((e,t)=>{const n=t.score-e.score;return 0!==n?n:e.term.value.localeCompare(t.term.value)}))},Dt=function({dataset:e,objects:t,score:n,termCallback:a=(e=>e.term)}={}){const r=new St(t.map((e=>[a(e),e]))),o=t.map((e=>a(e)));return Ot(Ct(n({dataset:e,terms:o}))).map((({term:e})=>r.get(e)))};class Bt{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}Bt.prototype.termType="BlankNode";const $t=Bt;class Ft{equals(e){return!!e&&e.termType===this.termType}}Ft.prototype.termType="DefaultGraph",Ft.prototype.value="";const Vt=Ft,Ut=function(e,t){if(!t)return null;if("BlankNode"===t.termType)return e.blankNode(t.value);if("DefaultGraph"===t.termType)return e.defaultGraph();if("Literal"===t.termType)return e.literal(t.value,t.language||e.namedNode(t.datatype.value));if("NamedNode"===t.termType)return e.namedNode(t.value);if("Quad"===t.termType){const n=e.fromTerm(t.subject),a=e.fromTerm(t.predicate),r=e.fromTerm(t.object),o=e.fromTerm(t.graph);return e.quad(n,a,r,o)}if("Variable"===t.termType)return e.variable(t.value);throw new Error(`unknown termType ${t.termType}`)};class Qt{constructor(e,t,n){this.value=e,this.language=t,this.datatype=n}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value&&e.language===this.language&&e.datatype.equals(this.datatype)}}Qt.prototype.termType="Literal";const Wt=Qt;class Gt{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}Gt.prototype.termType="NamedNode";const Ht=Gt;class zt{constructor(e,t,n,a){this.subject=e,this.predicate=t,this.object=n,this.graph=a}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)}}zt.prototype.termType="Quad",zt.prototype.value="";const Xt=zt;class Jt{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}Jt.prototype.termType="Variable";const Kt=Jt,Yt=new Ht("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),Zt=new Ht("http://www.w3.org/2001/XMLSchema#string");class en{constructor(){this.init()}init(){this._data={blankNodeCounter:0,defaultGraph:new Vt}}namedNode(e){return new Ht(e)}blankNode(e){return e=e||"b"+ ++this._data.blankNodeCounter,new $t(e)}literal(e,t){return"string"==typeof t?new Wt(e,t,Yt):new Wt(e,"",t||Zt)}variable(e){return new Kt(e)}defaultGraph(){return this._data.defaultGraph}quad(e,t,n,a=this.defaultGraph()){return new Xt(e,t,n,a)}fromTerm(e){return Ut(this,e)}fromQuad(e){return Ut(this,e)}}en.exports=["blankNode","defaultGraph","fromQuad","fromTerm","literal","namedNode","quad","variable"];const tn=new en,nn=function(e){const t={rdf:{type:tn.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type")}};return({dataset:n,graph:a,terms:r=[]})=>{const o=[];for(const s of r)for(const r of n.match(s,t.rdf.type,e,a))o.push({dataset:n,graph:r.graph,term:s,score:1});return o}};class an{termMap(e){return new St(e)}}an.exports=["termMap"];const rn=an;function on(e){try{return pt(e)}catch(e){return null}}class sn{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=pt(e);return this.index.has(t)||this.index.set(t,e),this}clear(){this.index.clear()}delete(e){return!!e&&this.index.delete(on(e))}entries(){return this.values().entries()}forEach(e,t){return this.values().forEach(e,t)}has(e){return!!e&&this.index.has(on(e))}values(){return new Set(this.index.values())}keys(){return this.values()}[Symbol.iterator](){return this.values()[Symbol.iterator]()}}const dn=sn;class wn{termSet(e){return new dn(e)}}wn.exports=["termSet"];const hn=wn;function ln({backward:e,callback:t,dataset:n,filter:a,forward:r,term:o,visited:s}){const d=(o,w)=>{const i=o=>{for(const i of o){if(s.has(i))continue;s.add(i);const o={dataset:n,level:w,quad:i};a(o)&&(t(o),r&&d(i.object,w+1),e&&d(i.subject,w+1))}};r&&i(n.match(o)),e&&i(n.match(null,null,o))};d(o,0)}class cn{traverser(e,{backward:t=!1,forward:n=!0}={}){return new class{constructor(e,{backward:t=!1,factory:n,forward:a=!0}){this.backward=t,this.factory=n,this.filter=e,this.forward=a}forEach({term:e,dataset:t},n){ln({backward:this.backward,callback:n,dataset:t,filter:this.filter,forward:this.forward,term:e,visited:this.factory.dataset()})}match({term:e,dataset:t}){const n=this.factory.dataset();return ln({backward:this.backward,callback:({quad:e})=>n.add(e),dataset:t,filter:this.filter,forward:this.forward,term:e,visited:this.factory.dataset()}),n}reduce({term:e,dataset:t},n,a){let r=a;return ln({backward:this.backward,callback:e=>{r=n(e,r)},dataset:t,filter:this.filter,forward:this.forward,term:e,visited:this.factory.dataset()}),r}}(e,{backward:t,factory:this,forward:n})}}cn.exports=["traverser"];const pn=cn;var un=n(7114);class mn{clownface({...e}={}){return e.dataset||"function"!=typeof this.dataset||(e.dataset=this.dataset()),un({...e,factory:this})}}mn.exports=["clownface"];const fn=mn,gn=class extends Ue{toCanonical(){return pt(this)}toString(){return this.toCanonical()}},Nn=class extends We{toCanonical(){return pt(this)}toString(){return this.toCanonical()}},yn=class extends ze{toCanonical(){return pt(this)}toString(){return this.value}},bn=class extends Je{toCanonical(){return pt(this)}toString(){return this.value}},_n=class extends Ye{toCanonical(){return pt(this)}toString(){return this.toCanonical()}},vn=class extends et{toCanonical(){return pt(this)}toString(){return this.toCanonical()}},Sn=new bn("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),xn=new bn("http://www.w3.org/2001/XMLSchema#string");class Cn{init(){this._data={blankNodeCounter:0,defaultGraph:new Nn}}namedNode(e){return new bn(e)}blankNode(e){return e=e||"b"+ ++this._data.blankNodeCounter,new gn(e)}literal(e,t){return"string"==typeof t?new yn(e,t,Sn):new yn(e,"",t||xn)}variable(e){return new vn(e)}defaultGraph(){return this._data.defaultGraph}quad(e,t,n,a=this.defaultGraph()){return new _n(e,t,n,a)}fromTerm(e){return Ge(this,e)}fromQuad(e){return Ge(this,e)}}Cn.exports=["namedNode","blankNode","literal","variable","defaultGraph","quad","fromTerm","fromQuad"];const qn=Cn;function En(e){return"string"==typeof e||e instanceof String}function Rn(e){if("string"==typeof e)return e;if(!e)return"";if(void 0!==e.id&&"Quad"!==e.termType)return e.id;let t,n,a,r;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=An(Rn(e.subject)),n=An(Rn(e.predicate)),a=An(Rn(e.object)),r="DefaultGraph"===e.graph.termType?"":` ${Rn(e.graph)}`,`<<${t} ${n} ${a}${r}>>`;default:throw new Error(`Unexpected termType: ${e.termType}`)}}const Tn=/^"(.*".*)(?="[^"]*$)/;function An(e){return e.replace(Tn,((e,t)=>`"${t.replace(/"/g,'""')}`))}class In{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,a;for(const r in t)for(const o in n=t[r].subjects)for(const t in a=n[o])e+=Object.keys(a[t]).length;return this._size=e,this._size}add(e){let t=Rn(e.subject),n=Rn(e.predicate),a=Rn(e.object);const r=Rn(e.graph);let o=this._graphs[r];o||(o=this._graphs[r]={subjects:{},predicates:{},objects:{}},Object.freeze(o));const s=this._ids,d=this._entities;return t=s[t]||(s[d[++this._id]=t]=this._id),n=s[n]||(s[d[++this._id]=n]=this._id),a=s[a]||(s[d[++this._id]=a]=this._id),this._addToIndex(o.subjects,t,n,a),this._addToIndex(o.predicates,n,a,t),this._addToIndex(o.objects,a,t,n),this._setQuad(t,n,a,r,e),this._size=null,this}delete(e){let t=Rn(e.subject),n=Rn(e.predicate),a=Rn(e.object);const r=Rn(e.graph),o=this._ids,s=this._graphs;let d,w,i;if(!((t=o[t])&&(n=o[n])&&(a=o[a])&&(d=s[r])&&(w=d.subjects[t])&&(i=w[n])&&a in i))return this;for(t in this._removeFromIndex(d.subjects,t,n,a),this._removeFromIndex(d.predicates,n,a,t),this._removeFromIndex(d.objects,a,t,n),null!==this._size&&this._size--,this._deleteQuad(t,n,a,r),d.subjects)return this;return delete s[r],this}has(e){const t=Rn(e.subject),n=Rn(e.predicate),a=Rn(e.object),r=Rn(e.graph),o=this._graphs[r];if(!o)return!1;const s=this._ids;let d,w,i;return!(En(t)&&!(d=s[t])||En(n)&&!(w=s[n])||En(a)&&!(i=s[a]))&&1===this._countInIndex(o.objects,i,d,w)}match(e,t,n,a){return this._createDataset(this._match(e,t,n,a))}[Symbol.iterator](){return this._match()[Symbol.iterator]()}_addToIndex(e,t,n,a){const r=e[t]||(e[t]={}),o=r[n]||(r[n]={}),s=a in o;return s||(o[a]=null),!s}_removeFromIndex(e,t,n,a){const r=e[t],o=r[n];delete o[a];for(const e in o)return;delete r[n];for(const e in r)return;delete e[t]}_findInIndex(e,t,n,a,r,o,s,d,w,i){let h,l,c;t&&((h=e,e={})[t]=h[t]);for(const t in e)if(l=e[t],l){n&&((h=l,l={})[n]=h[n]);for(const e in l)if(c=l[e],c){const n=a?a in c?[a]:[]:Object.keys(c);for(let a=0;a<n.length;a++){const h={[r]:t,[o]:e,[s]:n[a]},l=this._getQuad(h.subject,h.predicate,h.object,d);if(i)i.push(l);else if(w(l))return!0}}}return i}_countInIndex(e,t,n,a){let r,o,s,d=0;t&&((r=e,e={})[t]=r[t]);for(const t in e)if(o=e[t],o){n&&((r=o,o={})[n]=r[n]);for(const e in o)s=o[e],s&&(a?a in s&&d++:d+=Object.keys(s).length)}return d}_getGraphs(e){return En(e)?{[e]:this._graphs[e]}:this._graphs}_match(e,t,n,a){e=e&&Rn(e),t=t&&Rn(t),n=n&&Rn(n),a=a&&Rn(a);const r=[],o=this._getGraphs(a),s=this._ids;let d,w,i,h;if(En(e)&&!(w=s[e])||En(t)&&!(i=s[t])||En(n)&&!(h=s[n]))return r;for(const e in o)d=o[e],d&&(w?h?this._findInIndex(d.objects,h,w,i,"object","subject","predicate",e,null,r):this._findInIndex(d.subjects,w,i,null,"subject","predicate","object",e,null,r):i?this._findInIndex(d.predicates,i,h,null,"predicate","object","subject",e,null,r):h?this._findInIndex(d.objects,h,null,null,"object","subject","predicate",e,null,r):this._findInIndex(d.subjects,null,null,null,"subject","predicate","object",e,null,r));return r}_getQuad(e,t,n,a){return this._quads.get(this._toId(e,t,n,a))}_setQuad(e,t,n,a,r){this._quads.set(this._toId(e,t,n,a),r)}_deleteQuad(e,t,n,a){this._quads.delete(this._toId(e,t,n,a))}_createDataset(e){return new this.constructor(e)}_toId(e,t,n,a){return`${e}:${t}:${n}:${a}`}}const Ln=In;var jn=n(5643);function Pn(e){return"BlankNode"===e.termType?{termType:"BlankNode",value:`_:${e.value}`}:e}const Mn=function(e){return(new jn).main(function(e){return[...e].map((e=>function(e){return{subject:Pn(e.subject),predicate:Pn(e.predicate),object:Pn(e.object),graph:Pn(e.graph)}}(e)))}(e))};function kn(e,t){return new e.constructor(t)}const On=class extends Ln{addAll(e){for(const t of e)this.add(t);return this}clone(){return kn(this,this)}deleteMatches(e,t,n,a){for(const r of this.match(e,t,n,a))this.delete(r);return this}difference(e){return this.filter((t=>!e.has(t)))}equals(e){return this.toCanonical()===e.toCanonical()}every(e){return Array.from(this).every((t=>e(t,this)))}filter(e){return kn(this,Array.from(this).filter((t=>e(t,this))))}forEach(e){Array.from(this).forEach((t=>e(t,this)))}import(e){return e.on("data",(e=>this.add(e))),new Promise(((t,n)=>{(0,z.finished)(e,(e=>{e?n(e):t(this)}))}))}intersection(e){return this.filter((t=>e.has(t)))}map(e){return kn(this,Array.from(this).map((t=>e(t,this))))}merge(e){return this.clone().addAll(e)}some(e){return Array.from(this).some((t=>e(t,this)))}toCanonical(){return Mn(this)}toStream(){return function(e){let t=!1;const n=e[Symbol.iterator](),a=()=>{try{const{value:e,done:o}=n.next();o?r.push(null):r.push(e)?a():t=!1}catch(e){r.destroy(e)}},r=new z.Readable({objectMode:!0,read:()=>{t||(t=!0,a())}});return r}(this)}toString(){return pt(this)}};class Dn{dataset(e,t){const n=new On;if(e)if(t)for(const a of e)n.add(this.quad(a.subject,a.predicate,a.object,t));else n.addAll(e);return n}}Dn.exports=["dataset"];const Bn=new Ee([fn,qn,Dn,class{init(){this._fetch={fetch:null},this.fetch=Fe(this)}clone(e){for(const[t,n]of Object.entries(e._fetch))this._fetch[t]=n}},class{init(){this.formats=new class{constructor({factory:e}){this.factory=e,this.parsers=new Re,this.serializers=new Re}import(e){if(e.parsers)for(const[t,n]of e.parsers)this.parsers.set(t,new n.constructor({factory:this.factory}));if(e.serializers)for(const[t,n]of e.serializers)this.serializers.set(t,new n.constructor({factory:this.factory}))}}({factory:this})}clone(e){this.formats.import(e.formats)}},dt,lt,class{init(){this.score={combine:bt,concat:_t,count:xt,distinct:Ct,exists:qt,fallback:Et,fixed:Rt,language:Tt,pageRank:jt,pathDepth:Pt,prioritized:Mt,product:kt,scale:ct,sort:Ot,sortObjects:Dt,sum:Nt,type:nn}}},rn,hn,pn],{bind:!0});var $n=n(3379),Fn=n.n($n),Vn=n(7795),Un=n.n(Vn),Qn=n(569),Wn=n.n(Qn),Gn=n(3565),Hn=n.n(Gn),zn=n(9216),Xn=n.n(zn),Jn=n(4589),Kn=n.n(Jn),Yn=n(28),Zn={};Zn.styleTagTransform=Kn(),Zn.setAttributes=Hn(),Zn.insert=Wn().bind(null,"head"),Zn.domAPI=Un(),Zn.insertStyleElement=Xn(),Fn()(Yn.Z,Zn),Yn.Z&&Yn.Z.locals&&Yn.Z.locals;class ea extends HTMLElement{constructor(){super(),this.config=new pe,this.plugins={},this.form=document.createElement("form"),this.form.appendChild(document.createElement("slot")),this.form.addEventListener("change",(e=>{e.stopPropagation(),this.validate().then((e=>{this.dispatchEvent(new CustomEvent("change",{bubbles:!0,cancelable:!1,composed:!0,detail:{valid:e}}))}))}))}static get observedAttributes(){return pe.keysAsDataAttributes}connectedCallback(){this.prepend(this.form)}attributeChangedCallback(){const e=pe.from(this);e.equals(this.config)||(this.config=e,this.initialize())}initialize(){clearTimeout(this.initTimeout),this.initTimeout=setTimeout((()=>{this.config.loadGraphs().then((e=>{this.shape&&this.form.contains(this.shape)&&this.form.removeChild(this.shape);const t=this.findRootShaclShapeSubject();t&&(this.shape=new H(this,t,void 0,this.config.valueSubject?new f(this.config.valueSubject):void 0),this.form.prepend(this.shape),j(this.shape))})).catch((e=>{console.log(e),this.shape&&this.form.contains(this.shape)&&this.form.removeChild(this.shape)}))}),20)}toRDF(){const e=new X;return this.shape&&this.shape.toRDF(e),e.getQuads(null,null,null,null)}toRDFTurtle(){const e=new _e({prefixes:A});e.addQuads(this.toRDF());let t="";return e.end(((e,n)=>{e&&console.error(e),t=n})),t}registerPlugin(e){this.plugins[e.predicate]=e,this.initialize()}reportValidity(){return this.form.reportValidity()}validate(){return e=this,t=void 0,a=function*(){for(const e of this.querySelectorAll(":scope .validation"))e.remove();const e=Bn.dataset(this.config.shapesGraph),t=new(Ce())(e,{factory:Bn}),n=yield t.validate(Bn.dataset(this.toRDF()));console.log("--- validation results",n.results);for(const e of n.results){const t=this.querySelector(`:scope [data-node-id='${e.focusNode.id}'] [data-path='${e.path.id}']`),n=document.createElement("pre");if(n.classList.add("validation"),e.message.length>0)for(const t of e.message)n.innerText+=t+"\n";else n.innerText+=e.sourceConstraintComponent.value;null==t||t.appendChild(n)}return n.conforms},new((n=void 0)||(n=Promise))((function(r,o){function s(e){try{w(a.next(e))}catch(e){o(e)}}function d(e){try{w(a.throw(e))}catch(e){o(e)}}function w(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(s,d)}w((a=a.apply(e,t||[])).next())}));var e,t,n,a}findRootShaclShapeSubject(){let e=null;if(this.config.shapeSubject){if(e=new f(this.config.shapeSubject),!this.config.shapesGraph.has(u.triple(e,new f(`${R}type`),new f(`${q}NodeShape`))))return void console.warn(`shapes graph does not contain requested root shape ${this.config.shapeSubject}`)}else if(this.config.valueSubject){const t=new f(this.config.valueSubject),n=this.config.valuesGraph.getQuads(t,new f(`${R}type`),null,null);if(0===n.length)return void console.warn(`value subject '${this.config.valueSubject}' has no ${R}type statement`);for(const t of n)if(this.config.shapesGraph.has(u.triple(t.object,new f(`${R}type`),new f(`${q}NodeShape`)))){e=t.object;break}if(!e){const t=this.config.shapesGraph.getQuads(null,`${q}targetClass`,n[0].object,null);if(0===t.length)return void console.warn(`value subject '${this.config.valueSubject}' has no shacl shape definition in the shapes graph`);if(t.length>1&&console.warn(`value subject '${this.config.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,`${R}type`,`${q}NodeShape`,null).length)return void console.error(`value subject '${this.config.valueSubject}' references a shape which is not a NodeShape (${t[0].subject})`);e=t[0].subject}}else{const t=this.config.shapesGraph.getQuads(null,`${R}type`,`${q}NodeShape`,null);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}}window.customElements.define("shacl-form",ea),window.customElements.define("shacl-node",H),window.customElements.define("shacl-property",B),window.customElements.define("shacl-group",$);class ta{constructor(e){this.predicate=e}}})();var r=a.lB,o=a.XU,s=a.MA,d=a.Sy,w=a.pH,i=a.Zb;export{r as BootstrapTheme,o as DefaultTheme,s as InputBase,d as Plugin,w as ShaclForm,i as ShaclProperty};
2
+ var e={8825:(e,t,n)=>{const a=n(8295);e.exports=a},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 a=n(2225),r=n(5805),o=n(2542),s=n(1694),d=n(1358),w=n(8790),i=n(5895),h={namedNode:function(e){return new d(e)},blankNode:function(e){return new a(e)},literal:function(e,t){return"string"==typeof t?-1===t.indexOf(":")?new s(e,t):new s(e,null,h.namedNode(t)):new s(e,null,t)},variable:function(e){return new i(e)},defaultGraph:function(){return h.defaultGraphInstance},triple:function(e,t,n){return h.quad(e,t,n)},quad:function(e,t,n,a){return new w(e,t,n,a||h.defaultGraphInstance)},fromTerm:function(e){return o.call(h,e)},fromQuad:function(e){return o.call(h,e)},defaultGraphInstance:new r};e.exports=h},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 a=n(1358);class r{constructor(e,t,n){this.value=e,this.datatype=r.stringDatatype,this.language="",t?(this.language=t,this.datatype=r.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)}}r.prototype.termType="Literal",r.langStringDatatype=new a("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),r.stringDatatype=new a("http://www.w3.org/2001/XMLSchema#string"),e.exports=r},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 a=n(5805);class r{constructor(e,t,n,r){this.subject=e,this.predicate=t,this.object=n,this.graph=r||new a}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)}}r.prototype.termType="Quad",r.prototype.value="",e.exports=r},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),a=this.fromTerm(e.object),r=this.fromTerm(e.graph);return this.quad(t,n,a,r)}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,a,o,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=r(n(e.subject)),a=r(n(e.predicate)),o=r(n(e.object)),s="DefaultGraph"===e.graph.termType?"":` ${n(e.graph)}`,`<<${t} ${a} ${o}${s}>>`;default:throw new Error(`Unexpected termType: ${e.termType}`)}}const a=/^"(.*".*)(?="[^"]*$)/;function r(e){return e.replace(a,((e,t)=>`"${t.replace(/"/g,'""')}`))}class o{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,a;for(const r in t)for(const o in n=t[r].subjects)for(const t in a=n[o])e+=Object.keys(a[t]).length;return this._size=e,this._size}add(e){let t=n(e.subject),a=n(e.predicate),r=n(e.object);const o=n(e.graph);let s=this._graphs[o];s||(s=this._graphs[o]={subjects:{},predicates:{},objects:{}},Object.freeze(s));const d=this._ids,w=this._entities;return t=d[t]||(d[w[++this._id]=t]=this._id),a=d[a]||(d[w[++this._id]=a]=this._id),r=d[r]||(d[w[++this._id]=r]=this._id),this._addToIndex(s.subjects,t,a,r),this._addToIndex(s.predicates,a,r,t),this._addToIndex(s.objects,r,t,a),this._setQuad(t,a,r,o,e),this._size=null,this}delete(e){let t=n(e.subject),a=n(e.predicate),r=n(e.object);const o=n(e.graph),s=this._ids,d=this._graphs;let w,i,h;if(!((t=s[t])&&(a=s[a])&&(r=s[r])&&(w=d[o])&&(i=w.subjects[t])&&(h=i[a])&&r in h))return this;for(t in this._removeFromIndex(w.subjects,t,a,r),this._removeFromIndex(w.predicates,a,r,t),this._removeFromIndex(w.objects,r,t,a),null!==this._size&&this._size--,this._deleteQuad(t,a,r,o),w.subjects)return this;return delete d[o],this}has(e){const a=n(e.subject),r=n(e.predicate),o=n(e.object),s=n(e.graph),d=this._graphs[s];if(!d)return!1;const w=this._ids;let i,h,l;return!(t(a)&&!(i=w[a])||t(r)&&!(h=w[r])||t(o)&&!(l=w[o]))&&1===this._countInIndex(d.objects,l,i,h)}match(e,t,n,a){return this._createDataset(this._match(e,t,n,a))}[Symbol.iterator](){return this._match()[Symbol.iterator]()}_addToIndex(e,t,n,a){const r=e[t]||(e[t]={}),o=r[n]||(r[n]={}),s=a in o;return s||(o[a]=null),!s}_removeFromIndex(e,t,n,a){const r=e[t],o=r[n];delete o[a];for(const e in o)return;delete r[n];for(const e in r)return;delete e[t]}_findInIndex(e,t,n,a,r,o,s,d,w,i){let h,l,c;t&&((h=e,e={})[t]=h[t]);for(const t in e)if(l=e[t],l){n&&((h=l,l={})[n]=h[n]);for(const e in l)if(c=l[e],c){const n=a?a in c?[a]:[]:Object.keys(c);for(let a=0;a<n.length;a++){const h={[r]:t,[o]:e,[s]:n[a]},l=this._getQuad(h.subject,h.predicate,h.object,d);if(i)i.push(l);else if(w(l))return!0}}}return i}_countInIndex(e,t,n,a){let r,o,s,d=0;t&&((r=e,e={})[t]=r[t]);for(const t in e)if(o=e[t],o){n&&((r=o,o={})[n]=r[n]);for(const e in o)s=o[e],s&&(a?a in s&&d++:d+=Object.keys(s).length)}return d}_getGraphs(e){return t(e)?{[e]:this._graphs[e]}:this._graphs}_match(e,a,r,o){e=e&&n(e),a=a&&n(a),r=r&&n(r),o=o&&n(o);const s=[],d=this._getGraphs(o),w=this._ids;let i,h,l,c;if(t(e)&&!(h=w[e])||t(a)&&!(l=w[a])||t(r)&&!(c=w[r]))return s;for(const e in d)i=d[e],i&&(h?c?this._findInIndex(i.objects,c,h,l,"object","subject","predicate",e,null,s):this._findInIndex(i.subjects,h,l,null,"subject","predicate","object",e,null,s):l?this._findInIndex(i.predicates,l,c,null,"predicate","object","subject",e,null,s):c?this._findInIndex(i.objects,c,null,null,"object","subject","predicate",e,null,s):this._findInIndex(i.subjects,null,null,null,"subject","predicate","object",e,null,s));return s}_getQuad(e,t,n,a){return this._quads.get(this._toId(e,t,n,a))}_setQuad(e,t,n,a,r){this._quads.set(this._toId(e,t,n,a),r)}_deleteQuad(e,t,n,a){this._quads.delete(this._toId(e,t,n,a))}_createDataset(e){return new this.constructor(e)}_toId(e,t,n,a){return`${e}:${t}:${n}:${a}`}}e.exports=o},6521:(e,t,n)=>{const a=n(8825),r=n(1963);e.exports=Object.assign({dataset:function(e){return new r(e)}},a)},2922:(e,t,n)=>{const{AbortError:a,codes:r}=n(2979),o=n(4414),{ERR_INVALID_ARG_TYPE:s}=r;e.exports.addAbortSignal=function(t,n){if(((e,t)=>{if("object"!=typeof e||!("aborted"in e))throw new s("signal","AbortSignal",e)})(t),!(a=n)||"function"!=typeof a.pipe)throw new s("stream","stream.Stream",n);var a;return e.exports.addAbortSignalNoValidate(t,n)},e.exports.addAbortSignalNoValidate=function(e,t){if("object"!=typeof e||!("aborted"in e))return t;const n=()=>{t.destroy(new a(void 0,{cause:e.reason}))};return e.aborted?n():(e.addEventListener("abort",n),o(t,(()=>e.removeEventListener("abort",n)))),t}},6885:(e,t,n)=>{const{StringPrototypeSlice:a,SymbolIterator:r,TypedArrayPrototypeSet:o,Uint8Array:s}=n(9938),{Buffer:d}=n(8764),{inspect:w}=n(4427);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 d.alloc(0);const t=d.allocUnsafe(e>>>0);let n=this.head,a=0;for(;n;)o(t,n.data,a),a+=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}*[r](){for(let e=this.head;e;e=e.next)yield e.data}_getString(e){let t="",n=this.head,r=0;do{const o=n.data;if(!(e>o.length)){e===o.length?(t+=o,++r,n.next?this.head=n.next:this.head=this.tail=null):(t+=a(o,0,e),this.head=n,n.data=a(o,e));break}t+=o,e-=o.length,++r}while(null!==(n=n.next));return this.length-=r,t}_getBuffer(e){const t=d.allocUnsafe(e),n=e;let a=this.head,r=0;do{const d=a.data;if(!(e>d.length)){e===d.length?(o(t,d,n-e),++r,a.next?this.head=a.next:this.head=this.tail=null):(o(t,new s(d.buffer,d.byteOffset,e),n-e),this.head=a,a.data=d.slice(e));break}o(t,d,n-e),e-=d.length,++r}while(null!==(a=a.next));return this.length-=r,t}[Symbol.for("nodejs.util.inspect.custom")](e,t){return w(this,{...t,depth:0,customInspect:!1})}}},9571:(e,t,n)=>{const{pipeline:a}=n(6754),r=n(2853),{destroyer:o}=n(4398),{isNodeStream:s,isReadable:d,isWritable:w}=n(4308),{AbortError:i,codes:{ERR_INVALID_ARG_VALUE:h,ERR_MISSING_ARGS:l}}=n(2979);e.exports=function(...e){if(0===e.length)throw new l("streams");if(1===e.length)return r.from(e[0]);const t=[...e];if("function"==typeof e[0]&&(e[0]=r.from(e[0])),"function"==typeof e[e.length-1]){const t=e.length-1;e[t]=r.from(e[t])}for(let n=0;n<e.length;++n)if(s(e[n])){if(n<e.length-1&&!d(e[n]))throw new h(`streams[${n}]`,t[n],"must be readable");if(n>0&&!w(e[n]))throw new h(`streams[${n}]`,t[n],"must be writable")}let n,c,p,u,m;const f=e[0],g=a(e,(function(e){const t=u;u=null,t?t(e):e?m.destroy(e):y||N||m.destroy()})),N=!!w(f),y=!!d(g);return m=new r({writableObjectMode:!(null==f||!f.writableObjectMode),readableObjectMode:!(null==g||!g.writableObjectMode),writable:N,readable:y}),N&&(m._write=function(e,t,a){f.write(e,t)?a():n=a},m._final=function(e){f.end(),c=e},f.on("drain",(function(){if(n){const e=n;n=null,e()}})),g.on("finish",(function(){if(c){const e=c;c=null,e()}}))),y&&(g.on("readable",(function(){if(p){const e=p;p=null,e()}})),g.on("end",(function(){m.push(null)})),m._read=function(){for(;;){const e=g.read();if(null===e)return void(p=m._read);if(!m.push(e))return}}),m._destroy=function(e,t){e||null===u||(e=new i),p=null,n=null,c=null,null===u?t(e):(u=t,o(g,e))},m}},4398:(e,t,n)=>{const a=n(4155),{aggregateTwoErrors:r,codes:{ERR_MULTIPLE_CALLBACK:o},AbortError:s}=n(2979),{Symbol:d}=n(9938),{kDestroyed:w,isDestroyed:i,isFinished:h,isServerRequest:l}=n(4308),c=d("kDestroy"),p=d("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 r=!1;function o(t){if(r)return;r=!0;const o=e._readableState,s=e._writableState;u(t,s,o),s&&(s.closed=!0),o&&(o.closed=!0),"function"==typeof n&&n(t),t?a.nextTick(f,e,t):a.nextTick(g,e)}try{e._destroy(t||null,o)}catch(t){o(t)}}function f(e,t){N(e,t),g(e)}function g(e){const t=e._readableState,n=e._writableState;n&&(n.closeEmitted=!0),t&&(t.closeEmitted=!0),(n&&n.emitClose||t&&t.emitClose)&&e.emit("close")}function N(e,t){const n=e._readableState,a=e._writableState;a&&a.errorEmitted||n&&n.errorEmitted||(a&&(a.errorEmitted=!0),n&&(n.errorEmitted=!0),e.emit("error",t))}function y(e,t,n){const r=e._readableState,o=e._writableState;if(o&&o.destroyed||r&&r.destroyed)return this;r&&r.autoDestroy||o&&o.autoDestroy?e.destroy(t):t&&(t.stack,o&&!o.errored&&(o.errored=t),r&&!r.errored&&(r.errored=t),n?a.nextTick(N,e,t):N(e,t))}function b(e){let t=!1;function n(n){if(t)return void y(e,null!=n?n:new o);t=!0;const r=e._readableState,s=e._writableState,d=s||r;r&&(r.constructed=!0),s&&(s.constructed=!0),d.destroyed?e.emit(c,n):n?y(e,n,!0):a.nextTick(_,e)}try{e._construct(n)}catch(e){n(e)}}function _(e){e.emit(p)}function v(e){return e&&e.setHeader&&"function"==typeof e.abort}function S(e){e.emit("close")}function x(e,t){e.emit("error",t),a.nextTick(S,e)}e.exports={construct:function(e,t){if("function"!=typeof e._construct)return;const n=e._readableState,r=e._writableState;n&&(n.constructed=!1),r&&(r.constructed=!1),e.once(p,t),e.listenerCount(p)>1||a.nextTick(b,e)},destroyer:function(e,t){e&&!i(e)&&(t||h(e)||(t=new s),l(e)?(e.socket=null,e.destroy(t)):v(e)?e.abort():v(e.req)?e.req.abort():"function"==typeof e.destroy?e.destroy(t):"function"==typeof e.close?e.close():t?a.nextTick(x,e,t):a.nextTick(S,e),e.destroyed||(e[w]=!0))},destroy:function(e,t){const n=this._readableState,a=this._writableState,o=a||n;return a&&a.destroyed||n&&n.destroyed?("function"==typeof t&&t(),this):(u(e,a,n),a&&(a.destroyed=!0),n&&(n.destroyed=!0),o.constructed?m(this,e,t):this.once(c,(function(n){m(this,r(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:y}},2853:(e,t,n)=>{const{ObjectDefineProperties:a,ObjectGetOwnPropertyDescriptor:r,ObjectKeys:o,ObjectSetPrototypeOf:s}=n(9938);e.exports=i;const d=n(4358),w=n(7065);s(i.prototype,d.prototype),s(i,d);{const e=o(w.prototype);for(let t=0;t<e.length;t++){const n=e[t];i.prototype[n]||(i.prototype[n]=w.prototype[n])}}function i(e){if(!(this instanceof i))return new i(e);d.call(this,e),w.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 h,l;function c(){return void 0===h&&(h={}),h}a(i.prototype,{writable:{__proto__:null,...r(w.prototype,"writable")},writableHighWaterMark:{__proto__:null,...r(w.prototype,"writableHighWaterMark")},writableObjectMode:{__proto__:null,...r(w.prototype,"writableObjectMode")},writableBuffer:{__proto__:null,...r(w.prototype,"writableBuffer")},writableLength:{__proto__:null,...r(w.prototype,"writableLength")},writableFinished:{__proto__:null,...r(w.prototype,"writableFinished")},writableCorked:{__proto__:null,...r(w.prototype,"writableCorked")},writableEnded:{__proto__:null,...r(w.prototype,"writableEnded")},writableNeedDrain:{__proto__:null,...r(w.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)}}}),i.fromWeb=function(e,t){return c().newStreamDuplexFromReadableWritablePair(e,t)},i.toWeb=function(e){return c().newReadableWritablePairFromDuplex(e)},i.from=function(e){return l||(l=n(2150)),l(e,"body")}},2150:(e,t,n)=>{const a=n(4155),r=n(8764),{isReadable:o,isWritable:s,isIterable:d,isNodeStream:w,isReadableNodeStream:i,isWritableNodeStream:h,isDuplexNodeStream:l}=n(4308),c=n(4414),{AbortError:p,codes:{ERR_INVALID_ARG_TYPE:u,ERR_INVALID_RETURN_VALUE:m}}=n(2979),{destroyer:f}=n(4398),g=n(2853),N=n(4358),{createDeferredPromise:y}=n(4427),b=n(1005),_=globalThis.Blob||r.Blob,v=void 0!==_?function(e){return e instanceof _}:function(e){return!1},S=globalThis.AbortController||n(8599).AbortController,{FunctionPrototypeCall:x}=n(9938);class C extends g{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 q(e){const t=e.readable&&"function"!=typeof e.readable.read?N.wrap(e.readable):e.readable,n=e.writable;let a,r,d,w,i,h=!!o(t),l=!!s(n);function u(e){const t=w;w=null,t?t(e):e?i.destroy(e):h||l||i.destroy()}return i=new C({readableObjectMode:!(null==t||!t.readableObjectMode),writableObjectMode:!(null==n||!n.writableObjectMode),readable:h,writable:l}),l&&(c(n,(e=>{l=!1,e&&f(t,e),u(e)})),i._write=function(e,t,r){n.write(e,t)?r():a=r},i._final=function(e){n.end(),r=e},n.on("drain",(function(){if(a){const e=a;a=null,e()}})),n.on("finish",(function(){if(r){const e=r;r=null,e()}}))),h&&(c(t,(e=>{h=!1,e&&f(t,e),u(e)})),t.on("readable",(function(){if(d){const e=d;d=null,e()}})),t.on("end",(function(){i.push(null)})),i._read=function(){for(;;){const e=t.read();if(null===e)return void(d=i._read);if(!i.push(e))return}}),i._destroy=function(e,o){e||null===w||(e=new p),d=null,a=null,r=null,null===w?o(e):(w=o,f(n,e),f(t,e))},i}e.exports=function e(t,n){if(l(t))return t;if(i(t))return q({readable:t});if(h(t))return q({writable:t});if(w(t))return q({writable:!1,readable:!1});if("function"==typeof t){const{value:e,write:r,final:o,destroy:s}=function(e){let{promise:t,resolve:n}=y();const r=new S,o=r.signal;return{value:e(async function*(){for(;;){const e=t;t=null;const{chunk:r,done:s,cb:d}=await e;if(a.nextTick(d),s)return;if(o.aborted)throw new p(void 0,{cause:o.reason});({promise:t,resolve:n}=y()),yield r}}(),{signal:o}),write(e,t,a){const r=n;n=null,r({chunk:e,done:!1,cb:a})},final(e){const t=n;n=null,t({done:!0,cb:e})},destroy(e,t){r.abort(),t(e)}}}(t);if(d(e))return b(C,e,{objectMode:!0,write:r,final:o,destroy:s});const w=null==e?void 0:e.then;if("function"==typeof w){let t;const n=x(w,e,(e=>{if(null!=e)throw new m("nully","body",e)}),(e=>{f(t,e)}));return t=new C({objectMode:!0,readable:!1,write:r,final(e){o((async()=>{try{await n,a.nextTick(e,null)}catch(t){a.nextTick(e,t)}}))},destroy:s})}throw new m("Iterable, AsyncIterable or AsyncFunction",n,e)}if(v(t))return e(t.arrayBuffer());if(d(t))return b(C,t,{objectMode:!0,writable:!1});if("object"==typeof(null==t?void 0:t.writable)||"object"==typeof(null==t?void 0:t.readable))return q({readable:null!=t&&t.readable?i(null==t?void 0:t.readable)?null==t?void 0:t.readable:e(t.readable):void 0,writable:null!=t&&t.writable?h(null==t?void 0:t.writable)?null==t?void 0:t.writable:e(t.writable):void 0});const r=null==t?void 0:t.then;if("function"==typeof r){let e;return x(r,t,(t=>{null!=t&&e.push(t),e.push(null)}),(t=>{f(e,t)})),e=new C({objectMode:!0,writable:!1,read(){}})}throw new u(n,["Blob","ReadableStream","WritableStream","Stream","Iterable","AsyncIterable","Function","{ readable, writable } pair","Promise"],t)}},4414:(e,t,n)=>{const a=n(4155),{AbortError:r,codes:o}=n(2979),{ERR_INVALID_ARG_TYPE:s,ERR_STREAM_PREMATURE_CLOSE:d}=o,{kEmptyObject:w,once:i}=n(4427),{validateAbortSignal:h,validateFunction:l,validateObject:c}=n(4195),{Promise:p}=n(9938),{isClosed:u,isReadable:m,isReadableNodeStream:f,isReadableFinished:g,isReadableErrored:N,isWritable:y,isWritableNodeStream:b,isWritableFinished:_,isWritableErrored:v,isNodeStream:S,willEmitClose:x}=n(4308);function C(e){return e.setHeader&&"function"==typeof e.abort}const q=()=>{};function E(e,t,n){var o,p;2===arguments.length?(n=t,t=w):null==t?t=w:c(t,"options"),l(n,"callback"),h(t.signal,"options.signal"),n=i(n);const E=null!==(o=t.readable)&&void 0!==o?o:f(e),R=null!==(p=t.writable)&&void 0!==p?p:b(e);if(!S(e))throw new s("stream","Stream",e);const T=e._writableState,A=e._readableState,I=()=>{e.writable||P()};let L=x(e)&&f(e)===E&&b(e)===R,j=_(e,!1);const P=()=>{j=!0,e.destroyed&&(L=!1),(!L||e.readable&&!E)&&(E&&!M||n.call(e))};let M=g(e,!1);const k=()=>{M=!0,e.destroyed&&(L=!1),(!L||e.writable&&!R)&&(R&&!j||n.call(e))},O=t=>{n.call(e,t)};let D=u(e);const B=()=>{D=!0;const t=v(e)||N(e);return t&&"boolean"!=typeof t?n.call(e,t):E&&!M&&f(e,!0)&&!g(e,!1)?n.call(e,new d):!R||j||_(e,!1)?void n.call(e):n.call(e,new d)},$=()=>{e.req.on("finish",P)};C(e)?(e.on("complete",P),L||e.on("abort",B),e.req?$():e.on("request",$)):R&&!T&&(e.on("end",I),e.on("close",I)),L||"boolean"!=typeof e.aborted||e.on("aborted",B),e.on("end",k),e.on("finish",P),!1!==t.error&&e.on("error",O),e.on("close",B),D?a.nextTick(B):null!=T&&T.errorEmitted||null!=A&&A.errorEmitted?L||a.nextTick(B):(E||L&&!m(e)||!j&&!1!==y(e))&&(R||L&&!y(e)||!M&&!1!==m(e))?A&&e.req&&e.aborted&&a.nextTick(B):a.nextTick(B);const F=()=>{n=q,e.removeListener("aborted",B),e.removeListener("complete",P),e.removeListener("abort",B),e.removeListener("request",$),e.req&&e.req.removeListener("finish",P),e.removeListener("end",I),e.removeListener("close",I),e.removeListener("finish",P),e.removeListener("end",k),e.removeListener("error",O),e.removeListener("close",B)};if(t.signal&&!D){const o=()=>{const a=n;F(),a.call(e,new r(void 0,{cause:t.signal.reason}))};if(t.signal.aborted)a.nextTick(o);else{const a=n;n=i(((...n)=>{t.signal.removeEventListener("abort",o),a.apply(e,n)})),t.signal.addEventListener("abort",o)}}return F}e.exports=E,e.exports.finished=function(e,t){return new p(((n,a)=>{E(e,t,(e=>{e?a(e):n()}))}))}},1005:(e,t,n)=>{const a=n(4155),{PromisePrototypeThen:r,SymbolAsyncIterator:o,SymbolIterator:s}=n(9938),{Buffer:d}=n(8764),{ERR_INVALID_ARG_TYPE:w,ERR_STREAM_NULL_VALUES:i}=n(2979).codes;e.exports=function(e,t,n){let h,l;if("string"==typeof t||t instanceof d)return new e({objectMode:!0,...n,read(){this.push(t),this.push(null)}});if(t&&t[o])l=!0,h=t[o]();else{if(!t||!t[s])throw new w("iterable",["Iterable"],t);l=!1,h=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}=l?await h.next():h.next();if(t)c.push(null);else{const t=e&&"function"==typeof e.then?await e:e;if(null===t)throw p=!1,new i;if(c.push(t))continue;p=!1}}catch(e){c.destroy(e)}break}}())},c._destroy=function(e,t){r(async function(e){const t=null!=e,n="function"==typeof h.throw;if(t&&n){const{value:t,done:n}=await h.throw(e);if(await t,n)return}if("function"==typeof h.return){const{value:e}=await h.return();await e}}(e),(()=>a.nextTick(t,e)),(n=>a.nextTick(t,n||e)))},c}},9576:(e,t,n)=>{const{ArrayIsArray:a,ObjectSetPrototypeOf:r}=n(9938),{EventEmitter:o}=n(7187);function s(e){o.call(this,e)}function d(e,t,n){if("function"==typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events[t]?a(e._events[t])?e._events[t].unshift(n):e._events[t]=[n,e._events[t]]:e.on(t,n)}r(s.prototype,o.prototype),r(s,o),s.prototype.pipe=function(e,t){const n=this;function a(t){e.writable&&!1===e.write(t)&&n.pause&&n.pause()}function r(){n.readable&&n.resume&&n.resume()}n.on("data",a),e.on("drain",r),e._isStdio||t&&!1===t.end||(n.on("end",w),n.on("close",i));let s=!1;function w(){s||(s=!0,e.end())}function i(){s||(s=!0,"function"==typeof e.destroy&&e.destroy())}function h(e){l(),0===o.listenerCount(this,"error")&&this.emit("error",e)}function l(){n.removeListener("data",a),e.removeListener("drain",r),n.removeListener("end",w),n.removeListener("close",i),n.removeListener("error",h),e.removeListener("error",h),n.removeListener("end",l),n.removeListener("close",l),e.removeListener("close",l)}return d(n,"error",h),d(e,"error",h),n.on("end",l),n.on("close",l),e.on("close",l),e.emit("pipe",n),e},e.exports={Stream:s,prependListener:d}},4705:(e,t,n)=>{const a=globalThis.AbortController||n(8599).AbortController,{codes:{ERR_INVALID_ARG_TYPE:r,ERR_MISSING_ARGS:o,ERR_OUT_OF_RANGE:s},AbortError:d}=n(2979),{validateAbortSignal:w,validateInteger:i,validateObject:h}=n(4195),l=n(9938).Symbol("kWeak"),{finished:c}=n(4414),{ArrayPrototypePush:p,MathFloor:u,Number:m,NumberIsNaN:f,Promise:g,PromiseReject:N,PromisePrototypeThen:y,Symbol:b}=n(9938),_=b("kEmpty"),v=b("kEof");function S(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)&&w(t.signal,"options.signal");let n=1;return null!=(null==t?void 0:t.concurrency)&&(n=u(t.concurrency)),i(n,"concurrency",1),async function*(){var r,o;const s=new a,w=this,i=[],h=s.signal,l={signal:h},c=()=>s.abort();let p,u;null!=t&&null!==(r=t.signal)&&void 0!==r&&r.aborted&&c(),null==t||null===(o=t.signal)||void 0===o||o.addEventListener("abort",c);let m=!1;function f(){m=!0}!async function(){try{for await(let t of w){var a;if(m)return;if(h.aborted)throw new d;try{t=e(t,l)}catch(e){t=N(e)}t!==_&&("function"==typeof(null===(a=t)||void 0===a?void 0:a.catch)&&t.catch(f),i.push(t),p&&(p(),p=null),!m&&i.length&&i.length>=n&&await new g((e=>{u=e})))}i.push(v)}catch(e){const t=N(e);y(t,void 0,f),i.push(t)}finally{var r;m=!0,p&&(p(),p=null),null==t||null===(r=t.signal)||void 0===r||r.removeEventListener("abort",c)}}();try{for(;;){for(;i.length>0;){const e=await i[0];if(e===v)return;if(h.aborted)throw new d;e!==_&&(yield e),i.shift(),u&&(u(),u=null)}await new g((e=>{p=e}))}}finally{s.abort(),m=!0,u&&(u(),u=null)}}.call(this)}async function x(e,t){for await(const n of C.call(this,e,t))return!0;return!1}function C(e,t){if("function"!=typeof e)throw new r("fn",["Function","AsyncFunction"],e);return S.call(this,(async function(t,n){return await e(t,n)?t:_}),t)}class q extends o{constructor(){super("reduce"),this.message="Reduce of an empty stream requires an initial value"}}function E(e){if(e=m(e),f(e))return 0;if(e<0)throw new s("number",">= 0",e);return e}e.exports.streamReturningOperators={asIndexedPairs:function(e){return null!=e&&h(e,"options"),null!=(null==e?void 0:e.signal)&&w(e.signal,"options.signal"),async function*(){let t=0;for await(const a 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++,a]}}.call(this)},drop:function(e,t){return null!=t&&h(t,"options"),null!=(null==t?void 0:t.signal)&&w(t.signal,"options.signal"),e=E(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 a;if(null!=t&&null!==(a=t.signal)&&void 0!==a&&a.aborted)throw new d;e--<=0&&(yield n)}}.call(this)},filter:C,flatMap:function(e,t){const n=S.call(this,e,t);return async function*(){for await(const e of n)yield*e}.call(this)},map:S,take:function(e,t){return null!=t&&h(t,"options"),null!=(null==t?void 0:t.signal)&&w(t.signal,"options.signal"),e=E(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 a;if(null!=t&&null!==(a=t.signal)&&void 0!==a&&a.aborted)throw new d;if(!(e-- >0))return;yield n}}.call(this)}},e.exports.promiseReturningOperators={every:async function(e,t){if("function"!=typeof e)throw new r("fn",["Function","AsyncFunction"],e);return!await x.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 S.call(this,(async function(t,n){return await e(t,n),_}),t));},reduce:async function(e,t,n){var o;if("function"!=typeof e)throw new r("reducer",["Function","AsyncFunction"],e);null!=n&&h(n,"options"),null!=(null==n?void 0:n.signal)&&w(n.signal,"options.signal");let s=arguments.length>1;if(null!=n&&null!==(o=n.signal)&&void 0!==o&&o.aborted){const e=new d(void 0,{cause:n.signal.reason});throw this.once("error",(()=>{})),await c(this.destroy(e)),e}const i=new a,p=i.signal;if(null!=n&&n.signal){const e={once:!0,[l]:this};n.signal.addEventListener("abort",(()=>i.abort()),e)}let u=!1;try{for await(const a 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,a,{signal:p}):(t=a,s=!0)}if(!u&&!s)throw new q}finally{i.abort()}return t},toArray:async function(e){null!=e&&h(e,"options"),null!=(null==e?void 0:e.signal)&&w(e.signal,"options.signal");const t=[];for await(const a 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});p(t,a)}return t},some:x,find:async function(e,t){for await(const n of C.call(this,e,t))return n}}},249:(e,t,n)=>{const{ObjectSetPrototypeOf:a}=n(9938);e.exports=o;const r=n(9785);function o(e){if(!(this instanceof o))return new o(e);r.call(this,e)}a(o.prototype,r.prototype),a(o,r),o.prototype._transform=function(e,t,n){n(null,e)}},6754:(e,t,n)=>{const a=n(4155),{ArrayIsArray:r,Promise:o,SymbolAsyncIterator:s}=n(9938),d=n(4414),{once:w}=n(4427),i=n(4398),h=n(2853),{aggregateTwoErrors:l,codes:{ERR_INVALID_ARG_TYPE:c,ERR_INVALID_RETURN_VALUE:p,ERR_MISSING_ARGS:u,ERR_STREAM_DESTROYED:m,ERR_STREAM_PREMATURE_CLOSE:f},AbortError:g}=n(2979),{validateFunction:N,validateAbortSignal:y}=n(4195),{isIterable:b,isReadable:_,isReadableNodeStream:v,isNodeStream:S}=n(4308),x=globalThis.AbortController||n(8599).AbortController;let C,q;function E(e,t,n){let a=!1;return e.on("close",(()=>{a=!0})),{destroy:t=>{a||(a=!0,i.destroyer(e,t||new m("pipe")))},cleanup:d(e,{readable:t,writable:n},(e=>{a=!e}))}}function R(e){if(b(e))return e;if(v(e))return async function*(e){q||(q=n(4358)),yield*q.prototype[s].call(e)}(e);throw new c("val",["Readable","Iterable","AsyncIterable"],e)}async function T(e,t,n,{end:a}){let r,s=null;const w=e=>{if(e&&(r=e),s){const e=s;s=null,e()}},i=()=>new o(((e,t)=>{r?t(r):s=()=>{r?t(r):e()}}));t.on("drain",w);const h=d(t,{readable:!1},w);try{t.writableNeedDrain&&await i();for await(const n of e)t.write(n)||await i();a&&t.end(),await i(),n()}catch(e){n(r!==e?l(r,e):e)}finally{h(),t.off("drain",w)}}function A(e,t,o){if(1===e.length&&r(e[0])&&(e=e[0]),e.length<2)throw new u("streams");const s=new x,d=s.signal,w=null==o?void 0:o.signal,i=[];function l(){j(new g)}let m,f;y(w,"options.signal"),null==w||w.addEventListener("abort",l);const N=[];let q,A=0;function L(e){j(e,0==--A)}function j(e,n){if(!e||m&&"ERR_STREAM_PREMATURE_CLOSE"!==m.code||(m=e),m||n){for(;N.length;)N.shift()(m);null==w||w.removeEventListener("abort",l),s.abort(),n&&(m||i.forEach((e=>e())),a.nextTick(t,m,f))}}for(let k=0;k<e.length;k++){const O=e[k],D=k<e.length-1,B=k>0,$=D||!1!==(null==o?void 0:o.end),F=k===e.length-1;if(S(O)){if($){const{destroy:V,cleanup:U}=E(O,D,B);N.push(V),_(O)&&F&&i.push(U)}function P(e){e&&"AbortError"!==e.name&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code&&L(e)}O.on("error",P),_(O)&&F&&i.push((()=>{O.removeListener("error",P)}))}if(0===k)if("function"==typeof O){if(q=O({signal:d}),!b(q))throw new p("Iterable, AsyncIterable or Stream","source",q)}else q=b(O)||v(O)?O:h.from(O);else if("function"==typeof O)if(q=R(q),q=O(q,{signal:d}),D){if(!b(q,!0))throw new p("AsyncIterable",`transform[${k-1}]`,q)}else{var M;C||(C=n(249));const Q=new C({objectMode:!0}),W=null===(M=q)||void 0===M?void 0:M.then;if("function"==typeof W)A++,W.call(q,(e=>{f=e,null!=e&&Q.write(e),$&&Q.end(),a.nextTick(L)}),(e=>{Q.destroy(e),a.nextTick(L,e)}));else{if(!b(q,!0))throw new p("AsyncIterable or Promise","destination",q);A++,T(q,Q,L,{end:$})}q=Q;const{destroy:G,cleanup:H}=E(q,!1,!0);N.push(G),F&&i.push(H)}else if(S(O)){if(v(q)){A+=2;const z=I(q,O,L,{end:$});_(O)&&F&&i.push(z)}else{if(!b(q))throw new c("val",["Readable","Iterable","AsyncIterable"],q);A++,T(q,O,L,{end:$})}q=O}else q=h.from(O)}return(null!=d&&d.aborted||null!=w&&w.aborted)&&a.nextTick(l),q}function I(e,t,n,{end:a}){let r=!1;return t.on("close",(()=>{r||n(new f)})),e.pipe(t,{end:a}),a?e.once("end",(()=>{r=!0,t.end()})):n(),d(e,{readable:!0,writable:!1},(t=>{const a=e._readableState;t&&"ERR_STREAM_PREMATURE_CLOSE"===t.code&&a&&a.ended&&!a.errored&&!a.errorEmitted?e.once("end",n).once("error",n):n(t)})),d(t,{readable:!1,writable:!0},n)}e.exports={pipelineImpl:A,pipeline:function(...e){return A(e,w(function(e){return N(e[e.length-1],"streams[stream.length - 1]"),e.pop()}(e)))}}},4358:(e,t,n)=>{const a=n(4155),{ArrayPrototypeIndexOf:r,NumberIsInteger:o,NumberIsNaN:s,NumberParseInt:d,ObjectDefineProperties:w,ObjectKeys:i,ObjectSetPrototypeOf:h,Promise:l,SafeSet:c,SymbolAsyncIterator:p,Symbol:u}=n(9938);e.exports=B,B.ReadableState=D;const{EventEmitter:m}=n(7187),{Stream:f,prependListener:g}=n(9576),{Buffer:N}=n(8764),{addAbortSignal:y}=n(2922),b=n(4414);let _=n(4427).debuglog("stream",(e=>{_=e}));const v=n(6885),S=n(4398),{getHighWaterMark:x,getDefaultHighWaterMark:C}=n(2448),{aggregateTwoErrors:q,codes:{ERR_INVALID_ARG_TYPE:E,ERR_METHOD_NOT_IMPLEMENTED:R,ERR_OUT_OF_RANGE:T,ERR_STREAM_PUSH_AFTER_EOF:A,ERR_STREAM_UNSHIFT_AFTER_END_EVENT:I}}=n(2979),{validateObject:L}=n(4195),j=u("kPaused"),{StringDecoder:P}=n(2553),M=n(1005);h(B.prototype,f.prototype),h(B,f);const k=()=>{},{errorOrDestroy:O}=S;function D(e,t,a){"boolean"!=typeof a&&(a=t instanceof n(2853)),this.objectMode=!(!e||!e.objectMode),a&&(this.objectMode=this.objectMode||!(!e||!e.readableObjectMode)),this.highWaterMark=e?x(this,e,"readableHighWaterMark",a):C(!1),this.buffer=new v,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 B(e){if(!(this instanceof B))return new B(e);const t=this instanceof n(2853);this._readableState=new D(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&&y(e.signal,this)),f.call(this,e),S.construct(this,(()=>{this._readableState.needReadable&&W(this,this._readableState)}))}function $(e,t,n,a){_("readableAddChunk",t);const r=e._readableState;let o;if(r.objectMode||("string"==typeof t?(n=n||r.defaultEncoding,r.encoding!==n&&(a&&r.encoding?t=N.from(t,n).toString(r.encoding):(t=N.from(t,n),n=""))):t instanceof N?n="":f._isUint8Array(t)?(t=f._uint8ArrayToBuffer(t),n=""):null!=t&&(o=new E("chunk",["string","Buffer","Uint8Array"],t))),o)O(e,o);else if(null===t)r.reading=!1,function(e,t){if(_("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,Q(e))}}(e,r);else if(r.objectMode||t&&t.length>0)if(a)if(r.endEmitted)O(e,new I);else{if(r.destroyed||r.errored)return!1;F(e,r,t,!0)}else if(r.ended)O(e,new A);else{if(r.destroyed||r.errored)return!1;r.reading=!1,r.decoder&&!n?(t=r.decoder.write(t),r.objectMode||0!==t.length?F(e,r,t,!1):W(e,r)):F(e,r,t,!1)}else a||(r.reading=!1,W(e,r));return!r.ended&&(r.length<r.highWaterMark||0===r.length)}function F(e,t,n,a){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,a?t.buffer.unshift(n):t.buffer.push(n),t.needReadable&&U(e)),W(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;_("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(_("emitReadable",t.flowing),t.emittedReadable=!0,a.nextTick(Q,e))}function Q(e){const t=e._readableState;_("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,J(e)}function W(e,t){!t.readingMore&&t.constructed&&(t.readingMore=!0,a.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(_("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 z(e){_("readable nexttick read 0"),e.read(0)}function X(e,t){_("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),J(e),t.flowing&&!t.reading&&e.read(0)}function J(e){const t=e._readableState;for(_("flow",t.flowing);t.flowing&&null!==e.read(););}function K(e,t){"function"!=typeof e.read&&(e=B.wrap(e,{objectMode:!0}));const n=async function*(e,t){let n,a=k;function r(t){this===e?(a(),a=k):a=t}e.on("readable",r);const o=b(e,{writable:!1},(e=>{n=e?q(n,e):null,a(),a=k}));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 l(r)}}}catch(e){throw n=q(n,e),n}finally{!n&&!1===(null==t?void 0:t.destroyOnReturn)||void 0!==n&&!e._readableState.autoDestroy?(e.off("readable",r),o()):S.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;_("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,a.nextTick(ee,t,e))}function ee(e,t){if(_("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)a.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 ae(){return void 0===ne&&(ne={}),ne}B.prototype.destroy=S.destroy,B.prototype._undestroy=S.undestroy,B.prototype._destroy=function(e,t){t(e)},B.prototype[m.captureRejectionSymbol]=function(e){this.destroy(e)},B.prototype.push=function(e,t){return $(this,e,t,!1)},B.prototype.unshift=function(e,t){return $(this,e,t,!0)},B.prototype.isPaused=function(){const e=this._readableState;return!0===e[j]||!1===e.flowing},B.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 a="";for(const e of n)a+=t.write(e);return n.clear(),""!==a&&n.push(a),this._readableState.length=a.length,this},B.prototype.read=function(e){_("read",e),void 0===e?e=NaN:o(e)||(e=d(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 _("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 a,r=t.needReadable;if(_("need readable",r),(0===t.length||t.length-e<t.highWaterMark)&&(r=!0,_("length less than watermark",r)),t.ended||t.reading||t.destroyed||t.errored||!t.constructed)r=!1,_("reading, ended or constructing",r);else if(r){_("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0);try{this._read(t.highWaterMark)}catch(e){O(this,e)}t.sync=!1,t.reading||(e=V(n,t))}return a=e>0?Y(e,t):null,null===a?(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===a||t.errorEmitted||t.closeEmitted||(t.dataEmitted=!0,this.emit("data",a)),a},B.prototype._read=function(e){throw new R("_read()")},B.prototype.pipe=function(e,t){const n=this,r=this._readableState;1===r.pipes.length&&(r.multiAwaitDrain||(r.multiAwaitDrain=!0,r.awaitDrainWriters=new c(r.awaitDrainWriters?[r.awaitDrainWriters]:[]))),r.pipes.push(e),_("pipe count=%d opts=%j",r.pipes.length,t);const o=t&&!1===t.end||e===a.stdout||e===a.stderr?m:s;function s(){_("onend"),e.end()}let d;r.endEmitted?a.nextTick(o):n.once("end",o),e.on("unpipe",(function t(a,o){_("onunpipe"),a===n&&o&&!1===o.hasUnpiped&&(o.hasUnpiped=!0,_("cleanup"),e.removeListener("close",p),e.removeListener("finish",u),d&&e.removeListener("drain",d),e.removeListener("error",l),e.removeListener("unpipe",t),n.removeListener("end",s),n.removeListener("end",m),n.removeListener("data",h),w=!0,d&&r.awaitDrainWriters&&(!e._writableState||e._writableState.needDrain)&&d())}));let w=!1;function i(){w||(1===r.pipes.length&&r.pipes[0]===e?(_("false write response, pause",0),r.awaitDrainWriters=e,r.multiAwaitDrain=!1):r.pipes.length>1&&r.pipes.includes(e)&&(_("false write response, pause",r.awaitDrainWriters.size),r.awaitDrainWriters.add(e)),n.pause()),d||(d=function(e,t){return function(){const n=e._readableState;n.awaitDrainWriters===t?(_("pipeOnDrain",1),n.awaitDrainWriters=null):n.multiAwaitDrain&&(_("pipeOnDrain",n.awaitDrainWriters.size),n.awaitDrainWriters.delete(t)),n.awaitDrainWriters&&0!==n.awaitDrainWriters.size||!e.listenerCount("data")||e.resume()}}(n,e),e.on("drain",d))}function h(t){_("ondata");const n=e.write(t);_("dest.write",n),!1===n&&i()}function l(t){if(_("onerror",t),m(),e.removeListener("error",l),0===e.listenerCount("error")){const n=e._writableState||e._readableState;n&&!n.errorEmitted?O(e,t):e.emit("error",t)}}function p(){e.removeListener("finish",u),m()}function u(){_("onfinish"),e.removeListener("close",p),m()}function m(){_("unpipe"),n.unpipe(e)}return n.on("data",h),g(e,"error",l),e.once("close",p),e.once("finish",u),e.emit("pipe",n),!0===e.writableNeedDrain?r.flowing&&i():r.flowing||(_("pipe resume"),n.resume()),e},B.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=r(t.pipes,e);return-1===n||(t.pipes.splice(n,1),0===t.pipes.length&&this.pause(),e.emit("unpipe",this,{hasUnpiped:!1})),this},B.prototype.on=function(e,t){const n=f.prototype.on.call(this,e,t),r=this._readableState;return"data"===e?(r.readableListening=this.listenerCount("readable")>0,!1!==r.flowing&&this.resume()):"readable"===e&&(r.endEmitted||r.readableListening||(r.readableListening=r.needReadable=!0,r.flowing=!1,r.emittedReadable=!1,_("on readable",r.length,r.reading),r.length?U(this):r.reading||a.nextTick(z,this))),n},B.prototype.addListener=B.prototype.on,B.prototype.removeListener=function(e,t){const n=f.prototype.removeListener.call(this,e,t);return"readable"===e&&a.nextTick(H,this),n},B.prototype.off=B.prototype.removeListener,B.prototype.removeAllListeners=function(e){const t=f.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||a.nextTick(H,this),t},B.prototype.resume=function(){const e=this._readableState;return e.flowing||(_("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,a.nextTick(X,e,t))}(this,e)),e[j]=!1,this},B.prototype.pause=function(){return _("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(_("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState[j]=!0,this},B.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=>{O(this,e)})),e.on("close",(()=>{this.destroy()})),e.on("destroy",(()=>{this.destroy()})),this._read=()=>{t&&e.resume&&(t=!1,e.resume())};const n=i(e);for(let t=1;t<n.length;t++){const a=n[t];void 0===this[a]&&"function"==typeof e[a]&&(this[a]=e[a].bind(e))}return this},B.prototype[p]=function(){return K(this)},B.prototype.iterator=function(e){return void 0!==e&&L(e,"options"),K(this,e)},w(B.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}}}),w(D.prototype,{pipesCount:{__proto__:null,get(){return this.pipes.length}},paused:{__proto__:null,get(){return!1!==this[j]},set(e){this[j]=!!e}}}),B._fromList=Y,B.from=function(e,t){return M(B,e,t)},B.fromWeb=function(e,t){return ae().newStreamReadableFromReadableStream(e,t)},B.toWeb=function(e,t){return ae().newReadableStreamFromStreamReadable(e,t)},B.wrap=function(e,t){var n,a;return new B({objectMode:null===(n=null!==(a=e.readableObjectMode)&&void 0!==a?a:e.objectMode)||void 0===n||n,...t,destroy(t,n){S.destroyer(e,t),n(t)}}).wrap(e)}},2448:(e,t,n)=>{const{MathFloor:a,NumberIsInteger:r}=n(9938),{ERR_INVALID_ARG_VALUE:o}=n(2979).codes;function s(e){return e?16:16384}e.exports={getHighWaterMark:function(e,t,n,d){const w=function(e,t,n){return null!=e.highWaterMark?e.highWaterMark:t?e[n]:null}(t,d,n);if(null!=w){if(!r(w)||w<0)throw new o(d?`options.${n}`:"options.highWaterMark",w);return a(w)}return s(e.objectMode)},getDefaultHighWaterMark:s}},9785:(e,t,n)=>{const{ObjectSetPrototypeOf:a,Symbol:r}=n(9938);e.exports=i;const{ERR_METHOD_NOT_IMPLEMENTED:o}=n(2979).codes,s=n(2853),{getHighWaterMark:d}=n(2448);a(i.prototype,s.prototype),a(i,s);const w=r("kCallback");function i(e){if(!(this instanceof i))return new i(e);const t=e?d(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[w]=null,e&&("function"==typeof e.transform&&(this._transform=e.transform),"function"==typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",l)}function h(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 l(){this._final!==h&&h.call(this)}i.prototype._final=h,i.prototype._transform=function(e,t,n){throw new o("_transform()")},i.prototype._write=function(e,t,n){const a=this._readableState,r=this._writableState,o=a.length;this._transform(e,t,((e,t)=>{e?n(e):(null!=t&&this.push(t),r.ended||o===a.length||a.length<a.highWaterMark?n():this[w]=n)}))},i.prototype._read=function(){if(this[w]){const e=this[w];this[w]=null,e()}}},4308:(e,t,n)=>{const{Symbol:a,SymbolAsyncIterator:r,SymbolIterator:o}=n(9938),s=a("kDestroyed"),d=a("kIsErrored"),w=a("kIsReadable"),i=a("kIsDisturbed");function h(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 l(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 c(e){return e&&(e._readableState||e._writableState||"function"==typeof e.write&&"function"==typeof e.on||"function"==typeof e.pipe&&"function"==typeof e.on)}function p(e){if(!c(e))return null;const t=e._writableState,n=e._readableState,a=t||n;return!!(e.destroyed||e[s]||null!=a&&a.destroyed)}function u(e){if(!l(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 m(e,t){if(!h(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 f(e){return e&&null!=e[w]?e[w]:"boolean"!=typeof(null==e?void 0:e.readable)?null:!p(e)&&h(e)&&e.readable&&!m(e)}function g(e){return"boolean"!=typeof(null==e?void 0:e.writable)?null:!p(e)&&l(e)&&e.writable&&!u(e)}function N(e){return"boolean"==typeof e._closed&&"boolean"==typeof e._defaultKeepAlive&&"boolean"==typeof e._removedConnection&&"boolean"==typeof e._removedContLen}function y(e){return"boolean"==typeof e._sent100&&N(e)}e.exports={kDestroyed:s,isDisturbed:function(e){var t;return!(!e||!(null!==(t=e[i])&&void 0!==t?t:e.readableDidRead||e.readableAborted))},kIsDisturbed:i,isErrored:function(e){var t,n,a,r,o,s,w,i,h,l;return!(!e||!(null!==(t=null!==(n=null!==(a=null!==(r=null!==(o=null!==(s=e[d])&&void 0!==s?s:e.readableErrored)&&void 0!==o?o:e.writableErrored)&&void 0!==r?r:null===(w=e._readableState)||void 0===w?void 0:w.errorEmitted)&&void 0!==a?a:null===(i=e._writableState)||void 0===i?void 0:i.errorEmitted)&&void 0!==n?n:null===(h=e._readableState)||void 0===h?void 0:h.errored)&&void 0!==t?t:null===(l=e._writableState)||void 0===l?void 0:l.errored))},kIsErrored:d,isReadable:f,kIsReadable:w,isClosed:function(e){if(!c(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&&N(e)?e._closed:null},isDestroyed:p,isDuplexNodeStream:function(e){return!(!e||"function"!=typeof e.pipe||!e._readableState||"function"!=typeof e.on||"function"!=typeof e.write)},isFinished:function(e,t){return c(e)?!(!p(e)&&(!1!==(null==t?void 0:t.readable)&&f(e)||!1!==(null==t?void 0:t.writable)&&g(e))):null},isIterable:function(e,t){return null!=e&&(!0===t?"function"==typeof e[r]:!1===t?"function"==typeof e[o]:"function"==typeof e[r]||"function"==typeof e[o])},isReadableNodeStream:h,isReadableEnded:function(e){if(!h(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:m,isReadableErrored:function(e){var t,n;return c(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:c,isWritable:g,isWritableNodeStream:l,isWritableEnded:u,isWritableFinished:function(e,t){if(!l(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 c(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:y,willEmitClose:function(e){if(!c(e))return null;const t=e._writableState,n=e._readableState,a=t||n;return!a&&y(e)||!!(a&&a.autoDestroy&&a.emitClose&&!1===a.closed)}}},7065:(e,t,n)=>{const a=n(4155),{ArrayPrototypeSlice:r,Error:o,FunctionPrototypeSymbolHasInstance:s,ObjectDefineProperty:d,ObjectDefineProperties:w,ObjectSetPrototypeOf:i,StringPrototypeToLowerCase:h,Symbol:l,SymbolHasInstance:c}=n(9938);e.exports=P,P.WritableState=L;const{EventEmitter:p}=n(7187),u=n(9576).Stream,{Buffer:m}=n(8764),f=n(4398),{addAbortSignal:g}=n(2922),{getHighWaterMark:N,getDefaultHighWaterMark:y}=n(2448),{ERR_INVALID_ARG_TYPE:b,ERR_METHOD_NOT_IMPLEMENTED:_,ERR_MULTIPLE_CALLBACK:v,ERR_STREAM_CANNOT_PIPE:S,ERR_STREAM_DESTROYED:x,ERR_STREAM_ALREADY_FINISHED:C,ERR_STREAM_NULL_VALUES:q,ERR_STREAM_WRITE_AFTER_END:E,ERR_UNKNOWN_ENCODING:R}=n(2979).codes,{errorOrDestroy:T}=f;function A(){}i(P.prototype,u.prototype),i(P,u);const I=l("kOnFinished");function L(e,t,a){"boolean"!=typeof a&&(a=t instanceof n(2853)),this.objectMode=!(!e||!e.objectMode),a&&(this.objectMode=this.objectMode||!(!e||!e.writableObjectMode)),this.highWaterMark=e?N(this,e,"writableHighWaterMark",a):y(!1),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;const r=!(!e||!1!==e.decodeStrings);this.decodeStrings=!r,this.defaultEncoding=e&&e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=D.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[I]=[]}function j(e){e.buffered=[],e.bufferedIndex=0,e.allBuffers=!0,e.allNoop=!0}function P(e){const t=this instanceof n(2853);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&&g(e.signal,this)),u.call(this,e),f.construct(this,(()=>{const e=this._writableState;e.writing||V(this,e),Q(this,e)}))}function M(e,t,n,r){const o=e._writableState;if("function"==typeof n)r=n,n=o.defaultEncoding;else{if(n){if("buffer"!==n&&!m.isEncoding(n))throw new R(n)}else n=o.defaultEncoding;"function"!=typeof r&&(r=A)}if(null===t)throw new q;if(!o.objectMode)if("string"==typeof t)!1!==o.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 o.ending?s=new E:o.destroyed&&(s=new x("write")),s?(a.nextTick(r,s),T(e,s,!0),s):(o.pendingcb++,function(e,t,n,a,r){const o=t.objectMode?1:n.length;t.length+=o;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:a,callback:r}),t.allBuffers&&"buffer"!==a&&(t.allBuffers=!1),t.allNoop&&r!==A&&(t.allNoop=!1)):(t.writelen=o,t.writecb=r,t.writing=!0,t.sync=!0,e._write(n,a,t.onwrite),t.sync=!1),s&&!t.errored&&!t.destroyed}(e,o,t,n,r))}function k(e,t,n,a,r,o,s){t.writelen=a,t.writecb=s,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new x("write")):n?e._writev(r,t.onwrite):e._write(r,o,t.onwrite),t.sync=!1}function O(e,t,n,a){--t.pendingcb,a(n),F(t),T(e,n)}function D(e,t){const n=e._writableState,r=n.sync,o=n.writecb;"function"==typeof o?(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),r?a.nextTick(O,e,n,t,o):O(e,n,t,o)):(n.buffered.length>n.bufferedIndex&&V(e,n),r?null!==n.afterWriteTickInfo&&n.afterWriteTickInfo.cb===o?n.afterWriteTickInfo.count++:(n.afterWriteTickInfo={count:1,cb:o,stream:e,state:n},a.nextTick(B,n.afterWriteTickInfo)):$(e,n,1,o))):T(e,new v)}function B({stream:e,state:t,count:n,cb:a}){return t.afterWriteTickInfo=null,$(e,t,n,a)}function $(e,t,n,a){for(!t.ending&&!e.destroyed&&0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"));n-- >0;)t.pendingcb--,a();t.destroyed&&F(t),Q(e,t)}function F(e){if(e.writing)return;for(let n=e.bufferedIndex;n<e.buffered.length;++n){var t;const{chunk:a,callback:r}=e.buffered[n],o=e.objectMode?1:a.length;e.length-=o,r(null!==(t=e.errored)&&void 0!==t?t:new x("write"))}const n=e[I].splice(0);for(let t=0;t<n.length;t++){var a;n[t](null!==(a=e.errored)&&void 0!==a?a:new x("end"))}j(e)}function V(e,t){if(t.corked||t.bufferProcessing||t.destroyed||!t.constructed)return;const{buffered:n,bufferedIndex:a,objectMode:o}=t,s=n.length-a;if(!s)return;let d=a;if(t.bufferProcessing=!0,s>1&&e._writev){t.pendingcb-=s-1;const a=t.allNoop?A:e=>{for(let t=d;t<n.length;++t)n[t].callback(e)},o=t.allNoop&&0===d?n:r(n,d);o.allBuffers=t.allBuffers,k(e,t,!0,t.length,o,"",a),j(t)}else{do{const{chunk:a,encoding:r,callback:s}=n[d];n[d++]=null,k(e,t,!1,o?1:a.length,a,r,s)}while(d<n.length&&!t.writing);d===n.length?j(t):d>256?(n.splice(0,d),t.bufferedIndex=0):t.bufferedIndex=d}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 Q(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 r(r){if(n)T(e,null!=r?r:v());else if(n=!0,t.pendingcb--,r){const n=t[I].splice(0);for(let e=0;e<n.length;e++)n[e](r);T(e,r,t.sync)}else U(t)&&(t.prefinished=!0,e.emit("prefinish"),t.pendingcb++,a.nextTick(W,e,t))}t.sync=!0,t.pendingcb++;try{e._final(r)}catch(e){r(e)}t.sync=!1}(e,t)))}(e,t),0===t.pendingcb&&(n?(t.pendingcb++,a.nextTick(((e,t)=>{U(t)?W(e,t):t.pendingcb--}),e,t)):U(t)&&(t.pendingcb++,W(e,t))))}function W(e,t){t.pendingcb--,t.finished=!0;const n=t[I].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 r(this.buffered,this.bufferedIndex)},d(L.prototype,"bufferedRequestCount",{__proto__:null,get(){return this.buffered.length-this.bufferedIndex}}),d(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 S)},P.prototype.write=function(e,t,n){return!0===M(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=h(e)),!m.isEncoding(e))throw new R(e);return this._writableState.defaultEncoding=e,this},P.prototype._write=function(e,t,n){if(!this._writev)throw new _("_write()");this._writev([{chunk:e,encoding:t}],n)},P.prototype._writev=null,P.prototype.end=function(e,t,n){const r=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=M(this,e,t);n instanceof o&&(s=n)}return r.corked&&(r.corked=1,this.uncork()),s||(r.errored||r.ending?r.finished?s=new C("end"):r.destroyed&&(s=new x("end")):(r.ending=!0,Q(this,r,!0),r.ended=!0)),"function"==typeof n&&(s||r.finished?a.nextTick(n,s):r[I].push(n)),this},w(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=f.destroy;let H;function z(){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[I].length)&&a.nextTick(F,n),G.call(this,e,t),this},P.prototype._undestroy=f.undestroy,P.prototype._destroy=function(e,t){t(e)},P.prototype[p.captureRejectionSymbol]=function(e){this.destroy(e)},P.fromWeb=function(e,t){return z().newStreamWritableFromWritableStream(e,t)},P.toWeb=function(e){return z().newWritableStreamFromStreamWritable(e)}},4195:(e,t,n)=>{const{ArrayIsArray:a,ArrayPrototypeIncludes:r,ArrayPrototypeJoin:o,ArrayPrototypeMap:s,NumberIsInteger:d,NumberIsNaN:w,NumberMAX_SAFE_INTEGER:i,NumberMIN_SAFE_INTEGER:h,NumberParseInt:l,ObjectPrototypeHasOwnProperty:c,RegExpPrototypeExec:p,String:u,StringPrototypeToUpperCase:m,StringPrototypeTrim:f}=n(9938),{hideStackFrames:g,codes:{ERR_SOCKET_BAD_PORT:N,ERR_INVALID_ARG_TYPE:y,ERR_INVALID_ARG_VALUE:b,ERR_OUT_OF_RANGE:_,ERR_UNKNOWN_SIGNAL:v}}=n(2979),{normalizeEncoding:S}=n(4427),{isAsyncFunction:x,isArrayBufferView:C}=n(4427).types,q={},E=/^[0-7]+$/,R=g(((e,t,n=h,a=i)=>{if("number"!=typeof e)throw new y(t,"number",e);if(!d(e))throw new _(t,"an integer",e);if(e<n||e>a)throw new _(t,`>= ${n} && <= ${a}`,e)})),T=g(((e,t,n=-2147483648,a=2147483647)=>{if("number"!=typeof e)throw new y(t,"number",e);if(!d(e))throw new _(t,"an integer",e);if(e<n||e>a)throw new _(t,`>= ${n} && <= ${a}`,e)})),A=g(((e,t,n=!1)=>{if("number"!=typeof e)throw new y(t,"number",e);if(!d(e))throw new _(t,"an integer",e);const a=n?1:0,r=4294967295;if(e<a||e>r)throw new _(t,`>= ${a} && <= ${r}`,e)}));function I(e,t){if("string"!=typeof e)throw new y(t,"string",e)}const L=g(((e,t,n)=>{if(!r(n,e)){const a=o(s(n,(e=>"string"==typeof e?`'${e}'`:u(e))),", ");throw new b(t,e,"must be one of: "+a)}}));function j(e,t,n){return null!=e&&c(e,t)?e[t]:n}const P=g(((e,t,n=null)=>{const r=j(n,"allowArray",!1),o=j(n,"allowFunction",!1);if(!j(n,"nullable",!1)&&null===e||!r&&a(e)||"object"!=typeof e&&(!o||"function"!=typeof e))throw new y(t,"Object",e)})),M=g(((e,t,n=0)=>{if(!a(e))throw new y(t,"Array",e);if(e.length<n)throw new b(t,e,`must be longer than ${n}`)})),k=g(((e,t="buffer")=>{if(!C(e))throw new y(t,["Buffer","TypedArray","DataView"],e)})),O=g(((e,t)=>{if(void 0!==e&&(null===e||"object"!=typeof e||!("aborted"in e)))throw new y(t,"AbortSignal",e)})),D=g(((e,t)=>{if("function"!=typeof e)throw new y(t,"Function",e)})),B=g(((e,t)=>{if("function"!=typeof e||x(e))throw new y(t,"Function",e)})),$=g(((e,t)=>{if(void 0!==e)throw new y(t,"undefined",e)}));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(E,e))throw new b(t,e,"must be a 32-bit unsigned integer or an octal string");e=l(e,8)}return A(e,t),e},validateArray:M,validateBoolean:function(e,t){if("boolean"!=typeof e)throw new y(t,"boolean",e)},validateBuffer:k,validateEncoding:function(e,t){const n=S(t),a=e.length;if("hex"===n&&a%2!=0)throw new b("encoding",t,`is invalid for data of length ${a}`)},validateFunction:D,validateInt32:T,validateInteger:R,validateNumber:function(e,t,n,a){if("number"!=typeof e)throw new y(t,"number",e);if(null!=n&&e<n||null!=a&&e>a||(null!=n||null!=a)&&w(e))throw new _(t,`${null!=n?`>= ${n}`:""}${null!=n&&null!=a?" && ":""}${null!=a?`<= ${a}`:""}`,e)},validateObject:P,validateOneOf:L,validatePlainFunction:B,validatePort:function(e,t="Port",n=!0){if("number"!=typeof e&&"string"!=typeof e||"string"==typeof e&&0===f(e).length||+e!=+e>>>0||e>65535||0===e&&!n)throw new N(t,e,n);return 0|e},validateSignalName:function(e,t="signal"){if(I(e,t),void 0===q[e]){if(void 0!==q[m(e)])throw new v(e+" (signals must use all capital letters)");throw new v(e)}},validateString:I,validateUint32:A,validateUndefined:$,validateUnion:function(e,t,n){if(!r(n,e))throw new y(t,`('${o(n,"|")}')`,e)},validateAbortSignal:O}},7077:(e,t,n)=>{const a=n(518),r=n(3675),o=a.Readable.destroy;e.exports=a.Readable,e.exports._uint8ArrayToBuffer=a._uint8ArrayToBuffer,e.exports._isUint8Array=a._isUint8Array,e.exports.isDisturbed=a.isDisturbed,e.exports.isErrored=a.isErrored,e.exports.isReadable=a.isReadable,e.exports.Readable=a.Readable,e.exports.Writable=a.Writable,e.exports.Duplex=a.Duplex,e.exports.Transform=a.Transform,e.exports.PassThrough=a.PassThrough,e.exports.addAbortSignal=a.addAbortSignal,e.exports.finished=a.finished,e.exports.destroy=a.destroy,e.exports.destroy=o,e.exports.pipeline=a.pipeline,e.exports.compose=a.compose,Object.defineProperty(a,"promises",{configurable:!0,enumerable:!0,get:()=>r}),e.exports.Stream=a.Stream,e.exports.default=e.exports},2979:(e,t,n)=>{const{format:a,inspect:r,AggregateError:o}=n(4427),s=globalThis.AggregateError||o,d=Symbol("kIsNodeError"),w=["string","function","number","object","Function","Object","boolean","bigint","symbol"],i=/^([A-Z][a-z0-9]*)+$/,h={};function l(e,t){if(!e)throw new h.ERR_INTERNAL_ASSERTION(t)}function c(e){let t="",n=e.length;const a="-"===e[0]?1:0;for(;n>=a+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 r extends n{constructor(...n){super(function(e,t,n){if("function"==typeof t)return l(t.length<=n.length,`Code: ${e}; The provided arguments length (${n.length}) does not match the required ones (${t.length}).`),t(...n);const r=(t.match(/%[dfijoOs]/g)||[]).length;return l(r===n.length,`Code: ${e}; The provided arguments length (${n.length}) does not match the required ones (${r}).`),0===n.length?t:a(t,...n)}(e,t,n))}toString(){return`${this.name} [${e}]: ${this.message}`}}Object.defineProperties(r.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}}),r.prototype.code=e,r.prototype[d]=!0,h[e]=r}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){if(void 0!==t&&"object"!=typeof t)throw new h.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)=>{l("string"==typeof e,"'name' must be a string"),Array.isArray(t)||(t=[t]);let a="The ";e.endsWith(" argument")?a+=`${e} `:a+=`"${e}" ${e.includes(".")?"property":"argument"} `,a+="must be ";const o=[],s=[],d=[];for(const e of t)l("string"==typeof e,"All expected entries have to be of type string"),w.includes(e)?o.push(e.toLowerCase()):i.test(e)?s.push(e):(l("object"!==e,'The value "object" should be written as "Object"'),d.push(e));if(s.length>0){const e=o.indexOf("object");-1!==e&&(o.splice(o,e,1),s.push("Object"))}if(o.length>0){switch(o.length){case 1:a+=`of type ${o[0]}`;break;case 2:a+=`one of type ${o[0]} or ${o[1]}`;break;default:{const e=o.pop();a+=`one of type ${o.join(", ")}, or ${e}`}}(s.length>0||d.length>0)&&(a+=" or ")}if(s.length>0){switch(s.length){case 1:a+=`an instance of ${s[0]}`;break;case 2:a+=`an instance of ${s[0]} or ${s[1]}`;break;default:{const e=s.pop();a+=`an instance of ${s.join(", ")}, or ${e}`}}d.length>0&&(a+=" or ")}switch(d.length){case 0:break;case 1:d[0].toLowerCase()!==d[0]&&(a+="an "),a+=`${d[0]}`;break;case 2:a+=`one of ${d[0]} or ${d[1]}`;break;default:{const e=d.pop();a+=`one of ${d.join(", ")}, or ${e}`}}if(null==n)a+=`. Received ${n}`;else if("function"==typeof n&&n.name)a+=`. Received function ${n.name}`;else if("object"==typeof n){var h;null!==(h=n.constructor)&&void 0!==h&&h.name?a+=`. Received an instance of ${n.constructor.name}`:a+=`. Received ${r(n,{depth:-1})}`}else{let e=r(n,{colors:!1});e.length>25&&(e=`${e.slice(0,25)}...`),a+=`. Received type ${typeof n} (${e})`}return a}),TypeError),p("ERR_INVALID_ARG_VALUE",((e,t,n="is invalid")=>{let a=r(t);return a.length>128&&(a=a.slice(0,128)+"..."),`The ${e.includes(".")?"property":"argument"} '${e}' ${n}. Received ${a}`}),TypeError),p("ERR_INVALID_RETURN_VALUE",((e,t,n)=>{var a;return`Expected ${e} to be returned from the "${t}" function but got ${null!=n&&null!==(a=n.constructor)&&void 0!==a&&a.name?`instance of ${n.constructor.name}`:"type "+typeof n}.`}),TypeError),p("ERR_MISSING_ARGS",((...e)=>{let t;l(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 a;return l(t,'Missing "range" argument'),Number.isInteger(n)&&Math.abs(n)>2**32?a=c(String(n)):"bigint"==typeof n?(a=String(n),(n>2n**32n||n<-(2n**32n))&&(a=c(a)),a+="n"):a=r(n),`The value of "${e}" is out of range. It must be ${t}. Received ${a}`}),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:h}},9938: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,SymbolAsyncIterator:Symbol.asyncIterator,SymbolHasInstance:Symbol.hasInstance,SymbolIterator:Symbol.iterator,TypedArrayPrototypeSet:(e,t,n)=>e.set(t,n),Uint8Array}},4427:(e,t,n)=>{const a=n(8764),r=Object.getPrototypeOf((async function(){})).constructor,o=globalThis.Blob||a.Blob,s=void 0!==o?function(e){return e instanceof o}:function(e){return!1};class d 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:d,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,a)=>{e=n,t=a})),resolve:e,reject:t}},promisify:e=>new Promise(((t,n)=>{e(((e,...a)=>e?n(e):t(...a)))})),debuglog:()=>function(){},format:(e,...t)=>e.replace(/%([sdifj])/g,(function(...[e,n]){const a=t.shift();return"f"===n?a.toFixed(6):"j"===n?JSON.stringify(a):"s"===n&&"object"==typeof a?`${a.constructor!==Object?a.constructor.name:""} {}`.trim():a.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 r,isArrayBufferView:e=>ArrayBuffer.isView(e)},isBlob:s},e.exports.promisify.custom=Symbol.for("nodejs.util.promisify.custom")},518:(e,t,n)=>{const{Buffer:a}=n(8764),{ObjectDefineProperty:r,ObjectKeys:o,ReflectApply:s}=n(9938),{promisify:{custom:d}}=n(4427),{streamReturningOperators:w,promiseReturningOperators:i}=n(4705),{codes:{ERR_ILLEGAL_CONSTRUCTOR:h}}=n(2979),l=n(9571),{pipeline:c}=n(6754),{destroyer:p}=n(4398),u=n(4414),m=n(3675),f=n(4308),g=e.exports=n(9576).Stream;g.isDisturbed=f.isDisturbed,g.isErrored=f.isErrored,g.isReadable=f.isReadable,g.Readable=n(4358);for(const b of o(w)){const _=w[b];function N(...e){if(new.target)throw h();return g.Readable.from(s(_,this,e))}r(N,"name",{__proto__:null,value:_.name}),r(N,"length",{__proto__:null,value:_.length}),r(g.Readable.prototype,b,{__proto__:null,value:N,enumerable:!1,configurable:!0,writable:!0})}for(const v of o(i)){const S=i[v];function N(...e){if(new.target)throw h();return s(S,this,e)}r(N,"name",{__proto__:null,value:S.name}),r(N,"length",{__proto__:null,value:S.length}),r(g.Readable.prototype,v,{__proto__:null,value:N,enumerable:!1,configurable:!0,writable:!0})}g.Writable=n(7065),g.Duplex=n(2853),g.Transform=n(9785),g.PassThrough=n(249),g.pipeline=c;const{addAbortSignal:y}=n(2922);g.addAbortSignal=y,g.finished=u,g.destroy=p,g.compose=l,r(g,"promises",{__proto__:null,configurable:!0,enumerable:!0,get:()=>m}),r(c,d,{__proto__:null,enumerable:!0,get:()=>m.pipeline}),r(u,d,{__proto__:null,enumerable:!0,get:()=>m.finished}),g.Stream=g,g._isUint8Array=function(e){return e instanceof Uint8Array},g._uint8ArrayToBuffer=function(e){return a.from(e.buffer,e.byteOffset,e.byteLength)}},3675:(e,t,n)=>{const{ArrayPrototypePop:a,Promise:r}=n(9938),{isIterable:o,isNodeStream:s}=n(4308),{pipelineImpl:d}=n(6754),{finished:w}=n(4414);e.exports={finished:w,pipeline:function(...e){return new r(((t,n)=>{let r,w;const i=e[e.length-1];if(i&&"object"==typeof i&&!s(i)&&!o(i)){const t=a(e);r=t.signal,w=t.end}d(e,((e,a)=>{e?n(e):t(a)}),{signal:r,end:w})}))}}},3402:(e,t,n)=>{const a=n(8825),r={apply:(e,t,n)=>e(n[0]),get:(e,t)=>e(t)};e.exports=function(e,{factory:t=a}={}){const n=(n="")=>t.namedNode(`${e}${n.raw||n}`);return"undefined"==typeof Proxy?n:new Proxy(n,r)}},6276:e=>{class t extends Map{import(e,t,n){const a=this.get(e);return a?a.import(t,n):null}}e.exports=t},2635:(e,t,n)=>{const a=n(6083);function r(e){try{return a(e)}catch(e){return null}}class o{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=a(e);return this.index.has(t)||this.index.set(t,e),this}clear(){this.index.clear()}delete(e){return!!e&&this.index.delete(r(e))}entries(){return this.values().entries()}forEach(e,t){return this.values().forEach(e,t)}has(e){return!!e&&this.index.has(r(e))}values(){return new Set(this.index.values())}keys(){return this.values()}[Symbol.iterator](){return this.values()[Symbol.iterator]()}}e.exports=o},6083:(e,t,n)=>{const a=n(9360),r=n(8335),o=n(3457),s=n(4546),d=n(6648),w=n(4182),i=n(5296);e.exports=function e(t){if(!t)return null;if("BlankNode"===t.termType)return a(t);if("DefaultGraph"===t.termType)return o();if("Literal"===t.termType)return s(t);if("NamedNode"===t.termType)return d(t);if("Quad"===t.termType||t.subject&&t.predicate&&t.object&&t.graph)return w(t,e);if("Variable"===t.termType)return i(t);if(t[Symbol.iterator])return r(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 a=n(6648),r=/["\\\\\n\r]/,o=/["\\\\\n\r]/g,s={'"':'\\"',"\\":"\\\\","\n":"\\n","\r":"\\r"};function d(e){return s[e]}e.exports=function(e){const t=(n=e.value,r.test(n)?n.replace(o,d):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+'"^^'+a(e.datatype)}},6648:e=>{e.exports=function(e){return"<"+e.value+">"}},4182:e=>{e.exports=function(e,t){const n=t(e.subject),a=t(e.predicate),r=t(e.object),o=t(e.graph);return`${n} ${a} ${r} ${o?o+" ":""}.`}},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=w(e),n=t[0],a=t[1];return 3*(n+a)/4-a},t.toByteArray=function(e){var t,n,o=w(e),s=o[0],d=o[1],i=new r(function(e,t,n){return 3*(t+n)/4-n}(0,s,d)),h=0,l=d>0?s-4:s;for(n=0;n<l;n+=4)t=a[e.charCodeAt(n)]<<18|a[e.charCodeAt(n+1)]<<12|a[e.charCodeAt(n+2)]<<6|a[e.charCodeAt(n+3)],i[h++]=t>>16&255,i[h++]=t>>8&255,i[h++]=255&t;return 2===d&&(t=a[e.charCodeAt(n)]<<2|a[e.charCodeAt(n+1)]>>4,i[h++]=255&t),1===d&&(t=a[e.charCodeAt(n)]<<10|a[e.charCodeAt(n+1)]<<4|a[e.charCodeAt(n+2)]>>2,i[h++]=t>>8&255,i[h++]=255&t),i},t.fromByteArray=function(e){for(var t,a=e.length,r=a%3,o=[],s=16383,d=0,w=a-r;d<w;d+=s)o.push(i(e,d,d+s>w?w:d+s));return 1===r?(t=e[a-1],o.push(n[t>>2]+n[t<<4&63]+"==")):2===r&&(t=(e[a-2]<<8)+e[a-1],o.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"=")),o.join("")};for(var n=[],a=[],r="undefined"!=typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,d=o.length;s<d;++s)n[s]=o[s],a[o.charCodeAt(s)]=s;function w(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 i(e,t,a){for(var r,o,s=[],d=t;d<a;d+=3)r=(e[d]<<16&16711680)+(e[d+1]<<8&65280)+(255&e[d+2]),s.push(n[(o=r)>>18&63]+n[o>>12&63]+n[o>>6&63]+n[63&o]);return s.join("")}a["-".charCodeAt(0)]=62,a["_".charCodeAt(0)]=63},8764:(e,t,n)=>{const a=n(9742),r=n(645),o="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=w,t.SlowBuffer=function(e){return+e!=e&&(e=0),w.alloc(+e)},t.INSPECT_MAX_BYTES=50;const s=2147483647;function d(e){if(e>s)throw new RangeError('The value "'+e+'" is invalid for option "size"');const t=new Uint8Array(e);return Object.setPrototypeOf(t,w.prototype),t}function w(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 l(e)}return i(e,t,n)}function i(e,t,n){if("string"==typeof e)return function(e,t){if("string"==typeof t&&""!==t||(t="utf8"),!w.isEncoding(t))throw new TypeError("Unknown encoding: "+t);const n=0|m(e,t);let a=d(n);const r=a.write(e,t);return r!==n&&(a=a.slice(0,r)),a}(e,t);if(ArrayBuffer.isView(e))return function(e){if(X(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(X(e,ArrayBuffer)||e&&X(e.buffer,ArrayBuffer))return p(e,t,n);if("undefined"!=typeof SharedArrayBuffer&&(X(e,SharedArrayBuffer)||e&&X(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 a=e.valueOf&&e.valueOf();if(null!=a&&a!==e)return w.from(a,t,n);const r=function(e){if(w.isBuffer(e)){const t=0|u(e.length),n=d(t);return 0===n.length||e.copy(n,0,0,t),n}return void 0!==e.length?"number"!=typeof e.length||J(e.length)?d(0):c(e):"Buffer"===e.type&&Array.isArray(e.data)?c(e.data):void 0}(e);if(r)return r;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return w.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 h(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 l(e){return h(e),d(e<0?0:0|u(e))}function c(e){const t=e.length<0?0:0|u(e.length),n=d(t);for(let a=0;a<t;a+=1)n[a]=255&e[a];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 a;return a=void 0===t&&void 0===n?new Uint8Array(e):void 0===n?new Uint8Array(e,t):new Uint8Array(e,t,n),Object.setPrototypeOf(a,w.prototype),a}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(w.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||X(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,a=arguments.length>2&&!0===arguments[2];if(!a&&0===n)return 0;let r=!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(r)return a?-1:G(e).length;t=(""+t).toLowerCase(),r=!0}}function f(e,t,n){let a=!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 A(this,t,n);case"utf8":case"utf-8":return q(this,t,n);case"ascii":return R(this,t,n);case"latin1":case"binary":return T(this,t,n);case"base64":return C(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return I(this,t,n);default:if(a)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),a=!0}}function g(e,t,n){const a=e[t];e[t]=e[n],e[n]=a}function N(e,t,n,a,r){if(0===e.length)return-1;if("string"==typeof n?(a=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),J(n=+n)&&(n=r?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(r)return-1;n=e.length-1}else if(n<0){if(!r)return-1;n=0}if("string"==typeof t&&(t=w.from(t,a)),w.isBuffer(t))return 0===t.length?-1:y(e,t,n,a,r);if("number"==typeof t)return t&=255,"function"==typeof Uint8Array.prototype.indexOf?r?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):y(e,[t],n,a,r);throw new TypeError("val must be string, number or Buffer")}function y(e,t,n,a,r){let o,s=1,d=e.length,w=t.length;if(void 0!==a&&("ucs2"===(a=String(a).toLowerCase())||"ucs-2"===a||"utf16le"===a||"utf-16le"===a)){if(e.length<2||t.length<2)return-1;s=2,d/=2,w/=2,n/=2}function i(e,t){return 1===s?e[t]:e.readUInt16BE(t*s)}if(r){let a=-1;for(o=n;o<d;o++)if(i(e,o)===i(t,-1===a?0:o-a)){if(-1===a&&(a=o),o-a+1===w)return a*s}else-1!==a&&(o-=o-a),a=-1}else for(n+w>d&&(n=d-w),o=n;o>=0;o--){let n=!0;for(let a=0;a<w;a++)if(i(e,o+a)!==i(t,a)){n=!1;break}if(n)return o}return-1}function b(e,t,n,a){n=Number(n)||0;const r=e.length-n;a?(a=Number(a))>r&&(a=r):a=r;const o=t.length;let s;for(a>o/2&&(a=o/2),s=0;s<a;++s){const a=parseInt(t.substr(2*s,2),16);if(J(a))return s;e[n+s]=a}return s}function _(e,t,n,a){return z(G(t,e.length-n),e,n,a)}function v(e,t,n,a){return z(function(e){const t=[];for(let n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,a)}function S(e,t,n,a){return z(H(t),e,n,a)}function x(e,t,n,a){return z(function(e,t){let n,a,r;const o=[];for(let s=0;s<e.length&&!((t-=2)<0);++s)n=e.charCodeAt(s),a=n>>8,r=n%256,o.push(r),o.push(a);return o}(t,e.length-n),e,n,a)}function C(e,t,n){return 0===t&&n===e.length?a.fromByteArray(e):a.fromByteArray(e.slice(t,n))}function q(e,t,n){n=Math.min(e.length,n);const a=[];let r=t;for(;r<n;){const t=e[r];let o=null,s=t>239?4:t>223?3:t>191?2:1;if(r+s<=n){let n,a,d,w;switch(s){case 1:t<128&&(o=t);break;case 2:n=e[r+1],128==(192&n)&&(w=(31&t)<<6|63&n,w>127&&(o=w));break;case 3:n=e[r+1],a=e[r+2],128==(192&n)&&128==(192&a)&&(w=(15&t)<<12|(63&n)<<6|63&a,w>2047&&(w<55296||w>57343)&&(o=w));break;case 4:n=e[r+1],a=e[r+2],d=e[r+3],128==(192&n)&&128==(192&a)&&128==(192&d)&&(w=(15&t)<<18|(63&n)<<12|(63&a)<<6|63&d,w>65535&&w<1114112&&(o=w))}}null===o?(o=65533,s=1):o>65535&&(o-=65536,a.push(o>>>10&1023|55296),o=56320|1023&o),a.push(o),r+=s}return function(e){const t=e.length;if(t<=E)return String.fromCharCode.apply(String,e);let n="",a=0;for(;a<t;)n+=String.fromCharCode.apply(String,e.slice(a,a+=E));return n}(a)}t.kMaxLength=s,w.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}}(),w.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(w.prototype,"parent",{enumerable:!0,get:function(){if(w.isBuffer(this))return this.buffer}}),Object.defineProperty(w.prototype,"offset",{enumerable:!0,get:function(){if(w.isBuffer(this))return this.byteOffset}}),w.poolSize=8192,w.from=function(e,t,n){return i(e,t,n)},Object.setPrototypeOf(w.prototype,Uint8Array.prototype),Object.setPrototypeOf(w,Uint8Array),w.alloc=function(e,t,n){return function(e,t,n){return h(e),e<=0?d(e):void 0!==t?"string"==typeof n?d(e).fill(t,n):d(e).fill(t):d(e)}(e,t,n)},w.allocUnsafe=function(e){return l(e)},w.allocUnsafeSlow=function(e){return l(e)},w.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==w.prototype},w.compare=function(e,t){if(X(e,Uint8Array)&&(e=w.from(e,e.offset,e.byteLength)),X(t,Uint8Array)&&(t=w.from(t,t.offset,t.byteLength)),!w.isBuffer(e)||!w.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,a=t.length;for(let r=0,o=Math.min(n,a);r<o;++r)if(e[r]!==t[r]){n=e[r],a=t[r];break}return n<a?-1:a<n?1:0},w.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}},w.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return w.alloc(0);let n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;const a=w.allocUnsafe(t);let r=0;for(n=0;n<e.length;++n){let t=e[n];if(X(t,Uint8Array))r+t.length>a.length?(w.isBuffer(t)||(t=w.from(t)),t.copy(a,r)):Uint8Array.prototype.set.call(a,t,r);else{if(!w.isBuffer(t))throw new TypeError('"list" argument must be an Array of Buffers');t.copy(a,r)}r+=t.length}return a},w.byteLength=m,w.prototype._isBuffer=!0,w.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)g(this,t,t+1);return this},w.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)g(this,t,t+3),g(this,t+1,t+2);return this},w.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)g(this,t,t+7),g(this,t+1,t+6),g(this,t+2,t+5),g(this,t+3,t+4);return this},w.prototype.toString=function(){const e=this.length;return 0===e?"":0===arguments.length?q(this,0,e):f.apply(this,arguments)},w.prototype.toLocaleString=w.prototype.toString,w.prototype.equals=function(e){if(!w.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===w.compare(this,e)},w.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+">"},o&&(w.prototype[o]=w.prototype.inspect),w.prototype.compare=function(e,t,n,a,r){if(X(e,Uint8Array)&&(e=w.from(e,e.offset,e.byteLength)),!w.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===a&&(a=0),void 0===r&&(r=this.length),t<0||n>e.length||a<0||r>this.length)throw new RangeError("out of range index");if(a>=r&&t>=n)return 0;if(a>=r)return-1;if(t>=n)return 1;if(this===e)return 0;let o=(r>>>=0)-(a>>>=0),s=(n>>>=0)-(t>>>=0);const d=Math.min(o,s),i=this.slice(a,r),h=e.slice(t,n);for(let e=0;e<d;++e)if(i[e]!==h[e]){o=i[e],s=h[e];break}return o<s?-1:s<o?1:0},w.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},w.prototype.indexOf=function(e,t,n){return N(this,e,t,n,!0)},w.prototype.lastIndexOf=function(e,t,n){return N(this,e,t,n,!1)},w.prototype.write=function(e,t,n,a){if(void 0===t)a="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)a=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===a&&(a="utf8")):(a=n,n=void 0)}const r=this.length-t;if((void 0===n||n>r)&&(n=r),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");let o=!1;for(;;)switch(a){case"hex":return b(this,e,t,n);case"utf8":case"utf-8":return _(this,e,t,n);case"ascii":case"latin1":case"binary":return v(this,e,t,n);case"base64":return S(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return x(this,e,t,n);default:if(o)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),o=!0}},w.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const E=4096;function R(e,t,n){let a="";n=Math.min(e.length,n);for(let r=t;r<n;++r)a+=String.fromCharCode(127&e[r]);return a}function T(e,t,n){let a="";n=Math.min(e.length,n);for(let r=t;r<n;++r)a+=String.fromCharCode(e[r]);return a}function A(e,t,n){const a=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>a)&&(n=a);let r="";for(let a=t;a<n;++a)r+=K[e[a]];return r}function I(e,t,n){const a=e.slice(t,n);let r="";for(let e=0;e<a.length-1;e+=2)r+=String.fromCharCode(a[e]+256*a[e+1]);return r}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,a,r,o){if(!w.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>r||t<o)throw new RangeError('"value" argument is out of bounds');if(n+a>e.length)throw new RangeError("Index out of range")}function P(e,t,n,a,r){V(t,a,r,e,n,7);let o=Number(t&BigInt(4294967295));e[n++]=o,o>>=8,e[n++]=o,o>>=8,e[n++]=o,o>>=8,e[n++]=o;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 M(e,t,n,a,r){V(t,a,r,e,n,7);let o=Number(t&BigInt(4294967295));e[n+7]=o,o>>=8,e[n+6]=o,o>>=8,e[n+5]=o,o>>=8,e[n+4]=o;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 k(e,t,n,a,r,o){if(n+a>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function O(e,t,n,a,o){return t=+t,n>>>=0,o||k(e,0,n,4),r.write(e,t,n,a,23,4),n+4}function D(e,t,n,a,o){return t=+t,n>>>=0,o||k(e,0,n,8),r.write(e,t,n,a,52,8),n+8}w.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 a=this.subarray(e,t);return Object.setPrototypeOf(a,w.prototype),a},w.prototype.readUintLE=w.prototype.readUIntLE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);let a=this[e],r=1,o=0;for(;++o<t&&(r*=256);)a+=this[e+o]*r;return a},w.prototype.readUintBE=w.prototype.readUIntBE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);let a=this[e+--t],r=1;for(;t>0&&(r*=256);)a+=this[e+--t]*r;return a},w.prototype.readUint8=w.prototype.readUInt8=function(e,t){return e>>>=0,t||L(e,1,this.length),this[e]},w.prototype.readUint16LE=w.prototype.readUInt16LE=function(e,t){return e>>>=0,t||L(e,2,this.length),this[e]|this[e+1]<<8},w.prototype.readUint16BE=w.prototype.readUInt16BE=function(e,t){return e>>>=0,t||L(e,2,this.length),this[e]<<8|this[e+1]},w.prototype.readUint32LE=w.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]},w.prototype.readUint32BE=w.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])},w.prototype.readBigUInt64LE=Y((function(e){U(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||Q(e,this.length-8);const a=t+256*this[++e]+65536*this[++e]+this[++e]*2**24,r=this[++e]+256*this[++e]+65536*this[++e]+n*2**24;return BigInt(a)+(BigInt(r)<<BigInt(32))})),w.prototype.readBigUInt64BE=Y((function(e){U(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||Q(e,this.length-8);const a=t*2**24+65536*this[++e]+256*this[++e]+this[++e],r=this[++e]*2**24+65536*this[++e]+256*this[++e]+n;return(BigInt(a)<<BigInt(32))+BigInt(r)})),w.prototype.readIntLE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);let a=this[e],r=1,o=0;for(;++o<t&&(r*=256);)a+=this[e+o]*r;return r*=128,a>=r&&(a-=Math.pow(2,8*t)),a},w.prototype.readIntBE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);let a=t,r=1,o=this[e+--a];for(;a>0&&(r*=256);)o+=this[e+--a]*r;return r*=128,o>=r&&(o-=Math.pow(2,8*t)),o},w.prototype.readInt8=function(e,t){return e>>>=0,t||L(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},w.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},w.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},w.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},w.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]},w.prototype.readBigInt64LE=Y((function(e){U(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||Q(e,this.length-8);const a=this[e+4]+256*this[e+5]+65536*this[e+6]+(n<<24);return(BigInt(a)<<BigInt(32))+BigInt(t+256*this[++e]+65536*this[++e]+this[++e]*2**24)})),w.prototype.readBigInt64BE=Y((function(e){U(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||Q(e,this.length-8);const a=(t<<24)+65536*this[++e]+256*this[++e]+this[++e];return(BigInt(a)<<BigInt(32))+BigInt(this[++e]*2**24+65536*this[++e]+256*this[++e]+n)})),w.prototype.readFloatLE=function(e,t){return e>>>=0,t||L(e,4,this.length),r.read(this,e,!0,23,4)},w.prototype.readFloatBE=function(e,t){return e>>>=0,t||L(e,4,this.length),r.read(this,e,!1,23,4)},w.prototype.readDoubleLE=function(e,t){return e>>>=0,t||L(e,8,this.length),r.read(this,e,!0,52,8)},w.prototype.readDoubleBE=function(e,t){return e>>>=0,t||L(e,8,this.length),r.read(this,e,!1,52,8)},w.prototype.writeUintLE=w.prototype.writeUIntLE=function(e,t,n,a){e=+e,t>>>=0,n>>>=0,a||j(this,e,t,n,Math.pow(2,8*n)-1,0);let r=1,o=0;for(this[t]=255&e;++o<n&&(r*=256);)this[t+o]=e/r&255;return t+n},w.prototype.writeUintBE=w.prototype.writeUIntBE=function(e,t,n,a){e=+e,t>>>=0,n>>>=0,a||j(this,e,t,n,Math.pow(2,8*n)-1,0);let r=n-1,o=1;for(this[t+r]=255&e;--r>=0&&(o*=256);)this[t+r]=e/o&255;return t+n},w.prototype.writeUint8=w.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},w.prototype.writeUint16LE=w.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},w.prototype.writeUint16BE=w.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},w.prototype.writeUint32LE=w.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},w.prototype.writeUint32BE=w.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},w.prototype.writeBigUInt64LE=Y((function(e,t=0){return P(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),w.prototype.writeBigUInt64BE=Y((function(e,t=0){return M(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),w.prototype.writeIntLE=function(e,t,n,a){if(e=+e,t>>>=0,!a){const a=Math.pow(2,8*n-1);j(this,e,t,n,a-1,-a)}let r=0,o=1,s=0;for(this[t]=255&e;++r<n&&(o*=256);)e<0&&0===s&&0!==this[t+r-1]&&(s=1),this[t+r]=(e/o>>0)-s&255;return t+n},w.prototype.writeIntBE=function(e,t,n,a){if(e=+e,t>>>=0,!a){const a=Math.pow(2,8*n-1);j(this,e,t,n,a-1,-a)}let r=n-1,o=1,s=0;for(this[t+r]=255&e;--r>=0&&(o*=256);)e<0&&0===s&&0!==this[t+r+1]&&(s=1),this[t+r]=(e/o>>0)-s&255;return t+n},w.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},w.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},w.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},w.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},w.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},w.prototype.writeBigInt64LE=Y((function(e,t=0){return P(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),w.prototype.writeBigInt64BE=Y((function(e,t=0){return M(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),w.prototype.writeFloatLE=function(e,t,n){return O(this,e,t,!0,n)},w.prototype.writeFloatBE=function(e,t,n){return O(this,e,t,!1,n)},w.prototype.writeDoubleLE=function(e,t,n){return D(this,e,t,!0,n)},w.prototype.writeDoubleBE=function(e,t,n){return D(this,e,t,!1,n)},w.prototype.copy=function(e,t,n,a){if(!w.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),a||0===a||(a=this.length),t>=e.length&&(t=e.length),t||(t=0),a>0&&a<n&&(a=n),a===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(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),e.length-t<a-n&&(a=e.length-t+n);const r=a-n;return this===e&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(t,n,a):Uint8Array.prototype.set.call(e,this.subarray(n,a),t),r},w.prototype.fill=function(e,t,n,a){if("string"==typeof e){if("string"==typeof t?(a=t,t=0,n=this.length):"string"==typeof n&&(a=n,n=this.length),void 0!==a&&"string"!=typeof a)throw new TypeError("encoding must be a string");if("string"==typeof a&&!w.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(1===e.length){const t=e.charCodeAt(0);("utf8"===a&&t<128||"latin1"===a)&&(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 r;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(r=t;r<n;++r)this[r]=e;else{const o=w.isBuffer(e)?e:w.from(e,a),s=o.length;if(0===s)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(r=0;r<n-t;++r)this[r+t]=o[r%s]}return this};const B={};function $(e,t,n){B[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 a="-"===e[0]?1:0;for(;n>=a+4;n-=3)t=`_${e.slice(n-3,n)}${t}`;return`${e.slice(0,n)}${t}`}function V(e,t,n,a,r,o){if(e>n||e<t){const a="bigint"==typeof t?"n":"";let r;throw r=o>3?0===t||t===BigInt(0)?`>= 0${a} and < 2${a} ** ${8*(o+1)}${a}`:`>= -(2${a} ** ${8*(o+1)-1}${a}) and < 2 ** ${8*(o+1)-1}${a}`:`>= ${t}${a} and <= ${n}${a}`,new B.ERR_OUT_OF_RANGE("value",r,e)}!function(e,t,n){U(t,"offset"),void 0!==e[t]&&void 0!==e[t+n]||Q(t,e.length-(n+1))}(a,r,o)}function U(e,t){if("number"!=typeof e)throw new B.ERR_INVALID_ARG_TYPE(t,"number",e)}function Q(e,t,n){if(Math.floor(e)!==e)throw U(e,n),new B.ERR_OUT_OF_RANGE(n||"offset","an integer",e);if(t<0)throw new B.ERR_BUFFER_OUT_OF_BOUNDS;throw new B.ERR_OUT_OF_RANGE(n||"offset",`>= ${n?1:0} and <= ${t}`,e)}$("ERR_BUFFER_OUT_OF_BOUNDS",(function(e){return e?`${e} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"}),RangeError),$("ERR_INVALID_ARG_TYPE",(function(e,t){return`The "${e}" argument must be of type number. Received type ${typeof t}`}),TypeError),$("ERR_OUT_OF_RANGE",(function(e,t,n){let a=`The value of "${e}" is out of range.`,r=n;return Number.isInteger(n)&&Math.abs(n)>2**32?r=F(String(n)):"bigint"==typeof n&&(r=String(n),(n>BigInt(2)**BigInt(32)||n<-(BigInt(2)**BigInt(32)))&&(r=F(r)),r+="n"),a+=` It must be ${t}. Received ${r}`,a}),RangeError);const W=/[^+/0-9A-Za-z-_]/g;function G(e,t){let n;t=t||1/0;const a=e.length;let r=null;const o=[];for(let s=0;s<a;++s){if(n=e.charCodeAt(s),n>55295&&n<57344){if(!r){if(n>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(s+1===a){(t-=3)>-1&&o.push(239,191,189);continue}r=n;continue}if(n<56320){(t-=3)>-1&&o.push(239,191,189),r=n;continue}n=65536+(r-55296<<10|n-56320)}else r&&(t-=3)>-1&&o.push(239,191,189);if(r=null,n<128){if((t-=1)<0)break;o.push(n)}else if(n<2048){if((t-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;o.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;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function H(e){return a.toByteArray(function(e){if((e=(e=e.split("=")[0]).trim().replace(W,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function z(e,t,n,a){let r;for(r=0;r<a&&!(r+n>=t.length||r>=e.length);++r)t[r+n]=e[r];return r}function X(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function J(e){return e!=e}const K=function(){const e="0123456789abcdef",t=new Array(256);for(let n=0;n<16;++n){const a=16*n;for(let r=0;r<16;++r)t[a+r]=e[n]+e[r]}return t}();function Y(e){return"undefined"==typeof BigInt?Z:e}function Z(){throw new Error("BigInt not supported")}},7114:(e,t,n)=>{const a=n(2625);e.exports=function({dataset:e,graph:t,term:n,value:r,factory:o,_context:s}){return new a({dataset:e,graph:t,term:n,value:r,factory:o,_context:s})}},2625:(e,t,n)=>{const a=n(8825),r=n(6598),o=n(4277),s=n(1537),d=n(7424);class w{constructor({dataset:e,graph:t,term:n,value:s,factory:w=a,_context:i}){if(this.factory=w,this.namespace=r(w),i)return void(this._context=i);const h=n&&o(n)||s&&o(s)||[null];this._context=h.map((n=>new d({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 w.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=>w.fromContext(e))).filter((e=>e.terms.some(Boolean)))}filter(e){const t=this._context.map((e=>w.fromContext(e)));return w.fromContext(this._context.filter(((n,a)=>e(w.fromContext(n),a,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:a}={}){const r=(e=this._toTermArray(e,t,n||a)||[null]).reduce(((e,t)=>e.concat(this._context.reduce(((e,n)=>e.concat([n.clone({value:t})])),[]))),[]);return w.fromContext(r)}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 w.fromContext(t)}out(e,t={}){e=this._toTermArray(e);const n=this._context.reduce(((n,a)=>n.concat(a.out(e,t))),[]);return w.fromContext(n)}has(e,t){e=this._toTermArray(e),t=this._toTermArray(t);const n=this._context.reduce(((n,a)=>n.concat(a.has(e,t))),[]);return w.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 a=this._context.map((n=>n.addIn(e,t)));return n&&w.fromContext(a).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 a=this._context.map((n=>n.addOut(e,t)));return n&&w.fromContext(a).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 w({_context:o(e),factory:e.factory})}}e.exports=w},7424:(e,t,n)=>{const a=n(6449),r=n(4277),{filterTaggedLiterals:o}=n(791);class s{constructor({dataset:e,graph:t,value:n,factory:r,namespace:o}){this.dataset=e,this.graph=t,this.factory=r,this.namespace=o,this.term=a(n,void 0,void 0,r)}clone({dataset:e=this.dataset,graph:t=this.graph,value:n,factory:a=this.factory,namespace:r=this.namespace}){return new s({dataset:e,graph:t,value:n,factory:a,namespace:r})}has(e,t){return this.matchProperty(r(this.term),e,t,r(this.graph),"subject").map((e=>this.clone({value:e})))}in(e){return this.matchProperty(null,e,r(this.term),r(this.graph),"subject").map((e=>this.clone({value:e})))}out(e,{language:t}={}){let n=this.matchProperty(r(this.term),e,null,r(this.graph),"object");return void 0!==t&&(n=o(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,r(this.term),r(this.graph))}deleteOut(e,t){this.deleteMatch(r(this.term),e,t,r(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,a){if(!(e||t||n||a))return[...this.dataset];e=e||[null],t=t||[null],n=n||[null],a=a||[null];const r=[];for(const o of a)for(const a of e)for(const e of t)for(const t of n)for(const n of this.dataset.match(a,e,t,o))r.push(n);return r}matchProperty(e,t,n,a,r){return this.match(e,t,n,a).map((e=>e[r]))}deleteMatch(e,t,n,a){this.match(e,t,n,a).forEach((e=>{this.dataset.delete(e)}))}}e.exports=s},2394:(e,t,n)=>{const a=n(8825),r=n(6598),{xsd:o}=r(a);function s(e,t=a){return"boolean"!=typeof e?null:t.literal(e.toString(),o("boolean"))}function d(e,t=a){return"number"!=typeof e?null:Number.isInteger(e)?t.literal(e.toString(10),o("integer")):t.literal(e.toString(10),o("double"))}function w(e,t=a){return"string"!=typeof e?null:t.literal(e)}e.exports={booleanToLiteral:s,numberToLiteral:d,stringToLiteral:w,toLiteral:function(e,t=a){return s(e,t)||d(e,t)||w(e,t)}}},791:(e,t,n)=>{const a=n(8825),r=n(6598)(a);function o(e,t){const n="Literal"!==t.termType,a=r.langString.equals(t.datatype)||r.xsd.string.equals(t.datatype);if(n||!a)return e;const o=t.language.toLowerCase();return e.has(o)?e.get(o).push(t):e.set(o,[t]),e}e.exports={filterTaggedLiterals:function(e,{language:t}){const n="string"==typeof t?[t]:t,a=function(e){const t=e.reduce(o,new Map),n=[...t.entries()];return e=>{const a=e.toLowerCase();if("*"===a)return n[0]&&n[0][1];const r=t.get(a);if(r)return r;const o=n.find((([e])=>e.startsWith(a)));return o&&o[1]}}(e);return n.map(a).find(Boolean)||[]}}},6598:(e,t,n)=>{const a=n(3402);e.exports=e=>{const t=a("http://www.w3.org/2001/XMLSchema#",{factory:e}),n=a("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:a}=n(2394);function r(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,o){if(e&&"object"==typeof e&&e.termType)return e;if(e&&"URL"===e.constructor.name)return r(e.toString(),o);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,o);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 r=a(e,n);if(!r)throw new Error("The value cannot be converted to a literal node");return r}(e,n,o);if("NamedNode"===t)return r(e,o);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 a=n(6449),r=n(4277);e.exports=function(e,t,n,o){return null!=e||t?(r(e)||[void 0]).reduce(((e,r)=>"object"==typeof r&&r.terms?e.concat(r.terms):(e.push(a(r,t,n,o)),e)),[]):e}},28:(e,t,n)=>{n.d(t,{Z:()=>d});var a=n(8081),r=n.n(a),o=n(3645),s=n.n(o)()(r());s.push([e.id,"shacl-form form { padding-left: 1rem; }\nshacl-node shacl-node h1 { font-size: 1rem; color: #555; }\nshacl-node, shacl-group { display: flex; flex-direction: column; width: 100%; }\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 .prop-instance { display: flex; align-items: flex-start; margin-top: 8px; width: 100%; }\nshacl-node h1 { font-size: 1.1rem; border-bottom: 1px solid; margin-top: 0; }\nshacl-property { display: flex; flex-direction: column; align-items: end; }\nshacl-property .prop-instance:not(:first-child) > .prop > label { visibility: hidden; }\nshacl-group { margin-bottom: 1em; padding-bottom: 1em; }\nshacl-group h2 { font-size: 1rem; border-bottom: 1px solid; margin-top: 0; color: #555; }\n.prop { display: flex; flex-grow: 1; align-items: flex-start; }\n.prop label { display: inline-block; word-break: break-word; width: 7em; line-height: 1em; padding-top: 0.15em; flex-shrink: 0; position: relative; }\n.prop label[title] { cursor: help; text-decoration: underline dashed #AAA; }\n.prop label.required::before { color: red; content: '\\2736'; font-size: 0.6rem; position: absolute; left: -1.4em; top: 0.15rem; }\n.prop .editor { flex-grow: 1; border: 1px solid #DDD; padding: 2px 4px; }\n.prop textarea.editor { resize: vertical; }\n.validation { align-self: flex-start; color: red; }\n\nshacl-form.bootstrap .prop label { padding-top: 0.7em; }\nshacl-form.bootstrap .prop label.required::before { top: 0.65rem; }",""]);const d=s},3645:e=>{e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,o){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var d=0;d<this.length;d++){var w=this[d][0];null!=w&&(s[w]=!0)}for(var i=0;i<e.length;i++){var h=[].concat(e[i]);a&&s[h[0]]||(void 0!==o&&(void 0===h[5]||(h[1]="@layer".concat(h[5].length>0?" ".concat(h[5]):""," {").concat(h[1],"}")),h[5]=o),n&&(h[2]?(h[1]="@media ".concat(h[2]," {").concat(h[1],"}"),h[2]=n):h[2]=n),r&&(h[4]?(h[1]="@supports (".concat(h[4],") {").concat(h[1],"}"),h[4]=r):h[4]="".concat(r)),t.push(h))}},t}},8081:e=>{e.exports=function(e){return e[1]}},7187:e=>{var t,n="object"==typeof Reflect?Reflect:null,a=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 r=Number.isNaN||function(e){return e!=e};function o(){o.init.call(this)}e.exports=o,e.exports.once=function(e,t){return new Promise((function(n,a){function r(n){e.removeListener(t,o),a(n)}function o(){"function"==typeof e.removeListener&&e.removeListener("error",r),n([].slice.call(arguments))}m(e,t,o,{once:!0}),"error"!==t&&function(e,t,n){"function"==typeof e.on&&m(e,"error",t,{once:!0})}(e,r)}))},o.EventEmitter=o,o.prototype._events=void 0,o.prototype._eventsCount=0,o.prototype._maxListeners=void 0;var s=10;function d(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function w(e){return void 0===e._maxListeners?o.defaultMaxListeners:e._maxListeners}function i(e,t,n,a){var r,o,s,i;if(d(n),void 0===(o=e._events)?(o=e._events=Object.create(null),e._eventsCount=0):(void 0!==o.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),o=e._events),s=o[t]),void 0===s)s=o[t]=n,++e._eventsCount;else if("function"==typeof s?s=o[t]=a?[n,s]:[s,n]:a?s.unshift(n):s.push(n),(r=w(e))>0&&s.length>r&&!s.warned){s.warned=!0;var h=new Error("Possible EventEmitter memory leak detected. "+s.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");h.name="MaxListenersExceededWarning",h.emitter=e,h.type=t,h.count=s.length,i=h,console&&console.warn&&console.warn(i)}return e}function h(){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 l(e,t,n){var a={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},r=h.bind(a);return r.listener=n,a.wrapFn=r,r}function c(e,t,n){var a=e._events;if(void 0===a)return[];var r=a[t];return void 0===r?[]:"function"==typeof r?n?[r.listener||r]:[r]: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}(r):u(r,r.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),a=0;a<t;++a)n[a]=e[a];return n}function m(e,t,n,a){if("function"==typeof e.on)a.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 r(o){a.once&&e.removeEventListener(t,r),n(o)}))}}Object.defineProperty(o,"defaultMaxListeners",{enumerable:!0,get:function(){return s},set:function(e){if("number"!=typeof e||e<0||r(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");s=e}}),o.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},o.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||r(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},o.prototype.getMaxListeners=function(){return w(this)},o.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var r="error"===e,o=this._events;if(void 0!==o)r=r&&void 0===o.error;else if(!r)return!1;if(r){var s;if(t.length>0&&(s=t[0]),s instanceof Error)throw s;var d=new Error("Unhandled error."+(s?" ("+s.message+")":""));throw d.context=s,d}var w=o[e];if(void 0===w)return!1;if("function"==typeof w)a(w,this,t);else{var i=w.length,h=u(w,i);for(n=0;n<i;++n)a(h[n],this,t)}return!0},o.prototype.addListener=function(e,t){return i(this,e,t,!1)},o.prototype.on=o.prototype.addListener,o.prototype.prependListener=function(e,t){return i(this,e,t,!0)},o.prototype.once=function(e,t){return d(t),this.on(e,l(this,e,t)),this},o.prototype.prependOnceListener=function(e,t){return d(t),this.prependListener(e,l(this,e,t)),this},o.prototype.removeListener=function(e,t){var n,a,r,o,s;if(d(t),void 0===(a=this._events))return this;if(void 0===(n=a[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete a[e],a.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(r=-1,o=n.length-1;o>=0;o--)if(n[o]===t||n[o].listener===t){s=n[o].listener,r=o;break}if(r<0)return this;0===r?n.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(n,r),1===n.length&&(a[e]=n[0]),void 0!==a.removeListener&&this.emit("removeListener",e,s||t)}return this},o.prototype.off=o.prototype.removeListener,o.prototype.removeAllListeners=function(e){var t,n,a;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 r,o=Object.keys(n);for(a=0;a<o.length;++a)"removeListener"!==(r=o[a])&&this.removeAllListeners(r);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(a=t.length-1;a>=0;a--)this.removeListener(e,t[a]);return this},o.prototype.listeners=function(e){return c(this,e,!0)},o.prototype.rawListeners=function(e){return c(this,e,!1)},o.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):p.call(e,t)},o.prototype.listenerCount=p,o.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},645:(e,t)=>{t.read=function(e,t,n,a,r){var o,s,d=8*r-a-1,w=(1<<d)-1,i=w>>1,h=-7,l=n?r-1:0,c=n?-1:1,p=e[t+l];for(l+=c,o=p&(1<<-h)-1,p>>=-h,h+=d;h>0;o=256*o+e[t+l],l+=c,h-=8);for(s=o&(1<<-h)-1,o>>=-h,h+=a;h>0;s=256*s+e[t+l],l+=c,h-=8);if(0===o)o=1-i;else{if(o===w)return s?NaN:1/0*(p?-1:1);s+=Math.pow(2,a),o-=i}return(p?-1:1)*s*Math.pow(2,o-a)},t.write=function(e,t,n,a,r,o){var s,d,w,i=8*o-r-1,h=(1<<i)-1,l=h>>1,c=23===r?Math.pow(2,-24)-Math.pow(2,-77):0,p=a?0:o-1,u=a?1:-1,m=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(d=isNaN(t)?1:0,s=h):(s=Math.floor(Math.log(t)/Math.LN2),t*(w=Math.pow(2,-s))<1&&(s--,w*=2),(t+=s+l>=1?c/w:c*Math.pow(2,1-l))*w>=2&&(s++,w/=2),s+l>=h?(d=0,s=h):s+l>=1?(d=(t*w-1)*Math.pow(2,r),s+=l):(d=t*Math.pow(2,l-1)*Math.pow(2,r),s=0));r>=8;e[n+p]=255&d,p+=u,d/=256,r-=8);for(s=s<<r|d,i+=r;i>0;e[n+p]=255&s,p+=u,s/=256,i-=8);e[n+p-u]|=128*m}},5717:e=>{"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},2705:(e,t,n)=>{var a=n(5639).Symbol;e.exports=a},4239:(e,t,n)=>{var a=n(2705),r=n(9607),o=n(2333),s=a?a.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":s&&s in Object(e)?r(e):o(e)}},7561:(e,t,n)=>{var a=n(7990),r=/^\s+/;e.exports=function(e){return e?e.slice(0,a(e)+1).replace(r,""):e}},1957:(e,t,n)=>{var a="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;e.exports=a},9607:(e,t,n)=>{var a=n(2705),r=Object.prototype,o=r.hasOwnProperty,s=r.toString,d=a?a.toStringTag:void 0;e.exports=function(e){var t=o.call(e,d),n=e[d];try{e[d]=void 0;var a=!0}catch(e){}var r=s.call(e);return a&&(t?e[d]=n:delete e[d]),r}},2333:e=>{var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5639:(e,t,n)=>{var a=n(1957),r="object"==typeof self&&self&&self.Object===Object&&self,o=a||r||Function("return this")();e.exports=o},7990:e=>{var t=/\s/;e.exports=function(e){for(var n=e.length;n--&&t.test(e.charAt(n)););return n}},9567:(e,t,n)=>{var a=n(554);e.exports=function(e,t){var n;if("function"!=typeof t)throw new TypeError("Expected a function");return e=a(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}},3218:e=>{e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},7005:e=>{e.exports=function(e){return null!=e&&"object"==typeof e}},3448:(e,t,n)=>{var a=n(4239),r=n(7005);e.exports=function(e){return"symbol"==typeof e||r(e)&&"[object Symbol]"==a(e)}},1463:(e,t,n)=>{var a=n(9567);e.exports=function(e){return a(2,e)}},8601:(e,t,n)=>{var a=n(4841);e.exports=function(e){return e?Infinity===(e=a(e))||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}},554:(e,t,n)=>{var a=n(8601);e.exports=function(e){var t=a(e),n=t%1;return t==t?n?t-n:t:0}},4841:(e,t,n)=>{var a=n(7561),r=n(3218),o=n(3448),s=/^[-+]0x[0-9a-f]+$/i,d=/^0b[01]+$/i,w=/^0o[0-7]+$/i,i=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return NaN;if(r(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=r(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=a(e);var n=d.test(e);return n||w.test(e)?i(e.slice(2),n?2:8):s.test(e)?NaN:+e}},1136:(e,t,n)=>{const{AbortError:a,codes:r}=n(6211),o=n(9089),{ERR_INVALID_ARG_TYPE:s}=r;e.exports.addAbortSignal=function(t,n){if(((e,t)=>{if("object"!=typeof e||!("aborted"in e))throw new s("signal","AbortSignal",e)})(t),!(a=n)||"function"!=typeof a.pipe)throw new s("stream","stream.Stream",n);var a;return e.exports.addAbortSignalNoValidate(t,n)},e.exports.addAbortSignalNoValidate=function(e,t){if("object"!=typeof e||!("aborted"in e))return t;const n=()=>{t.destroy(new a(void 0,{cause:e.reason}))};return e.aborted?n():(e.addEventListener("abort",n),o(t,(()=>e.removeEventListener("abort",n)))),t}},6825:(e,t,n)=>{const{StringPrototypeSlice:a,SymbolIterator:r,TypedArrayPrototypeSet:o,Uint8Array:s}=n(8309),{Buffer:d}=n(8764),{inspect:w}=n(6608);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 d.alloc(0);const t=d.allocUnsafe(e>>>0);let n=this.head,a=0;for(;n;)o(t,n.data,a),a+=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}*[r](){for(let e=this.head;e;e=e.next)yield e.data}_getString(e){let t="",n=this.head,r=0;do{const o=n.data;if(!(e>o.length)){e===o.length?(t+=o,++r,n.next?this.head=n.next:this.head=this.tail=null):(t+=a(o,0,e),this.head=n,n.data=a(o,e));break}t+=o,e-=o.length,++r}while(null!==(n=n.next));return this.length-=r,t}_getBuffer(e){const t=d.allocUnsafe(e),n=e;let a=this.head,r=0;do{const d=a.data;if(!(e>d.length)){e===d.length?(o(t,d,n-e),++r,a.next?this.head=a.next:this.head=this.tail=null):(o(t,new s(d.buffer,d.byteOffset,e),n-e),this.head=a,a.data=d.slice(e));break}o(t,d,n-e),e-=d.length,++r}while(null!==(a=a.next));return this.length-=r,t}[Symbol.for("nodejs.util.inspect.custom")](e,t){return w(this,{...t,depth:0,customInspect:!1})}}},7964:(e,t,n)=>{const{pipeline:a}=n(6464),r=n(3382),{destroyer:o}=n(1317),{isNodeStream:s,isReadable:d,isWritable:w}=n(7752),{AbortError:i,codes:{ERR_INVALID_ARG_VALUE:h,ERR_MISSING_ARGS:l}}=n(6211);e.exports=function(...e){if(0===e.length)throw new l("streams");if(1===e.length)return r.from(e[0]);const t=[...e];if("function"==typeof e[0]&&(e[0]=r.from(e[0])),"function"==typeof e[e.length-1]){const t=e.length-1;e[t]=r.from(e[t])}for(let n=0;n<e.length;++n)if(s(e[n])){if(n<e.length-1&&!d(e[n]))throw new h(`streams[${n}]`,t[n],"must be readable");if(n>0&&!w(e[n]))throw new h(`streams[${n}]`,t[n],"must be writable")}let n,c,p,u,m;const f=e[0],g=a(e,(function(e){const t=u;u=null,t?t(e):e?m.destroy(e):y||N||m.destroy()})),N=!!w(f),y=!!d(g);return m=new r({writableObjectMode:!(null==f||!f.writableObjectMode),readableObjectMode:!(null==g||!g.writableObjectMode),writable:N,readable:y}),N&&(m._write=function(e,t,a){f.write(e,t)?a():n=a},m._final=function(e){f.end(),c=e},f.on("drain",(function(){if(n){const e=n;n=null,e()}})),g.on("finish",(function(){if(c){const e=c;c=null,e()}}))),y&&(g.on("readable",(function(){if(p){const e=p;p=null,e()}})),g.on("end",(function(){m.push(null)})),m._read=function(){for(;;){const e=g.read();if(null===e)return void(p=m._read);if(!m.push(e))return}}),m._destroy=function(e,t){e||null===u||(e=new i),p=null,n=null,c=null,null===u?t(e):(u=t,o(g,e))},m}},1317:(e,t,n)=>{const a=n(4155),{aggregateTwoErrors:r,codes:{ERR_MULTIPLE_CALLBACK:o},AbortError:s}=n(6211),{Symbol:d}=n(8309),{kDestroyed:w,isDestroyed:i,isFinished:h,isServerRequest:l}=n(7752),c=d("kDestroy"),p=d("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 r=!1;function o(t){if(r)return;r=!0;const o=e._readableState,s=e._writableState;u(t,s,o),s&&(s.closed=!0),o&&(o.closed=!0),"function"==typeof n&&n(t),t?a.nextTick(f,e,t):a.nextTick(g,e)}try{e._destroy(t||null,o)}catch(t){o(t)}}function f(e,t){N(e,t),g(e)}function g(e){const t=e._readableState,n=e._writableState;n&&(n.closeEmitted=!0),t&&(t.closeEmitted=!0),(n&&n.emitClose||t&&t.emitClose)&&e.emit("close")}function N(e,t){const n=e._readableState,a=e._writableState;a&&a.errorEmitted||n&&n.errorEmitted||(a&&(a.errorEmitted=!0),n&&(n.errorEmitted=!0),e.emit("error",t))}function y(e,t,n){const r=e._readableState,o=e._writableState;if(o&&o.destroyed||r&&r.destroyed)return this;r&&r.autoDestroy||o&&o.autoDestroy?e.destroy(t):t&&(t.stack,o&&!o.errored&&(o.errored=t),r&&!r.errored&&(r.errored=t),n?a.nextTick(N,e,t):N(e,t))}function b(e){let t=!1;function n(n){if(t)return void y(e,null!=n?n:new o);t=!0;const r=e._readableState,s=e._writableState,d=s||r;r&&(r.constructed=!0),s&&(s.constructed=!0),d.destroyed?e.emit(c,n):n?y(e,n,!0):a.nextTick(_,e)}try{e._construct(n)}catch(e){n(e)}}function _(e){e.emit(p)}function v(e){return e&&e.setHeader&&"function"==typeof e.abort}function S(e){e.emit("close")}function x(e,t){e.emit("error",t),a.nextTick(S,e)}e.exports={construct:function(e,t){if("function"!=typeof e._construct)return;const n=e._readableState,r=e._writableState;n&&(n.constructed=!1),r&&(r.constructed=!1),e.once(p,t),e.listenerCount(p)>1||a.nextTick(b,e)},destroyer:function(e,t){e&&!i(e)&&(t||h(e)||(t=new s),l(e)?(e.socket=null,e.destroy(t)):v(e)?e.abort():v(e.req)?e.req.abort():"function"==typeof e.destroy?e.destroy(t):"function"==typeof e.close?e.close():t?a.nextTick(x,e,t):a.nextTick(S,e),e.destroyed||(e[w]=!0))},destroy:function(e,t){const n=this._readableState,a=this._writableState,o=a||n;return a&&a.destroyed||n&&n.destroyed?("function"==typeof t&&t(),this):(u(e,a,n),a&&(a.destroyed=!0),n&&(n.destroyed=!0),o.constructed?m(this,e,t):this.once(c,(function(n){m(this,r(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:y}},3382:(e,t,n)=>{const{ObjectDefineProperties:a,ObjectGetOwnPropertyDescriptor:r,ObjectKeys:o,ObjectSetPrototypeOf:s}=n(8309);e.exports=i;const d=n(8713),w=n(9562);s(i.prototype,d.prototype),s(i,d);{const e=o(w.prototype);for(let t=0;t<e.length;t++){const n=e[t];i.prototype[n]||(i.prototype[n]=w.prototype[n])}}function i(e){if(!(this instanceof i))return new i(e);d.call(this,e),w.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 h,l;function c(){return void 0===h&&(h={}),h}a(i.prototype,{writable:{__proto__:null,...r(w.prototype,"writable")},writableHighWaterMark:{__proto__:null,...r(w.prototype,"writableHighWaterMark")},writableObjectMode:{__proto__:null,...r(w.prototype,"writableObjectMode")},writableBuffer:{__proto__:null,...r(w.prototype,"writableBuffer")},writableLength:{__proto__:null,...r(w.prototype,"writableLength")},writableFinished:{__proto__:null,...r(w.prototype,"writableFinished")},writableCorked:{__proto__:null,...r(w.prototype,"writableCorked")},writableEnded:{__proto__:null,...r(w.prototype,"writableEnded")},writableNeedDrain:{__proto__:null,...r(w.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)}}}),i.fromWeb=function(e,t){return c().newStreamDuplexFromReadableWritablePair(e,t)},i.toWeb=function(e){return c().newReadableWritablePairFromDuplex(e)},i.from=function(e){return l||(l=n(1672)),l(e,"body")}},1672:(e,t,n)=>{const a=n(4155),r=n(8764),{isReadable:o,isWritable:s,isIterable:d,isNodeStream:w,isReadableNodeStream:i,isWritableNodeStream:h,isDuplexNodeStream:l}=n(7752),c=n(9089),{AbortError:p,codes:{ERR_INVALID_ARG_TYPE:u,ERR_INVALID_RETURN_VALUE:m}}=n(6211),{destroyer:f}=n(1317),g=n(3382),N=n(8713),{createDeferredPromise:y}=n(6608),b=n(8865),_=globalThis.Blob||r.Blob,v=void 0!==_?function(e){return e instanceof _}:function(e){return!1},S=globalThis.AbortController||n(8599).AbortController,{FunctionPrototypeCall:x}=n(8309);class C extends g{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 q(e){const t=e.readable&&"function"!=typeof e.readable.read?N.wrap(e.readable):e.readable,n=e.writable;let a,r,d,w,i,h=!!o(t),l=!!s(n);function u(e){const t=w;w=null,t?t(e):e?i.destroy(e):h||l||i.destroy()}return i=new C({readableObjectMode:!(null==t||!t.readableObjectMode),writableObjectMode:!(null==n||!n.writableObjectMode),readable:h,writable:l}),l&&(c(n,(e=>{l=!1,e&&f(t,e),u(e)})),i._write=function(e,t,r){n.write(e,t)?r():a=r},i._final=function(e){n.end(),r=e},n.on("drain",(function(){if(a){const e=a;a=null,e()}})),n.on("finish",(function(){if(r){const e=r;r=null,e()}}))),h&&(c(t,(e=>{h=!1,e&&f(t,e),u(e)})),t.on("readable",(function(){if(d){const e=d;d=null,e()}})),t.on("end",(function(){i.push(null)})),i._read=function(){for(;;){const e=t.read();if(null===e)return void(d=i._read);if(!i.push(e))return}}),i._destroy=function(e,o){e||null===w||(e=new p),d=null,a=null,r=null,null===w?o(e):(w=o,f(n,e),f(t,e))},i}e.exports=function e(t,n){if(l(t))return t;if(i(t))return q({readable:t});if(h(t))return q({writable:t});if(w(t))return q({writable:!1,readable:!1});if("function"==typeof t){const{value:e,write:r,final:o,destroy:s}=function(e){let{promise:t,resolve:n}=y();const r=new S,o=r.signal;return{value:e(async function*(){for(;;){const e=t;t=null;const{chunk:r,done:s,cb:d}=await e;if(a.nextTick(d),s)return;if(o.aborted)throw new p(void 0,{cause:o.reason});({promise:t,resolve:n}=y()),yield r}}(),{signal:o}),write(e,t,a){const r=n;n=null,r({chunk:e,done:!1,cb:a})},final(e){const t=n;n=null,t({done:!0,cb:e})},destroy(e,t){r.abort(),t(e)}}}(t);if(d(e))return b(C,e,{objectMode:!0,write:r,final:o,destroy:s});const w=null==e?void 0:e.then;if("function"==typeof w){let t;const n=x(w,e,(e=>{if(null!=e)throw new m("nully","body",e)}),(e=>{f(t,e)}));return t=new C({objectMode:!0,readable:!1,write:r,final(e){o((async()=>{try{await n,a.nextTick(e,null)}catch(t){a.nextTick(e,t)}}))},destroy:s})}throw new m("Iterable, AsyncIterable or AsyncFunction",n,e)}if(v(t))return e(t.arrayBuffer());if(d(t))return b(C,t,{objectMode:!0,writable:!1});if("object"==typeof(null==t?void 0:t.writable)||"object"==typeof(null==t?void 0:t.readable))return q({readable:null!=t&&t.readable?i(null==t?void 0:t.readable)?null==t?void 0:t.readable:e(t.readable):void 0,writable:null!=t&&t.writable?h(null==t?void 0:t.writable)?null==t?void 0:t.writable:e(t.writable):void 0});const r=null==t?void 0:t.then;if("function"==typeof r){let e;return x(r,t,(t=>{null!=t&&e.push(t),e.push(null)}),(t=>{f(e,t)})),e=new C({objectMode:!0,writable:!1,read(){}})}throw new u(n,["Blob","ReadableStream","WritableStream","Stream","Iterable","AsyncIterable","Function","{ readable, writable } pair","Promise"],t)}},9089:(e,t,n)=>{const a=n(4155),{AbortError:r,codes:o}=n(6211),{ERR_INVALID_ARG_TYPE:s,ERR_STREAM_PREMATURE_CLOSE:d}=o,{kEmptyObject:w,once:i}=n(6608),{validateAbortSignal:h,validateFunction:l,validateObject:c}=n(1440),{Promise:p}=n(8309),{isClosed:u,isReadable:m,isReadableNodeStream:f,isReadableFinished:g,isReadableErrored:N,isWritable:y,isWritableNodeStream:b,isWritableFinished:_,isWritableErrored:v,isNodeStream:S,willEmitClose:x}=n(7752);function C(e){return e.setHeader&&"function"==typeof e.abort}const q=()=>{};function E(e,t,n){var o,p;2===arguments.length?(n=t,t=w):null==t?t=w:c(t,"options"),l(n,"callback"),h(t.signal,"options.signal"),n=i(n);const E=null!==(o=t.readable)&&void 0!==o?o:f(e),R=null!==(p=t.writable)&&void 0!==p?p:b(e);if(!S(e))throw new s("stream","Stream",e);const T=e._writableState,A=e._readableState,I=()=>{e.writable||P()};let L=x(e)&&f(e)===E&&b(e)===R,j=_(e,!1);const P=()=>{j=!0,e.destroyed&&(L=!1),(!L||e.readable&&!E)&&(E&&!M||n.call(e))};let M=g(e,!1);const k=()=>{M=!0,e.destroyed&&(L=!1),(!L||e.writable&&!R)&&(R&&!j||n.call(e))},O=t=>{n.call(e,t)};let D=u(e);const B=()=>{D=!0;const t=v(e)||N(e);return t&&"boolean"!=typeof t?n.call(e,t):E&&!M&&f(e,!0)&&!g(e,!1)?n.call(e,new d):!R||j||_(e,!1)?void n.call(e):n.call(e,new d)},$=()=>{e.req.on("finish",P)};C(e)?(e.on("complete",P),L||e.on("abort",B),e.req?$():e.on("request",$)):R&&!T&&(e.on("end",I),e.on("close",I)),L||"boolean"!=typeof e.aborted||e.on("aborted",B),e.on("end",k),e.on("finish",P),!1!==t.error&&e.on("error",O),e.on("close",B),D?a.nextTick(B):null!=T&&T.errorEmitted||null!=A&&A.errorEmitted?L||a.nextTick(B):(E||L&&!m(e)||!j&&!1!==y(e))&&(R||L&&!y(e)||!M&&!1!==m(e))?A&&e.req&&e.aborted&&a.nextTick(B):a.nextTick(B);const F=()=>{n=q,e.removeListener("aborted",B),e.removeListener("complete",P),e.removeListener("abort",B),e.removeListener("request",$),e.req&&e.req.removeListener("finish",P),e.removeListener("end",I),e.removeListener("close",I),e.removeListener("finish",P),e.removeListener("end",k),e.removeListener("error",O),e.removeListener("close",B)};if(t.signal&&!D){const o=()=>{const a=n;F(),a.call(e,new r(void 0,{cause:t.signal.reason}))};if(t.signal.aborted)a.nextTick(o);else{const a=n;n=i(((...n)=>{t.signal.removeEventListener("abort",o),a.apply(e,n)})),t.signal.addEventListener("abort",o)}}return F}e.exports=E,e.exports.finished=function(e,t){return new p(((n,a)=>{E(e,t,(e=>{e?a(e):n()}))}))}},8865:(e,t,n)=>{const a=n(4155),{PromisePrototypeThen:r,SymbolAsyncIterator:o,SymbolIterator:s}=n(8309),{Buffer:d}=n(8764),{ERR_INVALID_ARG_TYPE:w,ERR_STREAM_NULL_VALUES:i}=n(6211).codes;e.exports=function(e,t,n){let h,l;if("string"==typeof t||t instanceof d)return new e({objectMode:!0,...n,read(){this.push(t),this.push(null)}});if(t&&t[o])l=!0,h=t[o]();else{if(!t||!t[s])throw new w("iterable",["Iterable"],t);l=!1,h=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}=l?await h.next():h.next();if(t)c.push(null);else{const t=e&&"function"==typeof e.then?await e:e;if(null===t)throw p=!1,new i;if(c.push(t))continue;p=!1}}catch(e){c.destroy(e)}break}}())},c._destroy=function(e,t){r(async function(e){const t=null!=e,n="function"==typeof h.throw;if(t&&n){const{value:t,done:n}=await h.throw(e);if(await t,n)return}if("function"==typeof h.return){const{value:e}=await h.return();await e}}(e),(()=>a.nextTick(t,e)),(n=>a.nextTick(t,n||e)))},c}},3456:(e,t,n)=>{const{ArrayIsArray:a,ObjectSetPrototypeOf:r}=n(8309),{EventEmitter:o}=n(7187);function s(e){o.call(this,e)}function d(e,t,n){if("function"==typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events[t]?a(e._events[t])?e._events[t].unshift(n):e._events[t]=[n,e._events[t]]:e.on(t,n)}r(s.prototype,o.prototype),r(s,o),s.prototype.pipe=function(e,t){const n=this;function a(t){e.writable&&!1===e.write(t)&&n.pause&&n.pause()}function r(){n.readable&&n.resume&&n.resume()}n.on("data",a),e.on("drain",r),e._isStdio||t&&!1===t.end||(n.on("end",w),n.on("close",i));let s=!1;function w(){s||(s=!0,e.end())}function i(){s||(s=!0,"function"==typeof e.destroy&&e.destroy())}function h(e){l(),0===o.listenerCount(this,"error")&&this.emit("error",e)}function l(){n.removeListener("data",a),e.removeListener("drain",r),n.removeListener("end",w),n.removeListener("close",i),n.removeListener("error",h),e.removeListener("error",h),n.removeListener("end",l),n.removeListener("close",l),e.removeListener("close",l)}return d(n,"error",h),d(e,"error",h),n.on("end",l),n.on("close",l),e.on("close",l),e.emit("pipe",n),e},e.exports={Stream:s,prependListener:d}},6514:(e,t,n)=>{const a=globalThis.AbortController||n(8599).AbortController,{codes:{ERR_INVALID_ARG_TYPE:r,ERR_MISSING_ARGS:o,ERR_OUT_OF_RANGE:s},AbortError:d}=n(6211),{validateAbortSignal:w,validateInteger:i,validateObject:h}=n(1440),l=n(8309).Symbol("kWeak"),{finished:c}=n(9089),{ArrayPrototypePush:p,MathFloor:u,Number:m,NumberIsNaN:f,Promise:g,PromiseReject:N,PromisePrototypeThen:y,Symbol:b}=n(8309),_=b("kEmpty"),v=b("kEof");function S(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)&&w(t.signal,"options.signal");let n=1;return null!=(null==t?void 0:t.concurrency)&&(n=u(t.concurrency)),i(n,"concurrency",1),async function*(){var r,o;const s=new a,w=this,i=[],h=s.signal,l={signal:h},c=()=>s.abort();let p,u;null!=t&&null!==(r=t.signal)&&void 0!==r&&r.aborted&&c(),null==t||null===(o=t.signal)||void 0===o||o.addEventListener("abort",c);let m=!1;function f(){m=!0}!async function(){try{for await(let t of w){var a;if(m)return;if(h.aborted)throw new d;try{t=e(t,l)}catch(e){t=N(e)}t!==_&&("function"==typeof(null===(a=t)||void 0===a?void 0:a.catch)&&t.catch(f),i.push(t),p&&(p(),p=null),!m&&i.length&&i.length>=n&&await new g((e=>{u=e})))}i.push(v)}catch(e){const t=N(e);y(t,void 0,f),i.push(t)}finally{var r;m=!0,p&&(p(),p=null),null==t||null===(r=t.signal)||void 0===r||r.removeEventListener("abort",c)}}();try{for(;;){for(;i.length>0;){const e=await i[0];if(e===v)return;if(h.aborted)throw new d;e!==_&&(yield e),i.shift(),u&&(u(),u=null)}await new g((e=>{p=e}))}}finally{s.abort(),m=!0,u&&(u(),u=null)}}.call(this)}async function x(e,t){for await(const n of C.call(this,e,t))return!0;return!1}function C(e,t){if("function"!=typeof e)throw new r("fn",["Function","AsyncFunction"],e);return S.call(this,(async function(t,n){return await e(t,n)?t:_}),t)}class q extends o{constructor(){super("reduce"),this.message="Reduce of an empty stream requires an initial value"}}function E(e){if(e=m(e),f(e))return 0;if(e<0)throw new s("number",">= 0",e);return e}e.exports.streamReturningOperators={asIndexedPairs:function(e){return null!=e&&h(e,"options"),null!=(null==e?void 0:e.signal)&&w(e.signal,"options.signal"),async function*(){let t=0;for await(const a 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++,a]}}.call(this)},drop:function(e,t){return null!=t&&h(t,"options"),null!=(null==t?void 0:t.signal)&&w(t.signal,"options.signal"),e=E(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 a;if(null!=t&&null!==(a=t.signal)&&void 0!==a&&a.aborted)throw new d;e--<=0&&(yield n)}}.call(this)},filter:C,flatMap:function(e,t){const n=S.call(this,e,t);return async function*(){for await(const e of n)yield*e}.call(this)},map:S,take:function(e,t){return null!=t&&h(t,"options"),null!=(null==t?void 0:t.signal)&&w(t.signal,"options.signal"),e=E(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 a;if(null!=t&&null!==(a=t.signal)&&void 0!==a&&a.aborted)throw new d;if(!(e-- >0))return;yield n}}.call(this)}},e.exports.promiseReturningOperators={every:async function(e,t){if("function"!=typeof e)throw new r("fn",["Function","AsyncFunction"],e);return!await x.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 S.call(this,(async function(t,n){return await e(t,n),_}),t));},reduce:async function(e,t,n){var o;if("function"!=typeof e)throw new r("reducer",["Function","AsyncFunction"],e);null!=n&&h(n,"options"),null!=(null==n?void 0:n.signal)&&w(n.signal,"options.signal");let s=arguments.length>1;if(null!=n&&null!==(o=n.signal)&&void 0!==o&&o.aborted){const e=new d(void 0,{cause:n.signal.reason});throw this.once("error",(()=>{})),await c(this.destroy(e)),e}const i=new a,p=i.signal;if(null!=n&&n.signal){const e={once:!0,[l]:this};n.signal.addEventListener("abort",(()=>i.abort()),e)}let u=!1;try{for await(const a 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,a,{signal:p}):(t=a,s=!0)}if(!u&&!s)throw new q}finally{i.abort()}return t},toArray:async function(e){null!=e&&h(e,"options"),null!=(null==e?void 0:e.signal)&&w(e.signal,"options.signal");const t=[];for await(const a 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});p(t,a)}return t},some:x,find:async function(e,t){for await(const n of C.call(this,e,t))return n}}},7474:(e,t,n)=>{const{ObjectSetPrototypeOf:a}=n(8309);e.exports=o;const r=n(6545);function o(e){if(!(this instanceof o))return new o(e);r.call(this,e)}a(o.prototype,r.prototype),a(o,r),o.prototype._transform=function(e,t,n){n(null,e)}},6464:(e,t,n)=>{const a=n(4155),{ArrayIsArray:r,Promise:o,SymbolAsyncIterator:s}=n(8309),d=n(9089),{once:w}=n(6608),i=n(1317),h=n(3382),{aggregateTwoErrors:l,codes:{ERR_INVALID_ARG_TYPE:c,ERR_INVALID_RETURN_VALUE:p,ERR_MISSING_ARGS:u,ERR_STREAM_DESTROYED:m,ERR_STREAM_PREMATURE_CLOSE:f},AbortError:g}=n(6211),{validateFunction:N,validateAbortSignal:y}=n(1440),{isIterable:b,isReadable:_,isReadableNodeStream:v,isNodeStream:S}=n(7752),x=globalThis.AbortController||n(8599).AbortController;let C,q;function E(e,t,n){let a=!1;return e.on("close",(()=>{a=!0})),{destroy:t=>{a||(a=!0,i.destroyer(e,t||new m("pipe")))},cleanup:d(e,{readable:t,writable:n},(e=>{a=!e}))}}function R(e){if(b(e))return e;if(v(e))return async function*(e){q||(q=n(8713)),yield*q.prototype[s].call(e)}(e);throw new c("val",["Readable","Iterable","AsyncIterable"],e)}async function T(e,t,n,{end:a}){let r,s=null;const w=e=>{if(e&&(r=e),s){const e=s;s=null,e()}},i=()=>new o(((e,t)=>{r?t(r):s=()=>{r?t(r):e()}}));t.on("drain",w);const h=d(t,{readable:!1},w);try{t.writableNeedDrain&&await i();for await(const n of e)t.write(n)||await i();a&&t.end(),await i(),n()}catch(e){n(r!==e?l(r,e):e)}finally{h(),t.off("drain",w)}}function A(e,t,o){if(1===e.length&&r(e[0])&&(e=e[0]),e.length<2)throw new u("streams");const s=new x,d=s.signal,w=null==o?void 0:o.signal,i=[];function l(){j(new g)}let m,f;y(w,"options.signal"),null==w||w.addEventListener("abort",l);const N=[];let q,A=0;function L(e){j(e,0==--A)}function j(e,n){if(!e||m&&"ERR_STREAM_PREMATURE_CLOSE"!==m.code||(m=e),m||n){for(;N.length;)N.shift()(m);null==w||w.removeEventListener("abort",l),s.abort(),n&&(m||i.forEach((e=>e())),a.nextTick(t,m,f))}}for(let k=0;k<e.length;k++){const O=e[k],D=k<e.length-1,B=k>0,$=D||!1!==(null==o?void 0:o.end),F=k===e.length-1;if(S(O)){if($){const{destroy:V,cleanup:U}=E(O,D,B);N.push(V),_(O)&&F&&i.push(U)}function P(e){e&&"AbortError"!==e.name&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code&&L(e)}O.on("error",P),_(O)&&F&&i.push((()=>{O.removeListener("error",P)}))}if(0===k)if("function"==typeof O){if(q=O({signal:d}),!b(q))throw new p("Iterable, AsyncIterable or Stream","source",q)}else q=b(O)||v(O)?O:h.from(O);else if("function"==typeof O)if(q=R(q),q=O(q,{signal:d}),D){if(!b(q,!0))throw new p("AsyncIterable",`transform[${k-1}]`,q)}else{var M;C||(C=n(7474));const Q=new C({objectMode:!0}),W=null===(M=q)||void 0===M?void 0:M.then;if("function"==typeof W)A++,W.call(q,(e=>{f=e,null!=e&&Q.write(e),$&&Q.end(),a.nextTick(L)}),(e=>{Q.destroy(e),a.nextTick(L,e)}));else{if(!b(q,!0))throw new p("AsyncIterable or Promise","destination",q);A++,T(q,Q,L,{end:$})}q=Q;const{destroy:G,cleanup:H}=E(q,!1,!0);N.push(G),F&&i.push(H)}else if(S(O)){if(v(q)){A+=2;const z=I(q,O,L,{end:$});_(O)&&F&&i.push(z)}else{if(!b(q))throw new c("val",["Readable","Iterable","AsyncIterable"],q);A++,T(q,O,L,{end:$})}q=O}else q=h.from(O)}return(null!=d&&d.aborted||null!=w&&w.aborted)&&a.nextTick(l),q}function I(e,t,n,{end:a}){let r=!1;return t.on("close",(()=>{r||n(new f)})),e.pipe(t,{end:a}),a?e.once("end",(()=>{r=!0,t.end()})):n(),d(e,{readable:!0,writable:!1},(t=>{const a=e._readableState;t&&"ERR_STREAM_PREMATURE_CLOSE"===t.code&&a&&a.ended&&!a.errored&&!a.errorEmitted?e.once("end",n).once("error",n):n(t)})),d(t,{readable:!1,writable:!0},n)}e.exports={pipelineImpl:A,pipeline:function(...e){return A(e,w(function(e){return N(e[e.length-1],"streams[stream.length - 1]"),e.pop()}(e)))}}},8713:(e,t,n)=>{const a=n(4155),{ArrayPrototypeIndexOf:r,NumberIsInteger:o,NumberIsNaN:s,NumberParseInt:d,ObjectDefineProperties:w,ObjectKeys:i,ObjectSetPrototypeOf:h,Promise:l,SafeSet:c,SymbolAsyncIterator:p,Symbol:u}=n(8309);e.exports=B,B.ReadableState=D;const{EventEmitter:m}=n(7187),{Stream:f,prependListener:g}=n(3456),{Buffer:N}=n(8764),{addAbortSignal:y}=n(1136),b=n(9089);let _=n(6608).debuglog("stream",(e=>{_=e}));const v=n(6825),S=n(1317),{getHighWaterMark:x,getDefaultHighWaterMark:C}=n(6175),{aggregateTwoErrors:q,codes:{ERR_INVALID_ARG_TYPE:E,ERR_METHOD_NOT_IMPLEMENTED:R,ERR_OUT_OF_RANGE:T,ERR_STREAM_PUSH_AFTER_EOF:A,ERR_STREAM_UNSHIFT_AFTER_END_EVENT:I}}=n(6211),{validateObject:L}=n(1440),j=u("kPaused"),{StringDecoder:P}=n(2553),M=n(8865);h(B.prototype,f.prototype),h(B,f);const k=()=>{},{errorOrDestroy:O}=S;function D(e,t,a){"boolean"!=typeof a&&(a=t instanceof n(3382)),this.objectMode=!(!e||!e.objectMode),a&&(this.objectMode=this.objectMode||!(!e||!e.readableObjectMode)),this.highWaterMark=e?x(this,e,"readableHighWaterMark",a):C(!1),this.buffer=new v,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 B(e){if(!(this instanceof B))return new B(e);const t=this instanceof n(3382);this._readableState=new D(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&&y(e.signal,this)),f.call(this,e),S.construct(this,(()=>{this._readableState.needReadable&&W(this,this._readableState)}))}function $(e,t,n,a){_("readableAddChunk",t);const r=e._readableState;let o;if(r.objectMode||("string"==typeof t?(n=n||r.defaultEncoding,r.encoding!==n&&(a&&r.encoding?t=N.from(t,n).toString(r.encoding):(t=N.from(t,n),n=""))):t instanceof N?n="":f._isUint8Array(t)?(t=f._uint8ArrayToBuffer(t),n=""):null!=t&&(o=new E("chunk",["string","Buffer","Uint8Array"],t))),o)O(e,o);else if(null===t)r.reading=!1,function(e,t){if(_("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,Q(e))}}(e,r);else if(r.objectMode||t&&t.length>0)if(a)if(r.endEmitted)O(e,new I);else{if(r.destroyed||r.errored)return!1;F(e,r,t,!0)}else if(r.ended)O(e,new A);else{if(r.destroyed||r.errored)return!1;r.reading=!1,r.decoder&&!n?(t=r.decoder.write(t),r.objectMode||0!==t.length?F(e,r,t,!1):W(e,r)):F(e,r,t,!1)}else a||(r.reading=!1,W(e,r));return!r.ended&&(r.length<r.highWaterMark||0===r.length)}function F(e,t,n,a){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,a?t.buffer.unshift(n):t.buffer.push(n),t.needReadable&&U(e)),W(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;_("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(_("emitReadable",t.flowing),t.emittedReadable=!0,a.nextTick(Q,e))}function Q(e){const t=e._readableState;_("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,J(e)}function W(e,t){!t.readingMore&&t.constructed&&(t.readingMore=!0,a.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(_("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 z(e){_("readable nexttick read 0"),e.read(0)}function X(e,t){_("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),J(e),t.flowing&&!t.reading&&e.read(0)}function J(e){const t=e._readableState;for(_("flow",t.flowing);t.flowing&&null!==e.read(););}function K(e,t){"function"!=typeof e.read&&(e=B.wrap(e,{objectMode:!0}));const n=async function*(e,t){let n,a=k;function r(t){this===e?(a(),a=k):a=t}e.on("readable",r);const o=b(e,{writable:!1},(e=>{n=e?q(n,e):null,a(),a=k}));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 l(r)}}}catch(e){throw n=q(n,e),n}finally{!n&&!1===(null==t?void 0:t.destroyOnReturn)||void 0!==n&&!e._readableState.autoDestroy?(e.off("readable",r),o()):S.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;_("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,a.nextTick(ee,t,e))}function ee(e,t){if(_("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)a.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 ae(){return void 0===ne&&(ne={}),ne}B.prototype.destroy=S.destroy,B.prototype._undestroy=S.undestroy,B.prototype._destroy=function(e,t){t(e)},B.prototype[m.captureRejectionSymbol]=function(e){this.destroy(e)},B.prototype.push=function(e,t){return $(this,e,t,!1)},B.prototype.unshift=function(e,t){return $(this,e,t,!0)},B.prototype.isPaused=function(){const e=this._readableState;return!0===e[j]||!1===e.flowing},B.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 a="";for(const e of n)a+=t.write(e);return n.clear(),""!==a&&n.push(a),this._readableState.length=a.length,this},B.prototype.read=function(e){_("read",e),void 0===e?e=NaN:o(e)||(e=d(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 _("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 a,r=t.needReadable;if(_("need readable",r),(0===t.length||t.length-e<t.highWaterMark)&&(r=!0,_("length less than watermark",r)),t.ended||t.reading||t.destroyed||t.errored||!t.constructed)r=!1,_("reading, ended or constructing",r);else if(r){_("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0);try{this._read(t.highWaterMark)}catch(e){O(this,e)}t.sync=!1,t.reading||(e=V(n,t))}return a=e>0?Y(e,t):null,null===a?(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===a||t.errorEmitted||t.closeEmitted||(t.dataEmitted=!0,this.emit("data",a)),a},B.prototype._read=function(e){throw new R("_read()")},B.prototype.pipe=function(e,t){const n=this,r=this._readableState;1===r.pipes.length&&(r.multiAwaitDrain||(r.multiAwaitDrain=!0,r.awaitDrainWriters=new c(r.awaitDrainWriters?[r.awaitDrainWriters]:[]))),r.pipes.push(e),_("pipe count=%d opts=%j",r.pipes.length,t);const o=t&&!1===t.end||e===a.stdout||e===a.stderr?m:s;function s(){_("onend"),e.end()}let d;r.endEmitted?a.nextTick(o):n.once("end",o),e.on("unpipe",(function t(a,o){_("onunpipe"),a===n&&o&&!1===o.hasUnpiped&&(o.hasUnpiped=!0,_("cleanup"),e.removeListener("close",p),e.removeListener("finish",u),d&&e.removeListener("drain",d),e.removeListener("error",l),e.removeListener("unpipe",t),n.removeListener("end",s),n.removeListener("end",m),n.removeListener("data",h),w=!0,d&&r.awaitDrainWriters&&(!e._writableState||e._writableState.needDrain)&&d())}));let w=!1;function i(){w||(1===r.pipes.length&&r.pipes[0]===e?(_("false write response, pause",0),r.awaitDrainWriters=e,r.multiAwaitDrain=!1):r.pipes.length>1&&r.pipes.includes(e)&&(_("false write response, pause",r.awaitDrainWriters.size),r.awaitDrainWriters.add(e)),n.pause()),d||(d=function(e,t){return function(){const n=e._readableState;n.awaitDrainWriters===t?(_("pipeOnDrain",1),n.awaitDrainWriters=null):n.multiAwaitDrain&&(_("pipeOnDrain",n.awaitDrainWriters.size),n.awaitDrainWriters.delete(t)),n.awaitDrainWriters&&0!==n.awaitDrainWriters.size||!e.listenerCount("data")||e.resume()}}(n,e),e.on("drain",d))}function h(t){_("ondata");const n=e.write(t);_("dest.write",n),!1===n&&i()}function l(t){if(_("onerror",t),m(),e.removeListener("error",l),0===e.listenerCount("error")){const n=e._writableState||e._readableState;n&&!n.errorEmitted?O(e,t):e.emit("error",t)}}function p(){e.removeListener("finish",u),m()}function u(){_("onfinish"),e.removeListener("close",p),m()}function m(){_("unpipe"),n.unpipe(e)}return n.on("data",h),g(e,"error",l),e.once("close",p),e.once("finish",u),e.emit("pipe",n),!0===e.writableNeedDrain?r.flowing&&i():r.flowing||(_("pipe resume"),n.resume()),e},B.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=r(t.pipes,e);return-1===n||(t.pipes.splice(n,1),0===t.pipes.length&&this.pause(),e.emit("unpipe",this,{hasUnpiped:!1})),this},B.prototype.on=function(e,t){const n=f.prototype.on.call(this,e,t),r=this._readableState;return"data"===e?(r.readableListening=this.listenerCount("readable")>0,!1!==r.flowing&&this.resume()):"readable"===e&&(r.endEmitted||r.readableListening||(r.readableListening=r.needReadable=!0,r.flowing=!1,r.emittedReadable=!1,_("on readable",r.length,r.reading),r.length?U(this):r.reading||a.nextTick(z,this))),n},B.prototype.addListener=B.prototype.on,B.prototype.removeListener=function(e,t){const n=f.prototype.removeListener.call(this,e,t);return"readable"===e&&a.nextTick(H,this),n},B.prototype.off=B.prototype.removeListener,B.prototype.removeAllListeners=function(e){const t=f.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||a.nextTick(H,this),t},B.prototype.resume=function(){const e=this._readableState;return e.flowing||(_("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,a.nextTick(X,e,t))}(this,e)),e[j]=!1,this},B.prototype.pause=function(){return _("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(_("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState[j]=!0,this},B.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=>{O(this,e)})),e.on("close",(()=>{this.destroy()})),e.on("destroy",(()=>{this.destroy()})),this._read=()=>{t&&e.resume&&(t=!1,e.resume())};const n=i(e);for(let t=1;t<n.length;t++){const a=n[t];void 0===this[a]&&"function"==typeof e[a]&&(this[a]=e[a].bind(e))}return this},B.prototype[p]=function(){return K(this)},B.prototype.iterator=function(e){return void 0!==e&&L(e,"options"),K(this,e)},w(B.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}}}),w(D.prototype,{pipesCount:{__proto__:null,get(){return this.pipes.length}},paused:{__proto__:null,get(){return!1!==this[j]},set(e){this[j]=!!e}}}),B._fromList=Y,B.from=function(e,t){return M(B,e,t)},B.fromWeb=function(e,t){return ae().newStreamReadableFromReadableStream(e,t)},B.toWeb=function(e,t){return ae().newReadableStreamFromStreamReadable(e,t)},B.wrap=function(e,t){var n,a;return new B({objectMode:null===(n=null!==(a=e.readableObjectMode)&&void 0!==a?a:e.objectMode)||void 0===n||n,...t,destroy(t,n){S.destroyer(e,t),n(t)}}).wrap(e)}},6175:(e,t,n)=>{const{MathFloor:a,NumberIsInteger:r}=n(8309),{ERR_INVALID_ARG_VALUE:o}=n(6211).codes;function s(e){return e?16:16384}e.exports={getHighWaterMark:function(e,t,n,d){const w=function(e,t,n){return null!=e.highWaterMark?e.highWaterMark:t?e[n]:null}(t,d,n);if(null!=w){if(!r(w)||w<0)throw new o(d?`options.${n}`:"options.highWaterMark",w);return a(w)}return s(e.objectMode)},getDefaultHighWaterMark:s}},6545:(e,t,n)=>{const{ObjectSetPrototypeOf:a,Symbol:r}=n(8309);e.exports=i;const{ERR_METHOD_NOT_IMPLEMENTED:o}=n(6211).codes,s=n(3382),{getHighWaterMark:d}=n(6175);a(i.prototype,s.prototype),a(i,s);const w=r("kCallback");function i(e){if(!(this instanceof i))return new i(e);const t=e?d(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[w]=null,e&&("function"==typeof e.transform&&(this._transform=e.transform),"function"==typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",l)}function h(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 l(){this._final!==h&&h.call(this)}i.prototype._final=h,i.prototype._transform=function(e,t,n){throw new o("_transform()")},i.prototype._write=function(e,t,n){const a=this._readableState,r=this._writableState,o=a.length;this._transform(e,t,((e,t)=>{e?n(e):(null!=t&&this.push(t),r.ended||o===a.length||a.length<a.highWaterMark?n():this[w]=n)}))},i.prototype._read=function(){if(this[w]){const e=this[w];this[w]=null,e()}}},7752:(e,t,n)=>{const{Symbol:a,SymbolAsyncIterator:r,SymbolIterator:o}=n(8309),s=a("kDestroyed"),d=a("kIsErrored"),w=a("kIsReadable"),i=a("kIsDisturbed");function h(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 l(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 c(e){return e&&(e._readableState||e._writableState||"function"==typeof e.write&&"function"==typeof e.on||"function"==typeof e.pipe&&"function"==typeof e.on)}function p(e){if(!c(e))return null;const t=e._writableState,n=e._readableState,a=t||n;return!!(e.destroyed||e[s]||null!=a&&a.destroyed)}function u(e){if(!l(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 m(e,t){if(!h(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 f(e){return e&&null!=e[w]?e[w]:"boolean"!=typeof(null==e?void 0:e.readable)?null:!p(e)&&h(e)&&e.readable&&!m(e)}function g(e){return"boolean"!=typeof(null==e?void 0:e.writable)?null:!p(e)&&l(e)&&e.writable&&!u(e)}function N(e){return"boolean"==typeof e._closed&&"boolean"==typeof e._defaultKeepAlive&&"boolean"==typeof e._removedConnection&&"boolean"==typeof e._removedContLen}function y(e){return"boolean"==typeof e._sent100&&N(e)}e.exports={kDestroyed:s,isDisturbed:function(e){var t;return!(!e||!(null!==(t=e[i])&&void 0!==t?t:e.readableDidRead||e.readableAborted))},kIsDisturbed:i,isErrored:function(e){var t,n,a,r,o,s,w,i,h,l;return!(!e||!(null!==(t=null!==(n=null!==(a=null!==(r=null!==(o=null!==(s=e[d])&&void 0!==s?s:e.readableErrored)&&void 0!==o?o:e.writableErrored)&&void 0!==r?r:null===(w=e._readableState)||void 0===w?void 0:w.errorEmitted)&&void 0!==a?a:null===(i=e._writableState)||void 0===i?void 0:i.errorEmitted)&&void 0!==n?n:null===(h=e._readableState)||void 0===h?void 0:h.errored)&&void 0!==t?t:null===(l=e._writableState)||void 0===l?void 0:l.errored))},kIsErrored:d,isReadable:f,kIsReadable:w,isClosed:function(e){if(!c(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&&N(e)?e._closed:null},isDestroyed:p,isDuplexNodeStream:function(e){return!(!e||"function"!=typeof e.pipe||!e._readableState||"function"!=typeof e.on||"function"!=typeof e.write)},isFinished:function(e,t){return c(e)?!(!p(e)&&(!1!==(null==t?void 0:t.readable)&&f(e)||!1!==(null==t?void 0:t.writable)&&g(e))):null},isIterable:function(e,t){return null!=e&&(!0===t?"function"==typeof e[r]:!1===t?"function"==typeof e[o]:"function"==typeof e[r]||"function"==typeof e[o])},isReadableNodeStream:h,isReadableEnded:function(e){if(!h(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:m,isReadableErrored:function(e){var t,n;return c(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:c,isWritable:g,isWritableNodeStream:l,isWritableEnded:u,isWritableFinished:function(e,t){if(!l(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 c(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:y,willEmitClose:function(e){if(!c(e))return null;const t=e._writableState,n=e._readableState,a=t||n;return!a&&y(e)||!!(a&&a.autoDestroy&&a.emitClose&&!1===a.closed)}}},9562:(e,t,n)=>{const a=n(4155),{ArrayPrototypeSlice:r,Error:o,FunctionPrototypeSymbolHasInstance:s,ObjectDefineProperty:d,ObjectDefineProperties:w,ObjectSetPrototypeOf:i,StringPrototypeToLowerCase:h,Symbol:l,SymbolHasInstance:c}=n(8309);e.exports=P,P.WritableState=L;const{EventEmitter:p}=n(7187),u=n(3456).Stream,{Buffer:m}=n(8764),f=n(1317),{addAbortSignal:g}=n(1136),{getHighWaterMark:N,getDefaultHighWaterMark:y}=n(6175),{ERR_INVALID_ARG_TYPE:b,ERR_METHOD_NOT_IMPLEMENTED:_,ERR_MULTIPLE_CALLBACK:v,ERR_STREAM_CANNOT_PIPE:S,ERR_STREAM_DESTROYED:x,ERR_STREAM_ALREADY_FINISHED:C,ERR_STREAM_NULL_VALUES:q,ERR_STREAM_WRITE_AFTER_END:E,ERR_UNKNOWN_ENCODING:R}=n(6211).codes,{errorOrDestroy:T}=f;function A(){}i(P.prototype,u.prototype),i(P,u);const I=l("kOnFinished");function L(e,t,a){"boolean"!=typeof a&&(a=t instanceof n(3382)),this.objectMode=!(!e||!e.objectMode),a&&(this.objectMode=this.objectMode||!(!e||!e.writableObjectMode)),this.highWaterMark=e?N(this,e,"writableHighWaterMark",a):y(!1),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;const r=!(!e||!1!==e.decodeStrings);this.decodeStrings=!r,this.defaultEncoding=e&&e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=D.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[I]=[]}function j(e){e.buffered=[],e.bufferedIndex=0,e.allBuffers=!0,e.allNoop=!0}function P(e){const t=this instanceof n(3382);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&&g(e.signal,this)),u.call(this,e),f.construct(this,(()=>{const e=this._writableState;e.writing||V(this,e),Q(this,e)}))}function M(e,t,n,r){const o=e._writableState;if("function"==typeof n)r=n,n=o.defaultEncoding;else{if(n){if("buffer"!==n&&!m.isEncoding(n))throw new R(n)}else n=o.defaultEncoding;"function"!=typeof r&&(r=A)}if(null===t)throw new q;if(!o.objectMode)if("string"==typeof t)!1!==o.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 o.ending?s=new E:o.destroyed&&(s=new x("write")),s?(a.nextTick(r,s),T(e,s,!0),s):(o.pendingcb++,function(e,t,n,a,r){const o=t.objectMode?1:n.length;t.length+=o;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:a,callback:r}),t.allBuffers&&"buffer"!==a&&(t.allBuffers=!1),t.allNoop&&r!==A&&(t.allNoop=!1)):(t.writelen=o,t.writecb=r,t.writing=!0,t.sync=!0,e._write(n,a,t.onwrite),t.sync=!1),s&&!t.errored&&!t.destroyed}(e,o,t,n,r))}function k(e,t,n,a,r,o,s){t.writelen=a,t.writecb=s,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new x("write")):n?e._writev(r,t.onwrite):e._write(r,o,t.onwrite),t.sync=!1}function O(e,t,n,a){--t.pendingcb,a(n),F(t),T(e,n)}function D(e,t){const n=e._writableState,r=n.sync,o=n.writecb;"function"==typeof o?(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),r?a.nextTick(O,e,n,t,o):O(e,n,t,o)):(n.buffered.length>n.bufferedIndex&&V(e,n),r?null!==n.afterWriteTickInfo&&n.afterWriteTickInfo.cb===o?n.afterWriteTickInfo.count++:(n.afterWriteTickInfo={count:1,cb:o,stream:e,state:n},a.nextTick(B,n.afterWriteTickInfo)):$(e,n,1,o))):T(e,new v)}function B({stream:e,state:t,count:n,cb:a}){return t.afterWriteTickInfo=null,$(e,t,n,a)}function $(e,t,n,a){for(!t.ending&&!e.destroyed&&0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"));n-- >0;)t.pendingcb--,a();t.destroyed&&F(t),Q(e,t)}function F(e){if(e.writing)return;for(let n=e.bufferedIndex;n<e.buffered.length;++n){var t;const{chunk:a,callback:r}=e.buffered[n],o=e.objectMode?1:a.length;e.length-=o,r(null!==(t=e.errored)&&void 0!==t?t:new x("write"))}const n=e[I].splice(0);for(let t=0;t<n.length;t++){var a;n[t](null!==(a=e.errored)&&void 0!==a?a:new x("end"))}j(e)}function V(e,t){if(t.corked||t.bufferProcessing||t.destroyed||!t.constructed)return;const{buffered:n,bufferedIndex:a,objectMode:o}=t,s=n.length-a;if(!s)return;let d=a;if(t.bufferProcessing=!0,s>1&&e._writev){t.pendingcb-=s-1;const a=t.allNoop?A:e=>{for(let t=d;t<n.length;++t)n[t].callback(e)},o=t.allNoop&&0===d?n:r(n,d);o.allBuffers=t.allBuffers,k(e,t,!0,t.length,o,"",a),j(t)}else{do{const{chunk:a,encoding:r,callback:s}=n[d];n[d++]=null,k(e,t,!1,o?1:a.length,a,r,s)}while(d<n.length&&!t.writing);d===n.length?j(t):d>256?(n.splice(0,d),t.bufferedIndex=0):t.bufferedIndex=d}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 Q(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 r(r){if(n)T(e,null!=r?r:v());else if(n=!0,t.pendingcb--,r){const n=t[I].splice(0);for(let e=0;e<n.length;e++)n[e](r);T(e,r,t.sync)}else U(t)&&(t.prefinished=!0,e.emit("prefinish"),t.pendingcb++,a.nextTick(W,e,t))}t.sync=!0,t.pendingcb++;try{e._final(r)}catch(e){r(e)}t.sync=!1}(e,t)))}(e,t),0===t.pendingcb&&(n?(t.pendingcb++,a.nextTick(((e,t)=>{U(t)?W(e,t):t.pendingcb--}),e,t)):U(t)&&(t.pendingcb++,W(e,t))))}function W(e,t){t.pendingcb--,t.finished=!0;const n=t[I].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 r(this.buffered,this.bufferedIndex)},d(L.prototype,"bufferedRequestCount",{__proto__:null,get(){return this.buffered.length-this.bufferedIndex}}),d(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 S)},P.prototype.write=function(e,t,n){return!0===M(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=h(e)),!m.isEncoding(e))throw new R(e);return this._writableState.defaultEncoding=e,this},P.prototype._write=function(e,t,n){if(!this._writev)throw new _("_write()");this._writev([{chunk:e,encoding:t}],n)},P.prototype._writev=null,P.prototype.end=function(e,t,n){const r=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=M(this,e,t);n instanceof o&&(s=n)}return r.corked&&(r.corked=1,this.uncork()),s||(r.errored||r.ending?r.finished?s=new C("end"):r.destroyed&&(s=new x("end")):(r.ending=!0,Q(this,r,!0),r.ended=!0)),"function"==typeof n&&(s||r.finished?a.nextTick(n,s):r[I].push(n)),this},w(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=f.destroy;let H;function z(){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[I].length)&&a.nextTick(F,n),G.call(this,e,t),this},P.prototype._undestroy=f.undestroy,P.prototype._destroy=function(e,t){t(e)},P.prototype[p.captureRejectionSymbol]=function(e){this.destroy(e)},P.fromWeb=function(e,t){return z().newStreamWritableFromWritableStream(e,t)},P.toWeb=function(e){return z().newWritableStreamFromStreamWritable(e)}},1440:(e,t,n)=>{const{ArrayIsArray:a,ArrayPrototypeIncludes:r,ArrayPrototypeJoin:o,ArrayPrototypeMap:s,NumberIsInteger:d,NumberIsNaN:w,NumberMAX_SAFE_INTEGER:i,NumberMIN_SAFE_INTEGER:h,NumberParseInt:l,ObjectPrototypeHasOwnProperty:c,RegExpPrototypeExec:p,String:u,StringPrototypeToUpperCase:m,StringPrototypeTrim:f}=n(8309),{hideStackFrames:g,codes:{ERR_SOCKET_BAD_PORT:N,ERR_INVALID_ARG_TYPE:y,ERR_INVALID_ARG_VALUE:b,ERR_OUT_OF_RANGE:_,ERR_UNKNOWN_SIGNAL:v}}=n(6211),{normalizeEncoding:S}=n(6608),{isAsyncFunction:x,isArrayBufferView:C}=n(6608).types,q={},E=/^[0-7]+$/,R=g(((e,t,n=h,a=i)=>{if("number"!=typeof e)throw new y(t,"number",e);if(!d(e))throw new _(t,"an integer",e);if(e<n||e>a)throw new _(t,`>= ${n} && <= ${a}`,e)})),T=g(((e,t,n=-2147483648,a=2147483647)=>{if("number"!=typeof e)throw new y(t,"number",e);if(!d(e))throw new _(t,"an integer",e);if(e<n||e>a)throw new _(t,`>= ${n} && <= ${a}`,e)})),A=g(((e,t,n=!1)=>{if("number"!=typeof e)throw new y(t,"number",e);if(!d(e))throw new _(t,"an integer",e);const a=n?1:0,r=4294967295;if(e<a||e>r)throw new _(t,`>= ${a} && <= ${r}`,e)}));function I(e,t){if("string"!=typeof e)throw new y(t,"string",e)}const L=g(((e,t,n)=>{if(!r(n,e)){const a=o(s(n,(e=>"string"==typeof e?`'${e}'`:u(e))),", ");throw new b(t,e,"must be one of: "+a)}}));function j(e,t,n){return null!=e&&c(e,t)?e[t]:n}const P=g(((e,t,n=null)=>{const r=j(n,"allowArray",!1),o=j(n,"allowFunction",!1);if(!j(n,"nullable",!1)&&null===e||!r&&a(e)||"object"!=typeof e&&(!o||"function"!=typeof e))throw new y(t,"Object",e)})),M=g(((e,t,n=0)=>{if(!a(e))throw new y(t,"Array",e);if(e.length<n)throw new b(t,e,`must be longer than ${n}`)})),k=g(((e,t="buffer")=>{if(!C(e))throw new y(t,["Buffer","TypedArray","DataView"],e)})),O=g(((e,t)=>{if(void 0!==e&&(null===e||"object"!=typeof e||!("aborted"in e)))throw new y(t,"AbortSignal",e)})),D=g(((e,t)=>{if("function"!=typeof e)throw new y(t,"Function",e)})),B=g(((e,t)=>{if("function"!=typeof e||x(e))throw new y(t,"Function",e)})),$=g(((e,t)=>{if(void 0!==e)throw new y(t,"undefined",e)}));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(E,e))throw new b(t,e,"must be a 32-bit unsigned integer or an octal string");e=l(e,8)}return A(e,t),e},validateArray:M,validateBoolean:function(e,t){if("boolean"!=typeof e)throw new y(t,"boolean",e)},validateBuffer:k,validateEncoding:function(e,t){const n=S(t),a=e.length;if("hex"===n&&a%2!=0)throw new b("encoding",t,`is invalid for data of length ${a}`)},validateFunction:D,validateInt32:T,validateInteger:R,validateNumber:function(e,t,n,a){if("number"!=typeof e)throw new y(t,"number",e);if(null!=n&&e<n||null!=a&&e>a||(null!=n||null!=a)&&w(e))throw new _(t,`${null!=n?`>= ${n}`:""}${null!=n&&null!=a?" && ":""}${null!=a?`<= ${a}`:""}`,e)},validateObject:P,validateOneOf:L,validatePlainFunction:B,validatePort:function(e,t="Port",n=!0){if("number"!=typeof e&&"string"!=typeof e||"string"==typeof e&&0===f(e).length||+e!=+e>>>0||e>65535||0===e&&!n)throw new N(t,e,n);return 0|e},validateSignalName:function(e,t="signal"){if(I(e,t),void 0===q[e]){if(void 0!==q[m(e)])throw new v(e+" (signals must use all capital letters)");throw new v(e)}},validateString:I,validateUint32:A,validateUndefined:$,validateUnion:function(e,t,n){if(!r(n,e))throw new y(t,`('${o(n,"|")}')`,e)},validateAbortSignal:O}},1920:(e,t,n)=>{const a=n(9218),r=n(7492),o=a.Readable.destroy;e.exports=a.Readable,e.exports._uint8ArrayToBuffer=a._uint8ArrayToBuffer,e.exports._isUint8Array=a._isUint8Array,e.exports.isDisturbed=a.isDisturbed,e.exports.isErrored=a.isErrored,e.exports.isReadable=a.isReadable,e.exports.Readable=a.Readable,e.exports.Writable=a.Writable,e.exports.Duplex=a.Duplex,e.exports.Transform=a.Transform,e.exports.PassThrough=a.PassThrough,e.exports.addAbortSignal=a.addAbortSignal,e.exports.finished=a.finished,e.exports.destroy=a.destroy,e.exports.destroy=o,e.exports.pipeline=a.pipeline,e.exports.compose=a.compose,Object.defineProperty(a,"promises",{configurable:!0,enumerable:!0,get:()=>r}),e.exports.Stream=a.Stream,e.exports.default=e.exports},6211:(e,t,n)=>{const{format:a,inspect:r,AggregateError:o}=n(6608),s=globalThis.AggregateError||o,d=Symbol("kIsNodeError"),w=["string","function","number","object","Function","Object","boolean","bigint","symbol"],i=/^([A-Z][a-z0-9]*)+$/,h={};function l(e,t){if(!e)throw new h.ERR_INTERNAL_ASSERTION(t)}function c(e){let t="",n=e.length;const a="-"===e[0]?1:0;for(;n>=a+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 r extends n{constructor(...n){super(function(e,t,n){if("function"==typeof t)return l(t.length<=n.length,`Code: ${e}; The provided arguments length (${n.length}) does not match the required ones (${t.length}).`),t(...n);const r=(t.match(/%[dfijoOs]/g)||[]).length;return l(r===n.length,`Code: ${e}; The provided arguments length (${n.length}) does not match the required ones (${r}).`),0===n.length?t:a(t,...n)}(e,t,n))}toString(){return`${this.name} [${e}]: ${this.message}`}}Object.defineProperties(r.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}}),r.prototype.code=e,r.prototype[d]=!0,h[e]=r}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){if(void 0!==t&&"object"!=typeof t)throw new h.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)=>{l("string"==typeof e,"'name' must be a string"),Array.isArray(t)||(t=[t]);let a="The ";e.endsWith(" argument")?a+=`${e} `:a+=`"${e}" ${e.includes(".")?"property":"argument"} `,a+="must be ";const o=[],s=[],d=[];for(const e of t)l("string"==typeof e,"All expected entries have to be of type string"),w.includes(e)?o.push(e.toLowerCase()):i.test(e)?s.push(e):(l("object"!==e,'The value "object" should be written as "Object"'),d.push(e));if(s.length>0){const e=o.indexOf("object");-1!==e&&(o.splice(o,e,1),s.push("Object"))}if(o.length>0){switch(o.length){case 1:a+=`of type ${o[0]}`;break;case 2:a+=`one of type ${o[0]} or ${o[1]}`;break;default:{const e=o.pop();a+=`one of type ${o.join(", ")}, or ${e}`}}(s.length>0||d.length>0)&&(a+=" or ")}if(s.length>0){switch(s.length){case 1:a+=`an instance of ${s[0]}`;break;case 2:a+=`an instance of ${s[0]} or ${s[1]}`;break;default:{const e=s.pop();a+=`an instance of ${s.join(", ")}, or ${e}`}}d.length>0&&(a+=" or ")}switch(d.length){case 0:break;case 1:d[0].toLowerCase()!==d[0]&&(a+="an "),a+=`${d[0]}`;break;case 2:a+=`one of ${d[0]} or ${d[1]}`;break;default:{const e=d.pop();a+=`one of ${d.join(", ")}, or ${e}`}}if(null==n)a+=`. Received ${n}`;else if("function"==typeof n&&n.name)a+=`. Received function ${n.name}`;else if("object"==typeof n){var h;null!==(h=n.constructor)&&void 0!==h&&h.name?a+=`. Received an instance of ${n.constructor.name}`:a+=`. Received ${r(n,{depth:-1})}`}else{let e=r(n,{colors:!1});e.length>25&&(e=`${e.slice(0,25)}...`),a+=`. Received type ${typeof n} (${e})`}return a}),TypeError),p("ERR_INVALID_ARG_VALUE",((e,t,n="is invalid")=>{let a=r(t);return a.length>128&&(a=a.slice(0,128)+"..."),`The ${e.includes(".")?"property":"argument"} '${e}' ${n}. Received ${a}`}),TypeError),p("ERR_INVALID_RETURN_VALUE",((e,t,n)=>{var a;return`Expected ${e} to be returned from the "${t}" function but got ${null!=n&&null!==(a=n.constructor)&&void 0!==a&&a.name?`instance of ${n.constructor.name}`:"type "+typeof n}.`}),TypeError),p("ERR_MISSING_ARGS",((...e)=>{let t;l(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 a;return l(t,'Missing "range" argument'),Number.isInteger(n)&&Math.abs(n)>2**32?a=c(String(n)):"bigint"==typeof n?(a=String(n),(n>2n**32n||n<-(2n**32n))&&(a=c(a)),a+="n"):a=r(n),`The value of "${e}" is out of range. It must be ${t}. Received ${a}`}),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:h}},8309: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,SymbolAsyncIterator:Symbol.asyncIterator,SymbolHasInstance:Symbol.hasInstance,SymbolIterator:Symbol.iterator,TypedArrayPrototypeSet:(e,t,n)=>e.set(t,n),Uint8Array}},6608:(e,t,n)=>{const a=n(8764),r=Object.getPrototypeOf((async function(){})).constructor,o=globalThis.Blob||a.Blob,s=void 0!==o?function(e){return e instanceof o}:function(e){return!1};class d 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:d,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,a)=>{e=n,t=a})),resolve:e,reject:t}},promisify:e=>new Promise(((t,n)=>{e(((e,...a)=>e?n(e):t(...a)))})),debuglog:()=>function(){},format:(e,...t)=>e.replace(/%([sdifj])/g,(function(...[e,n]){const a=t.shift();return"f"===n?a.toFixed(6):"j"===n?JSON.stringify(a):"s"===n&&"object"==typeof a?`${a.constructor!==Object?a.constructor.name:""} {}`.trim():a.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 r,isArrayBufferView:e=>ArrayBuffer.isView(e)},isBlob:s},e.exports.promisify.custom=Symbol.for("nodejs.util.promisify.custom")},9218:(e,t,n)=>{const{Buffer:a}=n(8764),{ObjectDefineProperty:r,ObjectKeys:o,ReflectApply:s}=n(8309),{promisify:{custom:d}}=n(6608),{streamReturningOperators:w,promiseReturningOperators:i}=n(6514),{codes:{ERR_ILLEGAL_CONSTRUCTOR:h}}=n(6211),l=n(7964),{pipeline:c}=n(6464),{destroyer:p}=n(1317),u=n(9089),m=n(7492),f=n(7752),g=e.exports=n(3456).Stream;g.isDisturbed=f.isDisturbed,g.isErrored=f.isErrored,g.isReadable=f.isReadable,g.Readable=n(8713);for(const b of o(w)){const _=w[b];function N(...e){if(new.target)throw h();return g.Readable.from(s(_,this,e))}r(N,"name",{__proto__:null,value:_.name}),r(N,"length",{__proto__:null,value:_.length}),r(g.Readable.prototype,b,{__proto__:null,value:N,enumerable:!1,configurable:!0,writable:!0})}for(const v of o(i)){const S=i[v];function N(...e){if(new.target)throw h();return s(S,this,e)}r(N,"name",{__proto__:null,value:S.name}),r(N,"length",{__proto__:null,value:S.length}),r(g.Readable.prototype,v,{__proto__:null,value:N,enumerable:!1,configurable:!0,writable:!0})}g.Writable=n(9562),g.Duplex=n(3382),g.Transform=n(6545),g.PassThrough=n(7474),g.pipeline=c;const{addAbortSignal:y}=n(1136);g.addAbortSignal=y,g.finished=u,g.destroy=p,g.compose=l,r(g,"promises",{__proto__:null,configurable:!0,enumerable:!0,get:()=>m}),r(c,d,{__proto__:null,enumerable:!0,get:()=>m.pipeline}),r(u,d,{__proto__:null,enumerable:!0,get:()=>m.finished}),g.Stream=g,g._isUint8Array=function(e){return e instanceof Uint8Array},g._uint8ArrayToBuffer=function(e){return a.from(e.buffer,e.byteOffset,e.byteLength)}},7492:(e,t,n)=>{const{ArrayPrototypePop:a,Promise:r}=n(8309),{isIterable:o,isNodeStream:s}=n(7752),{pipelineImpl:d}=n(6464),{finished:w}=n(9089);e.exports={finished:w,pipeline:function(...e){return new r(((t,n)=>{let r,w;const i=e[e.length-1];if(i&&"object"==typeof i&&!s(i)&&!o(i)){const t=a(e);r=t.signal,w=t.end}d(e,((e,a)=>{e?n(e):t(a)}),{signal:r,end:w})}))}}},4155:e=>{var t,n,a=e.exports={};function r(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function s(e){if(t===setTimeout)return setTimeout(e,0);if((t===r||!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:r}catch(e){t=r}try{n="function"==typeof clearTimeout?clearTimeout:o}catch(e){n=o}}();var d,w=[],i=!1,h=-1;function l(){i&&d&&(i=!1,d.length?w=d.concat(w):h=-1,w.length&&c())}function c(){if(!i){var e=s(l);i=!0;for(var t=w.length;t;){for(d=w,w=[];++h<t;)d&&d[h].run();h=-1,t=w.length}d=null,i=!1,function(e){if(n===clearTimeout)return clearTimeout(e);if((n===o||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(e);try{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(){}a.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];w.push(new p(e,t)),1!==w.length||i||s(c)},p.prototype.run=function(){this.fun.apply(null,this.array)},a.title="browser",a.browser=!0,a.env={},a.argv=[],a.version="",a.versions={},a.on=u,a.addListener=u,a.once=u,a.off=u,a.removeListener=u,a.removeAllListeners=u,a.emit=u,a.prependListener=u,a.prependOnceListener=u,a.listeners=function(e){return[]},a.binding=function(e){throw new Error("process.binding is not supported")},a.cwd=function(){return"/"},a.chdir=function(e){throw new Error("process.chdir is not supported")},a.umask=function(){return 0}},4375:(e,t,n)=>{let a;e.exports="function"==typeof queueMicrotask?queueMicrotask.bind("undefined"!=typeof window?window:n.g):e=>(a||(a=Promise.resolve())).then(e).catch((e=>setTimeout((()=>{throw e}),0)))},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:a}=this;return new e(t,new Map(n),a)}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 a=self.crypto||self.msCrypto;e.exports=class{constructor(e){if(!a||!a.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 a.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",a="NamedNode",r="BlankNode",o="Literal",s="DefaultGraph",d={};d.eoln=/(?:\r\n)|(?:\n)|(?:\r)/g,d.empty=new RegExp("^[ \\t]*$"),d.quad=new RegExp('^[ \\t]*(?:(?:<([^:]+:[^>]*)>)|(_:(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9])(?:(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9-·̀-ͯ‿-⁀.])*(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9-·̀-ͯ‿-⁀]))?))[ \\t]+(?:<([^:]+:[^>]*)>)[ \\t]+(?:(?:<([^:]+:[^>]*)>)|(_:(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9])(?:(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9-·̀-ͯ‿-⁀.])*(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9-·̀-ͯ‿-⁀]))?)|(?:"([^"\\\\]*(?:\\\\.[^"\\\\]*)*)"(?:(?:\\^\\^(?:<([^:]+:[^>]*)>))|(?:@([a-zA-Z]+(?:-[a-zA-Z0-9]+)*)))?))[ \\t]*(?:\\.|(?:(?:(?:<([^:]+:[^>]*)>)|(_:(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9])(?:(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9-·̀-ͯ‿-⁀.])*(?:[A-Za-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9-·̀-ͯ‿-⁀]))?))[ \\t]*\\.))[ \\t]*$'),e.exports=class e{static parse(e){const w=[],h={},l=e.split(d.eoln);let c=0;for(const e of l){if(c++,d.empty.test(e))continue;const l=e.match(d.quad);if(null===l)throw new Error("N-Quads parse error on line "+c+".");const m={subject:null,predicate:null,object:null,graph:null};if(void 0!==l[1]?m.subject={termType:a,value:l[1]}:m.subject={termType:r,value:l[2]},m.predicate={termType:a,value:l[3]},void 0!==l[4]?m.object={termType:a,value:l[4]}:void 0!==l[5]?m.object={termType:r,value:l[5]}:(m.object={termType:o,value:void 0,datatype:{termType:a}},void 0!==l[7]?m.object.datatype.value=l[7]:void 0!==l[8]?(m.object.datatype.value=t,m.object.language=l[8]):m.object.datatype.value=n,m.object.value=l[6].replace(i,(function(e,t,n,a){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(a)throw new Error("Unsupported U escape")}))),void 0!==l[9]?m.graph={termType:a,value:l[9]}:void 0!==l[10]?m.graph={termType:r,value:l[10]}:m.graph={termType:s,value:""},m.graph.value in h){let e=!0;const t=h[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!==o||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),w.push(m))}else h[m.graph.value]=[m],w.push(m)}var p,u;return w}static serialize(t){Array.isArray(t)||(t=e.legacyDatasetToQuads(t));const n=[];for(const a of t)n.push(e.serializeQuad(a));return n.sort().join("")}static serializeQuadComponents(e,o,s,d){let i="";return e.termType===a?i+=`<${e.value}>`:i+=`${e.value}`,i+=` <${o.value}> `,s.termType===a?i+=`<${s.value}>`:s.termType===r?i+=s.value:(i+=`"${function(e){return e.replace(w,(function(e){switch(e){case'"':return'\\"';case"\\":return"\\\\";case"\n":return"\\n";case"\r":return"\\r"}}))}(s.value)}"`,s.datatype.value===t?s.language&&(i+=`@${s.language}`):s.datatype.value!==n&&(i+=`^^<${s.datatype.value}>`)),d.termType===a?i+=` <${d.value}>`:d.termType===r&&(i+=` ${d.value}`),i+=" .\n",i}static serializeQuad(t){return e.serializeQuadComponents(t.subject,t.predicate,t.object,t.graph)}static legacyDatasetToQuads(e){const d=[],w={"blank node":r,IRI:a,literal:o};for(const i in e)e[i].forEach((e=>{const h={};for(const r in e){const s=e[r],d={termType:w[s.type],value:s.value};d.termType===o&&(d.datatype={termType:a},"datatype"in s&&(d.datatype.value=s.datatype),"language"in s?("datatype"in s||(d.datatype.value=t),d.language=s.language):"datatype"in s||(d.datatype.value=n)),h[r]=d}h.graph="@default"===i?{termType:s,value:""}:{termType:i.startsWith("_:")?r:a,value:i},d.push(h)}));return d}};const w=/["\\\n\r]/g,i=/(?:\\([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 a=null,r=0;const o=e.length;for(let n=0;n<o;++n){const s=e[n],d=t.get(s);(null===a||s>a)&&(d&&n>0&&s>e[n-1]||!d&&n<o-1&&s>e[n+1])&&(a=s,r=n)}if(null===a)this.done=!0;else{const n=t.get(a)?r-1:r+1;e[r]=e[n],e[n]=a;for(const n of e)n>a&&t.set(n,!t.get(n))}return n}}},5643:(e,t,n)=>{const a=n(2401),r=n(5947),o=n(8326),s=n(9980);function d(e,t){return e.hash<t.hash?-1:e.hash>t.hash?1:0}e.exports=class{constructor({createMessageDigest:e=(()=>new r("sha256")),maxDeepIterations:t=1/0}={}){this.name="URDNA2015",this.blankNodeInfo=new Map,this.canonicalIssuer=new a("_:c14n"),this.createMessageDigest=e,this.maxDeepIterations=t,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 r=[...t.keys()].sort(),o=[];for(const e of r){const n=t.get(e);if(n.length>1){o.push(n);continue}const a=n[0];this.canonicalIssuer.getId(a)}for(const e of o){const t=[];for(const n of e){if(this.canonicalIssuer.hasId(n))continue;const e=new a("_:b");e.getId(n);const r=this.hashNDegreeQuads(n,e);t.push(r)}t.sort(d);for(const e of t){const t=e.issuer.getOldIds();for(const e of t)this.canonicalIssuer.getId(e)}}const w=[];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}));w.push(t)}return w.sort(),w.join("")}hashFirstDegreeQuads(e){const t=[],n=this.blankNodeInfo.get(e),a=n.quads;for(const n of a){const a={subject:null,predicate:n.predicate,object:null,graph:null};a.subject=this.modifyFirstDegreeComponent(e,n.subject,"subject"),a.object=this.modifyFirstDegreeComponent(e,n.object,"object"),a.graph=this.modifyFirstDegreeComponent(e,n.graph,"graph"),t.push(s.serializeQuad(a))}t.sort();const r=this.createMessageDigest();for(const e of t)r.update(e);return n.hash=r.digest(),n.hash}hashRelatedBlankNode(e,t,n,a){let r;r=this.canonicalIssuer.hasId(e)?this.canonicalIssuer.getId(e):n.hasId(e)?n.getId(e):this.blankNodeInfo.get(e).hash;const o=this.createMessageDigest();return o.update(a),"g"!==a&&o.update(this.getRelatedPredicate(t)),o.update(r),o.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 a=this.createMessageDigest(),r=this.createHashToRelated(e,t),s=[...r.keys()].sort();for(const e of s){a.update(e);let n,s="";const d=new o(r.get(e));for(;d.hasNext();){const e=d.next();let a=t.clone(),r="";const o=[];let w=!1;for(const t of e)if(this.canonicalIssuer.hasId(t)?r+=this.canonicalIssuer.getId(t):(a.hasId(t)||o.push(t),r+=a.getId(t)),0!==s.length&&r>s){w=!0;break}if(!w){for(const e of o){const t=this.hashNDegreeQuads(e,a);if(r+=a.getId(e),r+=`<${t.hash}>`,a=t.issuer,0!==s.length&&r>s){w=!0;break}}w||(0===s.length||r<s)&&(s=r,n=a)}}a.update(s),t=n}return{hash:a.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,a=this.blankNodeInfo.get(e).quads;for(const r of a)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}_hashAndTrackBlankNode({id:e,hashToBlankNodes:t}){const n=this.hashFirstDegreeQuads(e),a=t.get(n);a?a.push(e):t.set(n,[e])}_addBlankNodeQuadInfo({quad:e,component:t}){if("BlankNode"!==t.termType)return;const n=t.value,a=this.blankNodeInfo.get(n);a?a.quads.add(e):this.blankNodeInfo.set(n,{quads:new Set([e]),hash:null})}_addRelatedBlankNodeHash({quad:e,component:t,position:n,id:a,issuer:r,hashToRelated:o}){if("BlankNode"!==t.termType||t.value===a)return;const s=t.value,d=this.hashRelatedBlankNode(s,e,r,n),w=o.get(d);w?w.push(s):o.set(d,[s])}_componentWithCanonicalId({component:e}){return"BlankNode"!==e.termType||e.value.startsWith(this.canonicalIssuer.prefix)?e:{termType:"BlankNode",value:this.canonicalIssuer.getId(e.value)}}}},1640:function(e,t,n){var a=this&&this.__createBinding||(Object.create?function(e,t,n,a){void 0===a&&(a=n),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,a){void 0===a&&(a=n),e[a]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||a(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(7970),t),r(n(7498),t),r(n(6381),t),r(n(2808),t),r(n(2016),t),r(n(3387),t),r(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 a=n(7970),r=n(6381),o=n(2808),s=n(2016),d=n(3387),w=n(1573);let i=0;t.DataFactory=class{constructor(e){this.blankNodeCounter=0,e=e||{},this.blankNodePrefix=e.blankNodePrefix||`df_${i++}_`}namedNode(e){return new s.NamedNode(e)}blankNode(e){return new a.BlankNode(e||`${this.blankNodePrefix}${this.blankNodeCounter++}`)}literal(e,t){return new o.Literal(e,t)}variable(e){return new w.Variable(e)}defaultGraph(){return r.DefaultGraph.INSTANCE}quad(e,t,n,a){return new d.Quad(e,t,n,a||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(o.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 a=n(2016);class r{constructor(e,t){this.termType="Literal",this.value=e,"string"==typeof t?(this.language=t,this.datatype=r.RDF_LANGUAGE_STRING):t?(this.language="",this.datatype=t):(this.language="",this.datatype=r.XSD_STRING)}equals(e){return!!e&&"Literal"===e.termType&&e.value===this.value&&e.language===this.language&&e.datatype.equals(this.datatype)}}t.Literal=r,r.RDF_LANGUAGE_STRING=new a.NamedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),r.XSD_STRING=new a.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,a){this.termType="Quad",this.value="",this.subject=e,this.predicate=t,this.object=n,this.graph=a}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 a=this&&this.__createBinding||(Object.create?function(e,t,n,a){void 0===a&&(a=n),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,a){void 0===a&&(a=n),e[a]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||a(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.getSupportedJavaScriptPrimitives=t.getSupportedRdfDatatypes=t.getTermRaw=t.toRdf=t.fromRdf=void 0;const o=n(1640),s=n(3295),d=n(38);r(n(3295),t),r(n(5425),t),r(n(38),t);const w=new o.DataFactory,i=new d.Translator;function h(e,t){return i.fromRdf(e,t)}i.registerHandler(new s.TypeHandlerString,s.TypeHandlerString.TYPES.map((e=>w.namedNode(e))),["string"]),i.registerHandler(new s.TypeHandlerBoolean,[s.TypeHandlerBoolean.TYPE].map((e=>w.namedNode(e))),["boolean"]),i.registerHandler(new s.TypeHandlerNumberDouble,s.TypeHandlerNumberDouble.TYPES.map((e=>w.namedNode(e))),["number"]),i.registerHandler(new s.TypeHandlerNumberInteger,s.TypeHandlerNumberInteger.TYPES.map((e=>w.namedNode(e))),["number"]),i.registerHandler(new s.TypeHandlerDate,s.TypeHandlerDate.TYPES.map((e=>w.namedNode(e))),["object"]),t.fromRdf=h,t.toRdf=function(e,t){return t&&"namedNode"in t&&(t={dataFactory:t}),(t=t||{})&&!t.dataFactory&&(t.dataFactory=w),i.toRdf(e,t)},t.getTermRaw=function(e,t){return"Literal"===e.termType?h(e,t):e.value},t.getSupportedRdfDatatypes=function(){return i.getSupportedRdfDatatypes()},t.getSupportedJavaScriptPrimitives=function(){return i.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 a of n){const n=a.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 a=n(38);class r{fromRdf(e,t){switch(e.value){case"true":case"1":return!0;case"false":case"0":return!1}return t&&a.Translator.incorrectRdfDataType(e),!1}toRdf(e,{datatype:t,dataFactory:n}){return n.literal(e?"true":"false",t||n.namedNode(r.TYPE))}}t.TypeHandlerBoolean=r,r.TYPE="http://www.w3.org/2001/XMLSchema#boolean"},3896:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TypeHandlerDate=void 0;const a=n(38);class r{fromRdf(e,t){switch(t&&!e.value.match(r.VALIDATORS[e.datatype.value.substr(33,e.datatype.value.length)])&&a.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(r.TYPES[0]),!(e instanceof Date))return null;const a=e;let o;switch(t.value){case"http://www.w3.org/2001/XMLSchema#gDay":o=String(a.getUTCDate());break;case"http://www.w3.org/2001/XMLSchema#gMonthDay":o=a.getUTCMonth()+1+"-"+a.getUTCDate();break;case"http://www.w3.org/2001/XMLSchema#gYear":o=String(a.getUTCFullYear());break;case"http://www.w3.org/2001/XMLSchema#gYearMonth":o=a.getUTCFullYear()+"-"+(a.getUTCMonth()+1);break;case"http://www.w3.org/2001/XMLSchema#date":o=a.toISOString().replace(/T.*$/,"");break;default:o=a.toISOString()}return n.literal(o,t)}}t.TypeHandlerDate=r,r.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"],r.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 a=n(38);class r{fromRdf(e,t){const n=parseFloat(e.value);return t&&isNaN(n)&&a.Translator.incorrectRdfDataType(e),n}toRdf(e,{datatype:t,dataFactory:n}){return t=t||n.namedNode(r.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=r,r.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 a=n(38);class r{fromRdf(e,t){const n=parseInt(e.value,10);return t&&(isNaN(n)||e.value.indexOf(".")>=0)&&a.Translator.incorrectRdfDataType(e),n}toRdf(e,{datatype:t,dataFactory:n}){return n.literal(String(e),t||(e<=r.MAX_INT&&e>=r.MIN_INT?n.namedNode(r.TYPES[0]):n.namedNode(r.TYPES[1])))}}t.TypeHandlerNumberInteger=r,r.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"],r.MAX_INT=2147483647,r.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 a=this&&this.__createBinding||(Object.create?function(e,t,n,a){void 0===a&&(a=n),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,a){void 0===a&&(a=n),e[a]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||a(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(3737),t),r(n(3896),t),r(n(340),t),r(n(9736),t),r(n(7968),t)},1623:(e,t,n)=>{const a=n(7906),r=n(5632),o=n(3643);e.exports={validators:a,validateTerm:r,validateQuad:o}},6904:(e,t,n)=>{const a=n(3402);e.exports={csvw:a("http://www.w3.org/ns/csvw#"),rdf:a("http://www.w3.org/1999/02/22-rdf-syntax-ns#"),rdfs:a("http://www.w3.org/2000/01/rdf-schema#"),xsd:a("http://www.w3.org/2001/XMLSchema#")}},3643:(e,t,n)=>{const a=n(5632);e.exports=function(e){return"Literal"!==e.object.termType||a(e.object)}},5632:(e,t,n)=>{const a=n(7906);e.exports=function(e){if("Literal"!==e.termType)throw new Error("Cannot validate non-literal terms");const t=a.find(e.datatype);return!t||t(e.value)}},7906:(e,t,n)=>{const{csvw:a,rdf:r,xsd:o}=n(6904),s=n(6083),d=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 w(e){return!["\n","\r","\t"].some((t=>e.includes(t)))}d.register(o.anySimpleType,(e=>!0)),d.register(o.anyAtomicType,(e=>!0)),d.register(o.string,(e=>!0)),d.register(o.normalizedString,(e=>w(e))),d.register(o.token,(e=>w(e)&&!e.startsWith(" ")&&!e.endsWith(" ")&&!e.includes(" ")));const i=/^[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*$/;d.register(o.language,(e=>i.test(e)));const h=/^[^\ufffe\uffff]*$/;d.register(o.anyURI,(e=>h.test(e)));const l=new RegExp("^(\\+|-)?\\d+$");d.register(o.integer,(e=>l.test(e))),d.register(o.nonNegativeInteger,(e=>l.test(e)&&BigInt(e)>=BigInt("0"))),d.register(o.positiveInteger,(e=>l.test(e)&&BigInt(e)>BigInt("0"))),d.register(o.nonPositiveInteger,(e=>l.test(e)&&BigInt(e)<=BigInt("0"))),d.register(o.negativeInteger,(e=>l.test(e)&&BigInt(e)<BigInt("0"))),d.register(o.int,(e=>l.test(e)&&BigInt(e)>=BigInt("-2147483647")&&BigInt(e)<=BigInt("2147483648"))),d.register(o.unsignedInt,(e=>l.test(e)&&BigInt(e)>=BigInt("0")&&BigInt(e)<=BigInt("4294967295"))),d.register(o.long,(e=>l.test(e)&&BigInt(e)>=BigInt("-9223372036854775808")&&BigInt(e)<=BigInt("9223372036854775807"))),d.register(o.unsignedLong,(e=>l.test(e)&&BigInt(e)>=BigInt("0")&&BigInt(e)<=BigInt("18446744073709551615"))),d.register(o.short,(e=>l.test(e)&&BigInt(e)>=BigInt("-32768")&&BigInt(e)<=BigInt("32767"))),d.register(o.unsignedShort,(e=>l.test(e)&&BigInt(e)>=BigInt("0")&&BigInt(e)<=BigInt("65535"))),d.register(o.byte,(e=>l.test(e)&&BigInt(e)>=BigInt("-128")&&BigInt(e)<=BigInt("127"))),d.register(o.unsignedByte,(e=>l.test(e)&&BigInt(e)>=BigInt("0")&&BigInt(e)<=BigInt("255"))),d.register(o.boolean,(e=>"1"===e||"true"===e||"0"===e||"false"===e));const c="(\\+|-)?\\d+(\\.\\d+)?",p=new RegExp(`^(\\+|-)?${c}$`);d.register(o.decimal,(e=>p.test(e))),d.register(o.float,m),d.register(o.double,m);const u=new RegExp(`^(\\+|-)?${c}((E|e)(\\+|-)?\\d+)?$`);function m(e){return"INF"===e||"-INF"===e||"NaN"===e||u.test(e)}const f="T((\\d+H(\\d+M)?(\\d+(\\.\\d+)?S)?)|(\\d+M(\\d+(\\.\\d+)?S)?)|\\d+(\\.\\d+)?S)",g=`(\\d+D(${f})?|${f})`,N=new RegExp(`^-?P(((\\d+Y(\\d+M)?|\\d+M)(${g})?)|${g})$`);d.register(o.duration,(e=>N.test(e)));const y=new RegExp(`^-?P${g}$`);d.register(o.dayTimeDuration,(e=>y.test(e)));const b=new RegExp("^-?P(\\d+Y(\\d+M)?|\\d+M)$");d.register(o.yearMonthDuration,(e=>b.test(e)));const _="-?(([1-9]\\d{3,})|(0\\d{3}))",v="(((\\+|-)\\d{2}:\\d{2})|Z)",S=`${_}-\\d{2}-\\d{2}`,x="\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?",C=new RegExp(`^${S}T${x}${v}?$`);d.register(o.dateTime,(e=>C.test(e)));const q=new RegExp(`^${S}T${x}${v}$`);d.register(o.dateTimeStamp,(e=>q.test(e)));const E=new RegExp(`^${S}${v}?$`);d.register(o.date,(e=>E.test(e)));const R=new RegExp(`^\\d{2}${v}?$`);d.register(o.gDay,(e=>R.test(e)));const T=new RegExp(`^--\\d{2}${v}?$`);d.register(o.gMonth,(e=>T.test(e)));const A=new RegExp(`^\\d{2}-\\d{2}${v}?$`);d.register(o.gMonthDay,(e=>A.test(e)));const I=new RegExp(`^${_}${v}?$`);d.register(o.gYear,(e=>I.test(e)));const L=new RegExp(`^${_}-\\d{2}${v}?$`);d.register(o.gYearMonth,(e=>L.test(e)));const j=new RegExp(`^${x}${v}?$`);d.register(o.time,(e=>j.test(e)));const P=/^([0-9a-fA-F]{2})*$/;d.register(o.hexBinary,(e=>P.test(e)));const M="([A-Za-z0-9+/] ?)",k=new RegExp(`^((${M}{4})*((${M}{3}[A-Za-z0-9+/])|(${M}{2}([AEIMQUYcgkosw048] ?)=)|(${M}([AQgw] ?)= ?=)))?$`);d.register(o.base64Binary,(e=>k.test(e))),d.register(a.JSON,(e=>{try{return JSON.parse(e),!0}catch(e){return!1}})),d.register(o.NOTATION,(e=>!0)),d.register(o.QName,(e=>!0)),d.register(o.Name,(e=>!0)),d.register(o.NCName,(e=>!0)),d.register(o.ENTITY,(e=>!0)),d.register(o.ID,(e=>!0)),d.register(o.IDREF,(e=>!0)),d.register(o.NMTOKEN,(e=>!0)),d.register(o.ENTITIES,(e=>!0)),d.register(o.IDREFS,(e=>!0)),d.register(o.NMTOKENS,(e=>!0)),d.register(r.XMLLiteral,(e=>!0)),d.register(r.HTML,(e=>!0)),e.exports=d},1989:(e,t,n)=>{const a=n(7114),{prepareNamespaces:r}=n(8782),o=n(6653),s=n(7322),d=n(3086);e.exports=class{constructor(e,t){t=t||{},this.factory=t.factory||n(6521),this.ns=r(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=a({dataset:e,factory:this.factory}),this.validationEngine.validateAll(this.$data),this.validationEngine.getReport()}validateNode(e,t,n){return this.$data=a({dataset:e,factory:this.factory}),this.nodeConformsToShape(t,n),this.validationEngine.getReport()}loadShapes(e){const t=d(this.factory),n=this.factory.dataset(t.concat([...e]));this.$shapes=a({dataset:n,factory:this.factory}),this.shapesGraph=new o(this)}nodeConformsToShape(e,t){const n=this.shapesGraph.getShape(t);try{return this.depth++,!this.validationEngine.validateNodeAgainstShape(e,n,this.$data)}finally{this.depth--}}}},2213:(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 a=0,r=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(a++,"%c"===e&&(r=a))})),t.splice(r,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(6130)(t);const{formatters:a}=e.exports;a.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},6130:(e,t,n)=>{e.exports=function(e){function t(e){let n,r,o,s=null;function d(...e){if(!d.enabled)return;const a=d,r=Number(new Date),o=r-(n||r);a.diff=o,a.prev=n,a.curr=r,n=r,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,r)=>{if("%%"===n)return"%";s++;const o=t.formatters[r];if("function"==typeof o){const t=e[s];n=o.call(a,t),e.splice(s,1),s--}return n})),t.formatArgs.call(a,e),(a.log||t.log).apply(a,e)}return d.namespace=e,d.useColors=t.useColors(),d.color=t.selectColor(e),d.extend=a,d.destroy=t.destroy,Object.defineProperty(d,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==s?s:(r!==t.namespaces&&(r=t.namespaces,o=t.enabled(e)),o),set:e=>{s=e}}),"function"==typeof t.init&&t.init(d),d}function a(e,n){const a=t(this.namespace+(void 0===n?":":n)+e);return a.log=this.log,a}function r(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(r),...t.skips.map(r).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 a=("string"==typeof e?e:"").split(/[\s,]+/),r=a.length;for(n=0;n<r;n++)a[n]&&("-"===(e=a[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,a;for(n=0,a=t.skips.length;n<a;n++)if(t.skips[n].test(e))return!1;for(n=0,a=t.names.length;n<a;n++)if(t.names[n].test(e))return!0;return!1},t.humanize=n(0),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}},0:e=>{var t=1e3,n=60*t,a=60*n,r=24*a;function o(e,t,n,a){var r=t>=1.5*n;return Math.round(e/n)+" "+a+(r?"s":"")}e.exports=function(e,s){s=s||{};var d,w,i=typeof e;if("string"===i&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var o=/^(-?(?:\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(o){var s=parseFloat(o[1]);switch((o[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*r;case"hours":case"hour":case"hrs":case"hr":case"h":return s*a;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"===i&&isFinite(e))return s.long?(d=e,(w=Math.abs(d))>=r?o(d,w,r,"day"):w>=a?o(d,w,a,"hour"):w>=n?o(d,w,n,"minute"):w>=t?o(d,w,t,"second"):d+" ms"):function(e){var o=Math.abs(e);return o>=r?Math.round(e/r)+"d":o>=a?Math.round(e/a)+"h":o>=n?Math.round(e/n)+"m":o>=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))}},5586:(e,t,n)=>{const a=n(2635),r=n(9349);function o(e,t){const n=e.in(t.rdfs.subClassOf),a=n.toArray().reduce(((e,n)=>{const a=o(n,t);return e.addAll(a),e}),new r);return new r([...n.terms,...a])}e.exports={extractStructure:function e(t,n,r=new a){if("BlankNode"!==n.termType||r.has(n))return[];r.add(n);const o=[...t.match(n,null,null)],s=o.map((n=>e(t,n.object,r)));return o.concat(...s)},getInstancesOf:function(e,t){const n=o(e,t);return n.add(e.term),[...n].reduce(((n,a)=>{const r=e.node(a).in(t.rdf.type).terms;return n.addAll(r),n}),new r)},getSubClassesOf:o,isInstanceOf:function(e,t,n){const a=o(t,n);return a.add(t.term),e.out(n.rdf.type).terms.some((e=>a.has(e)))},rdfListToArray:function(e){return[...e.list()].map((({term:e})=>e))}}},8782:(e,t,n)=>{const a=n(3402),r=e=>({sh:a("http://www.w3.org/ns/shacl#",{factory:e}),xsd:a("http://www.w3.org/2001/XMLSchema#",{factory:e}),rdf:a("http://www.w3.org/1999/02/22-rdf-syntax-ns#",{factory:e}),rdfs:a("http://www.w3.org/2000/01/rdf-schema#",{factory:e})}),o=r();e.exports={...o,prepareNamespaces:r}},9349:(e,t,n)=>{const a=n(2635);e.exports=class extends a{addAll(e){for(const t of e)this.add(t)}}},8277:(e,t,n)=>{const a=n(9349);function r(e,t,n){return[...o(e,t,n)]}function o(e,t,n){if("NamedNode"===n.termType)return function(e,t,n){return new a(e.node(t).out(n).terms)}(e,t,n);if(Array.isArray(n))return function(e,t,n){let o=new a([t]);for(const t of n)o=new a(d(o,(n=>r(e,n,t))));return o}(e,t,n);if(n.or)return function(e,t,n){return new a(d(n.or,(n=>r(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 a(e.node(t).in(n.inverse).terms)}(e,t,n);if(n.zeroOrOne)return function(e,t,n){const a=o(e,t,n.zeroOrOne);return a.add(t),a}(e,t,n);if(n.zeroOrMore)return function(e,t,n){const a=s(e,t,n.zeroOrMore);return a.add(t),a}(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,r){(r=r||new a).add(t);const w=o(e,t,n),i=d(w,(t=>r.has(t)?[]:[...s(e,t,n,r)]));return w.addAll(i),w}function d(e,t){return[...e].reduce(((e,n)=>e.concat(t(n))),[])}e.exports={extractPropertyPath:function e(t,n,a){if("NamedNode"===t.term.termType&&!a)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,a)));const r=t.out(n.sh.alternativePath);if(r.term)return{or:[...r.list()].map((t=>e(t,n,a)))};const o=t.out(n.sh.zeroOrMorePath);if(o.term)return{zeroOrMore:e(o,n,a)};const s=t.out(n.sh.oneOrMorePath);if(s.term)return{oneOrMore:e(s,n,a)};const d=t.out(n.sh.zeroOrOnePath);if(d.term)return{zeroOrOne:e(d,n,a)};const w=t.out(n.sh.inversePath);return w.term?{inverse:e(w,n,a)}:t.term}throw new Error(`Unsupported SHACL path: ${t.term.value}`)},getPathObjects:r}},6653:(e,t,n)=>{const a=n(9349),r=n(3319),o=n(7747),{extractPropertyPath:s,getPathObjects:d}=n(8277),{getInstancesOf:w,isInstanceOf:i}=n(5586);class h{constructor(e,t,n,a){this.shape=e,this.component=t,this.paramValue=n,this.shapeNodePointer=a.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 l{constructor(e,t){const{$shapes:n,factory:a,ns:r}=t,{sh:o,xsd:s}=r;this.context=t,this.node=e,this.nodePointer=n.node(e),this.parameters=[],this.parameterNodes=[],this.requiredParameters=[],this.optionals={};const d=a.literal("true",s.boolean);this.nodePointer.out(o.parameter).forEach((e=>{const t=e.term;e.out(o.path).forEach((({term:e})=>{this.parameters.push(e),this.parameterNodes.push(t),n.dataset.match(t,o.optional,d).size>0?this.optionals[e.value]=!0:this.requiredParameters.push(e)}))})),this.nodeValidationFunction=this.findValidationFunction(o.nodeValidator),this.nodeValidationFunction||(this.nodeValidationFunction=this.findValidationFunction(o.validator),this.nodeValidationFunctionGeneric=!0),this.propertyValidationFunction=this.findValidationFunction(o.propertyValidator),this.propertyValidationFunction||(this.propertyValidationFunction=this.findValidationFunction(o.validator),this.propertyValidationFunctionGeneric=!0)}findValidationFunction(e){const t=e.value.split("#").slice(-1)[0],n=this.findValidator(t);return n?new r(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 a=n.message;return a?[a]:[]}findValidator(e){const t=o[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:r,shapesGraph:o}=e,{sh:s}=r;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 d=new a;[...n.dataset.match(t,null,null)].forEach((e=>{const a=o.getComponentWithParameter(e.predicate);a&&!d.has(a.node)&&(1===a.parameters.length?this.constraints.push(new h(this,a,e.object,n)):a.isComplete(t)&&(this.constraints.push(new h(this,a,void 0,n)),d.add(a.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:r,sh:o}=n,s=new a;i(t.node(this.shapeNode),t.node(r.Class),n)&&s.addAll(w(e.node(this.shapeNode),n)),[...t.dataset.match(this.shapeNode,o.targetClass,null)].forEach((({object:t})=>{s.addAll(w(e.node(t),n))}));const d=this.shapeNodePointer.out(o.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(d),this.shapeNodePointer.out(o.targetSubjectsOf).terms.forEach((t=>{const n=[...e.dataset.match(null,t,null)].map((({subject:e})=>e));s.addAll(n)})),this.shapeNodePointer.out(o.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?d(t,e,this.pathObject):[e]}}e.exports=class{constructor(e){this.context=e;const{sh:t}=e.ns,n=w(e.$shapes.node(t.ConstraintComponent),e.ns);this._components=[...n].map((t=>new l(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 a;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:a}=t;return this._shapesWithTarget||(this._shapesWithTarget=this.shapeNodesWithConstraints.filter((r=>i(e.node(r),e.node(n.Class),t)||e.node(r).out([a.targetClass,a.targetNode,a.targetSubjectsOf,a.targetObjectsOf,a.target]).terms.length>0)).map((e=>this.getShape(e)))),this._shapesWithTarget}}},7322:(e,t,n)=>{const a=n(7114),r=n(968),{extractStructure:o}=n(5586),s=n(2213)("validation-enging::error");function d(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=a({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 a of n){const n=a.getTargetNodes(e);for(const r of n)this.validateNodeAgainstShape(r,a,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 a=t.getValueNodes(e,n);let r=!1;for(const o of t.constraints)this.validateNodeAgainstConstraint(e,a,o,n)&&(r=!0);return r}validateNodeAgainstConstraint(e,t,n,a){const{sh:r}=this.context.ns;if(this.maxErrorsReached())return!0;if(r.PropertyConstraintComponent.equals(n.component.node)){let e=!1;for(const r of t)this.validateNodeAgainstShape(r,this.context.shapesGraph.getShape(n.paramValue),a)&&(e=!0);return e}if(!n.validationFunction)throw new Error("Cannot find validator for constraint component "+n.component.node.value);if(n.isValidationFunctionGeneric){let a=!1;for(const r of t){if(this.maxErrorsReached())break;const t=this.validateValueNodeAgainstConstraint(e,r,n);t&&this.violationsCount++,a=a||t}return a}return this.validateValueNodeAgainstConstraint(e,null,n)}validateValueNodeAgainstConstraint(e,t,n){const{sh:a}=this.context.ns;this.recordErrorsLevel++;const r=n.validationFunction.execute(e,t,n),o=(Array.isArray(r)?r:[r]).map((a=>this.createResultFromObject(a,n,e,t))).filter(Boolean);if(1===this.recordErrorsLevel)for(const e of o)d(e,this.reportPointer,a.result);else this.nestedResults[this.recordErrorsLevel]=(this.nestedResults[this.recordErrorsLevel]||[]).concat(o);return this.recordErrorsLevel--,o.length>0}maxErrorsReached(){return!!this.maxErrors&&this.violationsCount>=this.maxErrors}getReport(){if(this.validationError)throw s("Validation Failure: "+this.validationError),this.validationError;return new r(this.reportPointer,{factory:this.factory,ns:this.context.ns})}createResultFromObject(e,t,n,a){const{sh:r}=this.context.ns,o=this.normalizeValidationResult(e,a);if(!o)return null;const s=this.createResult(t,n);o.path?(s.addOut(r.resultPath,o.path),this.copyNestedStructure(o.path,s)):t.shape.isPropertyShape&&(s.addOut(r.resultPath,t.shape.path),this.copyNestedStructure(t.shape.path,s)),o.value?(s.addOut(r.value,o.value),this.copyNestedStructure(o.value,s)):a&&(s.addOut(r.value,a),this.copyNestedStructure(a,s));const d=this.createResultMessages(o,t);for(const e of d)s.addOut(r.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:r}=this.context.ns,o=e.shape.severity,s=e.component.node,w=e.shape.shapeNode,i=this.factory.blankNode(),h=a({dataset:this.factory.dataset(),term:i});h.addOut(n.type,r.ValidationResult).addOut(r.resultSeverity,o).addOut(r.sourceConstraintComponent,s).addOut(r.sourceShape,w).addOut(r.focusNode,t),this.copyNestedStructure(w,h),this.copyNestedStructure(t,h);const l=this.nestedResults[this.recordErrorsLevel+1];if(l){if(s.equals(r.NodeConstraintComponent))for(const e of l)d(e,h,r.detail);this.nestedResults[this.recordErrorsLevel+1]=[]}return h}copyNestedStructure(e,t){const n=o(this.context.$shapes.dataset,e);for(const e of n)t.dataset.add(e)}createResultMessages(e,t){const{$shapes:n,ns:a}=this.context,{sh:r}=a;let o=[];return e.message&&(o=[this.factory.literal(e.message)]),0===o.length&&(o=n.node(t.shape.shapeNode).out(r.message).terms),0===o.length&&(o=t.componentMessages.map((e=>this.factory.literal(e)))),0===o.length&&(o=n.node(t.component.node).out(r.message).terms),o.map((e=>function(e,t,n){const a=t.component.parameters.reduce(((e,n)=>{const a=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),r=(o=t.getParameterValue(n))?"NamedNode"===o.termType?"<"+o.value+">":"BlankNode"===o.termType?"Blank node "+o.value:o.value:"NULL";var o;return e.replace(`{$${a}}`,r).replace(`{?${a}}`,r)}),e.value);return n.literal(a,e.language||e.datatype)}(e,t,this.factory)))}}},3319:(e,t,n)=>{const a="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(a,[this.context,e,t,n])}}},968:(e,t,n)=>{const{prepareNamespaces:a}=n(8782);class r{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 r(e,this.ns)))}}e.exports=class{constructor(e,t){t=t||{},this.factory=t.factory||n(6521),this.ns=t.ns||a(this.factory);const{sh:o,xsd:s}=this.ns;this.pointer=e,this.term=e.term,this.dataset=e.dataset;const d=e.out(o.result),w=0===d.terms.length;e.addOut(o.conforms,this.factory.literal(w.toString(),s.boolean)),this.conforms=w,this.results=d.toArray().map((e=>new r(e,this.ns)))}}},7747:(e,t,n)=>{const a=n(4817),{sh:r}=n(8782);e.exports={[r.AndConstraintComponent.value]:{validator:{func:a.validateAnd}},[r.ClassConstraintComponent.value]:{validator:{func:a.validateClass}},[r.ClosedConstraintComponent.value]:{validator:{func:a.validateClosed,message:"Predicate is not allowed (closed shape)"}},[r.DatatypeConstraintComponent.value]:{validator:{func:a.validateDatatype,message:"Value does not have datatype {$datatype}"}},[r.DisjointConstraintComponent.value]:{validator:{func:a.validateDisjoint,message:"Value node must not also be one of the values of {$disjoint}"}},[r.EqualsConstraintComponent.value]:{nodeValidator:{func:a.validateEqualsNode,message:"Must have same values as {$equals}"},propertyValidator:{func:a.validateEqualsProperty,message:"Must have same values as {$equals}"}},[r.HasValueConstraintComponent.value]:{nodeValidator:{func:a.validateHasValueNode,message:"Value must be {$hasValue}"},propertyValidator:{func:a.validateHasValueProperty,message:"Missing expected value {$hasValue}"}},[r.InConstraintComponent.value]:{validator:{func:a.validateIn,message:"Value is not in {$in}"}},[r.LanguageInConstraintComponent.value]:{validator:{func:a.validateLanguageIn,message:"Language does not match any of {$languageIn}"}},[r.LessThanConstraintComponent.value]:{propertyValidator:{func:a.validateLessThanProperty,message:"Value is not less than value of {$lessThan}"}},[r.LessThanOrEqualsConstraintComponent.value]:{propertyValidator:{func:a.validateLessThanOrEqualsProperty,message:"Value is not less than or equal to value of {$lessThanOrEquals}"}},[r.MaxCountConstraintComponent.value]:{propertyValidator:{func:a.validateMaxCountProperty,message:"More than {$maxCount} values"}},[r.MaxExclusiveConstraintComponent.value]:{validator:{func:a.validateMaxExclusive,message:"Value is not less than {$maxExclusive}"}},[r.MaxInclusiveConstraintComponent.value]:{validator:{func:a.validateMaxInclusive,message:"Value is not less than or equal to {$maxInclusive}"}},[r.MaxLengthConstraintComponent.value]:{validator:{func:a.validateMaxLength,message:"Value has more than {$maxLength} characters"}},[r.MinCountConstraintComponent.value]:{propertyValidator:{func:a.validateMinCountProperty,message:"Less than {$minCount} values"}},[r.MinExclusiveConstraintComponent.value]:{validator:{func:a.validateMinExclusive,message:"Value is not greater than {$minExclusive}"}},[r.MinInclusiveConstraintComponent.value]:{validator:{func:a.validateMinInclusive,message:"Value is not greater than or equal to {$minInclusive}"}},[r.MinLengthConstraintComponent.value]:{validator:{func:a.validateMinLength,message:"Value has less than {$minLength} characters"}},[r.NodeConstraintComponent.value]:{validator:{func:a.validateNode,message:"Value does not have shape {$node}"}},[r.NodeKindConstraintComponent.value]:{validator:{func:a.validateNodeKind,message:"Value does not have node kind {$nodeKind}"}},[r.NotConstraintComponent.value]:{validator:{func:a.validateNot,message:"Value does have shape {$not}"}},[r.OrConstraintComponent.value]:{validator:{func:a.validateOr}},[r.PatternConstraintComponent.value]:{validator:{func:a.validatePattern,message:'Value does not match pattern "{$pattern}"'}},[r.QualifiedMaxCountConstraintComponent.value]:{propertyValidator:{func:a.validateQualifiedMaxCountProperty,message:"More than {$qualifiedMaxCount} values have shape {$qualifiedValueShape}"}},[r.QualifiedMinCountConstraintComponent.value]:{propertyValidator:{func:a.validateQualifiedMinCountProperty,message:"Less than {$qualifiedMinCount} values have shape {$qualifiedValueShape}"}},[r.UniqueLangConstraintComponent.value]:{propertyValidator:{func:a.validateUniqueLangProperty,message:'Language "{?lang}" used more than once'}},[r.XoneConstraintComponent.value]:{validator:{func:a.validateXone}}}},4817:(e,t,n)=>{const{validateTerm:a}=n(1623),{fromRdf:r}=n(7945),o=n(9349),{getPathObjects:s}=n(8277),{isInstanceOf:d,rdfListToArray:w}=n(5586);function i(e,t,n){const{sh:a,xsd:r}=e.ns,d=n.shape.shapeNode,w=n.getParameterValue(a.qualifiedValueShapesDisjoint),i=n.getParameterValue(a.qualifiedValueShape),h=e.factory.literal("true",r.boolean),l=new o;if(h.equals(w)){const t=e.$shapes.node(d).in(a.property).out(a.property).out(a.qualifiedValueShape).filter((({term:e})=>!e.equals(i))).terms;l.addAll(t)}const c=n.shape.pathObject;return s(e.$data,t,c).filter((t=>e.nodeConformsToShape(t,i)&&!function(e,t,n){for(let a=0;a<n.length;a++)if(e.nodeConformsToShape(t,n[a]))return!0;return!1}(e,t,[...l]))).length}function h(e,t,n){if(!e||!t||"Literal"!==e.termType||"Literal"!==t.termType)return null;if(l(e,n)!==l(t,n))return null;const a=r(e),o=r(t);return typeof a!=typeof o?null:"string"==typeof a?a.localeCompare(o):a-o}function l(e,t){return t.xsd.dateTime.equals(e.datatype)&&/^.*(((\+|-)\d{2}:\d{2})|Z)$/.test(e.value)}e.exports={validateAnd:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.and);return w(e.$shapes.node(o)).every((t=>e.nodeConformsToShape(n,t)))},validateClass:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.class);return d(e.$data.node(n),e.$data.node(o),e.ns)},validateClosed:function(e,t,n,a){const{sh:r,xsd:s}=e.ns,d=a.getParameterValue(r.closed),i=a.getParameterValue(r.ignoredProperties),h=a.shape.shapeNode;if(!e.factory.literal("true",s.boolean).equals(d))return;const l=new o(e.$shapes.node(h).out(r.property).out(r.path).terms.filter((e=>"NamedNode"===e.termType)));i&&l.addAll(w(e.$shapes.node(i)));const c=[];return[...e.$data.dataset.match(n,null,null)].filter((({predicate:e})=>!l.has(e))).forEach((({predicate:e,object:t})=>{c.push({path:e,value:t})})),c},validateDatatype:function(e,t,n,r){const{sh:o}=e.ns,s=r.getParameterValue(o.datatype);return"Literal"===n.termType&&s.equals(n.datatype)&&a(n)},validateDisjoint:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.disjoint);return 0===e.$data.dataset.match(t,o,n).size},validateEqualsNode:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.equals),d=[];let w=0;return s(e.$data,t,o).forEach((e=>{w++,e.equals(t)||d.push({value:e})})),0===d.length&&0===w&&d.push({value:t}),d},validateEqualsProperty:function(e,t,n,a){const{sh:r}=e.ns,o=a.shape.pathObject,d=a.getParameterValue(r.equals),w=[];return s(e.$data,t,o).forEach((n=>{0===e.$data.dataset.match(t,d,n).size&&w.push({value:n})})),[...e.$data.dataset.match(t,d,null)].forEach((({object:n})=>{const a=n;s(e.$data,t,o).some((e=>e.equals(a)))||w.push({value:a})})),w},validateHasValueNode:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.hasValue);return t.equals(o)},validateHasValueProperty:function(e,t,n,a){const{sh:r}=e.ns,o=a.shape.pathObject,d=a.getParameterValue(r.hasValue);return s(e.$data,t,o).some((e=>e.equals(d)))},validateIn:function(e,t,n,a){const{sh:r}=e.ns,s=a.getParameterValue(r.in);return new o(w(e.$shapes.node(s))).has(n)},validateLanguageIn:function(e,t,n,a){const{sh:r}=e.ns;if("Literal"!==n.termType)return!1;const o=n.language;if(!o||""===o)return!1;const s=a.getParameterValue(r.languageIn);return w(e.$shapes.node(s)).some((e=>o.startsWith(e.value)))},validateLessThanProperty:function(e,t,n,a){const{sh:r}=e.ns,o=a.shape.pathObject,d=s(e.$data,t,o),w=a.getParameterValue(r.lessThan),i=e.$data.node(t).out(w).terms,l=[];for(const t of d)for(const n of i){const a=h(t,n,e.ns);(null===a||a>=0)&&l.push({value:t})}return l},validateLessThanOrEqualsProperty:function(e,t,n,a){const{sh:r}=e.ns,o=a.shape.pathObject,d=s(e.$data,t,o),w=a.getParameterValue(r.lessThanOrEquals),i=e.$data.node(t).out(w).terms,l=[];for(const t of d)for(const n of i){const a=h(t,n,e.ns);(null===a||a>0)&&l.push({value:t})}return l},validateMaxCountProperty:function(e,t,n,a){const{sh:r}=e.ns,o=a.shape.pathObject,d=s(e.$data,t,o).length,w=a.getParameterValue(r.maxCount);return d<=Number(w.value)},validateMaxExclusive:function(e,t,n,a){const{sh:r}=e.ns,o=h(n,a.getParameterValue(r.maxExclusive),e.ns);return null!==o&&o<0},validateMaxInclusive:function(e,t,n,a){const{sh:r}=e.ns,o=h(n,a.getParameterValue(r.maxInclusive),e.ns);return null!==o&&o<=0},validateMaxLength:function(e,t,n,a){if("BlankNode"===n.termType)return!1;const{sh:r}=e.ns,o=a.getParameterValue(r.maxLength);return n.value.length<=Number(o.value)},validateMinCountProperty:function(e,t,n,a){const{sh:r}=e.ns,o=a.shape.pathObject,d=s(e.$data,t,o).length,w=a.getParameterValue(r.minCount);return d>=Number(w.value)},validateMinExclusive:function(e,t,n,a){const{sh:r}=e.ns,o=h(n,a.getParameterValue(r.minExclusive),e.ns);return null!==o&&o>0},validateMinInclusive:function(e,t,n,a){const{sh:r}=e.ns,o=h(n,a.getParameterValue(r.minInclusive),e.ns);return null!==o&&o>=0},validateMinLength:function(e,t,n,a){if("BlankNode"===n.termType)return!1;const{sh:r}=e.ns,o=a.getParameterValue(r.minLength);return n.value.length>=Number(o.value)},validateNode:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.node);return e.nodeConformsToShape(n,o)},validateNodeKind:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.nodeKind);return"BlankNode"===n.termType?r.BlankNode.equals(o)||r.BlankNodeOrIRI.equals(o)||r.BlankNodeOrLiteral.equals(o):"NamedNode"===n.termType?r.IRI.equals(o)||r.BlankNodeOrIRI.equals(o)||r.IRIOrLiteral.equals(o):"Literal"===n.termType?r.Literal.equals(o)||r.BlankNodeOrLiteral.equals(o)||r.IRIOrLiteral.equals(o):void 0},validateNot:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.not);return!e.nodeConformsToShape(n,o)},validateOr:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.or);return w(e.$shapes.node(o)).some((t=>e.nodeConformsToShape(n,t)))},validatePattern:function(e,t,n,a){if("BlankNode"===n.termType)return!1;const{sh:r}=e.ns,o=a.getParameterValue(r.flags),s=a.getParameterValue(r.pattern);return(o?new RegExp(s.value,o.value):new RegExp(s.value)).test(n.value)},validateQualifiedMaxCountProperty:function(e,t,n,a){const{sh:r}=e.ns,o=i(e,t,a),s=a.getParameterValue(r.qualifiedMaxCount);return"Literal"===s.termType&&o<=Number(s.value)},validateQualifiedMinCountProperty:function(e,t,n,a){const{sh:r}=e.ns,o=i(e,t,a),s=a.getParameterValue(r.qualifiedMinCount);return"Literal"===s.termType&&o>=Number(s.value)},validateUniqueLangProperty:function(e,t,n,a){const{sh:r,xsd:o}=e.ns,d=a.getParameterValue(r.uniqueLang);if(!e.factory.literal("true",o.boolean).equals(d))return;const w=a.shape.pathObject,i={};s(e.$data,t,w).forEach((e=>{const t=e.language;if(t&&""!==t){const e=i[t];i[t]=e?e+1:1}}));const h=[];for(const e in i)if(Object.prototype.hasOwnProperty.call(i,e)){const t=i[e];t>1&&h.push('Language "'+e+'" has been used by '+t+" values")}return h},validateXone:function(e,t,n,a){const{sh:r}=e.ns,o=a.getParameterValue(r.xone);return 1===w(e.$shapes.node(o)).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#"))]}},4281:e=>{var t={};function n(e,n,a){a||(a=Error);var r=function(e){var t,a;function r(t,a,r){return e.call(this,function(e,t,a){return"string"==typeof n?n:n(e,t,a)}(t,a,r))||this}return a=e,(t=r).prototype=Object.create(a.prototype),t.prototype.constructor=t,t.__proto__=a,r}(a);r.prototype.name=a.name,r.prototype.code=e,t[e]=r}function a(e,t){if(Array.isArray(e)){var n=e.length;return e=e.map((function(e){return String(e)})),n>2?"one of ".concat(t," ").concat(e.slice(0,n-1).join(", "),", or ")+e[n-1]:2===n?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}return"of ".concat(t," ").concat(String(e))}n("ERR_INVALID_OPT_VALUE",(function(e,t){return'The value "'+t+'" is invalid for option "'+e+'"'}),TypeError),n("ERR_INVALID_ARG_TYPE",(function(e,t,n){var r,o,s,d,w;if("string"==typeof t&&(o="not ",t.substr(0,o.length)===o)?(r="must not be",t=t.replace(/^not /,"")):r="must be",function(e,t,n){return(void 0===n||n>e.length)&&(n=e.length),e.substring(n-t.length,n)===t}(e," argument"))s="The ".concat(e," ").concat(r," ").concat(a(t,"type"));else{var i=("number"!=typeof w&&(w=0),w+".".length>(d=e).length||-1===d.indexOf(".",w)?"argument":"property");s='The "'.concat(e,'" ').concat(i," ").concat(r," ").concat(a(t,"type"))}return s+". Received type ".concat(typeof n)}),TypeError),n("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),n("ERR_METHOD_NOT_IMPLEMENTED",(function(e){return"The "+e+" method is not implemented"})),n("ERR_STREAM_PREMATURE_CLOSE","Premature close"),n("ERR_STREAM_DESTROYED",(function(e){return"Cannot call "+e+" after a stream was destroyed"})),n("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),n("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),n("ERR_STREAM_WRITE_AFTER_END","write after end"),n("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),n("ERR_UNKNOWN_ENCODING",(function(e){return"Unknown encoding: "+e}),TypeError),n("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),e.exports.q=t},6753:(e,t,n)=>{var a=Object.keys||function(e){var t=[];for(var n in e)t.push(n);return t};e.exports=i;var r=n(9481),o=n(4229);n(5717)(i,r);for(var s=a(o.prototype),d=0;d<s.length;d++){var w=s[d];i.prototype[w]||(i.prototype[w]=o.prototype[w])}function i(e){if(!(this instanceof i))return new i(e);r.call(this,e),o.call(this,e),this.allowHalfOpen=!0,e&&(!1===e.readable&&(this.readable=!1),!1===e.writable&&(this.writable=!1),!1===e.allowHalfOpen&&(this.allowHalfOpen=!1,this.once("end",h)))}function h(){this._writableState.ended||process.nextTick(l,this)}function l(e){e.end()}Object.defineProperty(i.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(i.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(i.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(i.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&this._readableState.destroyed&&this._writableState.destroyed},set:function(e){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=e,this._writableState.destroyed=e)}})},2725:(e,t,n)=>{e.exports=r;var a=n(4605);function r(e){if(!(this instanceof r))return new r(e);a.call(this,e)}n(5717)(r,a),r.prototype._transform=function(e,t,n){n(null,e)}},9481:(e,t,n)=>{var a;e.exports=x,x.ReadableState=S,n(7187).EventEmitter;var r,o=function(e,t){return e.listeners(t).length},s=n(2503),d=n(8764).Buffer,w=n.g.Uint8Array||function(){},i=n(4616);r=i&&i.debuglog?i.debuglog("stream"):function(){};var h,l,c,p=n(7327),u=n(1195),m=n(2457).getHighWaterMark,f=n(4281).q,g=f.ERR_INVALID_ARG_TYPE,N=f.ERR_STREAM_PUSH_AFTER_EOF,y=f.ERR_METHOD_NOT_IMPLEMENTED,b=f.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;n(5717)(x,s);var _=u.errorOrDestroy,v=["error","close","destroy","pause","resume"];function S(e,t,r){a=a||n(6753),e=e||{},"boolean"!=typeof r&&(r=t instanceof a),this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.readableObjectMode),this.highWaterMark=m(this,e,"readableHighWaterMark",r),this.buffer=new p,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(h||(h=n(2553).StringDecoder),this.decoder=new h(e.encoding),this.encoding=e.encoding)}function x(e){if(a=a||n(6753),!(this instanceof x))return new x(e);var t=this instanceof a;this._readableState=new S(e,this,t),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),s.call(this)}function C(e,t,n,a,o){r("readableAddChunk",t);var s,i=e._readableState;if(null===t)i.reading=!1,function(e,t){if(r("onEofChunk"),!t.ended){if(t.decoder){var n=t.decoder.end();n&&n.length&&(t.buffer.push(n),t.length+=t.objectMode?1:n.length)}t.ended=!0,t.sync?T(e):(t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,A(e)))}}(e,i);else if(o||(s=function(e,t){var n,a;return a=t,d.isBuffer(a)||a instanceof w||"string"==typeof t||void 0===t||e.objectMode||(n=new g("chunk",["string","Buffer","Uint8Array"],t)),n}(i,t)),s)_(e,s);else if(i.objectMode||t&&t.length>0)if("string"==typeof t||i.objectMode||Object.getPrototypeOf(t)===d.prototype||(t=function(e){return d.from(e)}(t)),a)i.endEmitted?_(e,new b):q(e,i,t,!0);else if(i.ended)_(e,new N);else{if(i.destroyed)return!1;i.reading=!1,i.decoder&&!n?(t=i.decoder.write(t),i.objectMode||0!==t.length?q(e,i,t,!1):I(e,i)):q(e,i,t,!1)}else a||(i.reading=!1,I(e,i));return!i.ended&&(i.length<i.highWaterMark||0===i.length)}function q(e,t,n,a){t.flowing&&0===t.length&&!t.sync?(t.awaitDrain=0,e.emit("data",n)):(t.length+=t.objectMode?1:n.length,a?t.buffer.unshift(n):t.buffer.push(n),t.needReadable&&T(e)),I(e,t)}Object.defineProperty(x.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),x.prototype.destroy=u.destroy,x.prototype._undestroy=u.undestroy,x.prototype._destroy=function(e,t){t(e)},x.prototype.push=function(e,t){var n,a=this._readableState;return a.objectMode?n=!0:"string"==typeof e&&((t=t||a.defaultEncoding)!==a.encoding&&(e=d.from(e,t),t=""),n=!0),C(this,e,t,!1,n)},x.prototype.unshift=function(e){return C(this,e,null,!0,!1)},x.prototype.isPaused=function(){return!1===this._readableState.flowing},x.prototype.setEncoding=function(e){h||(h=n(2553).StringDecoder);var t=new h(e);this._readableState.decoder=t,this._readableState.encoding=this._readableState.decoder.encoding;for(var a=this._readableState.buffer.head,r="";null!==a;)r+=t.write(a.data),a=a.next;return this._readableState.buffer.clear(),""!==r&&this._readableState.buffer.push(r),this._readableState.length=r.length,this};var E=1073741824;function R(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!=e?t.flowing&&t.length?t.buffer.head.data.length:t.length:(e>t.highWaterMark&&(t.highWaterMark=function(e){return e>=E?e=E:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function T(e){var t=e._readableState;r("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(r("emitReadable",t.flowing),t.emittedReadable=!0,process.nextTick(A,e))}function A(e){var t=e._readableState;r("emitReadable_",t.destroyed,t.length,t.ended),t.destroyed||!t.length&&!t.ended||(e.emit("readable"),t.emittedReadable=!1),t.needReadable=!t.flowing&&!t.ended&&t.length<=t.highWaterMark,k(e)}function I(e,t){t.readingMore||(t.readingMore=!0,process.nextTick(L,e,t))}function L(e,t){for(;!t.reading&&!t.ended&&(t.length<t.highWaterMark||t.flowing&&0===t.length);){var n=t.length;if(r("maybeReadMore read 0"),e.read(0),n===t.length)break}t.readingMore=!1}function j(e){var t=e._readableState;t.readableListening=e.listenerCount("readable")>0,t.resumeScheduled&&!t.paused?t.flowing=!0:e.listenerCount("data")>0&&e.resume()}function P(e){r("readable nexttick read 0"),e.read(0)}function M(e,t){r("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),k(e),t.flowing&&!t.reading&&e.read(0)}function k(e){var t=e._readableState;for(r("flow",t.flowing);t.flowing&&null!==e.read(););}function O(e,t){return 0===t.length?null:(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);var n}function D(e){var t=e._readableState;r("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,process.nextTick(B,t,e))}function B(e,t){if(r("endReadableNT",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit("end"),e.autoDestroy)){var n=t._writableState;(!n||n.autoDestroy&&n.finished)&&t.destroy()}}function $(e,t){for(var n=0,a=e.length;n<a;n++)if(e[n]===t)return n;return-1}x.prototype.read=function(e){r("read",e),e=parseInt(e,10);var t=this._readableState,n=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&((0!==t.highWaterMark?t.length>=t.highWaterMark:t.length>0)||t.ended))return r("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?D(this):T(this),null;if(0===(e=R(e,t))&&t.ended)return 0===t.length&&D(this),null;var a,o=t.needReadable;return r("need readable",o),(0===t.length||t.length-e<t.highWaterMark)&&r("length less than watermark",o=!0),t.ended||t.reading?r("reading or ended",o=!1):o&&(r("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=R(n,t))),null===(a=e>0?O(e,t):null)?(t.needReadable=t.length<=t.highWaterMark,e=0):(t.length-=e,t.awaitDrain=0),0===t.length&&(t.ended||(t.needReadable=!0),n!==e&&t.ended&&D(this)),null!==a&&this.emit("data",a),a},x.prototype._read=function(e){_(this,new y("_read()"))},x.prototype.pipe=function(e,t){var n=this,a=this._readableState;switch(a.pipesCount){case 0:a.pipes=e;break;case 1:a.pipes=[a.pipes,e];break;default:a.pipes.push(e)}a.pipesCount+=1,r("pipe count=%d opts=%j",a.pipesCount,t);var s=t&&!1===t.end||e===process.stdout||e===process.stderr?u:d;function d(){r("onend"),e.end()}a.endEmitted?process.nextTick(s):n.once("end",s),e.on("unpipe",(function t(o,s){r("onunpipe"),o===n&&s&&!1===s.hasUnpiped&&(s.hasUnpiped=!0,r("cleanup"),e.removeListener("close",c),e.removeListener("finish",p),e.removeListener("drain",w),e.removeListener("error",l),e.removeListener("unpipe",t),n.removeListener("end",d),n.removeListener("end",u),n.removeListener("data",h),i=!0,!a.awaitDrain||e._writableState&&!e._writableState.needDrain||w())}));var w=function(e){return function(){var t=e._readableState;r("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&o(e,"data")&&(t.flowing=!0,k(e))}}(n);e.on("drain",w);var i=!1;function h(t){r("ondata");var o=e.write(t);r("dest.write",o),!1===o&&((1===a.pipesCount&&a.pipes===e||a.pipesCount>1&&-1!==$(a.pipes,e))&&!i&&(r("false write response, pause",a.awaitDrain),a.awaitDrain++),n.pause())}function l(t){r("onerror",t),u(),e.removeListener("error",l),0===o(e,"error")&&_(e,t)}function c(){e.removeListener("finish",p),u()}function p(){r("onfinish"),e.removeListener("close",c),u()}function u(){r("unpipe"),n.unpipe(e)}return n.on("data",h),function(e,t,n){if("function"==typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events.error?Array.isArray(e._events.error)?e._events.error.unshift(n):e._events.error=[n,e._events.error]:e.on(t,n)}(e,"error",l),e.once("close",c),e.once("finish",p),e.emit("pipe",n),a.flowing||(r("pipe resume"),n.resume()),e},x.prototype.unpipe=function(e){var t=this._readableState,n={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,n)),this;if(!e){var a=t.pipes,r=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var o=0;o<r;o++)a[o].emit("unpipe",this,{hasUnpiped:!1});return this}var s=$(t.pipes,e);return-1===s||(t.pipes.splice(s,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,n)),this},x.prototype.on=function(e,t){var n=s.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,r("on readable",a.length,a.reading),a.length?T(this):a.reading||process.nextTick(P,this))),n},x.prototype.addListener=x.prototype.on,x.prototype.removeListener=function(e,t){var n=s.prototype.removeListener.call(this,e,t);return"readable"===e&&process.nextTick(j,this),n},x.prototype.removeAllListeners=function(e){var t=s.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||process.nextTick(j,this),t},x.prototype.resume=function(){var e=this._readableState;return e.flowing||(r("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,process.nextTick(M,e,t))}(this,e)),e.paused=!1,this},x.prototype.pause=function(){return r("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(r("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},x.prototype.wrap=function(e){var t=this,n=this._readableState,a=!1;for(var o in e.on("end",(function(){if(r("wrapped end"),n.decoder&&!n.ended){var e=n.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(o){r("wrapped data"),n.decoder&&(o=n.decoder.write(o)),n.objectMode&&null==o||(n.objectMode||o&&o.length)&&(t.push(o)||(a=!0,e.pause()))})),e)void 0===this[o]&&"function"==typeof e[o]&&(this[o]=function(t){return function(){return e[t].apply(e,arguments)}}(o));for(var s=0;s<v.length;s++)e.on(v[s],this.emit.bind(this,v[s]));return this._read=function(t){r("wrapped _read",t),a&&(a=!1,e.resume())},this},"function"==typeof Symbol&&(x.prototype[Symbol.asyncIterator]=function(){return void 0===l&&(l=n(5850)),l(this)}),Object.defineProperty(x.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(x.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(x.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}}),x._fromList=O,Object.defineProperty(x.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}}),"function"==typeof Symbol&&(x.from=function(e,t){return void 0===c&&(c=n(5167)),c(x,e,t)})},4605:(e,t,n)=>{e.exports=h;var a=n(4281).q,r=a.ERR_METHOD_NOT_IMPLEMENTED,o=a.ERR_MULTIPLE_CALLBACK,s=a.ERR_TRANSFORM_ALREADY_TRANSFORMING,d=a.ERR_TRANSFORM_WITH_LENGTH_0,w=n(6753);function i(e,t){var n=this._transformState;n.transforming=!1;var a=n.writecb;if(null===a)return this.emit("error",new o);n.writechunk=null,n.writecb=null,null!=t&&this.push(t),a(e);var r=this._readableState;r.reading=!1,(r.needReadable||r.length<r.highWaterMark)&&this._read(r.highWaterMark)}function h(e){if(!(this instanceof h))return new h(e);w.call(this,e),this._transformState={afterTransform:i.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,e&&("function"==typeof e.transform&&(this._transform=e.transform),"function"==typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",l)}function l(){var e=this;"function"!=typeof this._flush||this._readableState.destroyed?c(this,null,null):this._flush((function(t,n){c(e,t,n)}))}function c(e,t,n){if(t)return e.emit("error",t);if(null!=n&&e.push(n),e._writableState.length)throw new d;if(e._transformState.transforming)throw new s;return e.push(null)}n(5717)(h,w),h.prototype.push=function(e,t){return this._transformState.needTransform=!1,w.prototype.push.call(this,e,t)},h.prototype._transform=function(e,t,n){n(new r("_transform()"))},h.prototype._write=function(e,t,n){var a=this._transformState;if(a.writecb=n,a.writechunk=e,a.writeencoding=t,!a.transforming){var r=this._readableState;(a.needTransform||r.needReadable||r.length<r.highWaterMark)&&this._read(r.highWaterMark)}},h.prototype._read=function(e){var t=this._transformState;null===t.writechunk||t.transforming?t.needTransform=!0:(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform))},h.prototype._destroy=function(e,t){w.prototype._destroy.call(this,e,(function(e){t(e)}))}},4229:(e,t,n)=>{function a(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,n){var a=e.entry;for(e.entry=null;a;){var r=a.callback;t.pendingcb--,r(undefined),a=a.next}t.corkedRequestsFree.next=e}(t,e)}}var r;e.exports=x,x.WritableState=S;var o,s={deprecate:n(4927)},d=n(2503),w=n(8764).Buffer,i=n.g.Uint8Array||function(){},h=n(1195),l=n(2457).getHighWaterMark,c=n(4281).q,p=c.ERR_INVALID_ARG_TYPE,u=c.ERR_METHOD_NOT_IMPLEMENTED,m=c.ERR_MULTIPLE_CALLBACK,f=c.ERR_STREAM_CANNOT_PIPE,g=c.ERR_STREAM_DESTROYED,N=c.ERR_STREAM_NULL_VALUES,y=c.ERR_STREAM_WRITE_AFTER_END,b=c.ERR_UNKNOWN_ENCODING,_=h.errorOrDestroy;function v(){}function S(e,t,o){r=r||n(6753),e=e||{},"boolean"!=typeof o&&(o=t instanceof r),this.objectMode=!!e.objectMode,o&&(this.objectMode=this.objectMode||!!e.writableObjectMode),this.highWaterMark=l(this,e,"writableHighWaterMark",o),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var s=!1===e.decodeStrings;this.decodeStrings=!s,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var n=e._writableState,a=n.sync,r=n.writecb;if("function"!=typeof r)throw new m;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(n),t)!function(e,t,n,a,r){--t.pendingcb,n?(process.nextTick(r,a),process.nextTick(A,e,t),e._writableState.errorEmitted=!0,_(e,a)):(r(a),e._writableState.errorEmitted=!0,_(e,a),A(e,t))}(e,n,a,t,r);else{var o=R(n)||e.destroyed;o||n.corked||n.bufferProcessing||!n.bufferedRequest||E(e,n),a?process.nextTick(q,e,n,o,r):q(e,n,o,r)}}(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new a(this)}function x(e){var t=this instanceof(r=r||n(6753));if(!t&&!o.call(x,this))return new x(e);this._writableState=new S(e,this,t),this.writable=!0,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)),d.call(this)}function C(e,t,n,a,r,o,s){t.writelen=a,t.writecb=s,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new g("write")):n?e._writev(r,t.onwrite):e._write(r,o,t.onwrite),t.sync=!1}function q(e,t,n,a){n||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,a(),A(e,t)}function E(e,t){t.bufferProcessing=!0;var n=t.bufferedRequest;if(e._writev&&n&&n.next){var r=t.bufferedRequestCount,o=new Array(r),s=t.corkedRequestsFree;s.entry=n;for(var d=0,w=!0;n;)o[d]=n,n.isBuf||(w=!1),n=n.next,d+=1;o.allBuffers=w,C(e,t,!0,t.length,o,"",s.finish),t.pendingcb++,t.lastBufferedRequest=null,s.next?(t.corkedRequestsFree=s.next,s.next=null):t.corkedRequestsFree=new a(t),t.bufferedRequestCount=0}else{for(;n;){var i=n.chunk,h=n.encoding,l=n.callback;if(C(e,t,!1,t.objectMode?1:i.length,i,h,l),n=n.next,t.bufferedRequestCount--,t.writing)break}null===n&&(t.lastBufferedRequest=null)}t.bufferedRequest=n,t.bufferProcessing=!1}function R(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function T(e,t){e._final((function(n){t.pendingcb--,n&&_(e,n),t.prefinished=!0,e.emit("prefinish"),A(e,t)}))}function A(e,t){var n=R(t);if(n&&(function(e,t){t.prefinished||t.finalCalled||("function"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit("prefinish")):(t.pendingcb++,t.finalCalled=!0,process.nextTick(T,e,t)))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"),t.autoDestroy))){var a=e._readableState;(!a||a.autoDestroy&&a.endEmitted)&&e.destroy()}return n}n(5717)(x,d),S.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(S.prototype,"buffer",{get:s.deprecate((function(){return this.getBuffer()}),"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(o=Function.prototype[Symbol.hasInstance],Object.defineProperty(x,Symbol.hasInstance,{value:function(e){return!!o.call(this,e)||this===x&&e&&e._writableState instanceof S}})):o=function(e){return e instanceof this},x.prototype.pipe=function(){_(this,new f)},x.prototype.write=function(e,t,n){var a,r=this._writableState,o=!1,s=!r.objectMode&&(a=e,w.isBuffer(a)||a instanceof i);return s&&!w.isBuffer(e)&&(e=function(e){return w.from(e)}(e)),"function"==typeof t&&(n=t,t=null),s?t="buffer":t||(t=r.defaultEncoding),"function"!=typeof n&&(n=v),r.ending?function(e,t){var n=new y;_(e,n),process.nextTick(t,n)}(this,n):(s||function(e,t,n,a){var r;return null===n?r=new N:"string"==typeof n||t.objectMode||(r=new p("chunk",["string","Buffer"],n)),!r||(_(e,r),process.nextTick(a,r),!1)}(this,r,e,n))&&(r.pendingcb++,o=function(e,t,n,a,r,o){if(!n){var s=function(e,t,n){return e.objectMode||!1===e.decodeStrings||"string"!=typeof t||(t=w.from(t,n)),t}(t,a,r);a!==s&&(n=!0,r="buffer",a=s)}var d=t.objectMode?1:a.length;t.length+=d;var i=t.length<t.highWaterMark;if(i||(t.needDrain=!0),t.writing||t.corked){var h=t.lastBufferedRequest;t.lastBufferedRequest={chunk:a,encoding:r,isBuf:n,callback:o,next:null},h?h.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else C(e,t,!1,d,a,r,o);return i}(this,r,s,e,t,n)),o},x.prototype.cork=function(){this._writableState.corked++},x.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.bufferProcessing||!e.bufferedRequest||E(this,e))},x.prototype.setDefaultEncoding=function(e){if("string"==typeof e&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new b(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(x.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(x.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),x.prototype._write=function(e,t,n){n(new u("_write()"))},x.prototype._writev=null,x.prototype.end=function(e,t,n){var a=this._writableState;return"function"==typeof e?(n=e,e=null,t=null):"function"==typeof t&&(n=t,t=null),null!=e&&this.write(e,t),a.corked&&(a.corked=1,this.uncork()),a.ending||function(e,t,n){t.ending=!0,A(e,t),n&&(t.finished?process.nextTick(n):e.once("finish",n)),t.ended=!0,e.writable=!1}(this,a,n),this},Object.defineProperty(x.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(x.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),x.prototype.destroy=h.destroy,x.prototype._undestroy=h.undestroy,x.prototype._destroy=function(e,t){t(e)}},5850:(e,t,n)=>{var a;function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var o=n(8610),s=Symbol("lastResolve"),d=Symbol("lastReject"),w=Symbol("error"),i=Symbol("ended"),h=Symbol("lastPromise"),l=Symbol("handlePromise"),c=Symbol("stream");function p(e,t){return{value:e,done:t}}function u(e){var t=e[s];if(null!==t){var n=e[c].read();null!==n&&(e[h]=null,e[s]=null,e[d]=null,t(p(n,!1)))}}function m(e){process.nextTick(u,e)}var f=Object.getPrototypeOf((function(){})),g=Object.setPrototypeOf((r(a={get stream(){return this[c]},next:function(){var e=this,t=this[w];if(null!==t)return Promise.reject(t);if(this[i])return Promise.resolve(p(void 0,!0));if(this[c].destroyed)return new Promise((function(t,n){process.nextTick((function(){e[w]?n(e[w]):t(p(void 0,!0))}))}));var n,a=this[h];if(a)n=new Promise(function(e,t){return function(n,a){e.then((function(){t[i]?n(p(void 0,!0)):t[l](n,a)}),a)}}(a,this));else{var r=this[c].read();if(null!==r)return Promise.resolve(p(r,!1));n=new Promise(this[l])}return this[h]=n,n}},Symbol.asyncIterator,(function(){return this})),r(a,"return",(function(){var e=this;return new Promise((function(t,n){e[c].destroy(null,(function(e){e?n(e):t(p(void 0,!0))}))}))})),a),f);e.exports=function(e){var t,n=Object.create(g,(r(t={},c,{value:e,writable:!0}),r(t,s,{value:null,writable:!0}),r(t,d,{value:null,writable:!0}),r(t,w,{value:null,writable:!0}),r(t,i,{value:e._readableState.endEmitted,writable:!0}),r(t,l,{value:function(e,t){var a=n[c].read();a?(n[h]=null,n[s]=null,n[d]=null,e(p(a,!1))):(n[s]=e,n[d]=t)},writable:!0}),t));return n[h]=null,o(e,(function(e){if(e&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code){var t=n[d];return null!==t&&(n[h]=null,n[s]=null,n[d]=null,t(e)),void(n[w]=e)}var a=n[s];null!==a&&(n[h]=null,n[s]=null,n[d]=null,a(p(void 0,!0))),n[i]=!0})),e.on("readable",m.bind(null,n)),n}},7327:(e,t,n)=>{function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}var s=n(8764).Buffer,d=n(2361).inspect,w=d&&d.custom||"inspect";e.exports=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.head=null,this.tail=null,this.length=0}var t,n;return t=e,n=[{key:"push",value:function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length}},{key:"unshift",value:function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length}},{key:"shift",value:function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(e){if(0===this.length)return"";for(var t=this.head,n=""+t.data;t=t.next;)n+=e+t.data;return n}},{key:"concat",value:function(e){if(0===this.length)return s.alloc(0);for(var t,n,a,r=s.allocUnsafe(e>>>0),o=this.head,d=0;o;)t=o.data,n=r,a=d,s.prototype.copy.call(t,n,a),d+=o.data.length,o=o.next;return r}},{key:"consume",value:function(e,t){var n;return e<this.head.data.length?(n=this.head.data.slice(0,e),this.head.data=this.head.data.slice(e)):n=e===this.head.data.length?this.shift():t?this._getString(e):this._getBuffer(e),n}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(e){var t=this.head,n=1,a=t.data;for(e-=a.length;t=t.next;){var r=t.data,o=e>r.length?r.length:e;if(o===r.length?a+=r:a+=r.slice(0,e),0==(e-=o)){o===r.length?(++n,t.next?this.head=t.next:this.head=this.tail=null):(this.head=t,t.data=r.slice(o));break}++n}return this.length-=n,a}},{key:"_getBuffer",value:function(e){var t=s.allocUnsafe(e),n=this.head,a=1;for(n.data.copy(t),e-=n.data.length;n=n.next;){var r=n.data,o=e>r.length?r.length:e;if(r.copy(t,t.length-e,0,o),0==(e-=o)){o===r.length?(++a,n.next?this.head=n.next:this.head=this.tail=null):(this.head=n,n.data=r.slice(o));break}++a}return this.length-=a,t}},{key:w,value:function(e,t){return d(this,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?a(Object(n),!0).forEach((function(t){r(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},t,{depth:0,customInspect:!1}))}}],n&&o(t.prototype,n),e}()},1195:e=>{function t(e,t){a(e,t),n(e)}function n(e){e._writableState&&!e._writableState.emitClose||e._readableState&&!e._readableState.emitClose||e.emit("close")}function a(e,t){e.emit("error",t)}e.exports={destroy:function(e,r){var o=this,s=this._readableState&&this._readableState.destroyed,d=this._writableState&&this._writableState.destroyed;return s||d?(r?r(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(a,this,e)):process.nextTick(a,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,(function(e){!r&&e?o._writableState?o._writableState.errorEmitted?process.nextTick(n,o):(o._writableState.errorEmitted=!0,process.nextTick(t,o,e)):process.nextTick(t,o,e):r?(process.nextTick(n,o),r(e)):process.nextTick(n,o)})),this)},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function(e,t){var n=e._readableState,a=e._writableState;n&&n.autoDestroy||a&&a.autoDestroy?e.destroy(t):e.emit("error",t)}}},8610:(e,t,n)=>{var a=n(4281).q.ERR_STREAM_PREMATURE_CLOSE;function r(){}e.exports=function e(t,n,o){if("function"==typeof n)return e(t,null,n);n||(n={}),o=function(e){var t=!1;return function(){if(!t){t=!0;for(var n=arguments.length,a=new Array(n),r=0;r<n;r++)a[r]=arguments[r];e.apply(this,a)}}}(o||r);var s=n.readable||!1!==n.readable&&t.readable,d=n.writable||!1!==n.writable&&t.writable,w=function(){t.writable||h()},i=t._writableState&&t._writableState.finished,h=function(){d=!1,i=!0,s||o.call(t)},l=t._readableState&&t._readableState.endEmitted,c=function(){s=!1,l=!0,d||o.call(t)},p=function(e){o.call(t,e)},u=function(){var e;return s&&!l?(t._readableState&&t._readableState.ended||(e=new a),o.call(t,e)):d&&!i?(t._writableState&&t._writableState.ended||(e=new a),o.call(t,e)):void 0},m=function(){t.req.on("finish",h)};return function(e){return e.setHeader&&"function"==typeof e.abort}(t)?(t.on("complete",h),t.on("abort",u),t.req?m():t.on("request",m)):d&&!t._writableState&&(t.on("end",w),t.on("close",w)),t.on("end",c),t.on("finish",h),!1!==n.error&&t.on("error",p),t.on("close",u),function(){t.removeListener("complete",h),t.removeListener("abort",u),t.removeListener("request",m),t.req&&t.req.removeListener("finish",h),t.removeListener("end",w),t.removeListener("close",w),t.removeListener("finish",h),t.removeListener("end",c),t.removeListener("error",p),t.removeListener("close",u)}}},5167:e=>{e.exports=function(){throw new Error("Readable.from is not available in the browser")}},9946:(e,t,n)=>{var a,r=n(4281).q,o=r.ERR_MISSING_ARGS,s=r.ERR_STREAM_DESTROYED;function d(e){if(e)throw e}function w(e,t,r,o){o=function(e){var t=!1;return function(){t||(t=!0,e.apply(void 0,arguments))}}(o);var d=!1;e.on("close",(function(){d=!0})),void 0===a&&(a=n(8610)),a(e,{readable:t,writable:r},(function(e){if(e)return o(e);d=!0,o()}));var w=!1;return function(t){if(!d&&!w)return w=!0,function(e){return e.setHeader&&"function"==typeof e.abort}(e)?e.abort():"function"==typeof e.destroy?e.destroy():void o(t||new s("pipe"))}}function i(e){e()}function h(e,t){return e.pipe(t)}function l(e){return e.length?"function"!=typeof e[e.length-1]?d:e.pop():d}e.exports=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var a,r=l(t);if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new o("streams");var s=t.map((function(e,n){var o=n<t.length-1;return w(e,o,n>0,(function(e){a||(a=e),e&&s.forEach(i),o||(s.forEach(i),r(a))}))}));return t.reduce(h)}},2457:(e,t,n)=>{var a=n(4281).q.ERR_INVALID_OPT_VALUE;e.exports={getHighWaterMark:function(e,t,n,r){var o=function(e,t,n){return null!=e.highWaterMark?e.highWaterMark:t?e[n]:null}(t,r,n);if(null!=o){if(!isFinite(o)||Math.floor(o)!==o||o<0)throw new a(r?n:"highWaterMark",o);return Math.floor(o)}return e.objectMode?16:16384}}},2503:(e,t,n)=>{e.exports=n(7187).EventEmitter},8473:(e,t,n)=>{(t=e.exports=n(9481)).Stream=t,t.Readable=t,t.Writable=n(4229),t.Duplex=n(6753),t.Transform=n(4605),t.PassThrough=n(2725),t.finished=n(8610),t.pipeline=n(9946)},9509:(e,t,n)=>{var a=n(8764),r=a.Buffer;function o(e,t){for(var n in e)t[n]=e[n]}function s(e,t,n){return r(e,t,n)}r.from&&r.alloc&&r.allocUnsafe&&r.allocUnsafeSlow?e.exports=a:(o(a,t),t.Buffer=s),s.prototype=Object.create(r.prototype),o(r,s),s.from=function(e,t,n){if("number"==typeof e)throw new TypeError("Argument must not be a number");return r(e,t,n)},s.alloc=function(e,t,n){if("number"!=typeof e)throw new TypeError("Argument must be a number");var a=r(e);return void 0!==t?"string"==typeof n?a.fill(t,n):a.fill(t):a.fill(0),a},s.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return r(e)},s.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return a.SlowBuffer(e)}},4889:function(e,t,n){!function(e,t){if(!e.setImmediate){var n,a,r,o,s,d=1,w={},i=!1,h=e.document,l=Object.getPrototypeOf&&Object.getPrototypeOf(e);l=l&&l.setTimeout?l: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}}()?(o="setImmediate$"+Math.random()+"$",s=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(o)&&p(+t.data.slice(o.length))},e.addEventListener?e.addEventListener("message",s,!1):e.attachEvent("onmessage",s),n=function(t){e.postMessage(o+t,"*")}):e.MessageChannel?((r=new MessageChannel).port1.onmessage=function(e){p(e.data)},n=function(e){r.port2.postMessage(e)}):h&&"onreadystatechange"in h.createElement("script")?(a=h.documentElement,n=function(e){var t=h.createElement("script");t.onreadystatechange=function(){p(e),t.onreadystatechange=null,a.removeChild(t),t=null},a.appendChild(t)}):n=function(e){setTimeout(p,0,e)},l.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),a=0;a<t.length;a++)t[a]=arguments[a+1];var r={callback:e,args:t};return w[d]=r,n(d),d++},l.clearImmediate=c}function c(e){delete w[e]}function p(e){if(i)setTimeout(p,0,e);else{var t=w[e];if(t){i=!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(void 0,n)}}(t)}finally{c(e),i=!1}}}}}("undefined"==typeof self?void 0===n.g?this:n.g:self)},2553:(e,t,n)=>{var a=n(9509).Buffer,r=a.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 o(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&&(a.isEncoding===r||!r(e)))throw new Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=w,this.end=i,t=4;break;case"utf8":this.fillLast=d,t=4;break;case"base64":this.text=h,this.end=l,t=3;break;default:return this.write=c,void(this.end=p)}this.lastNeed=0,this.lastTotal=0,this.lastChar=a.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 d(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 w(e,t){if((e.length-t)%2==0){var n=e.toString("utf16le",t);if(n){var a=n.charCodeAt(n.length-1);if(a>=55296&&a<=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 i(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 h(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 l(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=o,o.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||""},o.prototype.end=function(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"�":t},o.prototype.text=function(e,t){var n=function(e,t,n){var a=t.length-1;if(a<n)return 0;var r=s(t[a]);return r>=0?(r>0&&(e.lastNeed=r-1),r):--a<n||-2===r?0:(r=s(t[a]))>=0?(r>0&&(e.lastNeed=r-2),r):--a<n||-2===r?0:(r=s(t[a]))>=0?(r>0&&(2===r?r=0:e.lastNeed=r-3),r):0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=n;var a=e.length-(n-this.lastNeed);return e.copy(this.lastChar,0,a),e.toString("utf8",t,a)},o.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}},3379:e=>{var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var o={},s=[],d=0;d<e.length;d++){var w=e[d],i=a.base?w[0]+a.base:w[0],h=o[i]||0,l="".concat(i," ").concat(h);o[i]=h+1;var c=n(l),p={css:w[1],media:w[2],sourceMap:w[3],supports:w[4],layer:w[5]};if(-1!==c)t[c].references++,t[c].updater(p);else{var u=r(p,a);a.byIndex=d,t.splice(d,0,{identifier:l,updater:u,references:1})}s.push(l)}return s}function r(e,t){var n=t.domAPI(t);return n.update(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var o=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<o.length;s++){var d=n(o[s]);t[d].references--}for(var w=a(e,r),i=0;i<o.length;i++){var h=n(o[i]);0===t[h].references&&(t[h].updater(),t.splice(h,1))}o=w}}},569:e=>{var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},9216:e=>{e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},3565:(e,t,n)=>{e.exports=function(e){var t=n.nc;t&&e.setAttribute("nonce",t)}},7795:e=>{e.exports=function(e){var t=e.insertStyleElement(e);return{update:function(n){!function(e,t,n){var a="";n.supports&&(a+="@supports (".concat(n.supports,") {")),n.media&&(a+="@media ".concat(n.media," {"));var r=void 0!==n.layer;r&&(a+="@layer".concat(n.layer.length>0?" ".concat(n.layer):""," {")),a+=n.css,r&&(a+="}"),n.media&&(a+="}"),n.supports&&(a+="}");var o=n.sourceMap;o&&"undefined"!=typeof btoa&&(a+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),t.styleTagTransform(a,e,t.options)}(t,e,n)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},4589:e=>{e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},4927:(e,t,n)=>{function a(e){try{if(!n.g.localStorage)return!1}catch(e){return!1}var t=n.g.localStorage[e];return null!=t&&"true"===String(t).toLowerCase()}e.exports=function(e,t){if(a("noDeprecation"))return e;var n=!1;return function(){if(!n){if(a("throwDeprecation"))throw new Error(t);a("traceDeprecation")?console.trace(t):console.warn(t),n=!0}return e.apply(this,arguments)}}},2361:()=>{},4616:()=>{}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var o=t[a]={id:a,exports:{}};return e[a].call(o.exports,o,o.exports,n),o.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 a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},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),n.nc=void 0;var a={};(()=>{n.d(a,{lB:()=>ce,XU:()=>le,MA:()=>P,Sy:()=>ta,pH:()=>ea,Zb:()=>B});const e="http://www.w3.org/1999/02/22-rdf-syntax-ns#",t="http://www.w3.org/2001/XMLSchema#",r="http://www.w3.org/2000/10/swap/",o={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:`${r}reify#forSome`,forAll:`${r}reify#forAll`},log:{implies:`${r}log#implies`}};function s(e){return!!e&&"DefaultGraph"===e.termType}const{rdf:d,xsd:w}=o;let i,h=0;const l=/^"(.*".*)(?="[^"]*$)/,c=/^<<("(?:""|[^"])*"[^ ]*|[^ ]+) ("(?:""|[^"])*"[^ ]*|[^ ]+) ("(?:""|[^"])*"[^ ]*|[^ ]+) ?("(?:""|[^"])*"[^ ]*|[^ ]+)?>>$/,p={namedNode:function(e){return new f(e)},blankNode:function(e){return new N(e||"n3-"+h++)},variable:function(e){return new y(e)},literal:function(e,t){if("string"==typeof t)return new g(`"${e}"@${t.toLowerCase()}`);let n=t?t.value:"";return""===n&&("boolean"==typeof e?n=w.boolean:"number"==typeof e&&(Number.isFinite(e)?n=Number.isInteger(e)?w.integer:w.double:(n=w.double,Number.isNaN(e)||(e=e>0?"INF":"-INF")))),""===n||n===w.string?new g(`"${e}"`):new g(`"${e}"^^${n}`)},defaultGraph:function(){return i},quad:C,triple:C},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 f extends m{get termType(){return"NamedNode"}}class g 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 f(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?w.string:d.langString}equals(e){return e instanceof g?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 N extends m{constructor(e){super(`_:${e}`)}get termType(){return"BlankNode"}get value(){return this.id.substr(2)}}class y 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 g(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 a=c.exec(e);return t.quad(b(x(a[1]),t),b(x(a[2]),t),b(x(a[3]),t),a[4]&&b(x(a[4]),t));default:return t.namedNode(e)}}function _(e){if("string"==typeof e)return e;if(e instanceof m&&"Quad"!==e.termType)return e.id;if(!e)return i.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!==w.string?`^^${e.datatype.value}`:""}`;case"Quad":return`<<${S(_(e.subject))} ${S(_(e.predicate))} ${S(_(e.object))}${s(e.graph)?"":` ${_(e.graph)}`}>>`;default:throw new Error(`Unexpected termType: ${e.termType}`)}}i=new class extends m{constructor(){return super(""),i||this}get termType(){return"DefaultGraph"}equals(e){return this===e||!!e&&this.termType===e.termType}};class v extends m{constructor(e,t,n,a){super(""),this._subject=e,this._predicate=t,this._object=n,this._graph=a||i}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 S(e){return e.replace(l,((e,t)=>`"${t.replace(/"/g,'""')}`))}function x(e){return e.replace(l,((e,t)=>`"${t.replace(/""/g,'"')}`))}function C(e,t,n,a){return new v(e,t,n,a)}const q="http://www.w3.org/ns/shacl#",E="http://www.w3.org/2001/XMLSchema#",R="http://www.w3.org/1999/02/22-rdf-syntax-ns#",T="http://www.w3.org/2000/01/rdf-schema#",A={xsd:E,rdf:R,schema:"http://schema.org/"};function I(e,t,n=q,a){let r="";const o=L(e,t,n,a);return o&&(r=o.value),r}function L(e,t,n=q,a){let r=null;const o=n+t;for(const t of e)if(t.predicate.value===o){if(!a)return t.object;if(t.object.id.endsWith(`@${a}`))return t.object;t.object.id.indexOf("@")<0?r=t.object:r||(r=t.object)}return r}function j(e){var t;null===(t=e.querySelector("input,select,textarea"))||void 0===t||t.focus()}class P extends HTMLElement{constructor(e,t){super(),this.required=!1,this.name="",this.description="",this.defaultValue="",this.minCount="",this.maxCount="",this.path="",this.pattern="",this.nodeKind=null,this.config=t,this.dataType=L(e,"datatype"),this.defaultValue=I(e,"defaultValue"),this.description=I(e,"description",q,t.language),this.minCount=I(e,"minCount"),this.maxCount=I(e,"maxCount"),this.path=I(e,"path"),this.pattern=I(e,"pattern"),this.nodeKind=L(e,"nodeKind"),this.name=I(e,"name",q,t.language),this.name||(this.name=this.path),this.required=this.minCount>"0",this.editor=this.createEditor(e),this.editor.id="e-"+P.idCtr++,this.editor.setAttribute("value",this.defaultValue?this.defaultValue:""),this.editor.classList.add("editor","form-control"),this.editor.dataset.path=this.path;const n=document.createElement("label");n.htmlFor=this.editor.id,n.innerText=this.name,this.description&&n.setAttribute("title",this.description);const a=this.description?this.description:this.pattern?this.pattern:null;a&&this.editor.setAttribute("placeholder",a),this.required&&(this.editor.setAttribute("required","true"),n.classList.add("required")),this.classList.add("prop"),this.appendChild(n),this.appendChild(this.editor)}setValue(e){this.editor.value=e}}P.idCtr=0;class M extends P{createEditor(e){const t=document.createElement("input");return this.dataType&&this.dataType.value===E+"dateTime"?t.type="datetime-local":t.type="date",t}setValue(e){const t=new Date(e);e="datetime-local"===this.editor.type?t.toISOString().slice(0,19):t.toISOString().slice(0,10),super.setValue(e)}toRDFObject(){if(this.editor.value)return u.literal(this.editor.value,this.dataType)}}class k extends P{constructor(e,t){super(e,t);const n=this.editor,a=I(e,"minLength");a&&(n.minLength=parseInt(a));const r=I(e,"maxLength");r&&(n.maxLength=parseInt(r))}createEditor(e){let t;return"false"===I(e,"singleLine","http://datashapes.org/dash#")?(t=document.createElement("textarea"),t.rows=5):(t=document.createElement("input"),t.type="text"),t}toRDFObject(){if(this.editor.value)return this.nodeKind&&this.nodeKind.id===`${q}IRI`?u.namedNode(this.editor.value):u.literal(this.editor.value,this.dataType)}}class O extends P{constructor(e,t){super(e,t);const n=this.editor,a=I(e,"minExclusive"),r=I(e,"minInclusive")||(a?String(parseFloat(a)+1):void 0),o=I(e,"maxExclusive"),s=I(e,"maxInclusive")||(o?String(parseFloat(o)-1):void 0);r&&(n.min=r),s&&(n.max=s),this.dataType&&this.dataType.value!==E+"integer"&&(n.step="0.1")}createEditor(e){const t=document.createElement("input");return t.type="number",t}toRDFObject(){if(this.editor.value)return u.literal(parseFloat(this.editor.value),this.dataType)}}class D extends P{constructor(e,t){super(e,t)}setListEntries(e){const t=this.editor;if(!this.required||void 0!==this.config.addEmptyElementToLists){const e=document.createElement("option");e.value="",t.options.add(e)}for(const a of e){let e=null;e=(n=a)&&"string"==typeof n.termType?"NamedNode"===a.termType?this.findLabel(new f(a.value),this.config):null:a.label?a.label:null;const r=document.createElement("option");r.innerHTML=e||a.value,e&&a.value&&(r.value=a.value),t.options.add(r)}var n}findLabel(e,t){return I(t.shapesGraph.getQuads(e,null,null,null),"label",T,t.language)}createEditor(e){return document.createElement("select")}toRDFObject(){if(this.editor.value)return this.nodeKind&&this.nodeKind.id===`${q}IRI`?u.namedNode(this.editor.value):u.literal(this.editor.value,this.dataType)}}window.customElements.define("input-date",M),window.customElements.define("input-text",k),window.customElements.define("input-number",O),window.customElements.define("input-list",D);class B extends HTMLElement{constructor(e,t,n){super(),this.node=null,this.minCount=0,this.maxCount=0,this.form=e,this.quads=e.config.shapesGraph.getQuads(t,null,null,null);const a=I(this.quads,"node");if(a)this.node=new f(a);else{const t=I(this.quads,"class");if(t){const n=e.config.shapesGraph.getQuads(null,`${q}targetClass`,t,null);n.length>0&&(this.node=new f(n[0].subject.value))}}this.dataset.path=I(this.quads,"path"),this.name=I(this.quads,"name",q,e.config.language),this.name||(this.name=this.dataset.path),this.style.order=I(this.quads,"order");const r=I(this.quads,"minCount"),o=I(this.quads,"maxCount");r&&(this.minCount=parseInt(r)),o&&(this.maxCount=parseInt(o)),this.addButton=document.createElement("a"),this.addButton.innerText=this.name,this.addButton.title="Add "+this.name,this.addButton.classList.add("control-button","add-button"),this.addButton.addEventListener("click",(e=>{const t=this.createPropertyInstance();this.updateControls(),j(t)})),this.appendChild(this.addButton);const s=n?e.config.valuesGraph.getQuads(n,this.dataset.path,null,null):[];for(const e of s)this.createPropertyInstance(e.object);this.updateControls()}createPropertyInstance(e){const t=document.createElement("div");if(t.classList.add("prop-instance"),this.node){const n=new H(this.form,this.node,this,e);t.appendChild(n)}else{let n;const a=this.dataset.path?this.form.plugins[this.dataset.path]:void 0;a?n=a.createInstance(this,null==e?void 0:e.value):(n=function(e,t){const n=L(e,"datatype");if(n)switch(n.value.replace(E,"")){case"string":return new k(e,t);case"integer":case"float":case"double":case"decimal":return new O(e,t);case"date":case"dateTime":return new M(e,t)}const a=I(e,"in");if(a){const n=t.lists[a];if(n){const a=new D(e,t);return a.setListEntries(n),a}console.error("list not found:",a,"existing lists:",t.lists)}return new k(e,t)}(this.quads,this.form.config),e&&n.setValue(e.value)),t.appendChild(n)}const n=document.createElement("button");return n.innerText="×",n.type="button",n.classList.add("control-button","btn","remove-button"),n.title="Remove "+this.name,n.addEventListener("click",(e=>{t.remove(),this.updateControls(),this.dispatchEvent(new Event("change",{bubbles:!0,cancelable:!0}))})),t.appendChild(n),this.insertBefore(t,this.addButton),t}updateControls(){let e=this.querySelectorAll(":scope > .prop-instance");0===e.length&&(!this.node||this.minCount>0)&&(this.createPropertyInstance(),e=this.querySelectorAll(":scope > .prop-instance"));const t=(e.length>1||this.node)&&e.length>this.minCount;for(const e of this.querySelectorAll(":scope > .prop-instance > .remove-button"))e.style.visibility=t?"visible":"hidden";const n=e.length<this.maxCount||0===this.maxCount;this.addButton.style.display=n?"inline":"none"}toRDF(e,t){const n=new f(this.dataset.path);for(const a of this.querySelectorAll(":scope > .prop-instance > *:first-child"))if(a instanceof H){const r=e.size,o=a.toRDF(e);e.size>r&&e.addQuad(t,n,o)}else if(a instanceof P){const r=a.toRDFObject();r&&e.addQuad(t,n,r)}}}window.customElements.define("shacl-property",B);class $ extends HTMLElement{constructor(e,t){super(),this.dataset.subject=e;let n=e;const a=t.shapesGraph.getQuads(e,null,null,null),r=I(a,"label",T,t.language);r&&(n=r);const o=I(a,"order");o&&(this.style.order=o);const s=document.createElement("h2");s.innerText=n,this.appendChild(s)}}window.customElements.define("shacl-group",$);const F={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let V;const U=new Uint8Array(16);function Q(){if(!V&&(V="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!V))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return V(U)}const W=[];for(let e=0;e<256;++e)W.push((e+256).toString(16).slice(1));const G=function(e,t,n){if(F.randomUUID&&!t&&!e)return F.randomUUID();const a=(e=e||{}).random||(e.rng||Q)();if(a[6]=15&a[6]|64,a[8]=63&a[8]|128,t){n=n||0;for(let e=0;e<16;++e)t[n+e]=a[e];return t}return function(e,t=0){return(W[e[t+0]]+W[e[t+1]]+W[e[t+2]]+W[e[t+3]]+"-"+W[e[t+4]]+W[e[t+5]]+"-"+W[e[t+6]]+W[e[t+7]]+"-"+W[e[t+8]]+W[e[t+9]]+"-"+W[e[t+10]]+W[e[t+11]]+W[e[t+12]]+W[e[t+13]]+W[e[t+14]]+W[e[t+15]]).toLowerCase()}(a)};class H extends HTMLElement{constructor(e,t,n,a){super(),this.form=e,this.parent=n,this.shaclSubject=t;const r=e.config.shapesGraph.getQuads(t,null,null,null),o=I(r,"targetClass");o&&(this.targetClass=new f(o)),this.exportValueSubject=a||new N(G()),this.dataset.nodeId=this.exportValueSubject.id;const s=e.config.shapesGraph.getQuads(t,`${q}property`,null,null);if(0==s.length)console.warn("node shape",t,"has no shacl properties");else{if(n instanceof B){let a=n.name;a||(a=I(r,"label",T,e.config.language),a||(a=o||t.value));const s=document.createElement("h1");s.innerText=a,this.appendChild(s)}const d=[],w=I(r,"and");if(w){const t=e.config.lists[w];t?d.push(...t):console.error("list not found:",w,"existing lists:",e.config.lists)}const i=e.config.shapesGraph.getQuads(t,`${q}node`,null,null);for(const e of i)d.push(e.object);for(const t of d)this.appendChild(new H(e,t,this,a));for(const t of s)if(t.object instanceof f||t.object instanceof N){let n=this;const r=e.config.shapesGraph.getQuads(t.object,`${q}group`,null,null);if(r.length>0){const t=r[0].object.value;if(e.config.groups.indexOf(t)>-1){let a=this.querySelector(`:scope > shacl-group[data-subject='${t}']`);a||(a=new $(t,e.config),this.appendChild(a)),n=a}else console.warn("ignoring unknown group reference",r[0])}n.appendChild(new B(e,t.object,a))}else console.warn("ignoring unexpected property type",t.object)}}toRDF(e,t){t||(t=this.exportValueSubject),e.size;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,new f(R+"type"),this.targetClass),this.parent||e.addQuad(t,new f(R+"type"),this.shaclSubject),t}}window.customElements.define("shacl-node",H);var z=n(8473);class X{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,a;for(const r in t)for(const o in n=t[r].subjects)for(const t in a=n[o])e+=Object.keys(a[t]).length;return this._size=e}_addToIndex(e,t,n,a){const r=e[t]||(e[t]={}),o=r[n]||(r[n]={}),s=a in o;return s||(o[a]=null),!s}_removeFromIndex(e,t,n,a){const r=e[t],o=r[n];delete o[a];for(const e in o)return;delete r[n];for(const e in r)return;delete e[t]}*_findInIndex(e,t,n,a,r,o,s,d){let w,i,h;const l=this._entities,c=b(d,this._factory),p={subject:null,predicate:null,object:null};t&&((w=e,e={})[t]=w[t]);for(const t in e)if(i=e[t]){p[r]=b(l[t],this._factory),n&&((w=i,i={})[n]=w[n]);for(const e in i)if(h=i[e]){p[o]=b(l[e],this._factory);const t=a?a in h?[a]:[]:Object.keys(h);for(let e=0;e<t.length;e++)p[s]=b(l[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 a,r;if(a=e[t])for(r in a)n(r)}_loopByKey1(e,t,n){let a,r;for(a in e)r=e[a],r[t]&&n(a)}_loopBy2Keys(e,t,n,a){let r,o,s;if((r=e[t])&&(o=r[n]))for(s in o)a(s)}_countInIndex(e,t,n,a){let r,o,s,d=0;t&&((r=e,e={})[t]=r[t]);for(const t in e)if(o=e[t]){n&&((r=o,o={})[n]=r[n]);for(const e in o)(s=o[e])&&(a?a in s&&d++:d+=Object.keys(s).length)}return d}_getGraphs(e){if(!J(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,a){t||(a=e.graph,n=e.object,t=e.predicate,e=e.subject),e=_(e),t=_(t),n=_(n),a=_(a);let r=this._graphs[a];r||(r=this._graphs[a]={subjects:{},predicates:{},objects:{}},Object.freeze(r));const o=this._ids,s=this._entities;e=o[e]||(o[s[++this._id]=e]=this._id),t=o[t]||(o[s[++this._id]=t]=this._id),n=o[n]||(o[s[++this._id]=n]=this._id);const d=this._addToIndex(r.subjects,e,t,n);return this._addToIndex(r.predicates,t,n,e),this._addToIndex(r.objects,n,e,t),this._size=null,d}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,a){return e&&e.subject&&({subject:e,predicate:t,object:n,graph:a}=e),!this.readQuads(e,t,n,a).next().done}import(e){return e.on("data",(e=>{this.addQuad(e)})),e}removeQuad(e,t,n,a){t||(a=e.graph,n=e.object,t=e.predicate,e=e.subject),e=_(e),t=_(t),n=_(n),a=_(a);const r=this._ids,o=this._graphs;let s,d,w;if(!((e=r[e])&&(t=r[t])&&(n=r[n])&&(s=o[a])&&(d=s.subjects[e])&&(w=d[t])&&n in w))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 o[a],!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,a){const r=new z.Readable({objectMode:!0});return r._read=()=>{for(const o of this.readQuads(e,t,n,a))r.push(o);r.push(null)},this.remove(r)}deleteGraph(e){return this.removeMatches(null,null,null,e)}getQuads(e,t,n,a){return[...this.readQuads(e,t,n,a)]}*readQuads(e,t,n,a){e=e&&_(e),t=t&&_(t),n=n&&_(n),a=a&&_(a);const r=this._getGraphs(a),o=this._ids;let s,d,w,i;if(!(J(e)&&!(d=o[e])||J(t)&&!(w=o[t])||J(n)&&!(i=o[n])))for(const e in r)(s=r[e])&&(d?i?yield*this._findInIndex(s.objects,i,d,w,"object","subject","predicate",e):yield*this._findInIndex(s.subjects,d,w,null,"subject","predicate","object",e):w?yield*this._findInIndex(s.predicates,w,i,null,"predicate","object","subject",e):i?yield*this._findInIndex(s.objects,i,null,null,"object","subject","predicate",e):yield*this._findInIndex(s.subjects,null,null,null,"subject","predicate","object",e))}match(e,t,n,a){return new K(this,e,t,n,a)}countQuads(e,t,n,a){e=e&&_(e),t=t&&_(t),n=n&&_(n),a=a&&_(a);const r=this._getGraphs(a),o=this._ids;let s,d,w,i,h=0;if(J(e)&&!(d=o[e])||J(t)&&!(w=o[t])||J(n)&&!(i=o[n]))return 0;for(const a in r)(s=r[a])&&(h+=e?n?this._countInIndex(s.objects,i,d,w):this._countInIndex(s.subjects,d,w,i):t?this._countInIndex(s.predicates,w,i,d):this._countInIndex(s.objects,i,d,w));return h}forEach(e,t,n,a,r){this.some((t=>(e(t),!1)),t,n,a,r)}every(e,t,n,a,r){let o=!1;const s=!this.some((t=>(o=!0,!e(t))),t,n,a,r);return o&&s}some(e,t,n,a,r){for(const o of this.readQuads(t,n,a,r))if(e(o))return!0;return!1}getSubjects(e,t,n){const a=[];return this.forSubjects((e=>{a.push(e)}),e,t,n),a}forSubjects(e,t,n,a){t=t&&_(t),n=n&&_(n),a=a&&_(a);const r=this._ids,o=this._getGraphs(a);let s,d,w;if(e=this._uniqueEntities(e),!(J(t)&&!(d=r[t])||J(n)&&!(w=r[n])))for(a in o)(s=o[a])&&(d?w?this._loopBy2Keys(s.predicates,d,w,e):this._loopByKey1(s.subjects,d,e):w?this._loopByKey0(s.objects,w,e):this._loop(s.subjects,e))}getPredicates(e,t,n){const a=[];return this.forPredicates((e=>{a.push(e)}),e,t,n),a}forPredicates(e,t,n,a){t=t&&_(t),n=n&&_(n),a=a&&_(a);const r=this._ids,o=this._getGraphs(a);let s,d,w;if(e=this._uniqueEntities(e),!(J(t)&&!(d=r[t])||J(n)&&!(w=r[n])))for(a in o)(s=o[a])&&(d?w?this._loopBy2Keys(s.objects,w,d,e):this._loopByKey0(s.subjects,d,e):w?this._loopByKey1(s.predicates,w,e):this._loop(s.predicates,e))}getObjects(e,t,n){const a=[];return this.forObjects((e=>{a.push(e)}),e,t,n),a}forObjects(e,t,n,a){t=t&&_(t),n=n&&_(n),a=a&&_(a);const r=this._ids,o=this._getGraphs(a);let s,d,w;if(e=this._uniqueEntities(e),!(J(t)&&!(d=r[t])||J(n)&&!(w=r[n])))for(a in o)(s=o[a])&&(d?w?this._loopBy2Keys(s.subjects,d,w,e):this._loopByKey1(s.objects,d,e):w?this._loopByKey0(s.predicates,w,e):this._loop(s.objects,e))}getGraphs(e,t,n){const a=[];return this.forGraphs((e=>{a.push(e)}),e,t,n),a}forGraphs(e,t,n,a){for(const r in this._graphs)this.some((t=>(e(t.graph),!0)),t,n,a,r)}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={},a=t?()=>!0:(e,t)=>{throw new Error(`${e.value} ${t}`)},r=this.getQuads(null,o.rdf.rest,o.rdf.nil,null),s=e?[...r]:[];return r.forEach((t=>{const r=[];let d,w,i=!1;const h=t.graph;let l=t.subject;for(;l&&!i;){const e=this.getQuads(null,null,l,null),t=this.getQuads(l,null,null,null);let n,c=null,p=null,u=null;for(let r=0;r<t.length&&!i;r++)n=t[r],n.graph.equals(h)?d?i=a(l,"has non-list arcs out"):n.predicate.value===o.rdf.first?c?i=a(l,"has multiple rdf:first arcs"):s.push(c=n):n.predicate.value===o.rdf.rest?p?i=a(l,"has multiple rdf:rest arcs"):s.push(p=n):e.length?i=a(l,"can't be subject and object"):(d=n,w="subject"):i=a(l,"not confined to single graph");for(let t=0;t<e.length&&!i;++t)n=e[t],d?i=a(l,"can't have coreferences"):n.predicate.value===o.rdf.rest?u?i=a(l,"has incoming rdf:rest arcs"):u=n:(d=n,w="object");c?r.unshift(c.object):i=a(l,"has no list head"),l=u&&u.subject}i?e=!1:d&&(n[d[w].value]=r)})),e&&this.removeQuads(s),n}*[Symbol.iterator](){yield*this.readQuads()}}function J(e){return"string"==typeof e||e instanceof String}class K extends z.Readable{constructor(e,t,n,a,r){super({objectMode:!0}),Object.assign(this,{n3Store:e,subject:t,predicate:n,object:a,graph:r})}get filtered(){if(!this._filtered){const{n3Store:e,graph:t,object:n,predicate:a,subject:r}=this,o=this._filtered=new X({factory:e._factory});for(const s of e.readQuads(r,a,n,t))o.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,a){return new K(this.filtered,e,t,n,a)}*[Symbol.iterator](){yield*this._filtered||this.n3Store.readQuads(this.subject,this.predicate,this.object,this.graph)}}var Y=n(4375),Z=n.n(Y);const{xsd:ee}=o,te=/\\u([a-fA-F0-9]{4})|\\U([a-fA-F0-9]{8})|\\([^])/g,ne={"\\":"\\","'":"'",'"':'"',n:"\n",r:"\r",t:"\t",f:"\f",b:"\b",_:"_","~":"~",".":".","-":"-","!":"!",$:"$","&":"&","(":"(",")":")","*":"*","+":"+",",":",",";":";","=":"=","/":"/","?":"?","#":"#","@":"@","%":"%"},ae=/[\x00-\x20<>\\"\{\}\|\^\`]/,re={_iri:!0,_unescapedIri:!0,_simpleQuotedString:!0,_langcode:!0,_blank:!0,_newline:!0,_comment:!0,_whitespace:!0,_endOfFile:!0},oe=/$0^/;class se{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 re)&&this[e]instanceof RegExp&&(this[e]=oe)}else this._n3Mode=!1!==e.n3;this._comments=!!e.comments,this._literalClosingPos=0}_tokenizeToEnd(e,t){let n=this._input,a=n.length;for(;;){let e,s;for(;e=this._newline.exec(n);)this._comments&&(s=this._comment.exec(e[0]))&&r("comment",s[1],"",this._line,e[0].length),n=n.substr(e[0].length,n.length),a=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))&&r("comment",s[1],"",this._line,n.length),n=null,r("eof","","",this._line,0)),this._input=n;const d=this._line,w=n[0];let i="",h="",l="",c=null,p=0,u=!1;switch(w){case"^":if(n.length<3)break;if("^"!==n[1]){this._n3Mode&&(p=1,i="^");break}if(this._previousMarker="^^",n=n.substr(2),"<"!==n[0]){u=!0;break}case"<":if(c=this._unescapedIri.exec(n))i="IRI",h=c[1];else if(c=this._iri.exec(n)){if(h=this._unescape(c[1]),null===h||ae.test(h))return o(this);i="IRI"}else n.length>1&&"<"===n[1]?(i="<<",p=2):this._n3Mode&&n.length>1&&"="===n[1]&&(i="inverse",p=2,h=">");break;case">":n.length>1&&">"===n[1]&&(i=">>",p=2);break;case"_":((c=this._blank.exec(n))||t&&(c=this._blank.exec(`${n} `)))&&(i="blank",l="_",h=c[1]);break;case'"':if(c=this._simpleQuotedString.exec(n))h=c[1];else if(({value:h,matchLength:p}=this._parseLiteral(n)),null===h)return o(this);null===c&&0===p||(i="literal",this._literalClosingPos=0);break;case"'":if(!this._lineMode){if(c=this._simpleApostropheString.exec(n))h=c[1];else if(({value:h,matchLength:p}=this._parseLiteral(n)),null===h)return o(this);null===c&&0===p||(i="literal",this._literalClosingPos=0)}break;case"?":this._n3Mode&&(c=this._variable.exec(n))&&(i="var",h=c[0]);break;case"@":"literal"===this._previousMarker&&(c=this._langcode.exec(n))?(i="langcode",h=c[1]):(c=this._keyword.exec(n))&&(i=c[0]);break;case".":if(1===n.length?t:n[1]<"0"||n[1]>"9"){i=".",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} `)))&&(i="literal",h=c[0],l="string"==typeof c[1]?ee.double:"string"==typeof c[2]?ee.decimal:ee.integer);break;case"B":case"b":case"p":case"P":case"G":case"g":(c=this._sparqlKeyword.exec(n))?i=c[0].toUpperCase():u=!0;break;case"f":case"t":(c=this._boolean.exec(n))?(i="literal",h=c[0],l=ee.boolean):u=!0;break;case"a":(c=this._shortPredicates.exec(n))?(i="abbreviation",h="a"):u=!0;break;case"=":this._n3Mode&&n.length>1&&(i="abbreviation",">"!==n[1]?(p=1,h="="):(p=2,h=">"));break;case"!":if(!this._n3Mode)break;case",":case";":case"[":case"]":case"(":case")":case"{":case"}":this._lineMode||(p=1,i=w);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} `)))&&(i="prefixed",l=c[1]||"",h=this._unescape(c[2])):(i="prefix",h=c[1]||"")),"^^"===this._previousMarker)switch(i){case"prefixed":i="type";break;case"IRI":i="typeIRI";break;default:i=""}if(!i)return t||!/^'''|^"""/.test(n)&&/\n|\r/.test(n)?o(this):this._input=n;const m=p||c[0].length,f=r(i,h,l,d,m);this.previousToken=f,this._previousMarker=i,n=n.substr(m,n.length)}function r(t,r,o,s,d){const w=n?a-n.length:a,i={type:t,value:r,prefix:o,line:s,start:w,end:w+d};return e(null,i),i}function o(t){e(t._syntaxError(/^\S*/.exec(n)[0]))}}_unescape(e){let t=!1;const n=e.replace(te,((e,n,a,r)=>{if("string"==typeof n)return String.fromCharCode(Number.parseInt(n,16));if("string"==typeof a){let e=Number.parseInt(a,16);return e<=65535?String.fromCharCode(Number.parseInt(a,16)):String.fromCharCode(55296+((e-=65536)>>10),56320+(1023&e))}return r in ne?ne[r]:(t=!0,"")}));return t?null:n}_parseLiteral(e){if(e.length>=3){const t=e.match(/^(?:"""|"|'''|'|)/)[0],n=t.length;let a=Math.max(this._literalClosingPos,n);for(;(a=e.indexOf(t,a))>0;){let t=0;for(;"\\"===e[a-t-1];)t++;if(t%2==0){const t=e.substring(n,a),r=t.split(/\r\n|\r|\n/).length-1,o=a+n;if(1===n&&0!==r||3===n&&this._lineMode)break;return this._line+=r,{value:this._unescape(t),matchLength:o}}a++}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,a)=>n?t=n:e.push(a)),!0),t)throw t;return e}Z()((()=>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 de=0;class we{constructor(e){this._contextStack=[],this._graph=null,e=e||{},this._setBase(e.baseIRI),e.factory&&he(this,e.factory);const t="string"==typeof e.format?e.format.match(/\w*$/)[0].toLowerCase():"",n=/turtle/.test(t),a=/trig/.test(t),r=/triple/.test(t),o=/quad/.test(t),s=this._n3Mode=/n3/.test(t),d=r||o;(this._supportsNamedGraphs=!(n||s))||(this._readPredicateOrNamedGraph=this._readPredicate),this._supportsQuads=!(n||a||r||s),this._supportsRDFStar=""===t||/star|\*$/.test(t),d&&(this._resolveRelativeIRI=e=>null),this._blankNodePrefix="string"!=typeof e.blankNodePrefix?"":e.blankNodePrefix.replace(/^(?!_:)/,"_:"),this._lexer=e.lexer||new se({lineMode:d,n3:s}),this._explicitQuantifiers=!!e.explicitQuantifiers}static _resetBlankNodePrefix(){de=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,a,r){const o=this._n3Mode;this._contextStack.push({type:e,subject:n,predicate:a,object:r,graph:t,inverse:!!o&&this._inversePredicate,blankPrefix:o?this._prefixes._:"",quantified:o?this._quantified:null}),o&&(this._inversePredicate=!1,this._prefixes._=this._graph?`${this._graph.id.substr(2)}.`:".",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 a=this._prefixes[e.prefix];if(void 0===a)return this._error(`Undefined prefix "${e.prefix}:"`,e);n=this._namedNode(a+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,a=this._readListItem;const r=this._subject,o=this._contextStack,s=o[o.length-1];switch(e.type){case"[":this._saveContext("blank",this._graph,n=this._blankNode(),this.RDF_FIRST,this._subject=t=this._blankNode()),a=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!==o.length&&"list"===o[o.length-1].type&&this._emit(this._subject,this._predicate,this._object,this._graph),null===this._predicate){if(a=this._readPredicate,this._subject===this.RDF_NIL)return a}else if(a=this._getContextEndReader(),this._object===this.RDF_NIL)return a;n=this.RDF_NIL;break;case"literal":0===e.prefix.length?(this._literalValue=e.value,a=this._readListItemDataTypeOrLang):(t=this._literal(e.value,this._namedNode(e.prefix)),a=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===r?null===s.predicate?s.subject=n:s.object=n:this._emit(r,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 a}_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 a=this._subject,r=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,r&&(this._inversePredicate=!1);break;case";":t=this._readPredicate;break;case",":t=this._readObject;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!==a){const e=this._predicate,t=this._object;r?this._emit(t,e,a,n):this._emit(a,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 a=this._blankNode();if(void 0!==(n=this._readEntity(e)))return null===this._predicate?(t=this._subject,this._subject=a):(t=this._object,this._object=a),this._emit(t,n,a,this._graph),this._readPath}_readBackwardPath(e){const t=this._blankNode();let n,a;if(void 0!==(n=this._readEntity(e)))return null===this._predicate?(a=this._subject,this._subject=t):(a=this._object,this._object=t),this._emit(t,n,a,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,a){this._callback(null,this._quad(e,t,n,a||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=ie}_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="",a=-1,r=-1,o=0,s="/";for(;a<t;){switch(s){case":":if(r<0&&"/"===e[++a]&&"/"===e[++a])for(;(r=a+1)<t&&"/"!==e[r];)a=r;break;case"?":case"#":a=t;break;case"/":if("."===e[a+1])switch(s=e[1+ ++a],s){case"/":n+=e.substring(o,a-1),o=a+1;break;case void 0:case"?":case"#":return n+e.substring(o,a)+e.substr(a+1);case".":if(s=e[1+ ++a],void 0===s||"/"===s||"?"===s||"#"===s){if(n+=e.substring(o,a-2),(o=n.lastIndexOf("/"))>=r&&(n=n.substr(0,o)),"/"!==s)return`${n}/${e.substr(a+1)}`;o=a+1}}}s=e[++a]}return n+e.substring(o)}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${de++}_`,this._prefixCallback=n||ie,this._inversePredicate=!1,this._quantified=Object.create(null),!t){const t=[];let n;if(this._callback=(e,a)=>{e?n=e:a&&t.push(a)},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=ie):this._readCallback&&(this._readCallback=this._readCallback(t))}))}}function ie(){}function he(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(o.rdf.first),e.RDF_REST=n(o.rdf.rest),e.RDF_NIL=n(o.rdf.nil),e.N3_FORALL=n(o.r.forAll),e.N3_FORSOME=n(o.r.forSome),e.ABBREVIATIONS={a:n(o.rdf.type),"=":n(o.owl.sameAs),">":n(o.log.implies)},e.QUANTIFIERS_GRAPH=n("urn:n3:quantifiers")}he(we.prototype,u);class le{createTextInput(){return document.createElement("input")}}class ce{createTextInput(){const e=document.createElement("input");return e.classList.add("form-control"),e}}class pe{constructor(){this.shapes=null,this.shapesUrl=null,this.shapeSubject=null,this.values=null,this.valuesUrl=null,this.valueSubject=null,this.language=null,this.addEmptyElementToLists=null,this._theme=new le,this._shapesGraph=new X,this._valuesGraph=new X,this._lists={},this._groups=[]}equals(e){if(!e)return!1;for(const t of Object.keys(this))if(this[t]!==e[t])return!1;return!0}loadGraphs(){return e=this,t=void 0,a=function*(){pe.abortController.abort(),this.shapesGraph=new X((new we).parse(this.shapes?this.shapes:this.shapesUrl?yield fetch(this.shapesUrl,{signal:pe.abortController.signal}).then((e=>e.text())):"")),this.valuesGraph=new X(new we({blankNodePrefix:""}).parse(this.values?this.values:this.valuesUrl?yield fetch(this.valuesUrl,{signal:pe.abortController.signal}).then((e=>e.text())):""))},new((n=void 0)||(n=Promise))((function(r,o){function s(e){try{w(a.next(e))}catch(e){o(e)}}function d(e){try{w(a.throw(e))}catch(e){o(e)}}function w(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(s,d)}w((a=a.apply(e,t||[])).next())}));var e,t,n,a}get shapesGraph(){return this._shapesGraph}set shapesGraph(e){this._shapesGraph=e,this._lists=this._shapesGraph.extractLists(),this._groups=[],this._shapesGraph.getQuads(null,`${R}type`,`${q}PropertyGroup`,null).forEach((e=>{this._groups.push(e.subject.value)}))}get valuesGraph(){return this._valuesGraph}set valuesGraph(e){this._valuesGraph=e}get lists(){return this._lists}get groups(){return this._groups}set theme(e){this._theme=e}static from(e){const t=new pe;for(const n of Object.keys(t))t[n]=e.dataset[n];return t.language||(t.language=navigator.language),t}static get keysAsDataAttributes(){return Object.keys(new pe).filter((e=>!e.startsWith("_"))).map((e=>"data-"+e.replace(/[A-Z]/g,(e=>"-"+e.toLowerCase()))))}}pe.abortController=new AbortController;const ue=u.defaultGraph(),{rdf:me,xsd:fe}=o,ge=/["\\\t\n\r\b\f\u0000-\u0019\ud800-\udbff]/,Ne=/["\\\t\n\r\b\f\u0000-\u0019]|[\ud800-\udbff][\udc00-\udfff]/g,ye={"\\":"\\\\",'"':'\\"',"\t":"\\t","\n":"\\n","\r":"\\r","\b":"\\b","\f":"\\f"};class be extends m{equals(){return!1}}class _e{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,a){e+=t,a&&a()},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=ue,this._prefixIRIs=Object.create(null),t.prefixes&&this.addPrefixes(t.prefixes),t.baseIRI&&(this._baseMatcher=new RegExp(`^${Se(t.baseIRI)}${t.baseIRI.endsWith("/")?"":"[#?]"}`),this._baseLength=t.baseIRI.length))}get _inDefaultGraph(){return ue.equals(this._graph)}_write(e,t){this._outputStream.write(e,"utf8",t)}_writeQuad(e,t,n,a,r){try{a.equals(this._graph)||(this._write((null===this._subject?"":this._inDefaultGraph?".\n":"\n}\n")+(ue.equals(a)?"":`${this._encodeIriOrBlank(a)} {\n`)),this._graph=a,this._subject=null),e.equals(this._subject)?t.equals(this._predicate)?this._write(`, ${this._encodeObject(n)}`,r):this._write(`;\n ${this._encodePredicate(this._predicate=t)} ${this._encodeObject(n)}`,r):this._write(`${(null===this._subject?"":".\n")+this._encodeSubject(this._subject=e)} ${this._encodePredicate(this._predicate=t)} ${this._encodeObject(n)}`,r)}catch(e){r&&r(e)}}_writeQuadLine(e,t,n,a,r){delete this._prefixMatch,this._write(this.quadToString(e,t,n,a),r)}quadToString(e,t,n,a){return`${this._encodeSubject(e)} ${this._encodeIriOrBlank(t)} ${this._encodeObject(n)}${a&&a.value?` ${this._encodeIriOrBlank(a)} .\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)),ge.test(t)&&(t=t.replace(Ne,ve));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(ge.test(t)&&(t=t.replace(Ne,ve)),e.language)return`"${t}"@${e.language}`;if(this._lineMode){if(e.datatype.value===fe.string)return`"${t}"`}else switch(e.datatype.value){case fe.string:return`"${t}"`;case fe.boolean:if("true"===t||"false"===t)return t;break;case fe.integer:if(/^[+-]?\d+$/.test(t))return t;break;case fe.decimal:if(/^[+-]?\d*\.\d+$/.test(t))return t;break;case fe.double:if(/^[+-]?(?:\d+\.\d*|\.?\d+)[eE][+-]?\d+$/.test(t))return t}return`"${t}"^^${this._encodeIriOrBlank(e.datatype)}`}_encodePredicate(e){return e.value===me.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:a}){return`<<${this._encodeSubject(e)} ${this._encodePredicate(t)} ${this._encodeObject(n)}${s(a)?"":` ${this._encodeIriOrBlank(a)}`}>>`}_blockedWrite(){throw new Error("Cannot write because the writer has been closed.")}addQuad(e,t,n,a,r){void 0===n?this._writeQuad(e.subject,e.predicate,e.object,e.graph,t):"function"==typeof a?this._writeQuad(e,t,n,ue,a):this._writeQuad(e,t,n,a||ue,r)}addQuads(e){for(let t=0;t<e.length;t++)this.addQuad(e[t])}addPrefix(e,t,n){const a={};a[e]=t,this.addPrefixes(a,n)}addPrefixes(e,t){if(!this._prefixIRIs)return t&&t();let n=!1;for(let t in e){let a=e[t];"string"!=typeof a&&(a=a.value),n=!0,null!==this._subject&&(this._write(this._inDefaultGraph?".\n":"\n}\n"),this._subject=null,this._graph=""),this._prefixIRIs[a]=t+=":",this._write(`@prefix ${t} <${a}>.\n`)}if(n){let e="",t="";for(const n in this._prefixIRIs)e+=e?`|${n}`:n,t+=(t?"|":"")+this._prefixIRIs[n];e=Se(e),this._prefixRegex=new RegExp(`^(?:${t})[^/]*$|^(${e})([a-zA-Z][\\-_a-zA-Z0-9]*)$`)}this._write(n?"\n":"",t)}blank(e,t){let n,a,r=e;switch(void 0===e?r=[]:e.termType?r=[{predicate:e,object:t}]:"length"in e||(r=[e]),a=r.length){case 0:return new be("[]");case 1:if(n=r[0],!(n.object instanceof be))return new be(`[ ${this._encodePredicate(n.predicate)} ${this._encodeObject(n.object)} ]`);default:let t="[";for(let o=0;o<a;o++)n=r[o],n.predicate.equals(e)?t+=`, ${this._encodeObject(n.object)}`:(t+=`${(o?";\n ":"\n ")+this._encodePredicate(n.predicate)} ${this._encodeObject(n.object)}`,e=n.predicate);return new be(`${t}\n]`)}}list(e){const t=e&&e.length||0,n=new Array(t);for(let a=0;a<t;a++)n[a]=this._encodeObject(e[a]);return new be(`(${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,a)=>{t=null,e(n,a)});if(this._endStream)try{return this._outputStream.end(t)}catch(e){}t&&t()}}function ve(e){let t=ye[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 Se(e){return e.replace(/[\]\/\(\)\*\+\?\.\\\$]/g,"\\$&")}var xe=n(1989),Ce=n.n(xe);class qe{constructor(e,{bind:t=!1}={}){this._factories=e.slice();for(const e of this._factories){"function"==typeof e.prototype.init&&e.prototype.init.call(this);for(const n of e.exports||[])this[n]=t?e.prototype[n].bind(this):e.prototype[n]}}clone(){const e=new qe(this._factories);for(const t of e._factories)"function"==typeof t.prototype.clone&&t.prototype.clone.call(e,this);return e}}const Ee=qe;var Re=n(6276);const Te=async function(e={}){if(!e.body||!e.body.readable)return e;const t=await async function(e){const t=[];for await(const n of e)t.push(n);return t}(e.body);return t.length>0?1===t[0].BYTES_PER_ELEMENT?e.body=function(e){const t=e.reduce(((e,t)=>e+t.length),0),n=new Uint8Array(t);let a=0;for(const t of e)n.set(t,a),a+=t.length;return n}(t):e.body=t.join(""):e.body="",e};var Ae=n(1920),Ie=n(1463);class Le{constructor(e,t){this.obj=e;for(const[e,n]of Object.entries(t))this[e]=n;for(const t of Le.properties(e))t in this||("function"==typeof this.obj[t]?this[t]=(...n)=>this.obj[t].call(e,n):Object.defineProperty(this,t,{get:()=>this.obj[t],set:e=>{this.obj[t]=e},enumerable:!0,configurable:!0}))}static properties(e){return Object.getOwnPropertyNames(Object.getPrototypeOf(e))}}const je=Le,Pe=function(e){if(e.bodyUsed){const t=new Ae.Readable({read:()=>t.destroy(new Error("body already in use"))});return e.body=t,e}return e.body&&e.body.readable?e:e.body&&"function"==typeof e.body.getReader?new je(e,{body:(n=e.body.getReader(),new Ae.Readable({read:async function(){try{let e,t;do{e=await n.read(),e.done?this.push(null):t=!this.push(e.value)}while(!e.done&&!t)}catch(e){this.destroy(e)}}}))}):(e.body=(t=()=>e.arrayBuffer(),new Ae.Readable({read:Ie((async function(){try{this.push(new Uint8Array(await t())),this.push(null)}catch(e){this.destroy(e)}}))})),e);var t,n},Me=window.Headers;function ke(e,t){return Te(t).then((t=>fetch(e,t).then((e=>Pe(e)))))}var Oe=n(7077);const De=function(e,t){if(e.headers=function(e){const t={};return Object.entries(e).forEach((([e,n])=>{t[e.toLowerCase()]=n})),t}(e.headers||{}),e.headers.accept=e.headers.accept||[...t.parsers.keys()].join(", "),!e.body)return e;if("string"==typeof e.body)return e;if(e.headers["content-type"]&&!t.serializers.has(e.headers["content-type"]))throw new Error(`no serializer found for media type: ${e.headers["content-type"]}`);return e.headers["content-type"]=e.headers["content-type"]||t.serializers.keys().next().value,!(function(e){return null!==e&&"object"==typeof e&&"function"==typeof e.pipe}(n=e.body)&&!1!==n.readable&&"function"==typeof n._read&&"object"==typeof n._readableState)&&e.body[Symbol.iterator]&&(e.body=Oe.Readable.from(e.body)),e.body=t.serializers.import(e.headers["content-type"],e.body),e;var n},Be=/<(.*)>/,$e=function(e,t,n){e.quadStream=async()=>{if(!e.headers.get("content-type"))throw new Error("Content-Type header missing: couldn't determine parser");let a=e.headers.get("content-type").split(";")[0];const r=function(e,t){if("application/json"!==t)return null;if(!e.headers.has("link"))return null;const n=e.headers.get("link").split(",").map((e=>e.trim())).find((e=>e.includes('rel="http://www.w3.org/ns/json-ld#context"')));if(!n)return null;const a=(Be.exec(n)||[]).slice(-1)[0];return a?new URL(a,e.url).toString():null}(e,a);if(r&&(a="application/ld+json"),!n.has(a))return Promise.reject(new Error(`unknown content type: ${a}`));let o;return r&&(o=await t(r).then((e=>e.json()))),n.import(a,e.body,{baseIRI:e.url,context:o})}};function Fe(e){const t=function(t,n={}){return async function(e,t={}){const n=t.factory,a=t.fetch||ke,r=t.formats;if(!r)throw new Error("no formats given");t=De(t,r);return function(e,t,n,a){const r=[...e.headers.keys()].some((e=>e.startsWith("content-"))),o="chunked"===e.headers.get("transfer-encoding");return(r||o)&&($e(e,n,a),t&&function(e,t){e.dataset=async()=>{const n=await e.quadStream();return async function(e,t){for await(const n of t)e.add(n);return e}(t.dataset(),n)}}(e,t)),e}(await a(e,t),n,a,r.parsers)}(t,{...n,factory:"function"==typeof e.dataset?e:null,fetch:e._fetch.fetch,formats:e.formats})};return t.config=function(t,n){e._fetch[t]=n},t.Headers=Me,t}class Ve{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}Ve.prototype.termType="BlankNode";const Ue=Ve;class Qe{equals(e){return!!e&&e.termType===this.termType}}Qe.prototype.termType="DefaultGraph",Qe.prototype.value="";const We=Qe,Ge=function(e,t){if(!t)return null;if("BlankNode"===t.termType)return e.blankNode(t.value);if("DefaultGraph"===t.termType)return e.defaultGraph();if("Literal"===t.termType)return e.literal(t.value,t.language||e.namedNode(t.datatype.value));if("NamedNode"===t.termType)return e.namedNode(t.value);if("Quad"===t.termType){const n=e.fromTerm(t.subject),a=e.fromTerm(t.predicate),r=e.fromTerm(t.object),o=e.fromTerm(t.graph);return e.quad(n,a,r,o)}if("Variable"===t.termType)return e.variable(t.value);throw new Error(`unknown termType ${t.termType}`)};class He{constructor(e,t,n){this.value=e,this.language=t,this.datatype=n}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value&&e.language===this.language&&e.datatype.equals(this.datatype)}}He.prototype.termType="Literal";const ze=He;class Xe{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}Xe.prototype.termType="NamedNode";const Je=Xe;class Ke{constructor(e,t,n,a){this.subject=e,this.predicate=t,this.object=n,this.graph=a}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)}}Ke.prototype.termType="Quad",Ke.prototype.value="";const Ye=Ke;class Ze{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}Ze.prototype.termType="Variable";const et=Ze,tt=new Je("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),nt=new Je("http://www.w3.org/2001/XMLSchema#string");class at{constructor(){this.init()}init(){this._data={blankNodeCounter:0,defaultGraph:new We}}namedNode(e){return new Je(e)}blankNode(e){return e=e||"b"+ ++this._data.blankNodeCounter,new Ue(e)}literal(e,t){return"string"==typeof t?new ze(e,t,tt):new ze(e,"",t||nt)}variable(e){return new et(e)}defaultGraph(){return this._data.defaultGraph}quad(e,t,n,a=this.defaultGraph()){return new Ye(e,t,n,a)}fromTerm(e){return Ge(this,e)}fromQuad(e){return Ge(this,e)}}at.exports=["blankNode","defaultGraph","fromQuad","fromTerm","literal","namedNode","quad","variable"];const rt=new at,ot={apply:(e,t,n)=>e(n[0]),get:(e,t)=>e(t)};class st{namespace(e){return function(e,{factory:t=rt}={}){const n=(n="")=>t.namedNode(`${e}${n.raw||n}`);return"undefined"==typeof Proxy?n:new Proxy(n,ot)}(e,{factory:this})}}st.exports=["namespace"];const dt=st;class wt extends Map{constructor(e=[],{factory:t}){super(e),this.factory=t}resolve(e){if(e.value.includes("://"))return null;const[t,n]=e.value.split(":",2);return void 0===n?null:this.has(t)?this.factory.namedNode(`${this.get(t).value}${n}`):null}shrink(e){if(!e)return null;const[t]=[...this].filter((([,t])=>e.value.startsWith(t.value))).sort(((e,t)=>t[1].value.length-e[1].value.length));return void 0===t?null:this.factory.namedNode(`${t[0]}:${e.value.slice(t[1].value.length)}`)}import(e){return e.on("prefix",((e,t)=>{this.set(e,t)})),new Promise(((t,n)=>{(0,z.finished)(e,(e=>{e?n(e):t(this)}))}))}export(e){for(const[t,n]of this)e.emit("prefix",t,n);return this}}const it=wt;class ht{init(){this.prefixes=new it([],{factory:this})}clone(e){if(e.prefixes)for(const[t,n]of e.prefixes)this.prefixes.set(t,n)}prefixMap(e){return new it(e,{factory:this})}}ht.exports=["prefixMap"];const lt=ht,ct=function({factor:e,score:t}){return({dataset:n,graph:a,terms:r=[]})=>t({dataset:n,graph:a,terms:r}).map((t=>(t.score*=e,t)))};var pt=n(6083);class ut extends Set{constructor(e=[]){super(),this._index=new Map;for(const t of e)this.add(t)}add(e){return this._index.set(ut.key(e),e),super.add(e)}delete(e){const t=this._index.get(ut.key(e));return super.delete(t)}has(e){return this._index.has(ut.key(e))}static key(e){return e.map((e=>e&&pt(e)||"undefined")).join(" ")}}const mt=ut;class ft extends Map{constructor(e=[]){super(),this._keys=new Map;for(const[t,n]of e)this.set(t,n)}delete(e){const t=ft.key(e);return this._keys.delete(t),super.delete(t)}get(e){return super.get(ft.key(e))}has(e){return super.has(ft.key(e))}keys(){return new mt(this._keys.values())}set(e,t){const n=ft.key(e);return this._keys.set(n,e),super.set(n,t)}static key(e){return e.map((e=>e&&pt(e)||"undefined")).join(" ")}}const gt=ft,Nt=function(e){return({dataset:t,graph:n,terms:a=[]})=>{const r=new gt;for(let o=0;o<e.length;o++){const s=(0,e[o])({dataset:t,graph:n,terms:a});for(const e of s){const t=r.get([e.term,n]);t?t.score+=e.score:r.set([e.term,n],e)}}return[...r.values()]}};function yt(e){const t=1/e.length;return Nt(e.map((e=>ct({factor:t,score:e}))))}yt.prioritized=function(e){const t=2/(e.length*(e.length+1)),n=e.map(((n,a)=>{const r=(e.length-a)*t;return ct({factor:r,score:n})}));return Nt(n)};const bt=yt,_t=function(e){return({dataset:t,graph:n,terms:a=[]})=>e.flatMap((e=>e({dataset:t,graph:n,terms:a})))};class vt{constructor(e){if(this.index=new Map,e)for(const[t,n]of e)this.set(t,n)}get size(){return this.index.size}clear(){this.index.clear()}delete(e){return this.index.delete(pt(e))}*entries(){for(const[,{term:e,value:t}]of this.index)yield[e,t]}forEach(e,t){for(const n of this.entries())e.call(t,n[1],n[0],this)}get(e){const t=this.index.get(pt(e));return t&&t.value}has(e){return this.index.has(pt(e))}*keys(){for(const[,{term:e}]of this.index)yield e}set(e,t){const n=pt(e);return this.index.set(n,{term:e,value:t}),this}*values(){for(const[,{value:e}]of this.index)yield e}[Symbol.iterator](){return this.entries()[Symbol.iterator]()}}const St=vt,xt=function({graph:e,object:t,predicate:n,subject:a=!0}={}){const r={subject:a,predicate:n,object:t,graph:e};return({dataset:e,graph:t,terms:n=[]})=>{const a=new St;let o=0;const s=r=>{for(const s of n){const n=["subject"===r&&s,"predicate"===r&&s,"object"===r&&s,t||"graph"===r&&s],d=e.match(...n);for(const e of d){const t=e[r],n=a.get(t)||{count:0};a.has(t)||a.set(t,n),n.count++,o++}}};for(const e of["subject","predicate","object","graph"])r[e]&&s(e);const d=[];for(const[n,r]of a)d.push({dataset:e,graph:t,term:n,score:r.count/o});return d}},Ct=function(e){const t=new gt;for(const n of e){const e=t.get([n.term,n.graph]);e?e.score<n.score&&(t.delete([n.term,n.graph]),t.set([n.term,n.graph],n)):t.set([n.term,n.graph],n)}return[...t.values()]},qt=function({graph:e,object:t,predicate:n,subject:a}){const r={subject:a,predicate:n,object:t,graph:e};return({dataset:e,graph:t,terms:n=[]})=>{for(const a of n){const n=[{dataset:e,graph:t,term:a,score:1}];if(r.subject&&r.subject.equals(a)&&e.match(a,null,null,t).size>0)return n;if(r.predicate&&r.predicate.equals(a)&&e.match(null,a,null,t).size>0)return n;if(r.object&&r.object.equals(a)&&e.match(null,null,a,t).size>0)return n;if(r.graph&&r.graph.equals(a)&&(!t||r.graph.equals(t))&&e.match(null,null,null,t).size>0)return n}return[]}},Et=function(e){return({dataset:t,graph:n,terms:a=[]})=>{for(const r of e){const e=r({dataset:t,graph:n,terms:a});if(e.length>0)return e}return[]}},Rt=function(e){const t=e;return({dataset:e,graph:n,terms:a=[]})=>{for(const r of a)if(r.equals(t))return[{dataset:e,graph:n,term:r,score:1}];return[]}},Tt=function(e){const t=new Map;let n;for(const[a,r]of Object.entries(e)){const o=1-a/e.length;"*"===r?n=o:t.set(r,o)}return({dataset:e,graph:a,terms:r=[]})=>{const o=[];for(const s of r){let r=t.get(s.language);void 0===r&&"string"==typeof s.language&&n&&(r=n),void 0!==r&&o.push({dataset:e,graph:a,term:s,score:r})}return o}};function At(e){try{return pt(e)}catch(e){return null}}class It{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=pt(e);return this.index.has(t)||this.index.set(t,e),this}clear(){this.index.clear()}delete(e){return!!e&&this.index.delete(At(e))}entries(){return this.values().entries()}forEach(e,t){return this.values().forEach(e,t)}has(e){return!!e&&this.index.has(At(e))}values(){return new Set(this.index.values())}keys(){return this.values()}[Symbol.iterator](){return this.values()[Symbol.iterator]()}}const Lt=It,jt=function({alpha:e=.85,epsilon:t=1e-6}={}){return({dataset:n,graph:a,terms:r})=>{r=new Lt(r);const o=new St,s=1/r.size;let d=1;for(const e of r){const t=n.match(null,null,e,a);o.set(e,{weight:s,outbound:t.size,subjects:[...t].map((e=>e.subject)).filter((e=>r.has(e)))})}for(;d>t;){const t=new St;let n=0;for(const[e,a]of o)t.set(e,a.weight),0===a.outbound&&(n+=a.weight),a.weight=0;n*=e;for(const[a,r]of o){for(const n of r.subjects)o.get(n).weight+=e*t.get(a)/r.outbound;r.weight+=(1-e)*s+n*s}d=0;for(const[e,n]of o)d+=Math.abs(n.weight-t.get(e))}const w=[];for(const[e,t]of o)w.push({dataset:n,graph:a,term:e,score:t.weight});return w}},Pt=function(){return({dataset:e,graph:t,terms:n=[]})=>{const a=[];for(const r of n){let n=Number.EPSILON;if("NamedNode"===r.termType){let e=new URL(r.value).pathname;e.endsWith("/")&&(e=e.slice(0,-1)),n=1/e.split("/").length}a.push({dataset:e,graph:t,term:r,score:n})}return a}},Mt=function(e){return({dataset:t,graph:n,terms:a=[]})=>{const r=[],o=2/(e.length*(e.length+1));for(let s=0;s<e.length;s++){const d=(e.length-s)*o,w=ct({factor:d,score:e[s]});for(const e of w({dataset:t,graph:n,terms:a}))r.push(e)}return r}},kt=function(e){return({dataset:t,graph:n,terms:a=[]})=>{if(0===e.length)return[];const r=e[0]({dataset:t,graph:n,terms:a}),o=new gt(r.map((e=>[[e.term,n],e])));for(let r=1;r<e.length;r++){const s=e[r],d=o.keys(),w=s({dataset:t,graph:n,terms:a});for(const e of w){const t=o.get([e.term,n]);t&&(t.score*=e.score),d.delete([e.term,n])}for(const e of d)o.delete(e)}return[...o.values()]}},Ot=function(e){return e.slice().sort(((e,t)=>{const n=t.score-e.score;return 0!==n?n:e.term.value.localeCompare(t.term.value)}))},Dt=function({dataset:e,objects:t,score:n,termCallback:a=(e=>e.term)}={}){const r=new St(t.map((e=>[a(e),e]))),o=t.map((e=>a(e)));return Ot(Ct(n({dataset:e,terms:o}))).map((({term:e})=>r.get(e)))};class Bt{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}Bt.prototype.termType="BlankNode";const $t=Bt;class Ft{equals(e){return!!e&&e.termType===this.termType}}Ft.prototype.termType="DefaultGraph",Ft.prototype.value="";const Vt=Ft,Ut=function(e,t){if(!t)return null;if("BlankNode"===t.termType)return e.blankNode(t.value);if("DefaultGraph"===t.termType)return e.defaultGraph();if("Literal"===t.termType)return e.literal(t.value,t.language||e.namedNode(t.datatype.value));if("NamedNode"===t.termType)return e.namedNode(t.value);if("Quad"===t.termType){const n=e.fromTerm(t.subject),a=e.fromTerm(t.predicate),r=e.fromTerm(t.object),o=e.fromTerm(t.graph);return e.quad(n,a,r,o)}if("Variable"===t.termType)return e.variable(t.value);throw new Error(`unknown termType ${t.termType}`)};class Qt{constructor(e,t,n){this.value=e,this.language=t,this.datatype=n}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value&&e.language===this.language&&e.datatype.equals(this.datatype)}}Qt.prototype.termType="Literal";const Wt=Qt;class Gt{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}Gt.prototype.termType="NamedNode";const Ht=Gt;class zt{constructor(e,t,n,a){this.subject=e,this.predicate=t,this.object=n,this.graph=a}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)}}zt.prototype.termType="Quad",zt.prototype.value="";const Xt=zt;class Jt{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}Jt.prototype.termType="Variable";const Kt=Jt,Yt=new Ht("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),Zt=new Ht("http://www.w3.org/2001/XMLSchema#string");class en{constructor(){this.init()}init(){this._data={blankNodeCounter:0,defaultGraph:new Vt}}namedNode(e){return new Ht(e)}blankNode(e){return e=e||"b"+ ++this._data.blankNodeCounter,new $t(e)}literal(e,t){return"string"==typeof t?new Wt(e,t,Yt):new Wt(e,"",t||Zt)}variable(e){return new Kt(e)}defaultGraph(){return this._data.defaultGraph}quad(e,t,n,a=this.defaultGraph()){return new Xt(e,t,n,a)}fromTerm(e){return Ut(this,e)}fromQuad(e){return Ut(this,e)}}en.exports=["blankNode","defaultGraph","fromQuad","fromTerm","literal","namedNode","quad","variable"];const tn=new en,nn=function(e){const t={rdf:{type:tn.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type")}};return({dataset:n,graph:a,terms:r=[]})=>{const o=[];for(const s of r)for(const r of n.match(s,t.rdf.type,e,a))o.push({dataset:n,graph:r.graph,term:s,score:1});return o}};class an{termMap(e){return new St(e)}}an.exports=["termMap"];const rn=an;function on(e){try{return pt(e)}catch(e){return null}}class sn{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=pt(e);return this.index.has(t)||this.index.set(t,e),this}clear(){this.index.clear()}delete(e){return!!e&&this.index.delete(on(e))}entries(){return this.values().entries()}forEach(e,t){return this.values().forEach(e,t)}has(e){return!!e&&this.index.has(on(e))}values(){return new Set(this.index.values())}keys(){return this.values()}[Symbol.iterator](){return this.values()[Symbol.iterator]()}}const dn=sn;class wn{termSet(e){return new dn(e)}}wn.exports=["termSet"];const hn=wn;function ln({backward:e,callback:t,dataset:n,filter:a,forward:r,term:o,visited:s}){const d=(o,w)=>{const i=o=>{for(const i of o){if(s.has(i))continue;s.add(i);const o={dataset:n,level:w,quad:i};a(o)&&(t(o),r&&d(i.object,w+1),e&&d(i.subject,w+1))}};r&&i(n.match(o)),e&&i(n.match(null,null,o))};d(o,0)}class cn{traverser(e,{backward:t=!1,forward:n=!0}={}){return new class{constructor(e,{backward:t=!1,factory:n,forward:a=!0}){this.backward=t,this.factory=n,this.filter=e,this.forward=a}forEach({term:e,dataset:t},n){ln({backward:this.backward,callback:n,dataset:t,filter:this.filter,forward:this.forward,term:e,visited:this.factory.dataset()})}match({term:e,dataset:t}){const n=this.factory.dataset();return ln({backward:this.backward,callback:({quad:e})=>n.add(e),dataset:t,filter:this.filter,forward:this.forward,term:e,visited:this.factory.dataset()}),n}reduce({term:e,dataset:t},n,a){let r=a;return ln({backward:this.backward,callback:e=>{r=n(e,r)},dataset:t,filter:this.filter,forward:this.forward,term:e,visited:this.factory.dataset()}),r}}(e,{backward:t,factory:this,forward:n})}}cn.exports=["traverser"];const pn=cn;var un=n(7114);class mn{clownface({...e}={}){return e.dataset||"function"!=typeof this.dataset||(e.dataset=this.dataset()),un({...e,factory:this})}}mn.exports=["clownface"];const fn=mn,gn=class extends Ue{toCanonical(){return pt(this)}toString(){return this.toCanonical()}},Nn=class extends We{toCanonical(){return pt(this)}toString(){return this.toCanonical()}},yn=class extends ze{toCanonical(){return pt(this)}toString(){return this.value}},bn=class extends Je{toCanonical(){return pt(this)}toString(){return this.value}},_n=class extends Ye{toCanonical(){return pt(this)}toString(){return this.toCanonical()}},vn=class extends et{toCanonical(){return pt(this)}toString(){return this.toCanonical()}},Sn=new bn("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),xn=new bn("http://www.w3.org/2001/XMLSchema#string");class Cn{init(){this._data={blankNodeCounter:0,defaultGraph:new Nn}}namedNode(e){return new bn(e)}blankNode(e){return e=e||"b"+ ++this._data.blankNodeCounter,new gn(e)}literal(e,t){return"string"==typeof t?new yn(e,t,Sn):new yn(e,"",t||xn)}variable(e){return new vn(e)}defaultGraph(){return this._data.defaultGraph}quad(e,t,n,a=this.defaultGraph()){return new _n(e,t,n,a)}fromTerm(e){return Ge(this,e)}fromQuad(e){return Ge(this,e)}}Cn.exports=["namedNode","blankNode","literal","variable","defaultGraph","quad","fromTerm","fromQuad"];const qn=Cn;function En(e){return"string"==typeof e||e instanceof String}function Rn(e){if("string"==typeof e)return e;if(!e)return"";if(void 0!==e.id&&"Quad"!==e.termType)return e.id;let t,n,a,r;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=An(Rn(e.subject)),n=An(Rn(e.predicate)),a=An(Rn(e.object)),r="DefaultGraph"===e.graph.termType?"":` ${Rn(e.graph)}`,`<<${t} ${n} ${a}${r}>>`;default:throw new Error(`Unexpected termType: ${e.termType}`)}}const Tn=/^"(.*".*)(?="[^"]*$)/;function An(e){return e.replace(Tn,((e,t)=>`"${t.replace(/"/g,'""')}`))}class In{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,a;for(const r in t)for(const o in n=t[r].subjects)for(const t in a=n[o])e+=Object.keys(a[t]).length;return this._size=e,this._size}add(e){let t=Rn(e.subject),n=Rn(e.predicate),a=Rn(e.object);const r=Rn(e.graph);let o=this._graphs[r];o||(o=this._graphs[r]={subjects:{},predicates:{},objects:{}},Object.freeze(o));const s=this._ids,d=this._entities;return t=s[t]||(s[d[++this._id]=t]=this._id),n=s[n]||(s[d[++this._id]=n]=this._id),a=s[a]||(s[d[++this._id]=a]=this._id),this._addToIndex(o.subjects,t,n,a),this._addToIndex(o.predicates,n,a,t),this._addToIndex(o.objects,a,t,n),this._setQuad(t,n,a,r,e),this._size=null,this}delete(e){let t=Rn(e.subject),n=Rn(e.predicate),a=Rn(e.object);const r=Rn(e.graph),o=this._ids,s=this._graphs;let d,w,i;if(!((t=o[t])&&(n=o[n])&&(a=o[a])&&(d=s[r])&&(w=d.subjects[t])&&(i=w[n])&&a in i))return this;for(t in this._removeFromIndex(d.subjects,t,n,a),this._removeFromIndex(d.predicates,n,a,t),this._removeFromIndex(d.objects,a,t,n),null!==this._size&&this._size--,this._deleteQuad(t,n,a,r),d.subjects)return this;return delete s[r],this}has(e){const t=Rn(e.subject),n=Rn(e.predicate),a=Rn(e.object),r=Rn(e.graph),o=this._graphs[r];if(!o)return!1;const s=this._ids;let d,w,i;return!(En(t)&&!(d=s[t])||En(n)&&!(w=s[n])||En(a)&&!(i=s[a]))&&1===this._countInIndex(o.objects,i,d,w)}match(e,t,n,a){return this._createDataset(this._match(e,t,n,a))}[Symbol.iterator](){return this._match()[Symbol.iterator]()}_addToIndex(e,t,n,a){const r=e[t]||(e[t]={}),o=r[n]||(r[n]={}),s=a in o;return s||(o[a]=null),!s}_removeFromIndex(e,t,n,a){const r=e[t],o=r[n];delete o[a];for(const e in o)return;delete r[n];for(const e in r)return;delete e[t]}_findInIndex(e,t,n,a,r,o,s,d,w,i){let h,l,c;t&&((h=e,e={})[t]=h[t]);for(const t in e)if(l=e[t],l){n&&((h=l,l={})[n]=h[n]);for(const e in l)if(c=l[e],c){const n=a?a in c?[a]:[]:Object.keys(c);for(let a=0;a<n.length;a++){const h={[r]:t,[o]:e,[s]:n[a]},l=this._getQuad(h.subject,h.predicate,h.object,d);if(i)i.push(l);else if(w(l))return!0}}}return i}_countInIndex(e,t,n,a){let r,o,s,d=0;t&&((r=e,e={})[t]=r[t]);for(const t in e)if(o=e[t],o){n&&((r=o,o={})[n]=r[n]);for(const e in o)s=o[e],s&&(a?a in s&&d++:d+=Object.keys(s).length)}return d}_getGraphs(e){return En(e)?{[e]:this._graphs[e]}:this._graphs}_match(e,t,n,a){e=e&&Rn(e),t=t&&Rn(t),n=n&&Rn(n),a=a&&Rn(a);const r=[],o=this._getGraphs(a),s=this._ids;let d,w,i,h;if(En(e)&&!(w=s[e])||En(t)&&!(i=s[t])||En(n)&&!(h=s[n]))return r;for(const e in o)d=o[e],d&&(w?h?this._findInIndex(d.objects,h,w,i,"object","subject","predicate",e,null,r):this._findInIndex(d.subjects,w,i,null,"subject","predicate","object",e,null,r):i?this._findInIndex(d.predicates,i,h,null,"predicate","object","subject",e,null,r):h?this._findInIndex(d.objects,h,null,null,"object","subject","predicate",e,null,r):this._findInIndex(d.subjects,null,null,null,"subject","predicate","object",e,null,r));return r}_getQuad(e,t,n,a){return this._quads.get(this._toId(e,t,n,a))}_setQuad(e,t,n,a,r){this._quads.set(this._toId(e,t,n,a),r)}_deleteQuad(e,t,n,a){this._quads.delete(this._toId(e,t,n,a))}_createDataset(e){return new this.constructor(e)}_toId(e,t,n,a){return`${e}:${t}:${n}:${a}`}}const Ln=In;var jn=n(5643);function Pn(e){return"BlankNode"===e.termType?{termType:"BlankNode",value:`_:${e.value}`}:e}const Mn=function(e){return(new jn).main(function(e){return[...e].map((e=>function(e){return{subject:Pn(e.subject),predicate:Pn(e.predicate),object:Pn(e.object),graph:Pn(e.graph)}}(e)))}(e))};function kn(e,t){return new e.constructor(t)}const On=class extends Ln{addAll(e){for(const t of e)this.add(t);return this}clone(){return kn(this,this)}deleteMatches(e,t,n,a){for(const r of this.match(e,t,n,a))this.delete(r);return this}difference(e){return this.filter((t=>!e.has(t)))}equals(e){return this.toCanonical()===e.toCanonical()}every(e){return Array.from(this).every((t=>e(t,this)))}filter(e){return kn(this,Array.from(this).filter((t=>e(t,this))))}forEach(e){Array.from(this).forEach((t=>e(t,this)))}import(e){return e.on("data",(e=>this.add(e))),new Promise(((t,n)=>{(0,z.finished)(e,(e=>{e?n(e):t(this)}))}))}intersection(e){return this.filter((t=>e.has(t)))}map(e){return kn(this,Array.from(this).map((t=>e(t,this))))}merge(e){return this.clone().addAll(e)}some(e){return Array.from(this).some((t=>e(t,this)))}toCanonical(){return Mn(this)}toStream(){return function(e){let t=!1;const n=e[Symbol.iterator](),a=()=>{try{const{value:e,done:o}=n.next();o?r.push(null):r.push(e)?a():t=!1}catch(e){r.destroy(e)}},r=new z.Readable({objectMode:!0,read:()=>{t||(t=!0,a())}});return r}(this)}toString(){return pt(this)}};class Dn{dataset(e,t){const n=new On;if(e)if(t)for(const a of e)n.add(this.quad(a.subject,a.predicate,a.object,t));else n.addAll(e);return n}}Dn.exports=["dataset"];const Bn=new Ee([fn,qn,Dn,class{init(){this._fetch={fetch:null},this.fetch=Fe(this)}clone(e){for(const[t,n]of Object.entries(e._fetch))this._fetch[t]=n}},class{init(){this.formats=new class{constructor({factory:e}){this.factory=e,this.parsers=new Re,this.serializers=new Re}import(e){if(e.parsers)for(const[t,n]of e.parsers)this.parsers.set(t,new n.constructor({factory:this.factory}));if(e.serializers)for(const[t,n]of e.serializers)this.serializers.set(t,new n.constructor({factory:this.factory}))}}({factory:this})}clone(e){this.formats.import(e.formats)}},dt,lt,class{init(){this.score={combine:bt,concat:_t,count:xt,distinct:Ct,exists:qt,fallback:Et,fixed:Rt,language:Tt,pageRank:jt,pathDepth:Pt,prioritized:Mt,product:kt,scale:ct,sort:Ot,sortObjects:Dt,sum:Nt,type:nn}}},rn,hn,pn],{bind:!0});var $n=n(3379),Fn=n.n($n),Vn=n(7795),Un=n.n(Vn),Qn=n(569),Wn=n.n(Qn),Gn=n(3565),Hn=n.n(Gn),zn=n(9216),Xn=n.n(zn),Jn=n(4589),Kn=n.n(Jn),Yn=n(28),Zn={};Zn.styleTagTransform=Kn(),Zn.setAttributes=Hn(),Zn.insert=Wn().bind(null,"head"),Zn.domAPI=Un(),Zn.insertStyleElement=Xn(),Fn()(Yn.Z,Zn),Yn.Z&&Yn.Z.locals&&Yn.Z.locals;class ea extends HTMLElement{constructor(){super(),this.config=new pe,this.shape=null,this.plugins={},this.form=document.createElement("form"),this.form.appendChild(document.createElement("slot")),this.form.addEventListener("change",(e=>{e.stopPropagation(),this.validate().then((e=>{this.dispatchEvent(new CustomEvent("change",{bubbles:!0,cancelable:!1,composed:!0,detail:{valid:e}}))}))}))}static get observedAttributes(){return pe.keysAsDataAttributes}connectedCallback(){this.prepend(this.form)}attributeChangedCallback(){const e=pe.from(this);e.equals(this.config)||(this.config=e,this.initialize())}initialize(){clearTimeout(this.initDebounceTimeout),setTimeout((()=>{this.config.loadGraphs().then((e=>{this.form.contains(this.shape)&&this.form.removeChild(this.shape);const t=this.findRootShaclShapeSubject();t&&(this.shape=new H(this,t,void 0,this.config.valueSubject?new f(this.config.valueSubject):void 0),this.form.prepend(this.shape),j(this.shape))})).catch((e=>{console.log(e),this.form.contains(this.shape)&&this.form.removeChild(this.shape)}))}),20)}toRDF(){var e;const t=new X;return null===(e=this.shape)||void 0===e||e.toRDF(t),t.getQuads(null,null,null,null)}toRDFTurtle(){const e=new _e({prefixes:A});e.addQuads(this.toRDF());let t="";return e.end(((e,n)=>{e&&console.error(e),t=n})),t}registerPlugin(e){this.plugins[e.predicate]=e,this.initialize()}reportValidity(){return this.form.reportValidity()}validate(e=!1){return t=this,n=void 0,r=function*(){for(const e of this.querySelectorAll(":scope .validation"))e.remove();const t=Bn.dataset(this.config.shapesGraph),n=new(Ce())(t,{factory:Bn}),a=yield n.validate(Bn.dataset(this.toRDF()));if(e)for(const e of a.results){const t=this.querySelector(`:scope [data-node-id='${e.focusNode.id}'] [data-path='${e.path.id}']`),n=document.createElement("pre");if(n.classList.add("validation"),e.message.length>0)for(const t of e.message)n.innerText+=t+"\n";else n.innerText+=e.sourceConstraintComponent.value;null==t||t.appendChild(n)}return a.conforms},new((a=void 0)||(a=Promise))((function(e,o){function s(e){try{w(r.next(e))}catch(e){o(e)}}function d(e){try{w(r.throw(e))}catch(e){o(e)}}function w(t){var n;t.done?e(t.value):(n=t.value,n instanceof a?n:new a((function(e){e(n)}))).then(s,d)}w((r=r.apply(t,n||[])).next())}));var t,n,a,r}findRootShaclShapeSubject(){let e=null;if(this.config.shapeSubject){if(e=new f(this.config.shapeSubject),!this.config.shapesGraph.has(u.triple(e,new f(`${R}type`),new f(`${q}NodeShape`))))return void console.warn(`shapes graph does not contain requested root shape ${this.config.shapeSubject}`)}else if(this.config.valueSubject){const t=new f(this.config.valueSubject),n=this.config.valuesGraph.getQuads(t,new f(`${R}type`),null,null);if(0===n.length)return void console.warn(`value subject '${this.config.valueSubject}' has no ${R}type statement`);for(const t of n)if(this.config.shapesGraph.has(u.triple(t.object,new f(`${R}type`),new f(`${q}NodeShape`)))){e=t.object;break}if(!e){const t=this.config.shapesGraph.getQuads(null,`${q}targetClass`,n[0].object,null);if(0===t.length)return void console.warn(`value subject '${this.config.valueSubject}' has no shacl shape definition in the shapes graph`);if(t.length>1&&console.warn(`value subject '${this.config.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,`${R}type`,`${q}NodeShape`,null).length)return void console.error(`value subject '${this.config.valueSubject}' references a shape which is not a NodeShape (${t[0].subject})`);e=t[0].subject}}else{const t=this.config.shapesGraph.getQuads(null,`${R}type`,`${q}NodeShape`,null);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}}window.customElements.define("shacl-form",ea);class ta{constructor(e){this.predicate=e}}})();var r=a.lB,o=a.XU,s=a.MA,d=a.Sy,w=a.pH,i=a.Zb;export{r as BootstrapTheme,o as DefaultTheme,s as InputBase,d as Plugin,w as ShaclForm,i as ShaclProperty};