LD4P / sinopia

LD4P Sinopia Project repo to hold docs, general issues, schemas, and related spec docs.
https://ld4p.github.io/sinopia/
19 stars 3 forks source link

RDF Template Classifier #319

Open jermnelson opened 3 years ago

jermnelson commented 3 years ago

Based on preliminary work in rdf-classify, create a web service that given a RDF resource and an environment, classify the "best match" resource template for incoming RDF based on a simple neural net.

This new web service should also periodically train it's environment-specific model (dev, stage, or prod) based on any new resources added to the respective environments.

There will need to be UI and functionality changes in the Sinopia Editor to support this web-service and that will need to be ticketed separately if we decide to go forward with this web service.

michelleif commented 3 years ago

latest Library of Congress BF Editor has feature where you can "load" external RDF and the Editor suggests what template to use, see video demo at https://youtu.be/pSON9etF054?t=2832

justinlittman commented 3 years ago

How does LC do it?