{

"QA_CONFIG_VERSION": "2.1",
"prefixes": {
  "loc":     "http://id.loc.gov/vocabulary/identifiers/",
  "madsrdf": "http://www.loc.gov/mads/rdf/v1#"
},
"term": {
  "url": {
    "@context": "http://www.w3.org/ns/hydra/context.jsonld",
    "@type":    "IriTemplate",
    "template": "http://id.loc.gov/authorities/{subauth}/{term_id}",
    "variableRepresentation": "BasicRepresentation",
    "mapping": [
      {
        "@type":    "IriTemplateMapping",
        "variable": "term_id",
        "property": "hydra:freetextQuery",
        "required": true
      },
      {
        "@type":    "IriTemplateMapping",
        "variable": "subauth",
        "property": "hydra:freetextQuery",
        "required": false,
        "default":  "names"
      }
    ]
  },
  "qa_replacement_patterns": {
    "term_id": "term_id",
    "subauth": "subauth"
  },
  "term_id": "ID",
  "language": ["en"],
  "results": {
    "id_ldpath":       "loc:lccn | madsrdf:code",
    "label_ldpath":    "skos:prefLabel :: xsd:string",
    "altlabel_ldpath": "skos:altLabel :: xsd:string",
    "sameas_ldpath":   "skos:exactMatch | owl:sameAs :: xsd:anyURI",
    "narrower_ldpath": "madsrdf:hasNarrowerAuthority :: xsd:anyURI",
    "broader_ldpath":  "madsrdf:hasBroaderAuthority :: xsd:anyURI"
  },
  "subauthorities": {
    "subjects":          "subjects",
    "names":             "names",
    "classification":    "classification",
    "child_subject":     "childrensSubjects",
    "genre":             "genreForms",
    "demographic":       "demographicTerms",
    "music_performance": "performanceMediums"
  }
},
"search": {}

}