# JSON LD

* A JSON-based Serialization for Linked Data.
* <https://www.w3.org/TR/json-ld/>
  * Créé par de nombreux auteurs fortement associés à l’univers du Web sémantique, [RDF](https://www.w3.org/RDF/) etc…
  * Ce n’est pas un standard mais une recommandation W3C.
* Exemple : <http://json-ld.org/playground/>

## Cool 👍

* Utilise les contextes de [shema.org](https://schema.org/).
* Possibilité de créer des contextes personnalisés.

## Pas Cool 👎

* Hérite de la culture XML / RDF.
* Quelques implémentations mais la plupart ne sont plus maintenues depuis des mois voire des années.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide-api-rest.marmicode.fr/autres-specifications/json-ld.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
