We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The algorithm that parses JSON for display in the DataTable (currently in the development JS, i.e. bfe.dev.js) expects a particular form of JSON:
bfe.dev.js
[{"id":1, "name":"xHZ1494528850, "profile":"http://mlvlp04.loc.gov:3000/bf/static/profiles/bibframe/BIBFRAME 2.0 Serial.json", "created":"2017-05-11T18:54:10.000Z", "modified":"2017-05-11T18:54:10.000Z", "url":"http://mlvlp04.loc.gov:3000/bf/data/xHZ1494528850", "rdf": [{the rdf, in json-ld}] }]
Work to be done: create a parser that will parse a more universally distributed form of RDF
(There may be other places in the code where JSON parsing is done uniquely).
The text was updated successfully, but these errors were encountered:
The application assumes a back-end server where data model can be configured: https://github.com/Bibliomata/verso
Sorry, something went wrong.
No branches or pull requests
The algorithm that parses JSON for display in the DataTable (currently in the development JS, i.e.
bfe.dev.js
) expects a particular form of JSON:Work to be done: create a parser that will parse a more universally distributed form of RDF
(There may be other places in the code where JSON parsing is done uniquely).
The text was updated successfully, but these errors were encountered: