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