From d46ff174293651723309c8a33312bee64556c6e4 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 18 Dec 2003 13:44:59 +0000 Subject: [PATCH] Very, very basic support for Bath profile. --- etc/pqf.properties | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/etc/pqf.properties b/etc/pqf.properties index 76f046b..0d59969 100644 --- a/etc/pqf.properties +++ b/etc/pqf.properties @@ -1,4 +1,4 @@ -# $Id: pqf.properties,v 1.1 2003-01-06 08:20:27 adam Exp $ +# $Id: pqf.properties,v 1.2 2003-12-18 13:44:59 mike Exp $ # # Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF() # back-end. This specifies the interpretation of various CQL @@ -109,3 +109,24 @@ structure.* = 4=1 always = 5=105 6=1 # 5=105: the not-yet-standarised CQL-like trunction attribute # 6=1: completeness = incomplete subfield + + +# Bath Profile support, added Thu Dec 18 13:06:20 GMT 2003 +# See the Bath Profile for SRW at +# http://zing.z3950.org/cql/bath.html +# Including the Bath Context Set defined within that document. + +qualifier.bath.keyTitle = 1=33 +qualifier.bath.possessingInstitution = 1=1044 +qualifier.bath.name = 1=1002 +qualifier.bath.personalName = 1=1 +qualifier.bath.corporateName = 1=2 +qualifier.bath.conferenceName = 1=3 +qualifier.bath.uniformTitle = 1=6 +qualifier.bath.issn = 1=8 +qualifier.bath.remoteSystemRecordNumber = 1=12 ### rec.id +qualifier.bath.geographicName = 1=58 +qualifier.bath.notes = 1=63 +qualifier.bath.topicalSubject = 1=1079 +qualifier.bath.genreForm = 1=1075 + -- 1.7.10.4