Joep Meindertsma

Results 339 comments of Joep Meindertsma

We now have a functioning [`Importer` class](https://atomicdata.dev/classes/Importer) and a new [JSON-AD publishing spec](https://docs.atomicdata.dev/create-json-ad.html?highlight=publi#how-to-create-and-publish-a-json-ad-file) that definitely helps realizing the rest of the ambitions.

> (Atomic Data is) limited only to self describing information resources / documents. I think this is the case, currently. I agree that it should be possible to share information...

I think I'm not completely understanding the problem then. What are `concept resources`? I wasn't able to find this on the internet, let alone the RDF spec. Could you describe...

Thanks for sharing the links, I think I'm familiar with most of them, but I still don't understand what the issue is. I think you're referring to Tim Beners-Lee's `ConceptualWork`,...

I like this idea! Also, having actions instead of having a boolean modifier for destroying seems like a good idea. Having multiple subjects also opens up some questions / considerations....

> An in-between solution could be still giving each commit it's own identity , and using batch commits just to group individual commits together with a resource array. That is...

The new `atomizing` section features a server and JSON-AD tutorial. These are pretty good starting places!

Maybe friendship isn't that great of an example, as you could indeed argue that friendship only exists if two individuals agree on its existence. I'll add some more examples in...

I always felt like this was bound to come up at some point. I think you're right, we probably need an Array datatype. I think that if a Property has...

The Union datatype can be useful, but it introduces a cost for data consumers: they will now need to perform type checking. In programming languages like Rust, a Union type...