https://github.com/openworm/yarom
Yet Another RDF-Object Mapper
https://github.com/openworm/yarom
python rdf rdf-translator rdflib
Last synced: 18 days ago
JSON representation
Yet Another RDF-Object Mapper
- Host: GitHub
- URL: https://github.com/openworm/yarom
- Owner: openworm
- License: bsd-3-clause
- Created: 2014-09-25T15:16:01.000Z (over 10 years ago)
- Default Branch: dev
- Last Pushed: 2020-01-25T04:33:54.000Z (over 5 years ago)
- Last Synced: 2025-04-13T09:18:37.054Z (18 days ago)
- Topics: python, rdf, rdf-translator, rdflib
- Language: Python
- Homepage:
- Size: 1.8 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
YAROM
=====.. image:: https://travis-ci.org/openworm/YAROM.png?branch=master
:alt: Build Status
:target: https://travis-ci.org/openworm/YAROMYet Another RDF-Object Mapper (YAROM) is a Python library useful for building
Create-Read-Update-Delete (CRUD) tools and applications using Python objects
and RDF. YAROM grew out of the `PyOpenWorm `_
project.Basic Usage
-----------If you got this library from GitHub or as a source archive, then install yarom::
python setup.py install --user
The configuration establishes which source of RDF data you're reading from.
Connect opens necessary resources and must be called before using anything that
has to do with the RDF graph.::
>>> import yarom as P
>>> P.connect('yarom/default.conf')
# Do something...
>>> P.disconnect()Documentation
-------------
Documentation can be found at http://yarom.readthedocs.org/en/latest/