-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathoclc_fast.json
84 lines (84 loc) · 2.42 KB
/
oclc_fast.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"QA_CONFIG_VERSION": "2.1",
"prefixes": {
"dcterms": "http://purl.org/dc/terms/",
"schema": "http://schema.org/"
},
"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",
"label_ldpath": "skos:prefLabel",
"altlabel_ldpath": "skos:altLabel",
"sameas_ldpath": "schema:sameAs"
}
},
"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={maximumRecords}",
"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": "maximumRecords",
"property": "hydra:freetextQuery",
"required": false,
"default": "20"
}
]
},
"qa_replacement_patterns": {
"query": "query",
"subauth": "subauth"
},
"results": {
"id_ldpath": "dcterms:identifier",
"label_ldpath": "skos:prefLabel",
"sort_ldpath": "skos:prefLabel"
},
"subauthorities": {
"topic": "oclc.topic",
"geographic": "oclc.geographic",
"event_name": "oclc.eventName",
"personal_name": "oclc.personalName",
"corporate_name": "oclc.corporateName",
"uniform_title": "oclc.uniformTitle",
"period": "oclc.period",
"form": "oclc.form",
"alt_lc": "oclc.altlc"
}
}
}