Class: Pho::Namespaces

Inherits:
Object
  • Object
show all
Defined in:
lib/pho.rb

Constant Summary collapse

CONFIG =
"http://schemas.talis.com/2006/bigfoot/configuration#"
FRAME =
"http://schemas.talis.com/2006/frame/schema#"
FACET =
"http://schemas.talis.com/2007/facet-results#"
RDF =
"http://www.w3.org/1999/02/22-rdf-syntax-ns#"
RDFS =
"http://www.w3.org/2000/01/rdf-schema#"
DC =
"http://purl.org/dc/elements/1.1/"
DC_TERMS =
"http://purl.org/dc/terms/"
CHANGESET =
"http://purl.org/vocab/changeset/schema#"
MAPPING =
{
  "bf" => CONFIG,
  "frm" => FRAME,
  "rdf" => RDF,
  "rdfs" => RDFS,
  "dc" => DC,
  "dcterms" => DC_TERMS,
  "cs" => CHANGESET  
}