Module: Pho

Defined in:
lib/pho/etags.rb,
lib/pho.rb,
lib/pho/job.rb,
lib/pho/oai.rb,
lib/pho/facet.rb,
lib/pho/store.rb,
lib/pho/sparql.rb,
lib/pho/status.rb,
lib/pho/upload.rb,
lib/pho/snapshot.rb,
lib/pho/changeset.rb,
lib/pho/converter.rb,
lib/pho/enrichment.rb,
lib/pho/command_line.rb,
lib/pho/file_manager.rb,
lib/pho/query_profile.rb,
lib/pho/resource_hash.rb,
lib/pho/rdf_collection.rb,
lib/pho/file_management.rb,
lib/pho/changeset_builder.rb,
lib/pho/field_predicate_map.rb

Overview

TODO put together proper test suite for this

Defined Under Namespace

Modules: Enrichment, Facet, FileManagement, OAI, ResourceHash, Sparql, Update Classes: Analyzers, CommandLine, DatatypeProperty, Etags, FieldPredicateMap, FieldWeighting, Job, JobUpdate, Jobs, Namespaces, QueryProfile, RDFCollection, Snapshot, Status, Store, StoreSparqlClient

Constant Summary collapse

ACCEPT_RDF =
{"Accept" => "application/rdf+xml"}.freeze
ACCEPT_JSON =
{ "Accept" => "application/json" }.freeze
RDF_XML =
{"Content-Type"=>"application/rdf+xml"}.freeze
TURTLE =
{"Content-Type"=>"text/turtle"}.freeze
NTRIPLES =
{"Content-Type"=>"text/plain"}.freeze
READ_ONLY =

Can only read data

"http://schemas.talis.com/2006/bigfoot/statuses#read-only".freeze
READ_WRITE =

Can read and write data

"http://schemas.talis.com/2006/bigfoot/statuses#read-write".freeze
UNAVAILABLE =

Cannot access the store

"http://schemas.talis.com/2006/bigfoot/statuses#unavailable".freeze