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

Parsing algorithms expect a particular JSON model #1

Open
jgreben opened this issue May 30, 2017 · 1 comment
Open

Parsing algorithms expect a particular JSON model #1

jgreben opened this issue May 30, 2017 · 1 comment

Comments

@jgreben
Copy link
Collaborator

jgreben commented May 30, 2017

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:

[{"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).

@jgreben
Copy link
Collaborator Author

jgreben commented May 30, 2017

The application assumes a back-end server where data model can be configured:
https://github.com/Bibliomata/verso

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant