0.0
No commit activity in last 3 years
No release in over 3 years
A bridge to more easily use RDFObjects with Pho.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme
RDFObjects/Pho integration.

Interact with Talis Platform stores using RDFObjects objects.

  Usage:
  
  >> require 'rdf_objects/pho'
  >> store = RDFObject::Store.new('http://api.talis.com/store/storename', 'username', 'password')
  >> response = store.describe('http://example.org/1')
  
  Responses have two new attributes:  collection and resource.  Collection will always be set, resource will only be set when applicable (describe, search, etc.)
  
  You can also pass RDFObject::Resource, RDFObject::BlankNode and RDFObject::Collection objects to Store#store_object, and Store#augment.  You can pass an RDFObject::ChangeSet to Store#submit_changeset.