Skip to content

Commit

Permalink
deploy: d8ffbd2
Browse files Browse the repository at this point in the history
  • Loading branch information
Demirrr committed Apr 8, 2024
1 parent 0c6ab75 commit 7e1290a
Show file tree
Hide file tree
Showing 34 changed files with 6,558 additions and 2,900 deletions.
3 changes: 3 additions & 0 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,16 @@ <h1>All modules for which code is available</h1>
</ul><li><a href="owlapy/namespaces.html">owlapy.namespaces</a></li>
<li><a href="owlapy/owl2sparql/converter.html">owlapy.owl2sparql.converter</a></li>
<li><a href="owlapy/owl_annotation.html">owlapy.owl_annotation</a></li>
<li><a href="owlapy/owl_axiom.html">owlapy.owl_axiom</a></li>
<li><a href="owlapy/owl_class_expression.html">owlapy.owl_class_expression</a></li>
<li><a href="owlapy/owl_individual.html">owlapy.owl_individual</a></li>
<li><a href="owlapy/owl_property.html">owlapy.owl_property</a></li>
<li><a href="owlapy/owl_restriction.html">owlapy.owl_restriction</a></li>
<li><a href="owlapy/owlobject.html">owlapy.owlobject</a></li>
<li><a href="owlapy/parser.html">owlapy.parser</a></li>
<li><a href="owlapy/ranges.html">owlapy.ranges</a></li>
<li><a href="owlapy/render.html">owlapy.render</a></li>
<li><a href="owlapy/types.html">owlapy.types</a></li>
<li><a href="owlapy/util.html">owlapy.util</a></li>
<li><a href="owlapy/vocab.html">owlapy.vocab</a></li>
</ul>
Expand Down
911 changes: 16 additions & 895 deletions _modules/owlapy/model.html

Large diffs are not rendered by default.

926 changes: 926 additions & 0 deletions _modules/owlapy/owl_axiom.html

Large diffs are not rendered by default.

159 changes: 159 additions & 0 deletions _modules/owlapy/owl_individual.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>owlapy.owl_individual &mdash; OWLAPY 0.1.2 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=8775fe07" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="../../_static/theme.css?v=ea877efc" />
<link rel="stylesheet" type="text/css" href="../../_static/theme_tweak.css?v=f0ad19f3" />
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=8775fe07" />


<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=92734c54"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
</head>

<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >



<a href="../../index.html" class="icon icon-home">
OWLAPY
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../usage/main.html">OWLAPY</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../autoapi/owlapy/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">owlapy</span></code></a></li>
</ul>

</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">OWLAPY</a>
</nav>

<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item"><a href="../index.html">Module code</a></li>
<li class="breadcrumb-item active">owlapy.owl_individual</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<h1>Source code for owlapy.owl_individual</h1><div class="highlight"><pre>
<span></span><span class="kn">from</span> <span class="nn">abc</span> <span class="kn">import</span> <span class="n">ABCMeta</span>
<span class="kn">from</span> <span class="nn">.owlobject</span> <span class="kn">import</span> <span class="n">OWLObject</span><span class="p">,</span> <span class="n">OWLEntity</span>
<span class="kn">from</span> <span class="nn">.iri</span> <span class="kn">import</span> <span class="n">IRI</span>
<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Final</span><span class="p">,</span> <span class="n">Union</span>
<div class="viewcode-block" id="OWLIndividual">
<a class="viewcode-back" href="../../autoapi/owlapy/owl_individual/index.html#owlapy.model.OWLIndividual">[docs]</a>
<span class="k">class</span> <span class="nc">OWLIndividual</span><span class="p">(</span><span class="n">OWLObject</span><span class="p">,</span> <span class="n">metaclass</span><span class="o">=</span><span class="n">ABCMeta</span><span class="p">):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Represents a named or anonymous individual.&quot;&quot;&quot;</span>
<span class="vm">__slots__</span> <span class="o">=</span> <span class="p">()</span>
<span class="k">pass</span></div>


<div class="viewcode-block" id="OWLNamedIndividual">
<a class="viewcode-back" href="../../autoapi/owlapy/owl_individual/index.html#owlapy.model.OWLNamedIndividual">[docs]</a>
<span class="k">class</span> <span class="nc">OWLNamedIndividual</span><span class="p">(</span><span class="n">OWLIndividual</span><span class="p">,</span> <span class="n">OWLEntity</span><span class="p">):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Represents a Named Individual in the OWL 2 Specification.&quot;&quot;&quot;</span>
<span class="vm">__slots__</span> <span class="o">=</span> <span class="s1">&#39;_iri&#39;</span>
<span class="n">type_index</span><span class="p">:</span> <span class="n">Final</span> <span class="o">=</span> <span class="mi">1005</span>

<span class="n">_iri</span><span class="p">:</span> <span class="n">IRI</span>

<span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">iri</span><span class="p">:</span> <span class="n">Union</span><span class="p">[</span><span class="n">IRI</span><span class="p">,</span> <span class="nb">str</span><span class="p">]):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Gets an instance of OWLNamedIndividual that has the specified IRI.</span>

<span class="sd"> Args:</span>
<span class="sd"> iri: an instance of IRI Class or a string representing the iri</span>

<span class="sd"> Returns:</span>
<span class="sd"> An OWLNamedIndividual that has the specified IRI.</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="k">if</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">iri</span><span class="p">,</span> <span class="n">IRI</span><span class="p">):</span>
<span class="bp">self</span><span class="o">.</span><span class="n">_iri</span> <span class="o">=</span> <span class="n">iri</span>
<span class="k">else</span><span class="p">:</span>
<span class="bp">self</span><span class="o">.</span><span class="n">_iri</span> <span class="o">=</span> <span class="n">IRI</span><span class="o">.</span><span class="n">create</span><span class="p">(</span><span class="n">iri</span><span class="p">)</span>

<div class="viewcode-block" id="OWLNamedIndividual.get_iri">
<a class="viewcode-back" href="../../autoapi/owlapy/owl_individual/index.html#owlapy.model.OWLNamedIndividual.get_iri">[docs]</a>
<span class="k">def</span> <span class="nf">get_iri</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">IRI</span><span class="p">:</span>
<span class="c1"># TODO:CD: can be deprecated</span>
<span class="c1"># documented in parent</span>
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_iri</span></div>


<span class="nd">@property</span>
<span class="k">def</span> <span class="nf">iri</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_iri</span>

<span class="nd">@property</span>
<span class="k">def</span> <span class="nf">str</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_iri</span><span class="o">.</span><span class="n">as_str</span><span class="p">()</span></div>

</pre></div>

</div>
</div>
<footer>

<hr/>

<div role="contentinfo">
<p>&#169; Copyright .</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.


</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>

</body>
</html>
143 changes: 143 additions & 0 deletions _modules/owlapy/types.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>owlapy.types &mdash; OWLAPY 0.1.2 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=8775fe07" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="../../_static/theme.css?v=ea877efc" />
<link rel="stylesheet" type="text/css" href="../../_static/theme_tweak.css?v=f0ad19f3" />
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=8775fe07" />


<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=92734c54"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
</head>

<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >



<a href="../../index.html" class="icon icon-home">
OWLAPY
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../usage/main.html">OWLAPY</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../autoapi/owlapy/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">owlapy</span></code></a></li>
</ul>

</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">OWLAPY</a>
</nav>

<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item"><a href="../index.html">Module code</a></li>
<li class="breadcrumb-item active">owlapy.types</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<h1>Source code for owlapy.types</h1><div class="highlight"><pre>
<span></span><span class="kn">from</span> <span class="nn">.owlobject</span> <span class="kn">import</span> <span class="n">OWLObject</span><span class="p">,</span> <span class="n">OWLEntity</span>
<span class="kn">from</span> <span class="nn">.ranges</span> <span class="kn">import</span> <span class="n">OWLDataRange</span>
<span class="kn">from</span> <span class="nn">.iri</span> <span class="kn">import</span> <span class="n">IRI</span>
<span class="kn">from</span> <span class="nn">.has</span> <span class="kn">import</span> <span class="n">HasIRI</span>
<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Final</span><span class="p">,</span> <span class="n">Union</span>

<div class="viewcode-block" id="OWLDatatype">
<a class="viewcode-back" href="../../autoapi/owlapy/types/index.html#owlapy.model.OWLDatatype">[docs]</a>
<span class="k">class</span> <span class="nc">OWLDatatype</span><span class="p">(</span><span class="n">OWLEntity</span><span class="p">,</span> <span class="n">OWLDataRange</span><span class="p">):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Represents a Datatype (named data range) in the OWL 2 Specification.&quot;&quot;&quot;</span>
<span class="vm">__slots__</span> <span class="o">=</span> <span class="s1">&#39;_iri&#39;</span>

<span class="n">type_index</span><span class="p">:</span> <span class="n">Final</span> <span class="o">=</span> <span class="mi">4001</span>

<span class="n">_iri</span><span class="p">:</span> <span class="n">IRI</span>

<span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">iri</span><span class="p">:</span> <span class="n">Union</span><span class="p">[</span><span class="n">IRI</span><span class="p">,</span> <span class="n">HasIRI</span><span class="p">]):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Gets an instance of OWLDatatype that has the specified IRI.</span>

<span class="sd"> Args:</span>
<span class="sd"> iri: The IRI.</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="k">if</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">iri</span><span class="p">,</span> <span class="n">HasIRI</span><span class="p">):</span>
<span class="bp">self</span><span class="o">.</span><span class="n">_iri</span> <span class="o">=</span> <span class="n">iri</span><span class="o">.</span><span class="n">get_iri</span><span class="p">()</span>
<span class="k">else</span><span class="p">:</span>
<span class="k">assert</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">iri</span><span class="p">,</span> <span class="n">IRI</span><span class="p">)</span>
<span class="bp">self</span><span class="o">.</span><span class="n">_iri</span> <span class="o">=</span> <span class="n">iri</span>

<div class="viewcode-block" id="OWLDatatype.get_iri">
<a class="viewcode-back" href="../../autoapi/owlapy/types/index.html#owlapy.model.OWLDatatype.get_iri">[docs]</a>
<span class="k">def</span> <span class="nf">get_iri</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">IRI</span><span class="p">:</span>
<span class="c1"># documented in parent</span>
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_iri</span></div>
</div>

</pre></div>

</div>
</div>
<footer>

<hr/>

<div role="contentinfo">
<p>&#169; Copyright .</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.


</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>

</body>
</html>
3 changes: 3 additions & 0 deletions _sources/autoapi/owlapy/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,16 @@ Submodules
iri/index.rst
namespaces/index.rst
owl_annotation/index.rst
owl_axiom/index.rst
owl_class_expression/index.rst
owl_individual/index.rst
owl_property/index.rst
owl_restriction/index.rst
owlobject/index.rst
parser/index.rst
ranges/index.rst
render/index.rst
types/index.rst
util/index.rst
vocab/index.rst

Expand Down
Loading

0 comments on commit 7e1290a

Please sign in to comment.