rdmpage / ozymandias-demo

Ozymandias
MIT License
8 stars 2 forks source link

Is the raw data (in schema.org or other form) published, outside of SPARQL? #9

Open danbri opened 3 years ago

danbri commented 3 years ago

Hi @rdmpage

At schema.org we're starting to look at publication patterns beyond "schema markup in all the existing human-facing pages", i.e. the notion of "feeds" or per-site data dumps.

I was thinking your Ozymandias proof-of-concept could be a good example. Do you currently make e.g. JSON-LD or Turtle data dumps available?

rdmpage commented 3 years ago

Hi @danbric, yes there's a dump of triples at https://doi.org/10.5281/zenodo.2634325 The dump is from the original data used to populate the triple store, I've since tweaked the data a bit but haven't updated the dump (must do that at some point). But the structure of the data is pretty much unchanged.

rdmpage commented 3 years ago

Re the notion of "feeds" I'm not sure whether this is relevant but for a more recent project https://alec-demo.herokuapp.com/ I use schema:DataFeed to encapsulate search results (e.g., the results of searching using Wikidata's search API) and also the page for an individual item is populated by a bunch of AJAX calls that return DataFeeds, such as the publications for an author.