Annotation module for ALKIS Ontology
Project description
Copyright (c) 2018 edward18
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Description: <h1>rdftransformer Module Repository</h1>
<p>
This project is intendet to annotate data according to the ALKIS Ontology.
Additionally it is desired for the tool to be generic.
</p>
<h2>Installation</h2>
To install execute
<pre>pip install rdftransformer</pre>
or
clone the repository with
<pre>git clone https://gitlab.fokus.fraunhofer.de/Limbo/Annotation-tool.git</pre>
and execute
<pre>python setup.py install</pre>
<em>If this doesn't work try to add the "--user" flag after one of the above installation statements.</em>
<h2>Getting Started</h2>
<p>
Given that 'ontology.owl' and 'data.xml' directories are known:
<ol>
<li>Importing the ontology with a preferred prefix. For alkis it would be <b>alk</b>.</li>
<li>Importing the data to transform.</li>
<li>Getting the desired elements from the data.xml.</li>
<li>Looping through the elements and transforming them.</li>
<li>Outputting the transformed data to console or file.</li>
</ol>
<p>Example Code:</p>
<pre><code>
from rdftransformer import Annotation
a = Annotation()
a.importOntology("ontology.owl", ["ontologyPrefix"])
a.importData("data.xml")
elements = a.getElementsByTagName("elementName", "parentName")
for element in elements:
a.annotate(element)
a.output()
</code></pre>
</p>
Platform: UNKNOWN
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Description: <h1>rdftransformer Module Repository</h1>
<p>
This project is intendet to annotate data according to the ALKIS Ontology.
Additionally it is desired for the tool to be generic.
</p>
<h2>Installation</h2>
To install execute
<pre>pip install rdftransformer</pre>
or
clone the repository with
<pre>git clone https://gitlab.fokus.fraunhofer.de/Limbo/Annotation-tool.git</pre>
and execute
<pre>python setup.py install</pre>
<em>If this doesn't work try to add the "--user" flag after one of the above installation statements.</em>
<h2>Getting Started</h2>
<p>
Given that 'ontology.owl' and 'data.xml' directories are known:
<ol>
<li>Importing the ontology with a preferred prefix. For alkis it would be <b>alk</b>.</li>
<li>Importing the data to transform.</li>
<li>Getting the desired elements from the data.xml.</li>
<li>Looping through the elements and transforming them.</li>
<li>Outputting the transformed data to console or file.</li>
</ol>
<p>Example Code:</p>
<pre><code>
from rdftransformer import Annotation
a = Annotation()
a.importOntology("ontology.owl", ["ontologyPrefix"])
a.importData("data.xml")
elements = a.getElementsByTagName("elementName", "parentName")
for element in elements:
a.annotate(element)
a.output()
</code></pre>
</p>
Platform: UNKNOWN
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rdftransformer-1.0.0.tar.gz
(14.1 kB
view details)
File details
Details for the file rdftransformer-1.0.0.tar.gz
.
File metadata
- Download URL: rdftransformer-1.0.0.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.9.1 setuptools/20.7.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c35af5f76600b6a29ab7d350d69a5d2f2fa8ab10d18fa0347f0f6c2011a7400 |
|
MD5 | 9ff9035b3b7a789a1b4449322bc150f2 |
|
BLAKE2b-256 | 575f8f77a2c02933fb88652274a9862388b15c319e6b2299725bb10b552a4ca2 |