You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.
<http://example.org/99133299500001452instance21> a bf:Instance,
bf:Monograph ;
bf:cartographicScale "25500",
"Linear scale",
"Scale [ca. 1:25,500]." ;
...
<http://example.org/99133299500001452> a bf:Cartography,
bf:StillImage,
bf:Work ;
bf:cartographicScale "Scale ca. 1:25,500." ;
...
Also, subfields in field 034 need labels. For example, subfield a is horizontal scale and subfield b is vertical scale. Some records have only subfield a, others have only subfield b, and others have both:
034 1#$aa$b744000$c96000
Without labels, the numbers are meaningless.
(OCLC # 54031324)
The text was updated successfully, but these errors were encountered:
The numbers 10000000, 12000000, and 3000000 do not tell us anything about scale since we do not know whether they are horizontal or vertical, or part of range or not. Perhaps the map has a horizontal scale of 1:10,000,000-1:12,000,000 and a vertical scale of 1:3,000,000. This would be consistent with the information presented by BIBFRAME.
(OCLC # 45151486)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Cartographic scale appears in both Instance and Work. In RDA, it is Expression data, so it should appear only in bf:Work.
034 1_ |a a |b 25500
255 __ |a Scale [ca. 1:25,500].
becomes
Also, subfields in field 034 need labels. For example, subfield a is horizontal scale and subfield b is vertical scale. Some records have only subfield a, others have only subfield b, and others have both:
034 1#$aa$b744000$c96000
Without labels, the numbers are meaningless.
(OCLC # 54031324)
The text was updated successfully, but these errors were encountered: