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