-# $Id: pqf.properties,v 1.4 2003-12-18 16:44:20 mike Exp $
+# $Id: pqf.properties,v 1.5 2003-12-18 16:49:07 mike Exp $
#
# Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF()
# back-end and the YAZ CQL-to-PQF converter. This specifies the
-# interpretation of various CQL qualifiers, relations, etc. in terms
+# interpretation of various CQL indexes, relations, etc. in terms
# of Type-1 query attributes.
#
# This configuration file generates queries using BIB-1 attributes.
# See http://www.loc.gov/z3950/agency/zing/cql/dc-indexes.html
# for the Maintenance Agency's work-in-progress mapping of Dublin Core
-# qualifiers to Attribute Architecture (util, XD and BIB-2)
+# indexes to Attribute Architecture (util, XD and BIB-2)
# attributes.
-# Identifiers for prefixes used in this file. (qualifier.*)
+# Identifiers for prefixes used in this file. (index.*)
set.cql = http://www.loc.gov/zing/cql/context-sets/cql/v1.1/
set.srw = http://www.loc.gov/zing/cql/srw-indexes/v1.0/
# The "srw" set is deprecated in favour of the "cql" set.
-/* $Id: cqltransform.c,v 1.2 2003-12-18 16:42:52 mike Exp $
+/* $Id: cqltransform.c,v 1.3 2003-12-18 16:50:18 mike Exp $
Copyright (C) 2002-2003
Index Data Aps
}
return 0;
}
- /* 4. lookup qualifier.prefix. */
+ /* 4. lookup index.prefix. */
cp = cn->u.st.index;
cp_dot = strchr(cp, '.');