Wimmics / solid-start

Projet SOLID Inria - Startin'blox
MIT License
1 stars 0 forks source link

Find a library which abstracts the write of SPARQL requests #8

Closed lecoqlibre closed 10 months ago

lecoqlibre commented 1 year ago

You can do it with LDflex:

(async person => {
  console.log(await person.friends.givenName.sparql);
})(ruben);