JSON-LD

JSON-LD
JSON-LD
Bestandsextensie .jsonld
MIME-type application/ld+json
Type code Semantisch web
Conform aan JSON
Portaal  Portaalicoon   Informatica
JSON-LD 1.0 - A JSON-based Serialization for Linked Data
Status published
Startjaar 2010
Auteurs Manu Sporny, Gregg Kellogg, Markus Lanthaler, Niklas Lindström
Basis­standaarden JSON, RDF
Afkorting JSON-LD
Domein Semantisch web, Data Serialisatie
Website JSON-LD 1.0
Portaal  Portaalicoon   Informatica
JSON-LD 1.0 Processing Algorithmes en API
Status published
Startjaar 2010
Auteurs Dave Longley, Gregg Kellogg, Markus Lanthaler, Manu Sporny
Afkorting JSON-LD-API
Domein Semantisch web, API, Algoritme
Website JSON-LD 1.0 API
Portaal  Portaalicoon   Informatica

JSON-LD, of JavaScript Object Notation for Linked Data, is een methode om Linked data over te dragen via JSON.

Het streven was om zo eenvoudig mogelijk het bestaande JSON formaat om te zetten naar een semantisch formaat: JSON-LD. Zo kunnen gegevens op vergelijkbare wijze met de traditionele JSON worden geserialiseerd.[1] Het is een W3C standaard die is ontwikkeld door de JSON for Linking Data Community Group.

Voorbeeld

{
  "@context": {
    "name": "http://xmlns.com/foaf/0.1/name",
    "homepage": {
      "@id": "http://xmlns.com/foaf/0.1/workplaceHomepage",
      "@type": "@id"
    },
    "Person": "http://xmlns.com/foaf/0.1/Person"
  },

  "@id": "http://nl.dbpedia.org/resource/Tim_Berners-Lee",
  "@type": "Person",
  "name": "Tim Berners-Lee",
  "homepage": "http://www.w3.org/People/Berners-Lee"
}

Dit voorbeeld beschrijft een persoon op basis van de FOAF vocabulary.

Door alle gegevens semantisch te noteren zoals in het voorbeeld, kan een RDF processor herkennen dat het document informatie bevat over een persoon. Wanneer de RDF processor bekend is met de FOAF vocabulary, kan deze bepalen welke eigenschappen de naam van persoon weergeven en welke eigenschappen de homepage van de persoon betreffen.

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.