-
i did a quick ctrl+f search and found 0 results for `ld+json;` so it looks like the "ld+json with the activitystreams profile" option is not given any consideration. this is to some extent understanda…
-
- need to handle a list of GeoCoordinates in JSON-LD
- currently we only use the first point
- sample record:
```
{
"@context": "http://schema.org/",
"@id": "https://dataportal.leibniz-zmt.…
-
First of all: thanks for this awesome library!
JSON-LD is one of the more popular serialization formats for RDF, but this library does not yet support it. Unfortunately, parsing JSON-LD is not tha…
-
It might be worthwhile to simplify the JSON-LD a bit by using a more verbose context and [referencing](http://www.w3.org/TR/json-ld/#dfn-context) it from the json-ld. For example:
``` json
{
"@cont…
edsu updated
10 years ago
-
Observed this exception in the logs. It is not clear which message caused this though.
```
2024-11-09 05:36:42 UTC 200 GET /objects/hxWiJIe2XC4/remote-like 12.76ms …
-
Just to report you that when the script type is not text/javascript, such as application/ld+json, we have two type attributes:
```html
{
"@context": "http://schema.org",
"@type…
-
@azaroth42 and @clarkepeterf, this could be a first step in taking the triples out of the data and using TDEs to populate the triple store upon load.
I created the ticket in this repo as it is wher…
-
A work item to work on a standard JSON-LD context and frame
```json
{
"@context" : "TODO",
"@id": "#Collection",
"@type": "Collection",
"title": "My TREE collection",
"vie…
-
This is a potentially niche issue -- I'm working on an ActivityPub server, and the JSON filter in Warp doesn't allow JSON-LD. I put together a modified filter that accepts JSON-LD (basically just the …
-
I'm just putting some ideas down here for how a JSON-LD patch system might be implemented. This may or may not turn into a spec we want to produce.
Suppose that we defined (loosely for now, can be …