Search notes:

JSON-LD

JSON-LD stands for JavaScript Object Notation for Linked Data and is intended to be a pure data exchange format for directed graphs and is designed to be usable directly as JSON (without knowledge of RDF). It can be used, however, in conjuction with RDF.
A JSON-LD document is always a valid JSON document. So, they can be processed with standared JSON libraries (such as the Perl module JSON).
JSON-LD targets developers who are already familiar with JSON. They only need to learn two new keywords (@context and @id) to use the basic functionality of JSON-LD.

Example

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "Organization",
  "url": "http://renenyffenegger.ch",
  "contactPoint": [{
    "@type": "ContactPoint",
    "telephone": "+41-76-558-70-68",
    "contactType": "sales"
  }]
}
</script>

Links

http://json-ld.org/
Specification: JSON-LD 1.0

See also

Linked data
JSON

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758185885, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/JavaScript/JSON/LD/index(68): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78