Henry Story
Henry Story
I did some research to see what would be needed. It looks like Java support comes out of the box, but there is no support in browsers. I can't tell...
> I'm hesitant to do anything more than wrap existing crypto APIs Yes, I was not suggesting to implement any cryptographic algorithms! That would be way too much work. The...
Working on this in https://github.com/typelevel/bobcats/pull/48
That would be something to be added to the branch on which PR https://github.com/typelevel/bobcats/pull/48 is. The first thing that would be needed are test cases: Documents that show valid signatures...
I have a use case for this feature which could help provide an extra motivation on top of architectural elegance. I am working on helping a project developing a [Categorical...
I am not that good at searching through git history, but trying it I could not find those basket files available in the commit where the comment in the Readme.rst...
There is a discussion on the semantic-web list starting from json-ld, to yaml-ld to avro-ld. "GRDDL for BigData..." https://lists.w3.org/Archives/Public/semantic-web/2022Jun/
Thanks @tetron for the help. To help me make sure I understood I developed a schema and model using Salad yaml and sent a mail there explaining how it all...
Btw. I came acrross the [EU FairPlus project](https://fairplus-project.eu/about/)'s description of their use of Salad for writing Forms [§9.4.2F Metadata profile validation in RDF](https://faircookbook.elixir-europe.org/content/recipes/interoperability/covid19-sample-metadata-profile-shex-use-case.html), and ShEx to validate them.
yes, I am trying to put together the simplest foreign key example: the one where the key is in the same table schema as the table itself. I could not...