From 26e8603c0e0d457f31a2231cb660caed14263364 Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 6 Nov 2002 10:37:06 +0000 Subject: [PATCH] Add ref. to MA mapping page into pqf.properties --- etc/pqf.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/etc/pqf.properties b/etc/pqf.properties index 9c4abbf..4508572 100644 --- a/etc/pqf.properties +++ b/etc/pqf.properties @@ -1,9 +1,14 @@ -# $Id: pqf.properties,v 1.1 2002-11-06 00:05:58 mike Exp $ +# $Id: pqf.properties,v 1.2 2002-11-06 10:37:06 mike Exp $ # # Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF() # back-end. This specifies the interpretation of various CQL # qualifiers in terms of Type-1 query attributes. # +# See http://www.loc.gov/z3950/agency/zing/srwu/dc-indexes.html +# for the Maintenance Agency's work-in-progress mapping of Dublic Core +# qualifiers to Attribute Architecture (util, XD and BIB-2) +# attributes. +# dc.title = 1=4 dc.subject = 1=21 dc.creator = 1=1003 -- 1.7.10.4