All Projects → RDFLib → Owl Rl

RDFLib / Owl Rl

Licence: other
A simple implementation of the OWL2 RL Profile on top of RDFLib: it expands the graph with all possible triples that OWL RL defines. It can be used together with RDFLib to expand an RDFLib Graph object, or as a stand alone service with its own serialization.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Owl Rl

Semantic forms
Form generators leveraging semantic web standards (RDF(S), OWL, SPARQL , ...
Stars: ✭ 63 (-33.68%)
Mutual labels:  rdf
Awesome System For Machine Learning
A curated list of research in machine learning system. I also summarize some papers if I think they are really interesting.
Stars: ✭ 1,185 (+1147.37%)
Mutual labels:  inference
Nostril
Nostril: Nonsense String Evaluator
Stars: ✭ 86 (-9.47%)
Mutual labels:  inference
Openllet
Openllet is an OWL 2 reasoner in Java, build on top of Pellet.
Stars: ✭ 66 (-30.53%)
Mutual labels:  inference
Rdfsharp
Lightweight and friendly .NET library for modeling Semantic Web applications
Stars: ✭ 72 (-24.21%)
Mutual labels:  rdf
Virtuoso Sparql Endpoint Quickstart
creates a docker image with Virtuoso preloaded with the latest DBpedia dataset
Stars: ✭ 80 (-15.79%)
Mutual labels:  rdf
People Counter Python
Create a smart video application using the Intel Distribution of OpenVINO toolkit. The toolkit uses models and inference to run single-class object detection.
Stars: ✭ 62 (-34.74%)
Mutual labels:  inference
Limes
Link Discovery Framework for Metric Spaces.
Stars: ✭ 94 (-1.05%)
Mutual labels:  rdf
Lomrf
LoMRF is an open-source implementation of Markov Logic Networks
Stars: ✭ 73 (-23.16%)
Mutual labels:  inference
Node Rdf
ECMAScript libraries for handling RDF data (based off of the current RDF APIs and webr3's js3)
Stars: ✭ 85 (-10.53%)
Mutual labels:  rdf
Awesome Glam Semweb
A curated list of various semantic web and linked data resources for heritage, humanities and art history practitioners.
Stars: ✭ 69 (-27.37%)
Mutual labels:  rdf
Budgetml
Deploy a ML inference service on a budget in less than 10 lines of code.
Stars: ✭ 1,179 (+1141.05%)
Mutual labels:  inference
Kgtk
Knowledge Graph Toolkit
Stars: ✭ 81 (-14.74%)
Mutual labels:  rdf
Sparnatural
Sparnatural : javascript visual SPARQL query builder
Stars: ✭ 65 (-31.58%)
Mutual labels:  rdf
Etl
LinkedPipes ETL is an RDF based, lightweight ETL tool
Stars: ✭ 88 (-7.37%)
Mutual labels:  rdf
Graphql To Sparql.js
Converts GraphQL queries to SPARQL queries
Stars: ✭ 62 (-34.74%)
Mutual labels:  rdf
Feedparser
Parse feeds in Python
Stars: ✭ 1,200 (+1163.16%)
Mutual labels:  rdf
Client.js
[DEPRECATED] A JavaScript client for Triple Pattern Fragments interfaces.
Stars: ✭ 95 (+0%)
Mutual labels:  rdf
Clojure Graph Resources
A curated list of Clojure resources for dealing with graph-like data.
Stars: ✭ 94 (-1.05%)
Mutual labels:  rdf
Jsonld.js
A JSON-LD Processor and API implementation in JavaScript
Stars: ✭ 1,212 (+1175.79%)
Mutual labels:  rdf

|Original Author DOI| |PyPI badge|

|OWL-RL Logo|

.. |Original Author DOI| image:: https://zenodo.org/badge/9385/RDFLib/OWL-RL.svg :target: http://dx.doi.org/10.5281/zenodo.14543

.. |PyPI badge| image:: https://badge.fury.io/py/owlrl.svg :target: https://badge.fury.io/py/owlrl

.. |OWL-RL Logo| image:: OWL-RL-250.png :target: http://owl-rl.readthedocs.io/

OWL-RL

A simple implementation of the OWL2 RL Profile, as well as a basic RDFS inference, on top of RDFLib. Based mechanical forward chaining. The distribution contains:

OWL-RL: the Python library. You should copy the directory somewhere into your :code:PYTHONPATH. Alternatively, you can also run the :code:python setup.py install script in the directory.

  • :code:scripts/RDFConvertService: can be used as a CGI script to invoke the library. It may have to be adapted to the local server setup.

  • :code:scripts/owlrl: script that can be run locally on to transform a file into RDF (on the standard output). Run the script with :code:-h to get the available flags.

The package requires Python version 3.5 or higher; it depends on RDFLib_; version 4.2.2 or higher is required. If you need the python 2.7.x compatible version, see the @/py2 branch in this repository.

.. _RDFLib: https://github.com/RDFLib

For the details on RDFS, see the RDF Semantics Specification; for OWL 2 RL, see the OWL 2 Profile specification.

.. _RDF Semantics Specification: http://www.w3.org/TR/rdf11-mt/ .. _OWL 2 Profile specification: http://www.w3.org/TR/owl2-profiles/#Reasoning_in_OWL_2_RL_and_RDF_Graphs_using_Rules

View the OWL-RL documentation online: http://owl-rl.readthedocs.io/

To view the changelog for this software library, see CHANGELOG.rst <CHANGELOG.rst>_.

This software is released under the W3C© SOFTWARE NOTICE AND LICENSE. See LICENSE.txt <LICENSE.txt>_.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].