2 # Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF()
3 # back-end and the YAZ CQL-to-PQF converter. This specifies the
4 # interpretation of various CQL indexes, relations, etc. in terms
5 # of Type-1 query attributes.
7 # This configuration file generates queries using BIB-1 attributes.
8 # See http://www.loc.gov/z3950/agency/zing/cql/dc-indexes.html
9 # for the Maintenance Agency's work-in-progress mapping of Dublin Core
10 # indexes to Attribute Architecture (util, XD and BIB-2)
13 # Identifiers for prefixes used in this file. (index.*)
14 set.cql = info:srw/cql-context-set/1/cql-v1.1
15 set.rec = info:srw/cql-context-set/2/rec-1.0
16 set.dc = info:srw/cql-context-set/1/dc-v1.1
17 set.bath = http://zing.z3950.org/cql/bath/2.0/
19 # default set (in query)
20 set = info:srw/cql-context-set/1/dc-v1.1
22 # The default access point and result-set references
23 index.cql.serverChoice = 1=1016
24 # srw.serverChoice is deprecated in favour of cql.serverChoice
28 index.dc.identifier = 1=1007
30 index.dc.subject = 1=21
31 index.dc.creator = 1=1003
32 index.dc.author = 1=1003
33 index.dc.itemtype = 1=1031
34 index.dc.barcode = 1=1028
35 index.dc.branch = 1=1033
41 # personal name experimental
43 ### Unofficial synonym for "creator"
44 index.dc.editor = 1=1020
45 index.dc.publisher = 1=1018
46 index.dc.description = 1=62
49 index.dc.resourceType = 1=1031
50 # guesswork: "Material-type"
51 index.dc.format = 1=1034
52 # guesswork: "Content-type"
53 index.dc.resourceIdentifier = 1=12
55 #index.dc.source = 1=1019
57 index.dc.language = 1=54
60 index.dc.Place-publication = 1=59
63 #index.dc.relation = 1=?
64 ### No idea how to represent this
65 #index.dc.coverage = 1=?
66 ### No idea how to represent this
67 #index.dc.rights = 1=?
68 ### No idea how to represent this
70 # Relation attributes are selected according to the CQL relation by
71 # looking up the "relation.<relation>" property:
81 ### These two are not really right:
85 # BIB-1 doesn't have a server choice relation, so we just make the
86 # choice here, and use equality (which is clearly correct).
91 relationModifier.relevant = 2=102
92 relationModifier.fuzzy = 5=103
93 ### 100 is "phonetic", which is not quite the same thing
94 relationModifier.stem = 2=101
95 relationModifier.phonetic = 2=100
97 # Position attributes may be specified for anchored terms (those
98 # beginning with "^", which is stripped) and unanchored (those not
99 # beginning with "^"). This may change when we get a BIB-1 truncation
100 # attribute that says "do what CQL does".
102 position.first = 3=1 6=1
104 position.any = 3=3 6=1
105 # "any position in field"
106 position.last = 3=4 6=1
107 # not a standard BIB-1 attribute
108 position.firstAndLast = 3=3 6=3
109 # search term is anchored to be complete field
111 # Structure attributes may be specified for individual relations; a
112 # default structure attribute my be specified by the pseudo-relation
113 # "*", to be used whenever a relation not listed here occurs.
115 structure.exact = 4=108
122 # Truncation attributes used to implement CQL wildcard patterns. The
123 # simpler forms, left, right- and both-truncation will be used for the
124 # simplest patterns, so that we produce PQF queries that conform more
125 # closely to the Bath Profile. However, when a more complex pattern
126 # such as "foo*bar" is used, we fall back on Z39.58-style masking.
128 truncation.right = 5=1
129 truncation.left = 5=2
130 truncation.both = 5=3
131 truncation.none = 5=100
132 truncation.z3958 = 5=104
134 # Finally, any additional attributes that should always be included
135 # with each term can be specified in the "always" property.
138 # 6=1: completeness = incomplete subfield
141 # Bath Profile support, added Thu Dec 18 13:06:20 GMT 2003
142 # See the Bath Profile for SRW at
143 # http://zing.z3950.org/cql/bath.html
144 # including the Bath Context Set defined within that document.
146 # In this file, we only map index-names to BIB-1 use attributes, doing
147 # so in accordance with the specifications of the Z39.50 Bath Profile,
148 # and leaving the relations, wildcards, etc. to fend for themselves.
150 index.bath.keyTitle = 1=33
151 index.bath.possessingInstitution = 1=1044
152 index.bath.name = 1=1002
153 index.bath.personalName = 1=1
154 index.bath.corporateName = 1=2
155 index.bath.conferenceName = 1=3
156 index.bath.uniformTitle = 1=6
157 index.bath.isbn = 1=7
158 index.bath.issn = 1=8
159 index.bath.geographicName = 1=58
160 index.bath.notes = 1=63
161 index.bath.topicalSubject = 1=1079
162 index.bath.genreForm = 1=1075