X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=parse-2002.lisp;h=53c6d6358dae1c471325ac6979db8425492329e5;hb=a4851b680b8430b9792d1e86318657de16cf0a96;hp=7dbd52270c2937034e2b79d7061d336fcff144ec;hpb=45453f00199223924481c8d6d614972a327a250f;p=umlisp.git diff --git a/parse-2002.lisp b/parse-2002.lisp index 7dbd522..53c6d63 100644 --- a/parse-2002.lisp +++ b/parse-2002.lisp @@ -8,10 +8,10 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: parse-2002.lisp,v 1.12 2003/05/08 04:36:12 kevin Exp $ +;;;; $Id: parse-2002.lisp,v 1.14 2003/06/11 01:42:03 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is -;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. +;;;; Copyright (c) 2000-2003 by Kevin M. Rosenberg, M.D. ;;;; ;;;; UMLisp users are granted the rights to distribute and use this software ;;;; as governed by the terms of the GNU General Public License. @@ -254,6 +254,19 @@ ("VCUI" "MRSAB") ("LAT" "MRSAB")) "Columns in files to index") +(defvar +relationship-abbreviations+ + '(("RB" "Broader" "has a broader relationship") + ("RN" "Narrower" "has a narrower relationship") + ("RO" "Other related" "has relationship other than synonymous, narrower, or broader") + ("RL" "Like" "the two concepts are similar or 'alike'. In the current edition of the Metathesaurus, most relationships with this attribute are mappings provided by a source") + ("RQ" "Unspecified" "unspecified source asserted relatedness, possibly synonymous") + ("SY" "Source Synonymy" "source asserted synonymy") + ("PAR" "Parent" "has parent relationship in a Metathesaurus source vocabulary") + ("CHD" "Child" "has child relationship in a Metathesaurus source vocabulary") + ("SIB" "Sibling" "has sibling relationship in a Metathesaurus source vocabulary") + ("AQ" "Allowed" "is an allowed qualifier for a concept in a Metathesaurus source vocabulary") + ("QB" "Qualified" "can be qualified by a concept in a Metathesaurus source vocabulary"))) + (defparameter +custom-index-cols+ nil #+ignore