# Properties 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 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 # indexes to Attribute Architecture (util, XD and BIB-2) # attributes. # Identifiers for prefixes used in this file. (index.*) set.cql = info:srw/cql-context-set/1/cql-v1.1 set.rec = info:srw/cql-context-set/2/rec-1.0 set.dc = info:srw/cql-context-set/1/dc-v1.1 set.bath = http://zing.z3950.org/cql/bath/2.0/ set.gils = http://www.gils.net/profileV3 set.geo = http://www.gils.net/profileV3 # default set (in query) set = info:srw/cql-context-set/1/dc-v1.1 # The default access point and result-set references index.cql.serverChoice = 1=1016 # srw.serverChoice is deprecated in favour of cql.serverChoice # BIB-1 "any" index.rec.id = 1=12 index.dc.title = 1=4 index.dc.subject = 1=21 index.dc.creator = 1=1003 index.dc.author = 1=1003 ### Unofficial synonym for "creator" index.dc.editor = 1=1020 index.dc.publisher = 1=1018 index.dc.description = 1=62 # "abstract" index.dc.date = 1=30 index.dc.resourceType = 1=1031 # guesswork: "Material-type" index.dc.format = 1=1034 # guesswork: "Content-type" index.dc.resourceIdentifier = 1=12 # "Local number" index.dc.source = 1=1019 # "Record-source" index.dc.language = 1=54 # "Code--language" index.dc.relation = 1=? ### No idea how to represent this index.dc.coverage = 1=? ### No idea how to represent this index.dc.rights = 1=? ### No idea how to represent this # Relation attributes are selected according to the CQL relation by # looking up the "relation." property: # relation.< = 2=1 relation.le = 2=2 relation.eq = 2=3 relation.exact = 2=3 relation.ge = 2=4 relation.> = 2=5 relation.<> = 2=6 ### These two are not really right: relation.all = 2=3 relation.any = 2=3 # BIB-1 doesn't have a server choice relation, so we just make the # choice here, and use equality (which is clearly correct). relation.scr = 2=3 relation.within = 2=7 relation.overlaps = 2=7 # Relation modifiers. # relationModifier.relevant = 2=102 relationModifier.fuzzy = 2=100 ### 100 is "phonetic", which is not quite the same thing relationModifier.stem = 2=101 relationModifier.phonetic = 2=100 relationModifier.partial = 2=7 relationModifier.nwse = 4=201 relationModifier.date = 4=210 relationModifier.isoDate = 4=210 relationModifier.business = 15=1 relationModifier.service = 15=2 relationModifier.binding = 15=3 relationModifier.tModel = 15=4 # Position attributes may be specified for anchored terms (those # beginning with "^", which is stripped) and unanchored (those not # beginning with "^"). This may change when we get a BIB-1 truncation # attribute that says "do what CQL does". # position.first = 3=1 6=1 # "first in field" position.any = 3=3 6=1 # "any position in field" position.last = 3=4 6=1 # not a standard BIB-1 attribute position.firstAndLast = 3=3 6=3 # search term is anchored to be complete field # Structure attributes may be specified for individual relations; a # default structure attribute my be specified by the pseudo-relation # "*", to be used whenever a relation not listed here occurs. # structure.exact = 4=108 # string #structure.coordinate = 4=201 # N W S E space delimited decimal lat-lon structure.all = 4=2 structure.any = 4=2 structure.* = 4=1 # phrase # Truncation attributes used to implement CQL wildcard patterns. The # simpler forms, left, right- and both-truncation will be used for the # simplest patterns, so that we produce PQF queries that conform more # closely to the Bath Profile. However, when a more complex pattern # such as "foo*bar" is used, we fall back on Z39.58-style masking. # truncation.right = 5=1 truncation.left = 5=2 truncation.both = 5=3 truncation.none = 5=100 truncation.z3958 = 5=104 # Finally, any additional attributes that should always be included # with each term can be specified in the "always" property. # always = 6=1 # 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. # # In this file, we only map index-names to BIB-1 use attributes, doing # so in accordance with the specifications of the Z39.50 Bath Profile, # and leaving the relations, wildcards, etc. to fend for themselves. index.bath.keyTitle = 1=33 index.bath.possessingInstitution = 1=1044 index.bath.name = 1=1002 index.bath.personalName = 1=1 index.bath.corporateName = 1=2 index.bath.conferenceName = 1=3 index.bath.uniformTitle = 1=6 index.bath.isbn = 1=7 index.bath.issn = 1=8 index.bath.geographicName = 1=58 index.bath.notes = 1=63 index.bath.topicalSubject = 1=1079 index.bath.genreForm = 1=1075 # gils profile index.gils.any = 1=1016 index.gils.anywhere = 1=1035 index.gils.identifier = 1=12 index.gils.identifierStandard = 1=1007 index.gils.name = 1=4 index.gils.title = 1=4 index.gils.originator = 1=1003 index.gils.author = 1=1003 index.gils.creator = 1=1003 index.gils.contributor = 1=1003 index.gils.abstract = 1=62 index.gils.description = 1=62 index.gils.keywords = 1=2002 index.gils.subject = 1=29 index.gils.subjectThesaurus = 1=2036 index.gils.subjectTermsUncontrolled = 1=2058 index.gils.subjectTermsControlled = 1=2057 index.gils.language = 1=2071 index.gils.lineOfBusiness = 1=29 index.gils.audience = 1=29 index.gils.source = 1=1155 index.gils.publicationDate = 1=31 index.gils.creationDate = 1=30 index.gils.modificationDate = 1=1012 index.gils.lastReviewDate = 1=1012 index.gils.timePeriod = 1=2062 index.gils.timePeriodTextual = 1=2045 index.gils.timePeriodStructured = 1=2044 index.gils.beginningDate = 1=2072 index.gils.endingDate = 1=2073 index.gils.publicationPlace = 1=59 index.gils.spatialDomain = 1=2059 index.gils.boundingCoordinates = 1=2060 index.gils.bounds = 1=2060 index.gils.westBoundingCoordinate = 1=2038 index.gils.eastBoundingCoordinate = 1=2039 index.gils.northBoundingCoordinate = 1=2040 index.gils.southBoundingCoordinate = 1=2041 index.gils.place = 1=2061 index.gils.placeKeywordThesaurus = 1=2043 index.gils.placeKeyword = 1=2042 index.gils.contact = 1=2067 index.gils.contactName = 1=2023 index.gils.contactOrganization = 1=2024 index.gils.contactStreetAddress = 1=2025 index.gils.contactCity = 1=2026 index.gils.contactStateOrProvince = 1=2027 index.gils.contactZipOrPostalCode = 1=2028 index.gils.contactCountry = 1=2029 index.gils.contactNetworkAddress = 1=2030 index.gils.contactHoursOfService = 1=2031 index.gils.contactTelephone = 1=2032 index.gils.contactFax = 1=2033 index.gils.useConstraints = 1=2005 index.gils.accessConstraints = 1=2004 index.gils.securityClassification = 1=2066 index.gils.originatorDisseminationControl = 1=2052 index.gils.purpose = 1=2003 index.gils.agencyProgram = 1=2034 index.gils.dataSources = 1=2035 index.gils.methodology = 1=2037 index.gils.supplementalInformation = 1=2050 index.gils.crossReference = 1=2068 index.gils.crossReferenceTitle = 1=2046 index.gils.crossReferenceRelationship = 1=2070 index.gils.crossReferenceIdentifier = 1=1154 index.gils.crossReferenceLinkage = 1=2047 index.gils.originalControlIdentifier = 1=2049 index.gils.linkageType = 1=2022 index.gils.linkage = 1=2012 index.gils.distributor = 1=2001 index.gils.publisher = 1=1018 index.gils.productLanguage = 1=54 index.gils.languageOfResource = 1=54 index.gils.productCreationDate = 1=30 index.gils.productLastReviewDate = 1=1012 index.gils.format = 1=1031 index.gils.type = 1=1031 index.gils.availability = 1=2063 index.gils.medium = 1=1031 index.gils.resourceDescription = 1=2016 index.gils.orderProcess = 1=2064 index.gils.orderInformation = 1=2017 index.gils.cost = 1=2054 index.gils.costInformation = 1=2055 index.gils.technicalPrerequisites = 1=2018 index.gils.productTimePeriod = 1=2065 index.gils.productTimeTextual = 1=2020 index.gils.productTimeStructured = 1=2019 index.gils.distributor = 1=2000 index.gils.distributorName = 1=2000 index.gils.distributorOrganization = 1=2006 index.gils.distributorStreetAddress = 1=2007 index.gils.distributorCity = 1=2008 index.gils.distributorStateOrProvince = 1=2009 index.gils.distributorZipOrPostalCode = 1=2010 index.gils.distributorCountry = 1=2011 index.gils.distributorNetworkAddress = 1=2012 index.gils.distributorHoursOfService = 1=2013 index.gils.distributorTelephone = 1=2014 index.gils.distributorFax = 1=2015 index.gils.dispositionAuthority = 1=1181 index.gils.scheduleNumber = 1=2056 # index.gils.vitalRecords = 1= Not sure how to map index.gils.recordIdentifier = 1=12 index.gils.recordOriginalIdentifier = 1=2049 index.gils.recordLanguage = 1=2071 index.gils.recordSource = 1=1019 index.gils.recordCreationDate = 1=30 index.gils.recordLastModificationDate = 1=1012 index.gils.recordReviewDate = 1=2051 # geo profile index.geo.any = 1=1016 index.geo.anywhere = 1=1035 index.geo.abscissaResolution = 1=3449 index.geo.abstract = 1=62 index.geo.accessConstraints = 1=2004 index.geo.accessInstructions = 1=3629 index.geo.address = 1=2025 index.geo.addressType = 1=3007 index.geo.albersConicalEqualArea = 1=3477 index.geo.altitudeDatumName = 1=3468 index.geo.altitudeEncodingMethod = 1=3471 index.geo.altitudeResolution = 1=3469 index.geo.altitudeSystemDefinition = 1=3467 index.geo.altitudeDistanceUnits = 1=3470 index.geo.arcCoordinateSystem = 1=3440 index.geo.arcSystemZoneIdentifier = 1=3441 index.geo.attribute = 1=3506 index.geo.attributeAccuracy = 1=3201 index.geo.attributeAccuracyExplanation = 1=3205 index.geo.attributeAccuracyReport = 1=3202 index.geo.attributeAccuracyValue = 1=3204 index.geo.attributeDefinition = 1=3508 index.geo.attributeDefinitionSource = 1=3509 index.geo.attributeDomainValues = 1=3510 index.geo.attributeLabel = 1=3507 index.geo.attributeMeasurementFrequency = 1=3529 index.geo.attributeMeasurementResolution = 1=3523 index.geo.attributeUnitsOfMeasurement = 1=3522 index.geo.attributeValueAccuracy = 1=3527 index.geo.attributeValueAccuracyExplanation = 1=3528 index.geo.attributeValueAccuracyInformation = 1=3526 index.geo.availableTimePeriod = 1=2065 index.geo.azimuthalAngle = 1=3421 index.geo.azimuthalEquidistant = 1=3478 index.geo.azimuthMeasurePointLongitude = 1=3422 index.geo.bearingReferenceDirection = 1=3455 index.geo.bearingReferenceMeridian = 1=3456 index.geo.bearingResolution = 1=3453 index.geo.bearingUnits = 1=3454 index.geo.beginningDate = 1=2072 index.geo.beginningDateOfAttributeValues = 1=3524 index.geo.beginningTime = 1=3908 index.geo.boundingCoordinates = 1=2060 index.geo.bounds = 1=2060 index.geo.browseGraphic = 1=3137 index.geo.browseGraphicFileDescription = 1=3139 index.geo.browseGraphicFileName = 1=3138 index.geo.browseGraphicFileType = 1=3140 index.geo.calendarDate = 1=3903 index.geo.citation = 1=3101 index.geo.citationInformation = 1=3800 index.geo.city = 1=2026 index.geo.cloudCover = 1=3234 index.geo.contactAddress = 1=3006 index.geo.contactElectronicMailAddress = 1=2030 index.geo.contactFacsimileTelephone = 1=2033 index.geo.contactInformation = 1=3000 index.geo.contactInstructions = 1=3018 index.geo.contactOrganization = 1=2024 index.geo.contactOrganizationPrimary = 1=3008 index.geo.contactPerson = 1=2023 index.geo.contactPersonPrimary = 1=3004 index.geo.contactPosition = 1=3005 index.geo.contactTDD/TTYTelephone = 1=3014 index.geo.contactVoiceTelephone = 1=2032 index.geo.codesetDomain = 1=3518 index.geo.codesetName = 1=3519 index.geo.codesetSource = 1=3520 index.geo.columnCount = 1=3312 index.geo.compatibilityInformation = 1=3637 index.geo.completenessReport = 1=3207 index.geo.compressionSupport = 1=3626 index.geo.computerContactInformation = 1=3617 index.geo.coordinateRepresentation = 1=3448 index.geo.country = 1=2029 index.geo.crossReference = 1=2068 index.geo.currentnessReference = 1=3106 index.geo.customOrderProcess = 1=3641 index.geo.dataSetCredit = 1=3141 index.geo.dataQualityInformation = 1=3200 index.geo.denominatorOfFlatteningRatio = 1=3465 index.geo.depthDatumName = 1=3473 index.geo.depthDistanceUnits = 1=3475 index.geo.depthEncodingMethod = 1=3476 index.geo.depthResolution = 1=3474 index.geo.depthSystemDefinition = 1=3472 index.geo.description = 1=3102 index.geo.detailedDescription = 1=3501 index.geo.dialupFileName = 1=3628 index.geo.dialupInstructions = 1=3620 index.geo.dialupTelephone = 1=3627 index.geo.digitalForm = 1=3606 index.geo.digitalTransferInformation = 1=3607 index.geo.digitalTransferOption = 1=3615 index.geo.directSpatialReferenceMethod = 1=3302 index.geo.distanceAndBearingRepresentation = 1=3451 index.geo.distributionInformation = 1=3600 index.geo.distributionLiability = 1=3603 index.geo.distanceResolution = 1=3452 index.geo.distributor = 1=2000 index.geo.dataSetG-Polygon = 1=3116 index.geo.dataSetG-PolygonOuterG-Ring = 1=3117 index.geo.dataSetG-PolygonExclusionG-Ring = 1=3120 index.geo.entityAndAttributeDetailCitation = 1=3532 index.geo.entityAndAttributeInformation = 1=3500 index.geo.entityAndAttributeOverview = 1=3531 index.geo.eastBoundingCoordinate = 1=2039 index.geo.edition = 1=3807 index.geo.enumeratedDomain = 1=3511 index.geo.enumeratedDomainValue = 1=3512 index.geo.enumeratedDomainValueDefinition = 1=3513 index.geo.enumeratedDomainValueDefinitionSource = 1=3514 index.geo.ellipsoidName = 1=3463 index.geo.endingDate = 1=2073 index.geo.endingDateOfAttributeValues = 1=3525 index.geo.endingTime = 1=3910 index.geo.entityType = 1=3502 index.geo.entityTypeDefinition = 1=3504 index.geo.entityTypeDefinitionSource = 1=3505 index.geo.entityTypeLabel = 1=3503 index.geo.equidistantConic = 1=3479 index.geo.equirectangular = 1=3480 index.geo.extent = 1=3148 index.geo.falseEasting = 1=3413 index.geo.fees = 1=2055 index.geo.fileDecompressionTechnique = 1=3613 index.geo.falseNorthing = 1=3414 index.geo.formatInformationContent = 1=3612 index.geo.formatName = 1=3608 index.geo.formatSpecification = 1=3611 index.geo.formatVersionDate = 1=3610 index.geo.formatVersionNumber = 1=3609 index.geo.geodeticModel = 1=3461 index.geo.geospatialDataPresentationForm = 1=3805 index.geo.geographic = 1=3402 index.geo.geographicCoordinateUnits = 1=3405 index.geo.gnomonic = 1=3482 index.geo.gridCoordinateSystem = 1=3432 index.geo.gridCoordinateSystemName = 1=3433 index.geo.g-RingLatitude = 1=3118 index.geo.g-RingLongitude = 1=3119 index.geo.generalVerticalNear-sidedProjection = 1=3481 index.geo.heightOfPerspectivePointAboveSurface = 1=3416 index.geo.highestBPS = 1=3622 index.geo.horizontalDatumName = 1=3462 index.geo.horizontalPositionalAccuracy = 1=3209 index.geo.horizontalPositionalAccuracyExplanation = 1=3213 index.geo.horizontalPositionalAccuracyReport = 1=3210 index.geo.horizontalPositionalAccuracyValue = 1=3212 index.geo.horizontalCoordinateSystemDefinition = 1=3401 index.geo.hoursOfService = 1=2013 index.geo.identificationInformation = 1=3100 index.geo.indirectSpatialReference = 1=3301 index.geo.issueIdentification = 1=3808 index.geo.keywords = 1=3121 index.geo.lambertAzimuthalEqualArea = 1=3483 index.geo.lambertConformalConic = 1=3484 index.geo.landsatNumber = 1=3428 index.geo.latitudeOfProjectionCenter = 1=3418 index.geo.latitudeOfProjectionOrigin = 1=3412 index.geo.latitudeResolution = 1=3403 index.geo.lineage = 1=3219 index.geo.local = 1=3458 index.geo.localDescription = 1=3459 index.geo.localGeoreferenceInformation = 1=3460 index.geo.localPlanar = 1=3443 index.geo.localPlanarDescription = 1=3444 index.geo.localPlanarGeoreferenceInformation = 1=3445 index.geo.logicalConsistencyReport = 1=3206 index.geo.longitudeOfCentralMeridian = 1=3411 index.geo.longitudeOfProjectionCenter = 1=3417 index.geo.longitudeResolution = 1=3404 index.geo.lowestBPS = 1=3621 index.geo.largerWorkCitation = 1=3814 index.geo.mapProjection = 1=3407 index.geo.mapProjectionName = 1=3408 index.geo.multipleDates/Times = 1=3905 index.geo.mercator = 1=3485 index.geo.metadataAccessConstraints = 1=3708 index.geo.metadata = 1=3999 index.geo.metadataReferenceInformation = 1=3700 index.geo.metadataContact = 1=3704 index.geo.metadataDate = 1=1012 index.geo.metadataFutureReviewDate = 1=3703 index.geo.metadataReviewDate = 1=3702 index.geo.metadataSecurityClassification = 1=3712 index.geo.metadataSecurityClassificationSystem = 1=3711 index.geo.metadataSecurityHAndlingDescription = 1=3713 index.geo.metadataSecurityInformation = 1=3710 index.geo.metadataStAndardName = 1=3705 index.geo.metadataStAndardVersion = 1=3706 index.geo.metadataTimeConvention = 1=3707 index.geo.metadataUseConstraints = 1=3709 index.geo.millerCylindrical = 1=3487 index.geo.modifiedStereographicforAlaska = 1=3486 index.geo.nativeDataSetEnvironment = 1=3146 index.geo.networkAddress = 1=3618 index.geo.networkResourceName = 1=3619 index.geo.non-digitalForm = 1=3605 index.geo.northBoundingCoordinate = 1=2040 index.geo.numberDataBits = 1=3623 index.geo.numberStopBits = 1=3624 index.geo.obliqueLineAzimuth = 1=3420 index.geo.obliqueLineLatitude = 1=3424 index.geo.obliqueLineLongitude = 1=3425 index.geo.obliqueLinePoint = 1=3423 index.geo.obliqueMercator = 1=3488 index.geo.offlineMedia = 1=3632 index.geo.offlineOption = 1=3631 index.geo.onlineComputerAndOperatingSystem = 1=3630 index.geo.onlineLinkage = 1=2021 index.geo.onlineOption = 1=3616 index.geo.orderingInstructions = 1=2017 index.geo.ordinateResolution = 1=3450 index.geo.originator = 1=1005 index.geo.orthographic = 1=3491 index.geo.otherCitationDetails = 1=3812 index.geo.otherGridSystem'sDefinition = 1=3442 index.geo.otherProjection'sDefinition = 1=3431 index.geo.overviewDescription = 1=3530 index.geo.parity = 1=3625 index.geo.pathNumber = 1=3429 index.geo.place = 1=2061 index.geo.placeKeyword = 1=2042 index.geo.placeKeywordThesaurus = 1=2043 index.geo.planar = 1=3406 index.geo.planarCoordinateEncodingMethod = 1=3447 index.geo.planarCoordinateInformation = 1=3446 index.geo.planarDistanceUnits = 1=3457 index.geo.polarStereographic = 1=3492 index.geo.polyconic = 1=3493 index.geo.positionalAccuracy = 1=3208 index.geo.postalCode = 1=2028 index.geo.processContact = 1=3233 index.geo.processDate = 1=3230 index.geo.processDescription = 1=3228 index.geo.processStep = 1=3227 index.geo.processTime = 1=3231 index.geo.progress = 1=3108 index.geo.pointOfContact = 1=2067 index.geo.pointAndVectorObjectCount = 1=3305 index.geo.pointAndVectorObjectInformation = 1=3314 index.geo.publicationDate = 1=31 index.geo.publicationInformation = 1=3809 index.geo.publisher = 1=1018 index.geo.publicationPlace = 1=59 index.geo.publicationTime = 1=3803 index.geo.purpose = 1=2003 index.geo.quantitativeAttributeAccuracyAssessment = 1=3203 index.geo.quantitativeHorizontalPositionalAccuracyAssessment = 1=3211 index.geo.quantitativeVerticalPositionalAccuracyAssessment = 1=3216 index.geo.rasterObjectInformation = 1=3309 index.geo.rasterObjectType = 1=3310 index.geo.rangeDomain = 1=3515 index.geo.rangeDomainMaximum = 1=3517 index.geo.rangeDomainMinimum = 1=3516 index.geo.recordingCapacity = 1=3633 index.geo.recordingDensity = 1=3634 index.geo.recordingDensityUnits = 1=3635 index.geo.recordingFormat = 1=3636 index.geo.resourceDescription = 1=2016 index.geo.rangeOfDates/Times = 1=3906 index.geo.robinson = 1=3494 index.geo.rowCount = 1=3311 index.geo.sdtsTermsDescription = 1=3303 index.geo.sdtsPointAndVectorObjectType = 1=3304 index.geo.securityClassification = 1=3144 index.geo.securityHAndlingDescription = 1=3145 index.geo.securityInformation = 1=3142 index.geo.securityClassificationSystem = 1=3143 index.geo.semi-majorAxis = 1=3464 index.geo.seriesInformation = 1=3806 index.geo.seriesName = 1=5 index.geo.scaleFactoratCenterLine = 1=3419 index.geo.scaleFactoratCentralMeridian = 1=3430 index.geo.scaleFactoratEquator = 1=3415 index.geo.scaleFactoratProjectionOrigin = 1=3427 index.geo.sinusoidal = 1=3495 index.geo.singleDate/Time = 1=3902 index.geo.southBoundingCoordinate = 1=2041 index.geo.spaceObliqueMercator(LAndsat) = 1=3496 index.geo.statePlaneCoordinateSystem = 1=3438 index.geo.spcsZoneIdentifier = 1=3439 index.geo.spatialDataOrganizationInformation = 1=3300 index.geo.spatialDomain = 1=2059 index.geo.spatialReferenceInformation = 1=3400 index.geo.sourceCitation = 1=3221 index.geo.sourceCitationAbbreviation = 1=3225 index.geo.sourceContribution = 1=2035 index.geo.sourceCurrentnessReference = 1=3224 index.geo.sourceInformation = 1=3220 index.geo.sourceProducedCitationAbbreviation = 1=3232 index.geo.sourceScaleDenominator = 1=1024 index.geo.sourceTimePeriodOfContent = 1=3223 index.geo.sourceUsedCitationAbbreviation = 1=3229 index.geo.stateorProvince = 1=2027 index.geo.status = 1=3107 index.geo.standardOrderProcess = 1=3604 index.geo.standardParallel = 1=3410 index.geo.stereographic = 1=3497 index.geo.stratumKeyword = 1=3130 index.geo.stratumKeywordThesaurus = 1=3129 index.geo.stratum = 1=3128 index.geo.supplementalInformation = 1=2050 index.geo.straightVerticalLongitudefromPole = 1=3426 index.geo.technicalPrerequisites = 1=2018 index.geo.temporalKeyword = 1=2045 index.geo.temporalKeywordThesaurus = 1=3132 index.geo.temporal = 1=3131 index.geo.theme = 1=3122 index.geo.themeKeyword = 1=2002 index.geo.themeKeywordThesaurus = 1=2036 index.geo.timeOfDay = 1=3904 index.geo.timePeriodInformation = 1=2062 index.geo.timePeriodOfContent = 1=3901 index.geo.title = 1=4 index.geo.transferSize = 1=3614 index.geo.transverseMercator = 1=3498 index.geo.turnaround = 1=3640 index.geo.typeOfSourceMedia = 1=1031 index.geo.unrepresentableDomain = 1=3521 index.geo.maintenanceAndUpdateFrequency = 1=3109 index.geo.universalPolarStereographic = 1=3436 index.geo.upsZoneIdentifier = 1=3437 index.geo.useConstraints = 1=2005 index.geo.universalTransverseMercator = 1=3434 index.geo.utmZoneNumber = 1=3435 index.geo.vanDerGrinten = 1=3499 index.geo.verticalPositionalAccuracy = 1=3214 index.geo.verticalPositionalAccuracyExplanation = 1=3218 index.geo.verticalPositionalAccuracyReport = 1=3215 index.geo.verticalPositionalAccuracyValue = 1=3217 index.geo.verticalCoordinateSystemDefinition = 1=3466 index.geo.vpfTopologyLevel = 1=3307 index.geo.vpfTermsDescription = 1=3306 index.geo.vpfPointAndVectorObjectType = 1=3308 index.geo.verticalCount = 1=3313 index.geo.westBoundingCoordinate = 1=2038 # Additional UDDI-specific access-points index.uddi.businessKey = 1=6000 index.uddi.serviceKey = 1=6001 index.uddi.tModelBag = 1=6002