[CODE4LIB] Search specs examples

2023-08-01 Thread Thomas Guignard
Hello I'm looking for examples of functional requirements/specifications for search engines for a project that I'm working on. The aim is to provide web developers with a reference as to how search should function, what fields in a database should be queried, how to handle wildcards, stop words, o

Re: [CODE4LIB] [External]: Search specs examples

2023-08-01 Thread Olson, Jennifer
Hi Thomas-- You might want to take a look at the Music Library Association Music Discovery Requirements website. https://www.musiclibraryassoc.org/BlankCustom.asp?page=mdr_es It is fairly specialized and geared towards library systems rather than general search engines but I think it's an exc

[CODE4LIB] METS in JSON-LD?

2023-08-01 Thread Manuela Pallotto Strickland
Hello, I am posting this question on a couple of lists, so sincere apologies to those who might see it twice (or thrice). Does anyone know of any work that has been/is being/will be done on 'a' METS JSON-LD serialization? Any relevant info or comment in this re will be very much appreciated. Than

Re: [CODE4LIB] METS in JSON-LD?

2023-08-01 Thread parker, anson D (adp6j)
might be worth spending a minute on some AI bots to play with this at the end of the day it's an XML->JSON project and there are a bunch of tools that will streamline that for instance here's a dumbed down python script with a streamlit interface i got out of claude.ai in a couple of queries

Re: [CODE4LIB] METS in JSON-LD?

2023-08-01 Thread Manuela Pallotto Strickland
Thanks, Anson, that is very useful. I was also curious to find out of any local serialization implementation and related projects, but maybe there is none. Many thanks again, Best Manuela __ Dr Manuela Pallotto Stric

Re: [CODE4LIB] METS in JSON-LD?

2023-08-01 Thread Murray, Gregory
Hi Manuela, Personally I’d recommend storing and managing your METS documents as XML and converting to JSON only at the point where you need to process them as JSON. That assumes you have the option of storing as XML. If your database is built mainly or only for JSON, then you’ll have to do a o

Re: [CODE4LIB] [External]: Search specs examples

2023-08-01 Thread Kholiswa Yona
Thanks Chanty. On Tue, 1 Aug 2023 at 16:12, Olson, Jennifer wrote: > Hi Thomas-- > > You might want to take a look at the Music Library Association Music > Discovery Requirements website. > https://www.musiclibraryassoc.org/BlankCustom.asp?page=mdr_es > > It is fairly specialized and geared towa