File size: 594 Bytes
18d5404 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# simple report
# 1. list the datasets in my hugging face org
# filter by some criteria
# add to git submodules
# 2. list the files in my git submodules
# filter by some citeria
# for each file calculate an absolute path to find the data
# construct a rdf linked data file for each dataset, call it introspector.rdf.js put into each repository.
# we can use json-ld
# 3. populate a directory structure in json file
# load json into js,
# use a d3 js spring graph and interactive query system
# display json on screen
# and when item is selected select the iframe to display the url referenced.
|