Sarven Capadisli

Results 854 comments of Sarven Capadisli

Closed by https://github.com/dokieli/dokieli/pull/421

Using hyphens improved this visually quite a bit 4418a64a329fb59ca691ebac000d17cac5378906 , but the issue still remains.

The payload must be in JSON-LD (`{"foo": "bar"}` alone is not). So, try as compacted or expanded JSON-LD? Edit: I think 400 response is correct in this case (while the...

`$ curl -iX POST -H'Content-Type: application/ld+json; charset=utf-8' https://test.skohub.io/inbox?target=http://test.lobid.org/gnd/118696432 -d '{ "@id": "http://example.net/note#foo", "http://schema.org/citation": { "@id": "http://example.org/article#results" } }'` Make sure params beside the mimetype eg. `charset`, `profile` etc are taken...

``` $ curl -ik -X PATCH -H'Content-Type: application/sparql-update' https://csarven.localhost:8443/.acl -d 'DELETE DATA { . }' HTTP/1.1 200 OK Patch applied successfully. ``` Can confirm that the statement was deleted.

Pinging @ajs6f as the original contributor for the WEBAC entry in case you'd like to raise any concerns. I believe this was referenced in Fedora API but the HTML for...

I write the following based on how the Solid Protocol currently works. It is sufficiently consistent to the best of my knowledge, and if there is some ambiguity, I can...

* https://www.w3.org/TR/activitystreams-core/ * https://www.w3.org/TR/activitystreams-vocabulary/ * https://swicg.github.io/activitypub-data-portability/lola.html Perhaps comes closest to what you're looking for?

It is not true that "RDFa only annotates the page as a whole". RDFa can annotate any arbitrary information inside host languages like (X)HTML, and various XML-family languages, e.g., SVG,...

I don't think the source format should be changed to RDF/XML. **Please no!** The source that's served from w3.org is at https://github.com/w3c/activitystreams/blob/main/vocabulary/activitystreams2.owl and it is in Turtle. It is the...