Skip to content

rsinger/rdfobjects-pho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  
   

About

Provides a way to use RDFObjects natively with Pho - the Ruby Talis Platform client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages