{

"QA_CONFIG_VERSION": "2.1",
"prefixes": {
  "dcterms": "http://purl.org/dc/terms/"
},
"term": {
  "url": {
    "@context": "http://www.w3.org/ns/hydra/context.jsonld",
    "@type":    "IriTemplate",
    "template": "http://id.worldcat.org/fast/{term_id}.rdf.xml",
    "variableRepresentation": "BasicRepresentation",
    "mapping": [
      {
        "@type":    "IriTemplateMapping",
        "variable": "term_id",
        "property": "hydra:freetextQuery",
        "required": true
      }
    ]
  },
  "qa_replacement_patterns": {
    "term_id": "term_id"
  },
  "term_id": "ID",
  "results": {
    "id_ldpath":       "dcterms:identifier ::xsd:string",
    "label_ldpath":    "skos:prefLabel ::xsd:string",
    "altlabel_ldpath": "skos:altLabel ::xsd:string",
    "sameas_ldpath":   "rdfs:sameAs ::xsd:anyURI"
  }
},
"search": {
  "url": {
    "@context": "http://www.w3.org/ns/hydra/context.jsonld",
    "@type": "IriTemplate",
    "template": "http://experimental.worldcat.org/fast/search?query={subauth}+all+%22{query}%22&sortKeys=usage&maximumRecords={maxRecords}",
    "variableRepresentation": "BasicRepresentation",
    "mapping": [
      {
        "@type": "IriTemplateMapping",
        "variable": "query",
        "property": "hydra:freetextQuery",
        "required": true,
        "encode": true
      },
      {
        "@type": "IriTemplateMapping",
        "variable": "subauth",
        "property": "hydra:freetextQuery",
        "required": false,
        "default": "cql.any"
      },
      {
        "@type": "IriTemplateMapping",
        "variable": "maxRecords",
        "property": "hydra:freetextQuery",
        "required": false,
        "default": "20"
      }
    ]
  },
  "qa_replacement_patterns": {
    "query":   "query",
    "subauth": "subauth"
  },
  "results": {
    "id_ldpath":    "dcterms:identifier ::xsd:string",
    "label_ldpath": "skos:prefLabel ::xsd:string",
    "sort_ldpath":  "skos:prefLabel ::xsd:string"
  },
  "subauthorities": {
    "topic":          "oclc.topic",
    "concept":        "oclc.topic",
    "geocoordinates": "oclc.geographic",
    "geographic":     "oclc.geographic",
    "place":          "oclc.geographic",
    "event":          "oclc.eventName",
    "event_name":     "oclc.eventName",
    "meeting":        "oclc.meeting",
    "person":         "oclc.personalName",
    "personal_name":  "oclc.personalName",
    "organization":   "oclc.corporateName",
    "corporate_name": "oclc.corporateName",
    "uniform_title":  "oclc.uniformTitle",
    "work":           "oclc.uniformTitle",
    "period":         "oclc.period",
    "form":           "oclc.form",
    "alt_lc":         "oclc.altlc"
  }
}

}