0xx
- 000
- 001
- 003
- 005
- 006
- 007
- 008
- 009
- 010
- 013
- 015
- 016
- 017
- 018
- 020
- 022
- 024
- 025
- 026
- 027
- 028
- 030
- 031
- 032
- 033
- 034
- 035
- 036
- 037
- 038
- 040
- 041
- 042
- 043
- 044
- 045
- 046
- 047
- 048
- 049
- 050
- 051
- 052
- 055
- 060
- 061
- 066
- 070
- 071
- 072
- 074
- 080
- 082
- 083
- 084
- 085
- 086
- 088
- 090
- 092
- 096
- 098
- 099
3xx
- 300
- 306
- 307
- 310
- 321
- 336
- 337
- 338
- 340
- 341
- 342
- 343
- 344
- 345
- 346
- 347
- 348
- 350
- 351
- 352
- 355
- 357
- 362
- 363
- 365
- 366
- 370
- 377
- 380
- 381
- 382
- 383
- 384
- 385
- 386
- 388
5xx
- 500
- 501
- 502
- 504
- 505
- 506
- 507
- 508
- 510
- 511
- 513
- 514
- 515
- 516
- 518
- 520
- 521
- 522
- 524
- 525
- 526
- 530
- 532
- 533
- 534
- 535
- 536
- 538
- 540
- 541
- 542
- 544
- 545
- 546
- 547
- 550
- 552
- 555
- 556
- 561
- 562
- 563
- 565
- 567
- 580
- 581
- 583
- 584
- 585
- 586
- 588
- 590
- 599
7xx
- 700
- 710
- 711
- 720
- 730
- 740
- 751
- 752
- 753
- 754
- 755
- 758
- 760
- 762
- 765
- 767
- 770
- 772
- 773
- 774
- 775
- 776
- 777
- 780
- 785
- 786
- 787
BIB-034
Gå till exempelNOTE:domainIncludes
Cartography
addLink
resourceType
embedded
true
NOTE:LC
bf:cartographicAttributes could be mapped to 034 or 255. We'll map all cartographicAttributes properties to the 255.
TODO
how is this intuitively different from 255 [255 is in plain text], 006 and/or 008 [those are coded projection and more...]
match
0
when
$a=a
1
when
$a=b
2
when
$a=z
i1
ignored
true
marcDefault
1
i2
ignored
true
marcDefault
TODO:suggest
hasCoordinates
westLong
1
northLat
1
southLat
1
eastLong
2
$a
about
_:scale
property
overwrite
true
NOTE
Revert requires match on resourceType too, since converter doesn't set matched subfields (only matched indicators).
tokenMap
a
marc:LinearScale
b
marc:AngularScale
z
marc:OtherCartographicScale
$b
about
_:scale
addProperty
$c
about
_:scale
addProperty
$d
property
$e
property
$f
property
$g
property
$h
ignored
true
NOTE:LC
Angular scale (R) ignore
NOTE:record-count
0
$j
ignored
true
NOTE:LC
Equinox (NR) ignore
NOTE:record-count
0
$k
ignored
true
NOTE:LC
Equinox (NR) ignore
NOTE:record-count
0
$m
ignored
true
NOTE:LC
Right ascension--eastern limit (NR) ignore
NOTE:record-count
0
$n
ignored
true
NOTE:LC
Right ascension--western limit (NR) ignore
NOTE:record-count
0
$p
ignored
true
NOTE:LC
Equinox (NR) ignore
NOTE:record-count
0
$r
ignored
true
NOTE:LC
Distance from earth (NR) ignore
NOTE:record-count
0
$s
ignored
true
NOTE:LC
G-ring latitude (R) ignore
NOTE:record-count
0
$t
ignored
true
NOTE:LC
G-ring longitude (R) ignore
NOTE:record-count
0
$x
ignored
true
NOTE:LC
Beginning date (NR) ignore
NOTE:record-count
0
$y
ignored
true
NOTE:LC
Ending date (NR) ignore
NOTE:record-count
0
$z
ignored
true
NOTE:LC
Name of extraterrestrial body (NR) ignore
NOTE:record-count
0
$0
ignored
true
NOTE:LC
ignore
$1
ignored
true
NOTE:LC
ignore
$2
ignored
true
NOTE:LC
ignore
$3
$6
ignored
true
NOTE:LC
ignore
Exempel
Gå till toppen av sidanExempel: -
MARC
[ { "034": { "ind1": "1", "ind2": " ", "subfields": [ { "a": "a" }, { "b": "180000" }, { "d": "e0111000" }, { "e": "e0132200" }, { "f": "n0521000" }, { "g": "n0511800" } ] } } ]
JSON-LD
{ "mainEntity": { "instanceOf": { "@type": "Text", "cartographicAttributes": [ { "@type": "Cartographic", "marc:easternmostLongitudeCoordinates": "e0132200", "marc:northernmostLatitudeCoordinates": "n0521000", "marc:southernmostLatitudeCoordinates": "n0511800", "marc:westernmostLongitudeCoordinates": "e0111000", "scale": { "@type": "marc:LinearScale", "marc:constantRatioLinearHorizontalScale": [ "180000" ] } } ] } } }
Exempel: -
MARC
[ { "034": { "ind1": "1", "ind2": "0", "subfields": [ { "b": "11" } ] } } ]
Normalized MARC:
[ { "034": { "ind1": "1", "ind2": " ", "subfields": [ { "b": "11" } ] } } ]
JSON-LD
{ "mainEntity": { "instanceOf": { "@type": "Text", "cartographicAttributes": [ { "@type": "Cartographic", "scale": { "@type": "Scale", "marc:constantRatioLinearHorizontalScale": [ "11" ] } } ] } } }
Exempel: -
MARC
[ { "034": { "ind1": "1", "ind2": " ", "subfields": [ { "b": "110000" } ] } } ]
JSON-LD
{ "mainEntity": { "instanceOf": { "@type": "Text", "cartographicAttributes": [ { "@type": "Cartographic", "scale": { "@type": "Scale", "marc:constantRatioLinearHorizontalScale": [ "110000" ] } } ] } } }