Lines 496-515
melm 680 LC-call-number:w,LC-call-number:p
Link Here
|
496 |
# Other class numbers // see Marc21 084 |
496 |
# Other class numbers // see Marc21 084 |
497 |
melm 686 Local-classification:w,Local-classification:p |
497 |
melm 686 Local-classification:w,Local-classification:p |
498 |
|
498 |
|
499 |
#############"# item information (based on 995) ############### |
499 |
|
500 |
melm 995$2 lost,lost:n,item |
500 |
############## KOHA ITEM INFORMATION (based on 995) ############### |
501 |
melm 995$a homebranch,Host-item,item |
501 |
# Koha specific : $1, $2, $3 |
502 |
melm 995$b homebranch,Host-item,item |
502 |
melm 995$1 damaged,damaged:n |
503 |
melm 995$c holdingbranch,Record-Source,item |
503 |
melm 995$2 lost,lost:n |
504 |
melm 995$d holdingbranch,Record-Source,item |
504 |
melm 995$3 withdrawn,withdrawn:n |
505 |
melm 995$e location,item |
505 |
|
506 |
melm 995$f barcode,item |
506 |
# most subfields are based on "995 recommandation" |
507 |
melm 995$h ccode,item |
507 |
# used by French libraries for exchanging holding information |
508 |
melm 995$j LC-card-number:s,item |
508 |
# source: http://www.abes.fr/content/download/1949/8319/version/1/file/pdf_r995.pdf |
509 |
melm 995$k Call-Number,Local-classification,lcn,Call-Number:p,Local-classification:p,lcn:p,item,Local-classification:s |
509 |
# (last version, 2005) |
510 |
melm 995$n onloan:d,onloan:n,onloan:s,onloan:w,item |
510 |
# Note that : |
511 |
melm 995$u Note,Note:p,item |
511 |
# - the use of $e,$h,$j in Koha and in 995 recommandation is different |
512 |
melm 995 item # just to index every subfield |
512 |
# - $i, $m, $l, $o, $p, $q, $v, $w, $x, $y, $z are defined in 995 recommandation, but not used by Koha |
|
|
513 |
|
514 |
# 6 blocs of subfields are defined in 995 recommandation |
515 |
|
516 |
# 1. Information about origin of the document |
517 |
# $a - Origin of the document, free text |
518 |
# Not used in Sudoc network |
519 |
melm 995$a homebranch,Host-item,item |
520 |
# $a - Origin of the document, coded information |
521 |
melm 995$b homebranch,Host-item,item |
522 |
# $c - Lending or holding library - free text |
523 |
melm 995$c holdingbranch,Record-Source,item |
524 |
# $d - Lending or holding library - coded information |
525 |
melm 995$d holdingbranch,Record-Source,item |
526 |
|
527 |
# 2. Identification and classification |
528 |
# $e - shelving information |
529 |
# (in 995 recommandation : $e - detailed genre) |
530 |
melm 995$e location,location:p,item |
531 |
# $f - barcode - complete |
532 |
melm 995$f barcode,barcode:p,item |
533 |
# $h - ccode |
534 |
# (in 995 recommandation : $h - barcode - prefix) |
535 |
melm 995$h ccode,ccode:p,item |
536 |
# $i - not used currently |
537 |
# (in 995 recommandation : $i - barcode - suffix) |
538 |
# $j - LC-card-number, |
539 |
# (in 995 recommandation : $j - section, i.e. part of a library) |
540 |
melm 995$j LC-card-number:s,item |
541 |
# $k - callnumber |
542 |
melm 995$k Call-Number,Local-classification,Call-Number:p,Local-classification:p,Local-classification:s,item |
543 |
# $l - not used currently |
544 |
# (in 995 recommandation : $l - volumes) |
545 |
|
546 |
# 3 - Checkout and deposal information |
547 |
# $m - not used currently |
548 |
# (in 995 recommandation : $m - Date of loan or deposit) |
549 |
# $n - Expiration of loan |
550 |
melm 995$n onloan:d,onloan:n,onloan:s,onloan:w,item |
551 |
# $o - not used currently |
552 |
# (in 995 recommandation : $o - Circulation type (not for loan)) |
553 |
|
554 |
# 4 - Sorting and statistic information |
555 |
# $p - not used currently |
556 |
# (in 955 recommandation : $p - Serial) |
557 |
# $q - not used currently |
558 |
# (in 995 recommandation : $q - Target audience (age)) |
559 |
# $r - Type of document and carriage |
560 |
melm 995$r itemtype:w,itemtype:p,itype:w,itype:p,item |
561 |
# $s - not used currently |
562 |
# (in 995 recommandation : $s - Sorting element) |
563 |
# $t - not used currently |
564 |
# (in 995 recommandation : $t - Genre : fiction vs non-fiction) |
565 |
|
566 |
# 5 - Notes |
567 |
# $u - item note |
568 |
melm 995$u Note,Note:p,item |
569 |
# $v - not used currently |
570 |
# (in 995 recommandation : $v - serial issue note) |
571 |
|
572 |
# 6 - Target of document |
573 |
# $w - not used currently |
574 |
# (in 995 recommandation : $w - target library - free text) |
575 |
# $x - not used currently |
576 |
# (in 995 recommandation : $x - target library - coded information) |
577 |
# $y - not used currently |
578 |
# (in 995 recommandation : $y - target network of libraries - free text) |
579 |
# $z - not used currently |
580 |
# (in 995 recommandation : $z - target network of libraries - coded information) |
581 |
|
582 |
melm 995 item # just to index every subfield |
513 |
|
583 |
|
514 |
### biblioitems information (based on 942) ###### |
584 |
### biblioitems information (based on 942) ###### |
515 |
melm 942$0 totalissues:n,totalissues:s |
585 |
melm 942$0 totalissues:n,totalissues:s |
516 |
- |
|
|