This commit is contained in:
RubenVerborgh
2021-01-13 09:45:11 +00:00
parent fb9f2ac7c0
commit 7b5f76302d
495 changed files with 9371 additions and 4804 deletions

View File

@@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>RdfToQuadConverter | Community Solid Server - v0.4.0</title>
<meta name="description" content="Documentation for Community Solid Server - v0.4.0">
<title>RdfToQuadConverter | Community Solid Server - v0.4.1</title>
<meta name="description" content="Documentation for Community Solid Server - v0.4.1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<script async src="../assets/js/search.js" id="search-script"></script>
@@ -23,7 +23,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">Community Solid Server - v0.4.0</a>
<a href="../index.html" class="title">Community Solid Server - v0.4.1</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
@@ -52,7 +52,7 @@
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../modules.html">Community Solid Server - v0.4.0</a>
<a href="../modules.html">Community Solid Server - v0.4.1</a>
</li>
<li>
<a href="../modules/index.html">index</a>
@@ -98,15 +98,21 @@
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="index.rdftoquadconverter.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-private-protected">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="index.rdftoquadconverter.html#inputtypes" class="tsd-kind-icon">input<wbr>Types</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="index.rdftoquadconverter.html#outputtypes" class="tsd-kind-icon">output<wbr>Types</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="index.rdftoquadconverter.html#canhandle" class="tsd-kind-icon">can<wbr>Handle</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="index.rdftoquadconverter.html#getinputtypes" class="tsd-kind-icon">get<wbr>Input<wbr>Types</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="index.rdftoquadconverter.html#getoutputtypes" class="tsd-kind-icon">get<wbr>Output<wbr>Types</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="index.rdftoquadconverter.html#getinputtypes" class="tsd-kind-icon">get<wbr>Input<wbr>Types</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="index.rdftoquadconverter.html#getoutputtypes" class="tsd-kind-icon">get<wbr>Output<wbr>Types</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="index.rdftoquadconverter.html#handle" class="tsd-kind-icon">handle</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="index.rdftoquadconverter.html#handlesafe" class="tsd-kind-icon">handle<wbr>Safe</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="index.rdftoquadconverter.html#rdftoquads" class="tsd-kind-icon">rdf<wbr>ToQuads</a></li>
</ul>
</section>
</div>
@@ -124,12 +130,40 @@
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html">TypedRepresentationConverter</a>.<a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/storage/conversion/RdfToQuadConverter.ts#L14">src/storage/conversion/RdfToQuadConverter.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="storage_conversion_rdftoquadconverter.rdftoquadconverter.html" class="tsd-signature-type" data-tsd-kind="Class">RdfToQuadConverter</a></h4>
</li>
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-private-protected">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a name="inputtypes" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> input<wbr>Types</h3>
<div class="tsd-signature tsd-kind-icon">input<wbr>Types<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../modules/ldp_representation_representationpreferences.html#valuepreferences" class="tsd-signature-type" data-tsd-kind="Type alias">ValuePreferences</a><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html">TypedRepresentationConverter</a>.<a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#inputtypes">inputTypes</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/storage/conversion/TypedRepresentationConverter.ts#L27">src/storage/conversion/TypedRepresentationConverter.ts:27</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a name="outputtypes" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> output<wbr>Types</h3>
<div class="tsd-signature tsd-kind-icon">output<wbr>Types<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../modules/ldp_representation_representationpreferences.html#valuepreferences" class="tsd-signature-type" data-tsd-kind="Type alias">ValuePreferences</a><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html">TypedRepresentationConverter</a>.<a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#outputtypes">outputTypes</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/storage/conversion/TypedRepresentationConverter.ts#L28">src/storage/conversion/TypedRepresentationConverter.ts:28</a></li>
</ul>
</aside>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
@@ -143,7 +177,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html">TypedRepresentationConverter</a>.<a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#canhandle">canHandle</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/867af28/src/storage/conversion/TypedRepresentationConverter.ts#L23">src/storage/conversion/TypedRepresentationConverter.ts:23</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/storage/conversion/TypedRepresentationConverter.ts#L53">src/storage/conversion/TypedRepresentationConverter.ts:53</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -161,38 +195,48 @@
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="getinputtypes" class="tsd-anchor"></a>
<h3>get<wbr>Input<wbr>Types</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">get<wbr>Input<wbr>Types<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html">TypedRepresentationConverter</a>.<a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#getinputtypes">getInputTypes</a></p>
<p>Inherited from <a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html">TypedRepresentationConverter</a>.<a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#getinputtypes">getInputTypes</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/867af28/src/storage/conversion/RdfToQuadConverter.ts#L17">src/storage/conversion/RdfToQuadConverter.ts:17</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/storage/conversion/TypedRepresentationConverter.ts#L39">src/storage/conversion/TypedRepresentationConverter.ts:39</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Gets the supported input content types for this converter, mapped to a numerical priority.</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="getoutputtypes" class="tsd-anchor"></a>
<h3>get<wbr>Output<wbr>Types</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">get<wbr>Output<wbr>Types<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html">TypedRepresentationConverter</a>.<a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#getoutputtypes">getOutputTypes</a></p>
<p>Inherited from <a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html">TypedRepresentationConverter</a>.<a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#getoutputtypes">getOutputTypes</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/867af28/src/storage/conversion/RdfToQuadConverter.ts#L21">src/storage/conversion/RdfToQuadConverter.ts:21</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/storage/conversion/TypedRepresentationConverter.ts#L46">src/storage/conversion/TypedRepresentationConverter.ts:46</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Gets the supported output content types for this converter, mapped to a numerical quality.</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></h4>
</li>
</ul>
@@ -201,20 +245,20 @@
<a name="handle" class="tsd-anchor"></a>
<h3>handle</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">handle<span class="tsd-signature-symbol">(</span>input<span class="tsd-signature-symbol">: </span><a href="../interfaces/storage_conversion_representationconverter.representationconverterargs.html" class="tsd-signature-type" data-tsd-kind="Interface">RepresentationConverterArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/ldp_representation_representation.representation.html" class="tsd-signature-type" data-tsd-kind="Interface">Representation</a><span class="tsd-signature-symbol">&gt;</span></li>
<li class="tsd-signature tsd-kind-icon">handle<span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">: </span><a href="../interfaces/storage_conversion_representationconverter.representationconverterargs.html" class="tsd-signature-type" data-tsd-kind="Interface">RepresentationConverterArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/ldp_representation_representation.representation.html" class="tsd-signature-type" data-tsd-kind="Interface">Representation</a><span class="tsd-signature-symbol">&gt;</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html">TypedRepresentationConverter</a>.<a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#handle">handle</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/867af28/src/storage/conversion/RdfToQuadConverter.ts#L25">src/storage/conversion/RdfToQuadConverter.ts:25</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/storage/conversion/RdfToQuadConverter.ts#L19">src/storage/conversion/RdfToQuadConverter.ts:19</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>input: <a href="../interfaces/storage_conversion_representationconverter.representationconverterargs.html" class="tsd-signature-type" data-tsd-kind="Interface">RepresentationConverterArgs</a></h5>
<h5>__namedParameters: <a href="../interfaces/storage_conversion_representationconverter.representationconverterargs.html" class="tsd-signature-type" data-tsd-kind="Interface">RepresentationConverterArgs</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/ldp_representation_representation.representation.html" class="tsd-signature-type" data-tsd-kind="Interface">Representation</a><span class="tsd-signature-symbol">&gt;</span></h4>
@@ -225,14 +269,14 @@
<a name="handlesafe" class="tsd-anchor"></a>
<h3>handle<wbr>Safe</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">handle<wbr>Safe<span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">: </span><a href="../interfaces/storage_conversion_representationconverter.representationconverterargs.html" class="tsd-signature-type" data-tsd-kind="Interface">RepresentationConverterArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/ldp_representation_representation.representation.html" class="tsd-signature-type" data-tsd-kind="Interface">Representation</a><span class="tsd-signature-symbol">&gt;</span></li>
<li class="tsd-signature tsd-kind-icon">handle<wbr>Safe<span class="tsd-signature-symbol">(</span>input<span class="tsd-signature-symbol">: </span><a href="../interfaces/storage_conversion_representationconverter.representationconverterargs.html" class="tsd-signature-type" data-tsd-kind="Interface">RepresentationConverterArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/ldp_representation_representation.representation.html" class="tsd-signature-type" data-tsd-kind="Interface">Representation</a><span class="tsd-signature-symbol">&gt;</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html">TypedRepresentationConverter</a>.<a href="storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#handlesafe">handleSafe</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/867af28/src/util/AsyncHandler.ts#L33">src/util/AsyncHandler.ts:33</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/util/AsyncHandler.ts#L35">src/util/AsyncHandler.ts:35</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -245,40 +289,15 @@
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>data: <a href="../interfaces/storage_conversion_representationconverter.representationconverterargs.html" class="tsd-signature-type" data-tsd-kind="Interface">RepresentationConverterArgs</a></h5>
<h5>input: <a href="../interfaces/storage_conversion_representationconverter.representationconverterargs.html" class="tsd-signature-type" data-tsd-kind="Interface">RepresentationConverterArgs</a></h5>
<div class="tsd-comment tsd-typography">
<p>The data to handle.</p>
<p>Input data that will be handled if it can be handled.</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/ldp_representation_representation.representation.html" class="tsd-signature-type" data-tsd-kind="Interface">Representation</a><span class="tsd-signature-symbol">&gt;</span></h4>
<p>The result of the handle function of the handler.</p>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private">
<a name="rdftoquads" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagPrivate">Private</span> rdf<wbr>ToQuads</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
<li class="tsd-signature tsd-kind-icon">rdf<wbr>ToQuads<span class="tsd-signature-symbol">(</span>representation<span class="tsd-signature-symbol">: </span><a href="../interfaces/ldp_representation_representation.representation.html" class="tsd-signature-type" data-tsd-kind="Interface">Representation</a>, baseIRI<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/ldp_representation_representation.representation.html" class="tsd-signature-type" data-tsd-kind="Interface">Representation</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/867af28/src/storage/conversion/RdfToQuadConverter.ts#L29">src/storage/conversion/RdfToQuadConverter.ts:29</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>representation: <a href="../interfaces/ldp_representation_representation.representation.html" class="tsd-signature-type" data-tsd-kind="Interface">Representation</a></h5>
</li>
<li>
<h5>baseIRI: <span class="tsd-signature-type">string</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/ldp_representation_representation.representation.html" class="tsd-signature-type" data-tsd-kind="Interface">Representation</a></h4>
<p>A promise resolving if the input can be handled, rejecting with an Error if not.
Return value depends on the given type.</p>
</li>
</ul>
</section>
@@ -305,13 +324,19 @@
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<a href="index.rdftoquadconverter.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="index.rdftoquadconverter.html#inputtypes" class="tsd-kind-icon">input<wbr>Types</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="index.rdftoquadconverter.html#outputtypes" class="tsd-kind-icon">output<wbr>Types</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="index.rdftoquadconverter.html#canhandle" class="tsd-kind-icon">can<wbr>Handle</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="index.rdftoquadconverter.html#getinputtypes" class="tsd-kind-icon">get<wbr>Input<wbr>Types</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="index.rdftoquadconverter.html#getoutputtypes" class="tsd-kind-icon">get<wbr>Output<wbr>Types</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
@@ -320,9 +345,6 @@
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="index.rdftoquadconverter.html#handlesafe" class="tsd-kind-icon">handle<wbr>Safe</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-private">
<a href="index.rdftoquadconverter.html#rdftoquads" class="tsd-kind-icon">rdf<wbr>ToQuads</a>
</li>
</ul>
</li>
</ul>
@@ -356,9 +378,6 @@
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
</ul>
</div>
</div>
</footer>