ucd-library / schema

UC Davis Library schema information
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Parse json-ld file for predicate / object pages #4

Open qjhart opened 1 year ago

qjhart commented 1 year ago

The canonical definition of the schema are described in ucdlib.owl this should include all the information needed to build the individual pages for the site.

We can start w/ a simple node app to do that; read in the file, and split into individual pages. and then see about moving that to a github action.

sbagg commented 1 year ago

I added the parser to this repo, called md_transformer, and had it go into the _schema folder. It produced the markdowns based on the owl.jsonld file given ran with ./md_transformer.js [jsonld]

sbagg commented 1 year ago

Made changes to the header information