Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

place/text should be place/city/text #95

Open
opoudjis opened this issue Nov 10, 2024 · 0 comments
Open

place/text should be place/city/text #95

opoudjis opened this issue Nov 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@opoudjis
Copy link
Contributor

In the Relaton grammar, place is defined as:

## Place associated with the production of a bibliographic item
bplace = element place {
    ## City
    bibliocity?,
    ## Region that city is located in, given for disambiguation purposes.
    biblioregion*,
    ## Country that city is located in, given for disambiguation purposes.
    bibliocountry*,
    ## Name of the place, not broken down semantically
    formattedPlace?,
    ## URI in a geographical registry identifying the place
    uri?
} 

That means that a text string, such as "Geneva" being output in ISO 712, is illegal in the grammar. If you find just a string in your scraping of bibliographic data, assume by default that it is city: <place><city>Geneva</city></place>, not <place>Geneva</place>

@opoudjis opoudjis added the bug Something isn't working label Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants